lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Volta bracket not surviving line break


From: ornello
Subject: Volta bracket not surviving line break
Date: Wed, 9 Feb 2011 05:47:16 -0800 (PST)

Hello,

the following (incomplete) example includes a volta bracket which should
span from bar 9 to 12. However it stops with the line break after bar 9. Any
idea what I am doing wrong?


\version "2.12.2"

\score {
\new Staff <<
\key bes \major
\numericTimeSignature \time 4/4
\clef violin
\new Voice {
\partial 2
r8
f'4
f'8
\bar "|:"
f'4
f'8
f'8
f'8
f'4
f'8
f'8
f'4.
r8
f'4
f'8
f'4
f'8
f'8
f'8
f'4
f'8
f'2
r8
f'4
f'8
f'4
f'8
f'8
f'8
f'4
f'8
f'8
f'4.
r8
f'4
f'8
f'4
f'8
f'8
f'8
f'4
f'8
f'2
r8
bes'4
bes'8
\bar "||"
\set Score.repeatCommands = #'((volta "2, 5"))
bes'4
bes'8
bes'8
bes'8
bes'4
bes'8
bes'8
bes'4.
r8
bes'4
bes'8
bes'4
bes'8
bes'8
bes'8
bes'4
bes'8
bes'2
r8
f'4
f'8
\set Score.repeatCommands = #'((volta #f))
f'4
f'8
f'8
f'8
f'4
f'8
f'8
f'4
f'8
f'8
f'8
f'4
f'4
f'8
f'8
f'8
}
>>
}

-- 
View this message in context: 
http://old.nabble.com/Volta-bracket-not-surviving-line-break-tp30882888p30882888.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]