]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-cross-staff-slope.ly
update syntax in .ly files.
[lilypond.git] / input / regression / beam-cross-staff-slope.ly
1 \version "1.7.6"
2 \header {
3     texidoc = "Cross staff  (kneed) beams
4 don't cause extreme slopes"
5 }
6
7 \score {
8     \notes\context PianoStaff <
9     \context Staff = up
10     \relative c'' <
11         {
12             \stemDown
13             f16( \> d \! b \translator Staff = down \stemUp
14             \clef treble g ~ << g e>>8-)
15             
16             [e \translator Staff = up
17             \stemDown
18             e e]
19             \translator Staff = down
20             \stemUp
21             [
22             e8. \translator Staff = up
23             \stemDown
24             e8.]
25             
26         } \\
27     >
28     \context Staff = down {
29         \time 3/8 \clef bass s4.*3 }
30     >
31     \paper { linewidth = -1. }
32 }
33
34 %% new-chords-done %%