]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-cross-staff-slope.ly
*** empty log message ***
[lilypond.git] / input / regression / beam-cross-staff-slope.ly
1 \version "2.2.0"
2 \header {
3     texidoc = "Cross staff  (kneed) beams do not 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\! \change Staff = down \stemUp
13             \clef treble g ~ < g e>8)
14             
15              e[ \change Staff = up
16             \stemDown
17             e e]
18             \change Staff = down
19             \stemUp
20             e8.[
21                 \change Staff = up
22             \stemDown
23             e8.]
24             
25         } \\
26     >>
27     \context Staff = down {
28         \time 3/8 \clef bass s4.*3 }
29     >>
30     \paper { raggedright = ##t}
31 }
32