lilypond-devel
[Top][All Lists]
Advanced

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

Re: comment in #{ ... #}


From: Werner LEMBERG
Subject: Re: comment in #{ ... #}
Date: Fri, 22 Oct 2010 20:30:29 +0200 (CEST)

> This does work:
> 
> foo =
> #(define-music-function (parser location music) (ly:music?)
>    #{ $music % comment
>    #})
> 
> { \foo a }

Interesting.  This

  T = #(define-music-function (parser location music) (ly:music?)
        #{
           \times 2/3 $music   % $
        #}
      )   

  \relative {
    \T { c c c }
  }

does *not* work.  Looks like a bug...


    Werner



reply via email to

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