]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/cross-staff-stems.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / input / regression / cross-staff-stems.ly
1 \version "2.16.0"
2
3 \header {
4
5     texidoc = "Test for cross-staff stems.  The test produces a
6 piano staff with cross-staff connected crochet, semi-quaver,
7 dotted quaver (beamed with the semi-quaver) and finally a quaver.
8 All stems should connect, showing correct spacing and
9 stem length.  The lower connected notes should have no flags." }
10
11 \layout {
12   \context {
13     \PianoStaff
14     \consists #Span_stem_engraver
15   }
16 }
17
18 {
19   \new PianoStaff <<
20     \new Staff {
21       <b d'>4 r d'16\> e'8. g8 r\!
22     }
23    \new Staff {
24      \clef bass
25       \voiceOne
26       \autoBeamOff
27       \crossStaff { <e g>4 e, g16 a8. c8} d
28     }
29   >>
30 }