lilypond-user
[Top][All Lists]
Advanced

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

Re: Automatic beam problem


From: Daniel Raufison
Subject: Re: Automatic beam problem
Date: Sun, 29 Jul 2012 23:50:06 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0

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




reply via email to

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