> 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

_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to