Index: input/regression/dynamics-avoid-cross-staff-stem.ly |
diff --git a/input/regression/dynamics-avoid-cross-staff-stem.ly b/input/regression/dynamics-avoid-cross-staff-stem.ly |
index e0f4a738bed9e46a0fc4f35f440e37d057cada44..1a33f6802b99fa971ade521c79466dd3d75a1ffb 100644 |
--- a/input/regression/dynamics-avoid-cross-staff-stem.ly |
+++ b/input/regression/dynamics-avoid-cross-staff-stem.ly |
@@ -1,16 +1,19 @@ |
\version "2.16.0" |
\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 } } |
>> |