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

header {
    lesson_id = "2d4f0548-5585-4095-8d0e-a32092cf8525"
  module = idbyname
  title = "Identify scale"
  have_repeat_slowly_button = yes
  at_question_start = show
  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. There is a 'Display music'
  button can be clicked on to see the whole music.
  """
  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")
}

