lilypond-1.3.118
[lilypond.git] / input / test / beam-cross-staff.ly
blob72b3c288faf09644cd2a18c13e556aa4502c390b
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 ";
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]
16 \stemDown [c8 c \translator Staff=one \stemDown c c]
18 \translator Staff=two
19 \stemUp [c8 c \translator Staff=one \stemDown c c]
22 \context Staff=two \notes\relative c'{
23 \clef bass;
32 \version "1.3.117";