help-gnu-music
[Top][All Lists]
Advanced

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

Re: Defining of variables


From: Rune Zedeler
Subject: Re: Defining of variables
Date: Mon, 18 Jun 2001 18:23:53 +0200

"Schweikert, Martin {POYD~Kaiseraugst}" wrote:

> Now I would like to \transpose the voices. This works fine, but I would like 
> to avoid writing 5 times the same \transpose statement.

You don't have to.
just do

\score {
 \notes \transpose d' <
  \context ChoirStaff <
     ... all voices go here ...
  >
 >
}


> goal = "bes"
> ... \transpose \goal ...

I don't really understand what you want with this.

-Rune



reply via email to

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