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

header {
    lesson_id = "10841703-aeed-448e-96bd-aa88a68756ce"
        module = idbyname
        random_transpose = key, -2, 2
        title = "Minor and major chord"
        at_question_start = play, show
        description = """This lesson file is created to test id-by-name.
        When clicking 'New', solfege will play a chord and display it.
        The user should say if it is minor or major.
        """
}
question { name="major" chord("c' e' g'") }
question { name="minor" chord("c' es' g'") }
