]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-isknee.ly
(conv): dashes rule.
[lilypond.git] / input / test / beam-isknee.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.1"
3 \header{
4         texidoc="@cindex Beam Isknee
5 LilyPond can beam across a Piano Staff.
6 " }
7 \score{
8         \context PianoStaff <
9         \context Staff=one \notes\relative c'{
10                 s1
11         }
12         \context Staff=two \notes\relative c'{
13                 \clef bass
14 % no knee
15                 \stemUp  c8[ \translator Staff=one \stemDown g'16 f]
16                 s8
17                 s2
18         }
19         >
20         \paper{
21                 raggedright = ##t
22         }
23 }
24
25
26