]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-avoid-cross-staff-stem.ly
Makes all side-positioning based on skylines instead of boxes.
[lilypond.git] / input / regression / dynamics-avoid-cross-staff-stem.ly
index e0f4a738bed9e46a0fc4f35f440e37d057cada44..078d876ad78ec32ab59ad653f07645ee3fe77c9e 100644 (file)
@@ -1,16 +1,19 @@
-\version "2.16.0"
+\version "2.17.10"
 
 \header {
-  texidoc = "LilyPond automatically shifts dynamics that collide with
-cross-staff stems when manual beams are used."
+  texidoc = "Dynamics are correctly nested over/under cross staff stems.
+They are, however, not yet factored into horizontal spacing - the fff
+collides with other grobs.
+"
 }
 
 \new GrandStaff <<
   \new Staff = "PnRH" {
     \relative g {
       \stemDown gis8 \p [ \change Staff = "PnLH" \stemUp a, \fff ]
+      a8 \p [ \change Staff = "PnRH" \stemDown gis'8 \fff ]
       \change Staff = "PnRH" r4
     }
   }
-  \new Staff = "PnLH" { \clef "F" { s4 r4 } }
+  \new Staff = "PnLH" { \clef "F" { s2 r4 } }
 >>