1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
# Solfege - ear training for GNOME
# Copyright (C) 2001, 2002, 2003, 2004, 2005 Giovanni Chierico
# License is GPL, see file COPYING
header {
lesson_id = "caa223fc-3daf-4ff2-ae4f-f4821a482502"
module = idbyname
help = "idbyname-chords"
have_music_displayer = yes
fillnum = 4
test = "2x"
test_requirement = "90%"
title = _("Altered chords")
lesson_heading = _("Identify the chord")
}
##################################################
question {
name = _i("chord|maj7b5")
chord("c' e' ges' b'")
}
##################################################
question {
name = _i("chord|m maj7")
chord("c' ees' g' b'")
}
##################################################
question {
name = _i("chord|7")
chord("c' e' g' bes'")
}
##################################################
question {
name = _i("chord|7b5")
chord("c' e' ges' bes'")
}
##################################################
question {
name = _i("chord|7#5")
chord("c' e' gis' bes'")
}
##################################################
question {
name = _i("chord|9")
chord("c' e' g' bes' d''")
}
##################################################
question {
name = _i("chord|7#9")
chord("c' e' g' bes' dis''")
}
##################################################
question {
name = _i("chord|7b9")
chord("c' e' g' bes' des''")
}
##################################################
question {
name = _i("chord|7#5b9")
chord("c' e' gis' bes' des''")
}
|