repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MIDI: fix regtest failure
[lilypond/patrick.git]
/
input
/
regression
/
multi-measure-rest-spacing.ly
blob
e0f268b176d8aaa6b8456b3dad575f758672ca15
1
\header
{
2
3
texidoc
=
"By setting texts starting with a multi-measure rest, an
4
extra spacing column is created. This should not cause problems."
5
}
6
7
\layout
{
8
ragged-right
= ##
t
9
}
10
11
\version
"2.12.0"
12
13
14
<<
15
\set
Score
.
skipBars
= ##
t
16
\new
Staff
\new
Voice
{
17
<< {
R
1
*
40
} {
s
1
*
0
_
"bla"
}>>
18
}
19
>>
20
21