Originally created by: *anonymous
Originally created by: ColinPKC...@gmail.com
:::TeX
\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.
Originally posted by: ColinPKC...@gmail.com
Mike Solomon on lilypond-dev:
While trying to eradicate the bug that's been giving me problems today, I found this:
http://lilypond.org/doc/v2.13/Documentation/extending/difficult-tweaks
I think it's the same issue. Das ist nicht gut :(
Should I git-bisect, or is someone already working on this?
Originally posted by: pkx1...@gmail.com
(No comment was entered for this change.)
Labels: -Priority-High
Thomas Morley gave a new example:
and pointed out that the problem only occurs with mid-bar breaks or cadenza timing.
Last edit: Simon Albrecht 2015-12-24