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
programming-work: remove reference to non-existsing node.
[lilypond/patrick.git]
/
input
/
regression
/
repeat-slash.ly
blob
2434b16254f91bee613b7bbd300b1bb156cf26f0
1
\version
"2.12.0"
2
\header
{
3
texidoc
=
"Within a bar, beat repeats denote that a music snippet should be
4
played again."
5
}
6
7
\layout
{
ragged-right
= ##
t
}
8
9
\relative
c
'
10
\context
Voice
{
11
\time
4
/
4
12
\repeat
"percent"
2
{
c
2
}
13
14
%% the chairman dances
15
\repeat
"percent"
2
{
g
'
8
g c
,
c
}
16
\repeat
"percent"
4
{
b
8
b
8
}
17
}
18
19