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

header {
    lesson_id = "131a788f-1625-4d81-987b-bf4da5be184e"
        module = idbyname
        random_transpose = key, -2, 2
        title = "Minor and major chord"
        at_question_start = play
        description = """This lesson file is created to test id-by-name.
        When clicking 'New', solfege will play a chord.
        The user should say if it is minor or major.
        There is a button 'Display music' that will display the chord.
        This can be used if the user need to see it to identify it.
        """
}
question { name="major" chord("c' e' g'") }
question { name="minor" chord("c' es' g'") }
