Hello,

 

In the attached snippet the stems should connect.

I have been following

http://lilypond.org/doc/v2.19/Documentation/notation/common-notation-for-key
boards#cross_002dstaff-stems

yet I must be missing something.

 

 

Mark

\version "2.19.49"

\score {
  
  \layout{
    indent = #0
     \context {
    \PianoStaff
    \consists #Span_stem_engraver
  }
  }
  
  \new PianoStaff  <<
    \new Staff = "upper"
    \with {\remove "Time_signature_engraver"}
    \relative c'' {
    \key f \minor
    
    \voiceTwo
    s4 f,2 <f>4 | s4 <f> <f>2 
    }
          
    \new Staff = "lower" 
    \with {\remove "Time_signature_engraver"}
    \relative c {
    \clef bass 
    \key f \minor
    
    r4
    \voiceTwo 
    \crossStaff {
    <aes' c >2 q4 |
    r q q2}
    | 
    }  
  >>  
}

%{
convert-ly.py (GNU LilyPond) 2.19.80  convert-ly.py: Processing `'...
Applying conversion: 2.19.2, 2.19.7, 2.19.11, 2.19.16, 2.19.22,
2.19.24, 2.19.28, 2.19.29, 2.19.32, 2.19.40, 2.19.46, 2.19.49
%}

Reply via email to