# Solfege - ear training for GNOME # Copyright (C) 2005 Tom Cato Amundsen # License is GPL, see file COPYING header { lesson_id = "ca66978e-c608-4e88-b1dc-583d3dc563d8" module = idbyname title = "Identify scale" have_repeat_slowly_button = yes description = """This lesson file is created to test id-by-name. When clicking 'New', solfege will play a scale and display the key signature and the first tone. """ test = "2x" test_requirement = "90%" } tempo = 240/4 question { name = _("Ionian") cuemusic = rvoice("c'") rvoice("c' d e f g a b c c b a g f e d c") } question { name = _("Dorian") cuemusic = rvoice("c'") rvoice("c' d es f g a bes c c bes a g f es d c") } question { name = _("Phrygian") cuemusic = rvoice("c'") rvoice("c' des es f g as bes c c bes as g f es des c") } question { name = _("Lydian") cuemusic = rvoice("c'") rvoice("c' d e fis g a b c c b a g fis e d c") }