lilypond-devel
[Top][All Lists]
Advanced

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

Re: Start work on adding annotations for horizontal paper variables.


From: Neil Puttock
Subject: Re: Start work on adding annotations for horizontal paper variables.
Date: Sun, 8 Nov 2009 20:08:56 +0000

2009/11/5 Michael Käppler <address@hidden>:

> Hmm... I did not test this.
> Try this:
>
> (define annotate? layout . dir)
>     (case (and (pair? dir) (car dir))
>        (('X) (ly:output-def-lookup layout 'annotate-x-spacing))
>        (('Y) (ly:output-def-lookup layout 'annotate-y-spacing))
>        ((#f) (or (annotate? layout X) (annotate? layout Y))
>        (else #f)))

You haven't tested this either, have you. :P

I've uploaded a revised version based on your suggestion. :)

Regards,
Neil




reply via email to

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