header {
	title = "All chord types listed in chord-types.html"
	musicformat = chord
	content = id-by-name, chord
	filldir = horiz
	fillnum = 40
	questions_selectable = yes
	description = """Ask for all the chords listed in
	<a href="chord-names.html">chord-names.html</a>. This file
	also demonstrates how to lay out buttons of the 
	<a href="solfege:practise/id-by-name">id-by-name</a> exercise
	using the <tt>newline</tt> variable."""
}

question { name = "major" "c' e' g'" }
question { name = "minor" "c' es' g'" }
question { name = "dim"   "c' es' ges'" }
question { name = "aug"   "c' e' gis'" }
question { newline = yes name = "7" "c' e' g' bes'" }
question { name = "m7b5"  "c' es' ges' bes'" }
question { name = "maj7"  "c' e' g' b'" }
question { name = "m7"    "c' es' g' bes'" }
question { name = "dim7"  "c' es' ges' beses'" }
question { newline = yes name = "9"     "c' e' g' bes' d''" }
question { name = "7b9"   "c' e' g' bes' des''" }
question { name = "m9"    "c' es' g' bes' d''" }
question { name = "maj79" "c' e' g' b' d''" }
