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

element whole { label = "Whole" }
element half { label = "Half" }

header {
    lesson_id = "62aa929a-e12d-41bd-a82f-dba35cff0d50"
    module = elembuilder
    title = "Build scales, (at__question__start = show, play)"
    elements = auto
    lesson_heading = "Build the scale"
    at_question_start = show, play
}

question {
 name = "Dur"
 elements = whole, whole, half, whole, whole, whole, half
 music = rvoice("c d e f g a b c")
}
question {
 name = "Dorian"
 elements = whole, half, whole, whole, whole, half, whole
 music = rvoice("d e f g a b c d")
}
