Menu

#1505 bendAfter not spanning line break properly

Accepted
nobody
None
Defect
2015-12-24
2011-02-06
Anonymous
No

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.

1 Attachments

Discussion

  • Google Importer

    Google Importer - 2011-02-06

    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?

     
  • Google Importer

    Google Importer - 2011-12-08

    Originally posted by: pkx1...@gmail.com

    (No comment was entered for this change.)

    Labels: -Priority-High

     
  • Simon Albrecht

    Simon Albrecht - 2015-12-24

    Thomas Morley gave a new example:

    :::TeX
    \version "2.19.32"
    \score {
      \new Staff {
        \cadenzaOn
        c''2\bendAfter #2
        d''\bendAfter #2
        \bar "|" \break
    
        c''2\bendAfter #2
        \bar "|" \break
        c''2
      }
      \layout { line-width = 60 }
    }
    

    and pointed out that the problem only occurs with mid-bar breaks or cadenza timing.

     

    Last edit: Simon Albrecht 2015-12-24
MongoDB Logo MongoDB