]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-cross-staff.ly
release: 1.3.0
[lilypond.git] / input / test / beam-cross-staff.ly
1 \score{
2         \context PianoStaff <
3         \context Staff=one \notes\relative c'{
4                 \stemup [c8 c \translator Staff=two \stemup c c]
5                 [c c c c]
6                 \translator Staff=one
7                 \stemdown [c8 c \translator Staff=two \stemup c c]
8                 r2
9                 \stemdown [c8 c \translator Staff=one \stemdown c c]
10                 r2
11                 \translator Staff=two
12                 \stemup [c8 c \translator Staff=one \stemdown c c]
13                 r2
14         }
15         \context Staff=two \notes\relative c'{
16                 \clef bass;
17                 s1
18                 s1
19                 s1
20                 s1
21         }
22         >
23         \paper{
24                 \translator{
25                         \PianoStaffContext
26                         minVerticalAlign = 3.0*\staffheight;
27                         maxVerticalAlign = 3.0*\staffheight;
28                 }
29 %               linewidth=-1.;
30         }
31 }
32
33 \version "1.2.0";