Re: Setting automatic beam behavior

2013-08-13 Thread Carl Peterson
On Tue, Aug 13, 2013 at 11:57 AM, Mark Stephen Mrotek
carsonm...@ca.rr.comwrote:

 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.

 Mark


Mark

It looks like you're only defining the behavior for the right hand, but not
the left hand? I can't compile right now to see what you're looking at, but
that was the thing that stuck out to me.


Carl
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


RE: Setting automatic beam behavior

2013-08-13 Thread Mark Stephen Mrotek
Carl,

 

Thank you for your reply.

Yes, the tuplets are only in the right hand. The left hand is just eighth
notes.

 

Mark

 

 

 

From: Carl Peterson [mailto:carlopeter...@gmail.com] 
Sent: Tuesday, August 13, 2013 9:06 AM
To: Mark Stephen Mrotek
Cc: Mailinglist lilypond-user
Subject: Re: Setting automatic beam behavior

 

On Tue, Aug 13, 2013 at 11:57 AM, 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.

Mark

 

Mark

 

It looks like you're only defining the behavior for the right hand, but not
the left hand? I can't compile right now to see what you're looking at, but
that was the thing that stuck out to me.

 

 

Carl 

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Setting automatic beam behavior

2013-08-13 Thread Xavier Scheuer
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


RE: Setting automatic beam behavior

2013-08-13 Thread Mark Stephen Mrotek
Xavier:

 

Thank you for your reply, the suggestion, and the manual reference. I shall 
experiment with them.

 

Mark

 

From: Xavier Scheuer [mailto:x.sche...@gmail.com] 
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 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