Hello,
________________________________________
From: lilypond-user-bounces+james.lowe=datacore....@gnu.org 
[lilypond-user-bounces+james.lowe=datacore....@gnu.org] on behalf of Xavier 
Scheuer [x.sche...@gmail.com]
Sent: 07 August 2011 03:24
To: Paul Scott
Cc: lilypond-user@gnu.org; Carl Sorensen
Subject: Re: 2.15.8 8/8 autobeam 3 3 2 ??

On 7 August 2011 01:45, Paul Scott <waterho...@ultrasw.com> wrote:
>
> Hi,
>
> Is there a reason for this default beaming?  I get (3 3 2) with 2.15.8.
>
> \version "2.15.8"
>
> { \time 8/8 \repeat unfold 16 a'8 }
>

This is indeed the default setting as expressed in
'scm/time-signature-settings.scm'.  What did you expect as default?
(4 4)?  I suppose the dev that implemented it has considered (3 3 2)
to be more common.  And I would tend to agree (although 8/8 is not very
common, so it is not that easy to choose a default).

You can change it simply with

  \overrideTimeSignatureSettings
        #'(8 . 8)  % timeSignatureFraction
        #'(1 . 8)  % baseMomentFraction
        #'(4 4)    % beatStructure
        #'()       % beamExceptions

or

  \set Timing.beatStructure = #'(4 4)

-----

and see

http://lilypond.org/doc/v2.14/Documentation/notation/beams#setting-automatic-beam-behavior

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

Reply via email to