lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoBeamSettings question...


From: Alexandre Beneteau
Subject: Re: autoBeamSettings question...
Date: Mon, 17 Feb 2003 14:22:50 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212

Mats,

Thanks very much for your answer :-)
I've had forgotten to mention I use the Lylipond version 1.7.12...

Thanks,

        Alex.

Mats Bengtsson wrote:
Alexandre Beneteau wrote:

Hello again,

I have read and read again the documentation about the autoBeamSettings
(http://lilypond.org/development/Documentation/user/out-www/lilypond/Setting-automatic-beam-behavior.html#Setting%20automatic%20beam%20behavior))
and can't achieve to use it (I know,  I can be a bit
stupid sometimes ;-) )

In 3/4 time, I would like each beam containing 32th notes to end every quarter note (and not on every 8th note like default), so I've imagined issuing :

\property Voice.autoBeamSettings \override #'(end 1 32 3 4) = #'(ly:make-moment 1 4)

should does the job. But it does not ; so I've missed something...
Could someone explain me where I am wrong ?


You added one quote too much. The function make-moment should be
evaluated directly when you do the setting, so you should say
\property Voice.autoBeamSettings \override #'(end 1 32 3 4) = #(ly:make-moment 1 4)
if you use Lilypond version 1.7.x and
\property Voice.autoBeamSettings \override #'(end 1 32 3 4) = #(make-moment 1 4)
if you use version 1.6.x or earlier.

   /Mats









reply via email to

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