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