Citerar Alan Stern <[EMAIL PROTECTED]>:

> How can I make a non-music part of my .ly file conditional?  For example,
> suppose I want to add something like
> 
>     between-system-padding = 0.3 \in

did you try something like this?

between-system-padding = #(if (eq? partNum 0) (* 0.3 inch-multiplier) '())

(where inch-multiplier is some magic number)

Erik



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to