]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-avoid-cross-staff-stem-3.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / dynamics-avoid-cross-staff-stem-3.ly
1 \version "2.19.21"
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 {
12       f'8
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 >>