Updates:
        Owner: [email protected]

Comment #37 on issue 3304 by [email protected]: Unequal spacing in odd n-tuplet with other simultaneous subdivisions
http://code.google.com/p/lilypond/issues/detail?id=3304

Here's another example (again, it's not totally minimal, but i've reduced it from 800 lines of code and have no more time available).

With patchset 4, the second rehearsal mark (in 3rd-to-last measure) pushes the note away from the rest (removing the mark makes the spacing normal). When compiled with master, the presence of the mark doesn't have any influence on note spacing. The size of the mark doesn't seem to matter.


\version "2.19.0"

#(set-global-staff-size 16)

\relative c'' {
  \mark \markup { \box { I } }
  f4 e d2
  c4 r r2
  f4 e d2
  c4 r r2
  R1
  e2 ~ e8 ( [ f ) ] e f
  g4 f e ( d )
  c4 r r
  \mark \markup { \box { I } }
  d
  e4 r r d
  c4 r r2 \bar "|."
}

\layout {
\override Score.SpacingSpanner #'common-shortest-duration = #(ly:make-moment 1 8)
}


Attachments:
        rhmark-patchset4.png  7.2 KB
        rhmark-master.png  7.3 KB

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