(Integrating LaTeX and
[lilypond.git] / input / regression / beam-cross-staff.ly
blob3e2aedf433f65210c3a2a326e2323aa5c3ba0f56
1 \version "1.7.18"
2 \header{
3 texidoc="
4 Beams can be typeset over fixed distance aligned staves, beam
5 beautification doesn't really work, but knees do. Beams should be
6 behave well, wherever the switching point is.
9 \score{
10 \context PianoStaff <
11 \context Staff=one \notes\relative c'{
12 \stemUp c8-[ c \translator Staff=two \stemUp c c]
13 c-[ c c c]
14 \translator Staff=one
15 \stemDown c8-[ c \translator Staff=two \stemUp c c]
17 \stemDown c8-[ c \translator Staff=one \stemDown c c]
19 \translator Staff=two
20 \stemUp c8-[ c \translator Staff=one \stemDown c c]
23 \context Staff=two \notes\relative c'{
24 \clef bass
34 %% new-chords-done %%