]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-cross-staff-slope.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / beam-cross-staff-slope.ly
1 \version "2.12.0"
2 \header {
3     texidoc = "Cross staff  (kneed) beams do not cause extreme slopes."
4 }
5
6 \layout { ragged-right = ##t}
7
8 \context PianoStaff <<
9   \new Staff = "up"
10   \relative c'' <<
11     {
12       \stemDown
13       f16( d b \change Staff = down \stemUp
14       \clef treble g ~ < g e>8)
15       
16       e[ \change Staff = up
17          \stemDown
18          e e]
19       \change Staff = down
20       \stemUp
21       e8.[
22         \change Staff = up
23         \stemDown
24         e8.]
25       
26     } \\
27   >>
28   \new Staff = "down" {
29     \time 3/8 \clef bass s4.*3 }
30 >>
31