bug-lilypond
[Top][All Lists]
Advanced

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

Re: \once \override Beam


From: Valentin Villenave
Subject: Re: \once \override Beam
Date: Sun, 18 May 2008 11:03:12 +0200

2008/5/14 karim haddad <address@hidden>:

> in one the beaming is not explicitly marked so the \once \override doesn't
> work here
> in two yes it is explictly noted and it works.

Hi Karim,

there's no bug here: when you type

\once \override Beam #'positions = #'(-6 . -6)
r8[ bih16 bih16]

the beam is created immediately, but when you type

\once \override Beam #'positions = #'(-6 . -6)
r8  bih16 bih16

the \override is followed by a rest, so no beam is immediately created.

In the latter case, the solution is to type

r8
\once \override Beam #'positions = #'(-6 . -6)
bih16 bih16

Remember what Mats said: \once \override only works for an object that
is created *immediately* afterwards!

Cheers,
Valentin




reply via email to

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