lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Piano staff notes across both staffs


From: Vivyan
Subject: Re: Piano staff notes across both staffs
Date: Sat, 3 Feb 2018 14:10:50 -0700 (MST)

Okay so for this to work you have to abandon the previous Piano staff style.

the following code should work. However the latest rest is now set to high (
because it thinks its the 1st voice? How can this be adjusted?

\header {
  title = "Composition Study I: Techniques"
  composer = "Joel Ramsbottom"
  tagline = ""  % removed 
}

\layout {
  \context {
    \PianoStaff
    \consists #Span_stem_engraver
  }
}

%Piano Score
{
  \new PianoStaff <<
    \new Staff {
      \clef treble
      \time 5/4
      \tempo "Andante" 4 = 76
      
      des'4
      
      e'
    }
    \new Staff {
      \clef bass
      r4
      
      \voiceOne
      \autoBeamOff
      \crossStaff { b} 
      
      r4
      
    }
  >>
}



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]