lilypond-user
[Top][All Lists]
Advanced

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

Re: title on a separate page (Susan Dittmar)


From: Valentin Villenave
Subject: Re: title on a separate page (Susan Dittmar)
Date: Thu, 8 Oct 2009 01:16:25 +0200

On Wed, Oct 7, 2009 at 3:36 PM, David Nalesnik <address@hidden> wrote:
> #(define-markup-command (vspace layout props amount) (number?)
>   "This produces a invisible object taking vertical space."
>     ;(ly:make-stencil "" (cons -1 1) (cons 0 amount))
>     (ly:make-stencil "" (cons -1 1) (cons amount amount)))
>
> I'm wondering if there is a reason I'm not seeing to include both lines.

You missed the "if" line just above these two lines :-)

The first line makes sure that the amount will never go below zero,
even if a negative number is specified. If the number is positive,
then the first of these two lines is skipped and the second one is
directly executed.

Cheers,
Valentin




reply via email to

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