]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-cross-staff-auto-knee.ly
*** empty log message ***
[lilypond.git] / input / regression / beam-cross-staff-auto-knee.ly
1
2 \version "2.6.0"
3
4 \header{
5
6   texidoc="Automatic cross-staff knees work also (here they were
7 produced with explicit staff switches)."
8
9 }
10
11 \context PianoStaff <<
12   \context Staff = "up" \relative c''{
13     b8[ \change Staff="down" d,, ]
14     c[ \change Staff="up" c'' ]
15     b,[ \change Staff="down" d^"no knee" ]
16   }
17   \context Staff = "down" {
18     \clef bass 
19     s2.
20   }
21 >>
22 \layout{
23   raggedright = ##t
24 }