]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-isknee.ly
0c1cef21f4dd2c314e8e4b303c8a4f11dddf2f70
[lilypond.git] / input / regression / beam-isknee.ly
1
2 \version "2.3.17"
3 \header{
4         texidoc="@cindex Beam Isknee
5
6 Beams can be placed across a @code{PianoStaff}.
7
8 "
9
10 }
11 \score{
12         \context PianoStaff <<
13         \context Staff=one \relative c'{
14                 s1
15         }
16         \context Staff=two \relative c'{
17                 \clef bass
18 % no knee
19                 \stemUp  c8[ \change Staff=one \stemDown g'16 f]
20                 s8
21                 s2
22         }
23         >>
24         \paper{
25                 raggedright = ##t
26         }
27 }
28
29
30