lilypond-user
[Top][All Lists]
Advanced

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

possible bug: \change Staff and beam collision


From: Gilberto Agostinho
Subject: possible bug: \change Staff and beam collision
Date: Sun, 2 Nov 2014 10:40:05 -0800 (PST)

Hello all,

Please have a look on the following code:

\version "2.19.15"

\new PianoStaff <<
  \new Staff = up {
    \override Score.Beam.damping = 3
    \stemUp a'8 
    \ottava #1 a'''
    \ottava #0 a' 
    a,
  }
  \new Staff = down {
    \clef bass
    s2 
  }
>>

\new PianoStaff <<
  \new Staff = up {
    \override Score.Beam.damping = 3
    \stemUp a'8 
    \ottava #1 a'''
    \ottava #0 a' 
    \change Staff = "down" a,
  }
  \new Staff = down {
    \clef bass
    s2 
  }
>>

Which produces:

<http://lilypond.1069038.n5.nabble.com/file/n168324/11.png> 

As you can see, without changing staff the ottava position is high enough
not to collide with the beam, but when changing staff the ottava position
gets lower (!) and collides with the beam. Anyone know any workaround for
this problem?

Best,
Gilberto



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/possible-bug-change-Staff-and-beam-collision-tp168324.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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