Xavier:
Thank you for your reply, the suggestion, and the manual reference. I shall experiment with them. Mark From: Xavier Scheuer [mailto:[email protected]] Sent: Tuesday, August 13, 2013 12:57 PM To: Mark Stephen Mrotek Cc: lilypond-user Mailinglist Subject: Re: Setting automatic beam behavior On 13 August 2013 17:57, Mark Stephen Mrotek <[email protected]> wrote: > > Hello: > > In a single voice (RightOnly.ly), setting automatic beam behavior > produces the desired notation. > > When the left hand is added (Both.ly) the commands – identical in > both files – do not take effect. > > Must I do something to the left hand? In the right hand? > > Thank you for your kind attention. Hi, It seems that the \time 2/4 command in your left hand (through \global ) is processed by LilyPond not exactly at the same time as the \set Timing.beam… , but a few milliseconds later, thus "resetting back to default 2/4 beaming in the whole score". I'd suggest to either use \overrideTimeSignatureSettings 2/4 etc. (see NR 1.2.3 Displaying rhythms > Time signature) http://www.lilypond.org/doc/v2.16/Documentation/notation/displaying-rhythms.html#time-signature either put \set Timing.beam… in the "global" variable as well. Cheers, Xavier -- Xavier Scheuer <[email protected]>
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
