File: rhythmtapping-bad-mpd-code

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 (26 lines) | stat: -rw-r--r-- 526 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
22
23
24
25
26
# Solfege - ear training for GNOME
# Copyright (C) 2006 Tom Cato Amundsen
# License is GPL, see file COPYING

header {
    lesson_id = "7e13af2c-6df3-4d76-beba-6a84648117b3"
    module = rhythmtapping
    #have_music_displayer = yes
    at_question_start = show, play
    title = "Question 2 and 3  of 3 has an mpd bug"
}
# Ok
question {
 music = rhythm("c8 c c4 c")
}

# Bad music variable
question {
 music = rhythm("c8 BUG c4 c")
}

# Bad rhythm variable
question {
 music = rhythm("c8 c c4 c")
 rhythm = rhythm("c BUG")
}