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

header {
    lesson_id = "1b655dfd-1fa7-48c6-8078-1619969ee510"
  content = idbyname
  random_transpose = semitones, 2, 3
  title = "rvoice"
  description = """
  Use this file to check that entering music with rvoice get the
  correct octave."""
  have_repeat_slowly_button = yes
  have_music_displayer = yes
}
tempo = 240/4

question {
 name = "The notes c' d' e' f' g'"
 music = music("c'4 d e f g", rvoice)
}
question {
 name = "The notes c'' d'' e'' f'' g''"
 music = music("c''4 d e f g", rvoice)
}
question {
 name = "The notes c d e f g"
 music = music("\clef bass c d e f g", rvoice)
}
question {
 name = "only a bass clef"
 music = music("\clef bass", rvoice)
}
