lilypond-devel
[Top][All Lists]
Advanced

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

Re: \once \macro


From: Karl Hammar
Subject: Re: \once \macro
Date: Tue, 25 Mar 2008 21:15:41 +0100 (CET)

> I could have sworn that
> 
> {
>   c'4
>   \once \stemDown
>   c'4
> }
> 
> worked, but it clearly doesn't.
> 1)  Does anybody else remember if this worked in the past?  (ie am
> I going crazy?)
...

Try

{
  c'4
  \once \override Stem  #'direction = #DOWN
  %\stemDown
  c'4
  c'
}

Regards,
/Karl

-----------------------------------------------------------------------
Karl Hammar                    Aspö Data               address@hidden
Lilla Aspö 2340                                                Networks
S-742 94 Östhammar          +46  173 140 57                   Computers
Sweden                     +46  70 511 97 84                 Consulting
-----------------------------------------------------------------------






reply via email to

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