X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdynamics-avoid-cross-staff-stem.ly;h=078d876ad78ec32ab59ad653f07645ee3fe77c9e;hb=1cfd30afdec76ee7df73d3471ebb334e1f740c2f;hp=fdf1a778e0e07b102ced8f690f88c7e1aef188b3;hpb=49fbcc8b526edcad8a0650e9d7870b647c43d698;p=lilypond.git diff --git a/input/regression/dynamics-avoid-cross-staff-stem.ly b/input/regression/dynamics-avoid-cross-staff-stem.ly index fdf1a778e0..078d876ad7 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.15.22" +\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 } } >>