]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-avoid-cross-staff-stem-2.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / input / regression / dynamics-avoid-cross-staff-stem-2.ly
1 \version "2.17.2"
2
3 \header {
4   texidoc = "Dynamics do not horizontally shift when attached to
5 an axis-group extremal cross staff grob that's extremal side
6 (UP or DOWN) is the same as its direction.
7 "
8 }
9
10 \new PianoStaff <<
11   \new Staff = "up" {
12     s1 |
13   }
14   \new Staff = "down" {
15     \clef bass
16     \stemDown
17     % keep staff alive
18     <c,, c,>8 [ <c,, c,>8_\f
19     \change Staff = "up"
20     g' g' ]
21     r2 |
22   }
23 >>