]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-cross-staff-auto-knee.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / beam-cross-staff-auto-knee.ly
1
2 \version "2.16.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 \layout{
12   ragged-right = ##t
13 }
14
15 \context PianoStaff <<
16   \new Staff = "up" \relative c''{
17     b8[ \change Staff="down" d,, ]
18     c[ \change Staff="up" c'' ]
19     b,[ \change Staff="down" d^"no knee" ]
20   }
21   \new Staff = "down" {
22     \clef bass 
23     s2.
24   }
25 >>