repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git]
/
input
/
regression
/
repeat-percent-grace.ly
blob
ffd99524858bc130671148847d6c98e87b2451db
1
\version
"2.12.0"
2
3
\header
{
4
texidoc
=
"Percent repeats are also centered when there is a grace note in a parallel staff. "
5
}
6
7
\layout
{
8
ragged-right
=##
t
9
}
10
11
\relative
<<
12
\new
Staff
{
\repeat
percent
3
c
1
}
13
\new
Staff
{
c
1
c
\grace
b
8
c
1
}
14
>>