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, 02 Oct 2014 10:27:57 +0000

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

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

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