]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-multiple-cross-staff.ly
update syntax in .ly files.
[lilypond.git] / input / regression / beam-multiple-cross-staff.ly
1 \version "1.7.6"
2 \header {
3
4     texidoc = "Kneed beams (often happens with cross-staff beams)
5 should look good when there are multiple beams: all the beams should
6 go on continuously at the staff change. Stems in both staffs reach up
7 to the last beam.
8 "
9 }
10
11 \score { \notes
12          \context PianoStaff \relative c' <
13              \context Staff = SA {
14                  \stemDown
15                  [c8 c16 \translator Staff = SB \stemUp c16 ]
16                  \stemBoth
17                  [f g \translator Staff = SA a c] 
18                                }
19              \context Staff = SB \relative c' {
20 \clef bass
21                  [b8 b16 \stemUp b,,16 ]
22
23                  g'4\rest
24                  [b,8 b16 \stemDown b''16 b ]
25              }       
26              
27              >
28
29 }
30 %% new-chords-done %%