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

header {
  module = rhythmdictation
  title = "Test of new module rhythmdictation module"
  random_transpose = no
}

question {
 tempo = 130/4
 music = rvoice("c'8 c g'8 g f g4. | f16 e d8 e8 d c4")
}
 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")
}
  
