lilypond-devel
[Top][All Lists]
Advanced

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

Re: Implement partial function calls. (issue 249670043 by address@hidden


From: thomasmorley65
Subject: Re: Implement partial function calls. (issue 249670043 by address@hidden)
Date: Sat, 11 Jul 2015 11:18:52 +0000


Will this allow
trans-cis = \transpose c cis \etc
?
Then I'd say it's a great improvement.

Far better than having to do:

my-trans =
#(define-scheme-function (parser location from to) (ly:pitch? ly:pitch?)
   (define-music-function (parser location music) (ly:music?)
   #{ \transpose $from $to $music #}))

trans-cis = \my-trans c cis

https://codereview.appspot.com/249670043/



reply via email to

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