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

header {
	content = sing-chord
	musicformat = satb
	random_transpose = yes
        title = "Major and minor chords in different inversions"
}

question { "c''|e'|g|c" }
question { "c'|g|e|c" }
question { "g'|c'|g|e" }
question { "c''|g'|c'|e" }
question { "g'|e'|c'|g"}
question { "c''|g'|e'|g"}

question { key = "c \minor" "c''|es'|g|c" }
question { key = "c \minor" "c'|g|es|c" }
question { key = "c \minor" "g'|c'|g|es" }
question { key = "c \minor" "c''|g'|c'|es" }
question { key = "c \minor" "g'|es'|c'|g"}
question { key = "c \minor" "c''|g'|es'|g"}


