File: rhythmtapping-2

package info (click to toggle)
solfege 3.10.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 12,408 kB
  • ctags: 4,270
  • sloc: python: 22,161; xml: 7,536; ansic: 4,442; makefile: 685; sh: 308
file content (20 lines) | stat: -rw-r--r-- 483 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
# Solfege - ear training for GNOME
# Copyright (C) 2006 Tom Cato Amundsen
# License is GPL, see file COPYING

header {
    lesson_id = "ceebb30a-4bc3-4562-a5df-98ae330381b9"
    module = rhythmtapping
    at_question_start = show, play
    title = "Rhythm tapping tes, aqs=show,play"
}
question {
 music = music("\staff\relative c'{c4 d8 e f4}\addvoice\relative c'{\stemDown c4 b8 c a4}")
 rhythm = rvoice("c4 cis8 d es4")
}

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