lilypond-user
[Top][All Lists]
Advanced

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

Re: scheme function for transposition


From: Josiah Boothby
Subject: Re: scheme function for transposition
Date: Mon, 1 Jun 2009 01:05:00 -0700

> I think you have to declare two variables:
> #(define-music-function (parser location trans notes) (ly:music? ly:music?)
> #{
>  \transpose c $trans { $notes }
> #})

The problem appears to be that \transpose is expecting a notename, not
a variable, so this has the same problem, and doubled.

Thank you,

Josiah




reply via email to

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