bug-lilypond
[Top][All Lists]
Advanced

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

doc suggestion


From: Han-Wen Nienhuys
Subject: doc suggestion
Date: Wed, 30 Jul 2008 00:45:11 -0300

there is a the following snippet in

5.1.4 Saving typing with variables and functions

but the example doesn't show how the padText works.  I think skylining
handles this automaticallly. Maybe you should find a different
example?

     padText =
     #(define-music-function (parser location padding) (number?)
       #{
         \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
     }

-- 
Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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