On 29 December 2010 14:40, Akira <i.love.the.pika...@gmail.com> 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 <x.sche...@gmail.com>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to