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

header {
        content = chord, chord-voicing, id-by-name
        musicformat = chord
        random_transpose = accidentals, -5, 5
        title = "Minor and major chords"
        description = """
        The lessonfile contain minor and major chords with inversions.
        """
}
question { name=_("major") set=0 inversion=0 "c' e' g'" }
question { name=_("major") set=1 inversion=1 "e' g' c''"}
question { name=_("major") set=2 inversion=2 "g' c'' e''"}
question { name=_("minor") set=0 inversion=0 "c' es' g'" }
question { name=_("minor") set=1 inversion=1 "es' g' c''"}
question { name=_("minor") set=2 inversion=2 "g' c'' es''"}

