Updates:
        Status: Fixed
        Labels: -Patch-push Fixed_2_19_16

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

Pushed to staging as
commit dd5a6e77a6be7d8f2210b83d593c73bfbfafab86
Author: David Kastrup <[email protected]>
Date:   Thu Sep 25 12:43:53 2014 +0200

    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.


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