lilypond-user
[Top][All Lists]
Advanced

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

Re: Transpose Command


From: Hans Aberg
Subject: Re: Transpose Command
Date: Mon, 6 Jul 2009 20:08:46 +0200

On 6 Jul 2009, at 18:49, Francisco Vila wrote:

I'm assuming the middle section
should be in b-flat major instead of a-sharp major? if you wrap the b-major
section with
\transpose ais' a' {
 \relative {
  \key b \major
  ...
 }
}

This effectively transposes the music, I'd rather say \transpose ais
bes { } to keep everything in its place.

Let me try:

The part is written A and should be transposed to be in Bb. So the normal thing would be
  \transpose bes a {
    % part in A.
  }

To get a 12-equal enharmonic equivalent transposition, one these should be replaced with the enharmonic equivalent, for example A# instead of Bb. So
  \transpose ais a {
    % part in A
  }

  Hans






reply via email to

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