]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4130: Isolated durations don't work after \pageBreak
authorDavid Kastrup <dak@gnu.org>
Thu, 25 Sep 2014 10:43:53 +0000 (12:43 +0200)
committerDavid Kastrup <dak@gnu.org>
Thu, 2 Oct 2014 10:25:51 +0000 (12:25 +0200)
commitdd5a6e77a6be7d8f2210b83d593c73bfbfafab86
tree5c1579b3e6d152cbe0ab16a03e372fa5199ca7a2
parent5a96f28738be17be534c2854744f021a4e79dd0f
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.
scm/music-functions.scm