« Return to Thread: Automatic beam problem

Re: Automatic beam problem

by Daniel Raufison :: Rate this Message:

| View in Thread

Hi Trevor,

\set Timing.beamExceptions = #'()

didn't help (maybe a bug?). But I solved it with manual beams now as you
advised since it's just in 2 bars in the whole score.

so thanks anyway

Daniel

Am 28.07.2012 22:18, schrieb Trevor Daniels:

> Daniel Raufison wrote Saturday, July 28, 2012 8:16 PM
>
>> Shouldn't the following two statements do what I want? Unforunatley, it
>> does not work.
>>
>> \set Timing.baseMoment = #(ly:make-moment 1 4)
>> \set Timing.beatStructure = #'(1 1 1 1)
> You need to reset beamExceptions:
>
> \set Timing.beamExceptions = #'()
>
> These take priority over beatStructure.
>
> Alternatively just insert manual beams if only a couple of bars
> are affected.
>
> This part of the manual is in need of a rewrite to avoid
> this common error.
>
> Trevor


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

 « Return to Thread: Automatic beam problem