lilypond-user
[Top][All Lists]
Advanced

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

Re: \transpose weird staffs


From: Markus Schneider
Subject: Re: \transpose weird staffs
Date: Fri, 1 Sep 2006 15:50:31 +0200

Hi,

AFAICS, the easiest way is to split your horn part into two seperate ones:

hornpartG = \relative c' {
  \transposition g
  ... many notes ...
}

hornpartEES = \relative c' {
  \transposition ees
  ... many notes ...
}

Then use \transpose as usual on each of them.

Markus







reply via email to

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