lilypond-user
[Top][All Lists]
Advanced

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

Parameterizing a LilyPond function


From: PMA
Subject: Parameterizing a LilyPond function
Date: Sun, 02 Dec 2012 15:36:26 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20101227 Iceape/2.0.11

Hi List.

I would like to alter this function...

glissmove = {
  \once \override Glissando #'(bound-details left Y) = #1.3
  \once \override Glissando #'(bound-details right Y) = #1.3
}

to accept its 1.3 or whatever as an input parameter instead.

I see docs on parameterizing Scheme functions, but not on
doing this in LilyPond directly -- LP's param handing syntax.
Have I overlooked something obvious?

Thanks in advance.

Pete



reply via email to

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