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.