]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-avoid-cross-staff-stem.ly
Doc-fr: fix X-Ref
[lilypond.git] / input / regression / dynamics-avoid-cross-staff-stem.ly
1 \version "2.17.10"
2
3 \header {
4   texidoc = "Dynamics are correctly nested over/under cross staff stems.
5 They are, however, not yet factored into horizontal spacing - the fff
6 collides with other grobs.
7 "
8 }
9
10 \new GrandStaff <<
11   \new Staff = "PnRH" {
12     \relative g {
13       \stemDown gis8 \p [ \change Staff = "PnLH" \stemUp a, \fff ]
14       a8 \p [ \change Staff = "PnRH" \stemDown gis'8 \fff ]
15       \change Staff = "PnRH" r4
16     }
17   }
18   \new Staff = "PnLH" { \clef "F" { s2 r4 } }
19 >>