lilypond-devel
[Top][All Lists]
Advanced

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

serious spacing problems with triplets


From: Werner LEMBERG
Subject: serious spacing problems with triplets
Date: Sat, 28 Jul 2007 09:41:54 +0200 (CEST)

[lilypond git from today]

While many on this list praise the new spacing stuff, I'm currently
experiencing severe problems with it.  The example below shows that
accidentals collide with stems.  This must NEVER EVER happen!

I suspect a bug in the handling of tuplet durations.  Joe?


    Werner


======================================================================


foo = \relative c'' {
  g'8 d fis cis g' d fis cis |
  g'8 d fis cis g' d fis cis |
  g'8 d fis cis g' d fis cis |
}

bar = \relative c'' {
  \times 2/3 { g,8 d' bes' } \times 2/3 { fis, cis' ais' }
  \times 2/3 { g,8 d' bes' } \times 2/3 { fis, cis' ais' } |
  \times 2/3 { g,8 d' bes' } \times 2/3 { fis, cis' ais' }
  \times 2/3 { g,8 d' bes' } \times 2/3 { fis, cis' ais' } |
  \times 2/3 { g,8 d' bes' } \times 2/3 { fis, cis' ais' }
  \times 2/3 { g,8 d' bes' } \times 2/3 { fis, cis' ais' } |
}

\new PianoStaff {
  <<
    \new Voice \foo
    \new Voice \bar
  >>
}

PNG image


reply via email to

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