@James: I think my problem is similar to
http://code.google.com/p/lilypond/issues/detail?id=1325
It seems there is some bad hack going on in volta-bracket.cc
(Volta_bracket_interface::modify_edge_height).

I have not found a workaround...


@Phil: I don't agree. Have a look at the following modified example. I think
it is musically sensible, but the volta bracket terminates early at the line
break:


\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
\set Score.repeatCommands = #'((volta "1"))
f'4
f'8
f'8
f'8
f'4
f'8
f'2
r8
bes'4
bes'8
\set Score.repeatCommands = #'((volta #f))
\bar ":|"
\set Score.repeatCommands = #'((volta "2, 3"))
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))
%\set Score.repeatCommands = #'((volta #f) end-repeat)
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-tp30882888p30883980.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to