Re: \once \override Beam doesn't work anymore?

2008-06-02 Thread Trevor Bača
Right. I was reading up through unanswered mail and unfortunately sent the response before seeing the rest of the splintered thread! Thanks! 2008/6/2 Valentin Villenave <[EMAIL PROTECTED]>: > 2008/6/2 Trevor Bača <[EMAIL PROTECTED]>: > > > What are the chances that your \once \override happens

Re: \once \override Beam doesn't work anymore?

2008-06-02 Thread Valentin Villenave
2008/6/2 Trevor Bača <[EMAIL PROTECTED]>: > What are the chances that your \once \override happens *after* the beam has > already begun?? Hi Trev, thanks for tracking this one down, but in fact it's been addressed in another thread: http://lists.gnu.org/archive/html/bug-lilypond/2008-05/msg00116

Re: \once \override Beam doesn't work anymore?

2008-06-02 Thread Trevor Bača
On Tue, May 13, 2008 at 11:20 AM, karim haddad <[EMAIL PROTECTED]> wrote: > Hi > > Apparently in \version "2.11.46" > \once \override Beam #'positions doesn't work . Only the \override > will. > But how can we go back to the default setting then ? > Or am i missing something here ? Hi Kar

Re: \once \override Beam

2008-05-18 Thread Valentin Villenave
2008/5/14 karim haddad <[EMAIL PROTECTED]>: > 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

Re: \once \override Beam

2008-05-14 Thread karim haddad
Hi Valentin, ok here are two examples test1.ly and test2.ly 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. Best K test1.ly Description: Binary data test2.ly Description: Binary data On May 14, 2008,

Re: \once \override Beam

2008-05-14 Thread Mats Bengtsson
The following examples certainly works over here: \version "2.11.45" \relative{ c8 d e f \once \override Beam #'positions = #'(8 . 8 ) g a b c } I hope you realize that you have to do the \once \override just before the starting note of the beam. In general, a \once \override only applies to th

Re: \once \override Beam

2008-05-13 Thread Valentin Villenave
2008/5/13 karim haddad <[EMAIL PROTECTED]>: > It works only if the beams are implicitly expressed with [ and ] . Hi Karim, I can't remember having seen this documented anywhere... Can you post a small code example that produces both results (the one that works, and the one that doesn't work)?

re: \once \override Beam

2008-05-13 Thread karim haddad
Hi PLease sorry for my last post: Hi Apparently in \version "2.11.46" \once \override Beam #'positions doesn't work . Only the \override will. But how can we go back to the default setting then ? Or am i missing something here ? THanx K It works only if the beams are implicitly ex