# by Giovanni Chierico
# license GPL

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

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

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

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

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

