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
Massive changes - see ChangeLog.
[lilypond.git]
/
input
/
regression
/
repeat-volta-skip-alternatives.ly
blob
d3332efdc6e006ffbe534ada8eabc15e750d7a62
1
\version
"1.9.0"
2
\header
{
3
texidoc
=
"When too few alternatives are present, the first alternative is repeated,
4
by printing a range for the 1st repeat."
5
}
6
7
8
\score
{
\notes \context
Voice
{
9
\repeat
volta
3
c
1
10
\alternative
{
d f
}
e
4
} }
11