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: Ben
Subject: Re: Piano staff notes across both staffs
Date: Sat, 3 Feb 2018 17:02:26 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 2/3/2018 4:10 PM, Vivyan wrote:
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?

    \new Staff {
      \clef bass
      r4
      
      \voiceOne
      \autoBeamOff
      \crossStaff { b} 
      
      r4
      
    }
  >>
}




You could just change r4 to:

d4\rest

That would move it down. See attached.

Is this what you wanted? :)

Attachment: snap.png
Description: PNG image


reply via email to

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