repo.or.cz
/
lilypond
/
mpolesky.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Start pictograms branch.
[lilypond/mpolesky.git]
/
input
/
regression
/
multi-measure-rest-grace.ly
blob
1e5d20359f4b307dbbe115ceedc32343b9ebde4e
1
\version
"2.12.0"
2
3
4
\header
{
5
texidoc
=
"Multi-measure rests are centered also in the case of grace notes."
6
}
7
8
\layout
{
ragged-right
= ##
t
}
9
10
<<
11
\new
Staff
{
R
1
R
1
R
1
*
3
}
12
\new
Staff
{
\clef
bass
c
1
\grace
c
8
c
2
c
2
c
1
\grace
c
16
c
2
c
2
c
1
}
13
>>