repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
multi-measure-rest-spacing.ly
blob
d05e5d5be9c6da9bc5acccc86b28148f4ad15ee1
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.10.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