lilypond-user
[Top][All Lists]
Advanced

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

Re: Volta bracket not surviving line break


From: ornello
Subject: Re: Volta bracket not surviving line break
Date: Wed, 9 Feb 2011 07:41:23 -0800 (PST)

@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.




reply via email to

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