Re: [doc fact-check] variables in lilypond scheme

2006-10-29 Thread Nicolas Sceaux
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

[doc fact-check] variables in lilypond scheme

2006-10-23 Thread Graham Percival
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