MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / identifiers.ly
bloba201349411038a80d011042c4e80f27fcdde0be4
2 \header {
3 texidoc = "test identifiers."
5 \version "2.12.0"
7 num = #3
8 mus = { c'4 }
9 paperId = \paper { line-width = 5.0 \cm }
10 layoutId = \layout { ragged-right = ##t }
11 perfId = \midi {}
12 markupId = \markup { hoi }
13 stringId = "title"
15 % headers not allowed as Id's
17 scoreId = \score {
18 \repeat unfold \num \mus
19 \layout { \layoutId }
20 \midi { \perfId }
23 bookId = \book {
24 \score { \scoreId }
25 \paper { \paperId }
29 \book { \bookId }