lilypond-user
[Top][All Lists]
Advanced

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

Re: Irregular beat grouping (7/8-beat etc.)


From: Xavier Scheuer
Subject: Re: Irregular beat grouping (7/8-beat etc.)
Date: Wed, 29 Dec 2010 14:52:53 +0100

On 29 December 2010 14:40, Akira <address@hidden> wrote:
>
> Lilypond version 2.13 does not accept this:
>
>        \overrideBeamSettings #'Score #'(7 . 8) #'end    #'((* . (2 2 3)))
>        \overrideBeamSettings #'Score #'(9 . 8) #'end    #'((* . (2 3 2 2)))%}
>
> So, I can get only the example of right, which confuses me.
> Please tell me how to solve this and get the example of left.

Which 2.13 do you use?
Please update to the latest (2.13.44) and then use

\overrideTimeSignatureSettings
        #'(7 . 8)  % timeSignatureFraction
        #'(1 . 8)  % baseMomentFraction
        #'(2 2 3)    % beatStructure
        #'()       % beamExceptions
      \time 7/8

or simply

\time 7/8
\set Timing.beatStructure = #'(2 2 3)

See NR 1.2.4 Beams > Setting automatic beam behavior
in the _latest_ version of the doc:
http://lilypond.org/doc/v2.13/Documentation/notation/beams.html#setting-automatic-beam-behavior

Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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