]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-isknee.ly
16333a07aa4bd63d4ac1d09655c2b8506d535d3f
[lilypond.git] / input / regression / beam-isknee.ly
1
2 \version "2.6.0"
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         \layout{
25                 raggedright = ##t
26         }
27 }
28
29
30