]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-isknee.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / beam-isknee.ly
1 \score{
2         \context PianoStaff <
3         \context Staff=one \notes\relative c'{
4                 s1
5         }
6         \context Staff=two \notes\relative c'{
7                 \clef bass;
8 % no knee
9                 \stemUp [c8 \translator Staff=one \stemDown g'16 f]
10                 s8
11                 s2
12         }
13         >
14         \paper{
15                 linewidth=-1.;
16         }
17 }
18
19