bug-lilypond
[Top][All Lists]
Advanced

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

Cross-staff stems cause collisions


From: Jean Abou Samra
Subject: Cross-staff stems cause collisions
Date: Tue, 18 Feb 2020 23:02:28 +0100 (CET)

   Hi,

   Please have a look at the following example.

   \version "2.21.0"
   % The accent and the dynamic collide in an ugly way.
   \new PianoStaff \with { \consists #Span_stem_engraver }
   <<
     \new Staff { \stemUp e''8 }
     \new Staff { \stemUp \crossStaff { e''8->\f } }
   >>
   % This does not happen usually:
   { e''8_>\f }
   % Actually we can reduce the example even more, althought it
   % does no longer mean anything from the musical point of view.
   \new Staff { \stemUp \crossStaff { e''8->\f } }
   It seems that span stems confuse the algorithm that avoids vertical
   collisions. Possibly linked with
   [1]http://lilypond.1069038.n5.nabble.com/Cross-staff-slur-spoils-collis
   ion-handling-td198796.html
   Regards,
   Jean Abou Samra

References

   1. 
http://lilypond.1069038.n5.nabble.com/Cross-staff-slur-spoils-collision-handling-td198796.html


reply via email to

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