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.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to