]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-isknee.ly
*** empty log message ***
[lilypond.git] / input / test / beam-isknee.ly
1
2 \version "2.1.28"
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 \notes\relative c'{
14                 s1
15         }
16         \context Staff=two \notes\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