]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-avoid-cross-staff-stem.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / dynamics-avoid-cross-staff-stem.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "LilyPond automatically shifts dynamics that collide with
5 cross-staff stems when manual beams are used."
6 }
7
8 \new GrandStaff <<
9   \new Staff = "PnRH" {
10     \relative g {
11       \stemDown gis8 \p [ \change Staff = "PnLH" \stemUp a, \fff ]
12       \change Staff = "PnRH" r4
13     }
14   }
15   \new Staff = "PnLH" { \clef "F" { s4 r4 } }
16 >>