]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-isknee.ly
release: 1.1.43
[lilypond.git] / input / test / beam-isknee.ly
1 \score{
2         \context GrandStaff <
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                 \translator{
16                         \GrandStaffContext
17                         minVerticalAlign = 2.8*\staffheight;
18                         maxVerticalAlign = 2.8*\staffheight;
19                 }
20                 linewidth=-1.;
21         }
22 }
23
24 \version "1.0.19";