# Solfege - ear training for GNOME
# Copyright (C) 2000, 2001, 2002, 2003  Tom Cato Amundsen
# License is GPL, see file COPYING

header {
	content = id-by-name
	title = _("Practise harmonic intervals from second to decim")
	description = """This is just an example of what you can do with
	lessonfiles. To practise intervals you can of course use
	<a href="solfege:/harmonic-interval">this</a> exercise.
	"""
	filldir = vertic
	fillnum = 4
	random_transpose = yes
	questions_selectable = yes
}

m = "\staff{ < %s > }"

question { 
 name= _("minor second")
 m % "c des" }
question  { 
 name = _("major second")
 m % "c d" }
question { 
 name = _("minor third")
 m % "c es" }
question { 
 name = _("major third")
 m % "c e" }
question { 
 name = _("fourth")
 m % "c f" }
question  { 
 name = _("augmented fourth")
 m % "c fis" }
question { 
 name = _("perfect fifth")
 m % "c g" }
question { 
 name = _("minor sixth")
 m % "c as" }
question  { 
 name = _("major sixth")
 m % "c a" }
question { 
 name = _("minor seventh")
 m % "c bes" }
question {  
 name = _("major seventh")
 m % "c b" }
question {  
 name = _("perfect octave")
 m % "c c'" }
question  {
 name = _("minor ninth")
 m % "c des'" }
question { 
 name = _("major ninth")
 m % "c d'" }
question{ 
 name = _("minor decim")
 m % "c es'" }
question  {
 name = _("major decim")
 m % "c e'" }
