Hi bug-squad,

attached you'll find source and image of an ugly collision between dynamics and a cross-staff stem.
The image is from current master but the issue is the same with 2.18.2.

Thanks for adding an issue report.

Urs
\version "2.19.14"

\layout {
  \context {
    \PianoStaff
    \consists #Span_stem_engraver
  }
}

\score {
  \new PianoStaff <<
    \new Staff {
      \voiceTwo
      \crossStaff e'8 \p
    }
    \new Staff {
      \clef bass
      e8
    }
  >>
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to