lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3304 in lilypond: Unequal spacing in odd n-tup


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3304 in lilypond: Unequal spacing in odd n-tuplet with other simultaneous subdivisions
Date: Fri, 27 Dec 2013 22:41:38 +0000


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

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