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