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
(staff_eligible): new function.
[lilypond.git]
/
input
/
regression
/
repeat-volta-skip-alternatives.ly
blob
30effa0c484f012fa3602650f1c8d24a19c43fec
1
\version
"1.9.8"
2
\header
{
3
4
texidoc
=
"When too few alternatives are present, the first
5
alternative is repeated, by printing a range for the 1st repeat."
6
7
}
8
9
10
\score
{
\notes \relative
c
''
\context
Voice
{
11
\repeat
volta
3
c
1
12
\alternative
{
d f
}
e
4
} }
13