lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4130 in lilypond: Isolated durations don't wor


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4130 in lilypond: Isolated durations don't work after \pageBreak
Date: Thu, 25 Sep 2014 10:54:59 +0000

Updates:
        Labels: Patch-new

Comment #1 on issue 4130 by address@hidden: 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

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