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-unfold-all.ly
blob
92e8a47339e4bfea7f895eaa3ea672e419fb8dbb
1
\version
"2.12.0"
2
3
\header
{
texidoc
=
"Volta repeats may be unfolded through the music
4
function @code{\unfoldRepeats}."
5
6
}
7
8
nots
=
\relative
c
' {
9
c
4
\repeat
volta
2
c
4
\alternative
{
d e
}
10
}
11
\layout
{
ragged-right
= ##
t
}
12
13
\context
Voice
{
14
\nots
15
\bar
"||"
16
\unfoldRepeats \nots
17
}
18