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

header {
        content = id-by-name
        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'") }
