]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-avoid-cross-staff-stem-3.ly
0b0b7b62478e349854a2991d99854fe3f059b1b5
[lilypond.git] / input / regression / dynamics-avoid-cross-staff-stem-3.ly
1 \version "2.17.17"
2
3 \header {
4   texidoc = "Cross-staff @code{Dynamic} does not trigger a cyclic
5 dependency for direction look-up.
6 "
7 }
8
9 <<
10   \new Staff = "up"
11     \relative c' {
12       f8
13       \change Staff = "down"
14       c e\f %should not trigger cyclic dependency
15       \change Staff = "up"
16       f
17     }
18   \new Staff = "down" { \clef bass s2 }
19 >>