File: rhythmtapping-1

package info (click to toggle)
solfege 3.23.4-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 29,744 kB
  • sloc: python: 26,939; xml: 4,380; ansic: 1,544; sh: 807; makefile: 655; perl: 8; exp: 7
file content (21 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Solfege - ear training for GNOME
# Copyright (C) 2006 Tom Cato Amundsen
# License is GPL, see file COPYING

header {
    lesson_id = "3b7f8ba3-68a7-4d35-9616-c06ca95ae4de"
    module = rhythmtapping
    #have_music_displayer = yes
    #at_question_start = show, play
    title = "Rhythm tapping test"
}
question {
 music = music("\staff\relative c'{c4 d8 e f4}\addvoice\relative c'{c4 b8 c a4}")
 rhythm = rvoice("c4 cis8 d es4")
}

question {
 music = rhythm("c4 c8 c8")
 tempo = 100/4
}