Comment #27 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

I'm testing patchset 4. Improvement is really big, but now I've found an example in which notes are compressed unevenly:

\version "2.19.0"

\layout {
  \context { \Score
    \override NoteSpacing.same-direction-correction = #0
    \override NoteSpacing.stem-spacing-correction = #0
    \override StaffSpacing.stem-spacing-correction = #0
  }
}

\paper {
  ragged-right = ##f
  line-width = 18\cm
}

{ \tuplet 6/4 {g'16 d' d' g' d' d' }
  \tuplet 6/4 {g'16 d' d' g' d' d' }
  \tuplet 6/4 {g'16 d' d' g' d' d' }
  \tuplet 6/4 {g'16 d' d' g' d' d' }
  \tuplet 6/4 {g'16 d' d' g' d' d' }
  \tuplet 6/4 {g'16 d' d' g' d' d' }
  \tuplet 6/4 {g'16 d' d' g' d' d' }
  \tuplet 6/4 {g'16 d' d' g' d' d' }
}


Attachments:
        uneven.png  4.1 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