lilypond-user
[Top][All Lists]
Advanced

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

scheme artificial harmonic (transposition within chord)


From: Rob Canning
Subject: scheme artificial harmonic (transposition within chord)
Date: Tue, 15 Feb 2011 14:25:08 +0000
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

hello,
i am trying to get scheme to automate artificial harmonics so i dont need to specify the pitch of the note written up the perfect fourth i am running in to the problem of scheme not evaluating the variable once put inside the <chord>
(i get errors regarding /lilyvartmpc /)

where lies the error or is there a better way to do this - am slightly suprised there is not a build in function for this... maybe there is?

artHarm = #(define-music-function (parser location note)
                                    (ly:music?)
 #{
         < $note \transpose c f  $note \harmonic >
 #})

{ \artHarm b }

thanks
rob



reply via email to

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