Updates:
        Labels: Patch-new

Comment #1 on issue 4130 by [email protected]: Isolated durations don't work after \pageBreak
https://code.google.com/p/lilypond/issues/detail?id=4130#c1

Issue 4130: Isolated durations don't work after \pageBreak

The example
\score {
  \new RhythmicStaff {
    R1 |
    \pageBreak
    1~ |
    8 r r4 r2 |
  }
}

led to unexpected results since \pageBreak produces an EventChord which
is then taken as a repeat note by 1~.  This patch makes sure that
repeated durations only attach to event chords containing rhythmic
events.

http://codereview.appspot.com/150920043

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to