# Solfege - ear training for GNOME
# Copyright (C) 2001, 2002, 2003, 2004, 2005  Giovanni Chierico
# License is GPL, see file COPYING

header{
        content = chord, chord-voicing, id-by-name
        random_transpose = yes
        title = _("Diatonic chords")
}

##################################################
question {
 name = "major 7+"
 chord("c' e' g' b'")
}

##################################################
question {
 name = "minor 7"
 chord("c' ees' g' bes'")
}

##################################################
question {
 name = "7"
 chord("c' e' g' bes'")
}

##################################################
question {
 name = "half-dim"
 chord("c' ees' ges' bes'")
}

