bug-lilypond
[Top][All Lists]
Advanced

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

Re: autoBeaming and \set measurePosition


From: David Kastrup
Subject: Re: autoBeaming and \set measurePosition
Date: Thu, 20 Aug 2015 07:29:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Simon Albrecht <address@hidden> writes:

> Hello,
>
> I don’t quite know what I’m supposed to think of this: With 3/4, there
> is no beam between the third and fourth quavers. It doesn’t happen
> with -1/4, 0, 1/4, or 2/4. Doesn’t seem like this is going to appear
> in any realistic scenario. Just ignore it?
>
> Yours, Simon
>
> \version "2.19.23"
>
> \relative c'{
>   \time 2/4
>   d8 e f g |
>   \set Timing.measurePosition = #(ly:make-moment 3/4)
>   f4
> }

You are setting the measurePosition to a value beyond any valid one.
What are you even trying to achieve here, and why are you not using
\partial instead (which makes sure to set measurePosition at a "safe"
time, after all position-related processing has finished)?

"Doesn’t seem like this is going to appear in any realistic scenario."
is misstating the situation.  This is not about being realistic or not,
this is about being complete nonsense.  I can't even imagine what you'd
expect LilyPond to be doing here.

-- 
David Kastrup



reply via email to

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