lilypond-user
[Top][All Lists]
Advanced

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

Re: transpose notes to new key?


From: Peter Chubb
Subject: Re: transpose notes to new key?
Date: Tue, 17 Jun 2008 12:46:16 +1000
User-agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 MULE XEmacs/21.4 (patch 21) (Educational Television) (x86_64-linux-gnu)

>>>>> "Mark" == Mark  <address@hidden> writes:

Mark> hi all ..warning noob.  transpose notes to a new key?


Just transposing a chord is easy.

\transpose c' d { \key c \major c^"major triad" e g }

But switching between modes is harder.  You probably have to define
the snippets you want for each mode with no key sig, then transpose.

So:

majorTriad={ \key c \major c e g}
minorTriad={\key c \minor c es g}
Lydian={\key c \major c e gis bes]

Then transpose.

--
Dr Peter Chubb  http://www.gelato.unsw.edu.au  peterc AT gelato.unsw.edu.au
http://www.ertos.nicta.com.au           ERTOS within National ICT Australia




reply via email to

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