On 13 August 2013 17:57, Mark Stephen Mrotek <carsonm...@ca.rr.com> 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 <x.sche...@gmail.com>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to