Re: Piano staff notes across both staffs, another problem

2018-02-09 Thread Thomas Morley
2018-02-09 16:16 GMT+01:00 Andrew Bernard : > Hi Robert, > > This perhaps. By no means unacceptable. > > === > \version "2.19.81" > > treble = { > \clef treble > \time 3/4 > << > { > \voiceTwo > f'4\rest \crossStaff { 4 } | > } > \new Voice > { > } > >> > }

Re: Piano staff notes across both staffs, another problem

2018-02-09 Thread Andrew Bernard
Hi Robert, This perhaps. By no means unacceptable. === \version "2.19.81" treble = { \clef treble \time 3/4 << { \voiceTwo f'4\rest \crossStaff { 4 } | } \new Voice { } >> } bass = { \clef bass \time 3/4 << { \voiceTwo c2. }

Re: Piano staff notes across both staffs, another problem

2018-02-09 Thread Robert Blackstone
Hi Andrew, Thanks for your replies. I understand that what I want is, in LilyPond, impossible by regular means, and/or unusual if realized by a weird trick, moving a note-head to the wrong side of the stem. That would be rather ugly, I think. Still, what I want to do is not my idea. To illustrat

Re: Piano staff notes across both staffs, another problem

2018-02-09 Thread Andrew Bernard
Hi Robert, It would be unusual to glue stems together as you are suggesting, if I understand what you want correctly. To use the crossStaff construct the stems have to be in the same direction. No negotiation. :-) If you really wanted to insist, there are examples of how to move individual noteh

RE: Piano staff notes across both staffs

2018-02-03 Thread Mark Stephen Mrotek
5:24 PM To: lilypond-user@gnu.org Subject: Re: Piano staff notes across both staffs I've ended up taking this apporach but the b4 that I need to join still does cross the staves. why is that? <http://lilypond.1069038.n5.nabble.com/file/t5486/Screen_Shot_2018-02-04_at_ 01.png>

Re: Piano staff notes across both staffs

2018-02-03 Thread Vivyan
I've had a look at 2.2.1. I've tried extening the stem instead. I just don't see why \cross staff can't work in my current code? I've had too many other compromises trying re approaching the RotationalArrays.ly score from scr

Re: Piano staff notes across both staffs

2018-02-03 Thread Vivyan
I've ended up taking this apporach but the b4 that I need to join still does cross the staves. why is that? \new Staff { \clef bass \voiceOne \autoBeamOff d4\rest \cro

Re: Piano staff notes across both staffs

2018-02-03 Thread Vivyan
that is what I want. Thats what I will do for now then is that's the solution. Thanks -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond

Re: Piano staff notes across both staffs

2018-02-03 Thread Ben
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

Re: Piano staff notes across both staffs

2018-02-03 Thread Vivyan
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 Ramsbot

Re: Piano staff notes across both staffs

2018-02-03 Thread N. Andrew Walsh
Hi Vivyan, your example does not compile, failing with an error. You appear to be using \crossStaff incorrectly; see NR 2.2.1: http://lilypond.org/doc/v2.19/Documentation/notation/common-notation-for-keyboards for the correct usage. Cheers, A On Sat, Feb 3, 2018 at 8:10 PM, Vivyan wrote: > I