>>>>> "Mark" == Mark  <[EMAIL PROTECTED]> 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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to