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
Doc: [de] Update rcontribnamed node refs.
[lilypond/patrick.git]
/
input
/
regression
/
repeat-percent-skipbars.ly
blob
d4bc04545cbf22752af6f41aa9e0c911908e0265
1
\version
"2.12.0"
2
3
4
\header
{
5
texidoc
=
"Percent repeats are not skipped, even when @code{skipBars} is set."
6
}
7
8
\layout
{
ragged-right
= ##
t
}
9
10
11
\context
Staff
<<
12
\set
Score
.
skipBars
= ##
t
13
{
14
\repeat
"percent"
2
{
g
2
a g a
}
15
}
16
>>
17
18