Art Moore wrote:

> I'm new to lilypond and so here's my question:
> 
> how do I transpose a complete piece? I want to print
> out several transposition of the same song, but I
> can't figure outthe syntax.

Did you read

http://lilypond.org/stable/Documentation/user/out-www/lilypond/Transpose.html#Transpose

?
What parts didn't you understand?

The way to go (in 1.6.x) is

\score {
  \notes \transpose d'
  { ... your music ... }
}


-Rune


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to