]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-cross-staff-slope.ly
(conv): dashes rule.
[lilypond.git] / input / regression / beam-cross-staff-slope.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.1"
3 \header {
4     texidoc = "Cross staff  (kneed) beams 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             e8.[
22                 \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 { raggedright = ##t}
32 }
33