lilypond-devel
[Top][All Lists]
Advanced

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

[doc fact-check] variables in lilypond scheme


From: Graham Percival
Subject: [doc fact-check] variables in lilypond scheme
Date: Mon, 23 Oct 2006 14:13:10 -0700
User-agent: Thunderbird 1.5.0.7 (Macintosh/20060909)

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
#})

\relative c''' {
  c4^"piu mosso" b a b
  \padText #1.8
  c4^"piu mosso" d e f
  \padText #2.6
  c4^"piu mosso" fis a g
}






reply via email to

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