Graham Percival <[EMAIL PROTECTED]> writes:
> Should variables in define-music-function have #s ?
>
> padText = #(define-music-function (parser location padding) (number?)
> #{
>
> % Both of these lines work. Which should be in the docs?
> % \once \override TextScript #'padding = $padding
> \o
Should variables in define-music-function have #s ?
padText = #(define-music-function (parser location padding) (number?)
#{
% Both of these lines work. Which should be in the docs?
% \once \override TextScript #'padding = $padding
\once \override TextScript #'padding = #$padding
#})
\rel