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