# Solfege - ear training for GNOME
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 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
}

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