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

header {
    lesson_id = "e0eaf0ab-60d5-4191-9242-534409205ef0"
    module = singanswer
    version = "2.1.6"
    title = "Sing the root of the chord"
    have_music_displayer = yes
    have_repeat_arpeggio_button = yes
}

question {
    question_text = "Sing the root"
    music = chord("c' e' g'")
    answer = chord("c'")
}
question {
    question_text = "Sing the root"
    music = chord("a' c'' e''")
    answer = chord("a'")
}
