lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Ticket 1505 di


From: Auto mailings of changes to Lily Issues
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Ticket 1505 discussion
Date: Thu, 24 Dec 2015 12:14:09 +0000

Thomas Morley gave a new example:

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


[issues:#1505] bendAfter not spanning line break properly

Status: Accepted
Created: Sun Feb 06, 2011 08:40 PM UTC by Anonymous
Last Updated: Thu Dec 24, 2015 12:09 PM UTC
Owner: nobody
Attachments:

Originally created by: *anonymous

Originally created by: address@hidden

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


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

------------------------------------------------------------------------------
_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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