lilypond-devel
[Top][All Lists]
Advanced

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

Re: Using change staff in tight spaces leads to wrongly positionednotes


From: Keith OHara
Subject: Re: Using change staff in tight spaces leads to wrongly positionednotes with duplet in crossing notes
Date: Mon, 10 Jun 2013 15:43:07 -0700
User-agent: Opera Mail/12.15 (Win32)

On Mon, 10 Jun 2013 13:51:21 -0700, Thomas Morley <address@hidden> wrote:

here a small, boiled down code attaching output from 2.14.2, 2.16.2 and 2.17.19

%\version "2.17.19"

\paper { line-width = 50 }

\new PianoStaff <<
  \new Staff = "RH"  \with {
    \override VerticalAxisGroup #'staff-staff-spacing = #'((padding . 5))
  }
  { f2 f8 \change Staff = LH  f,16[ c f \change Staff = RH a c' f'] }
  \new Staff = "LH"
  { \clef "bass" s1 } >>>

That shows the problem as independent from the tuplets (issue 3304).  Maybe the 
odd spacing around tuplets made the issue appear in a less-extreme situation 
for Phil, but in any case there is need for a rule to keep stems from going out 
of order.

I see the reversed order of the stems the same in all versions, only the 
spacing around front matter has gotten more strict in recent versions, forcing 
the notes to squeeze more for the same line-width.

I just added issue 3410




reply via email to

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