]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-cross-staff.ly
patch::: 1.3.113.jcn2
[lilypond.git] / input / test / beam-cross-staff.ly
1 \header{
2 texidoc="
3 Beams can be typeset over fixed distance aligned staffs, beam
4 beautification doesn't really work, but knees do. Beams should be
5 behave well, wherever the switching point is.
6 ";
7 }
8 \score{
9         \context PianoStaff <
10         \context Staff=one \notes\relative c'{
11                 \stemUp [c8 c \translator Staff=two \stemUp c c]
12                 [c c c c]
13                 \translator Staff=one
14                 \stemDown [c8 c \translator Staff=two \stemUp c c]
15                 r2
16                 \stemDown [c8 c \translator Staff=one \stemDown c c]
17                 r2
18                 \translator Staff=two
19                 \stemUp [c8 c \translator Staff=one \stemDown c c]
20                 r2
21         }
22         \context Staff=two \notes\relative c'{
23                 \clef bass;
24                 s1
25                 s1
26                 s1
27                 s1
28         }
29         >
30 }
31
32 \version "1.3.110";