# -*- coding: iso-8859-1 -*-
# Solfege - ear training for GNOME
# Copyright (C) 2010 Tom Cato Amundsen
# License is GPL, see file COPYING

header {
    lesson_id = "9916bcf7-9c8e-4ba1-abfc-62b2da65a725"
  module = rhythmdictation
  title = "Test of new module rhythmdictation module"
  random_transpose = no
}

question { tempo = 120/4  music = rvoice("c'4 r d4 r") }
question {
 tempo = 130/4
 music = rvoice("c'4 d e f | g4~ g8 g8 r4 c4")
}
question {
 tempo = 130/4
 music = rvoice("c'8 c g'8 g | f g4. | f16 e d8 e8 d c2")
}
 question {
 tempo = 60/4
 music = music("\staff\relative c'{ c8 c4 d8 e2 | e8 c d c~ c2 }")
}
question {
 tempo = 130/4
 music = percussion("\time 3/4 gis4 gis2 | gis8 gis gis4 gis")
}
question {
 tempo = 130/4
 music = rhythm("c4 c c8 c8 c4 | c8 c c c~ c c c4")
}
   
