repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
repeat-volta-skip-alternatives.ly
blob
ab1671cf218e4ca13f9791e2da843f13246cda04
1
\version
"2.10.0"
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
\paper
{
ragged-right
= ##
t
}
10
11
12
\relative
c
''
\context
Voice
{
13
\repeat
volta
3
c
1
14
\alternative
{
d f
}
e
4
15
}
16