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