bug-lilypond
[Top][All Lists]
Advanced

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

Re: doc suggestion


From: Trevor Daniels
Subject: Re: doc suggestion
Date: Wed, 30 Jul 2008 08:46:37 +0100


Graham Percival wrote Wednesday, July 30, 2008 5:09 AM


LM 5 hasn't been touched as part of GDP, and AFAIK nobody has any
spare time to look at it.  The only possibility is that Trevor
might spend a few hours on it after he's done the first update for
NR 6.

Actually it's NR 5 I'm just starting on (not NR 6), since we reorganised the chapters.

Han-Wen is quite right - skylining now places the text
in this LM example correctly without using padding.  For
now I'll drop a TODO in the .itely file as a reminder
to think of a better example.

- Graham

Trevor



On Wed, 30 Jul 2008 00:45:11 -0300
"Han-Wen Nienhuys" <address@hidden> wrote:

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


_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond





reply via email to

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