# Solfege - ear training for GNOME
# Copyright (C) 2005 Tom Cato Amundsen
# License is GPL, see file COPYING

header {
    lesson_id = "b973a510-f716-4130-999c-3ec4badf2ad5"
        module = idbyname
        random_transpose = key, -2, 2
        title = "Minor and major chord"
        at_question_start = show
        description = """This lesson file is created to test id-by-name.
        When clicking 'New', solfege will display a chord.
        The user should say if it is minor or major.
        There is a button 'Play music' that will play the chord.
        This button can be used if the user need to hear it to identify it.
        """
}
question { name="major" chord("c' e' g'") }
question { name="minor" chord("c' es' g'") }
