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

header {
	content = chord, id-by-name, chord-voicing
	musicformat = chord
	random_transpose = accidentals, -5, 5
	title = _("minor/major in close and open position")
}
question {
 name = _("minor")
 toptone = 5
 inversion = 0
 "c' es' g'"
}
question {
 name = _("minor")
 toptone = 3
 inversion = 0
 "c' g' es''"
}
question {
 name = _("minor")
 toptone = 1 
 inversion = 1 
 "es' g' c''"
}
question {
 name = _("minor")
 toptone = 5 
 inversion = 1 
 "es c' g'"
}
question {
 name = _("minor")
 toptone = 1
 inversion = 2 
 "g es' c''"
}



question {
 name = _("major")
 inversion = 0
 toptone = 5
 "c' e' g'"
}
question {
 name = _("major")
 toptone = 3
 inversion = 0
 "c' g' e''"
}
question {
 name = _("major")
 toptone = 1 
 inversion = 1 
 "e' g' c''"
}
question {
 name = _("major")
 toptone = 5 
 inversion = 1 
 "e c' g'"
}
question {
 name = _("major")
 toptone = 1
 inversion = 2 
 "g e' c''"
}
