Status: Accepted
Owner: ----
Labels: Type-Defect Priority-High

New issue 1505 by [email protected]: bendAfter not spanning line break properly
http://code.google.com/p/lilypond/issues/detail?id=1505


\score {
\new Staff << { s1*3 \break } \relative c' {
s1*2 \times 44/72 {\crescTextCresc
\bendAfter #-3 ges4^\< s16 s s s s s s s
\bendAfter #-2 a4 s16 s s s s s s
\bendAfter #-1 b4 s16 s s s s s
c4 s16 s s s s
\bendAfter #1 d4 s16 s s s
\bendAfter #2 e4 s16 s s
\bendAfter #4 f4 s16 s
\bendAfter #8 g4 s16
\bendAfter #16 a4\ff
}} >>
\layout {
 \context {
   \Voice
   \remove "Forbid_line_break_engraver"
   \override Beam #'breakable = ##t
}}}

The 3rd bendAfter is broken at the line end, with the remainder displayed at the beginning of the same line.

Attachments:
        bendbug.png  4.3 KB


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to