Any reason for needing separate 'score' starts.  It seems you want to use the
'sequential' capability, something like

\score {
    \transpose c'{ \scale }
    \transpose g' { \scale }
    \transpose d'{ \scale }
}

This would run the c' scale, followed immediately by then the g', etc.  Or,
by putting a \break after each \scale you could have each scale on a separate
line as well.

BTW, I really like the 1.7 transpose syntax - \transpose c' g' { } (from and
to) - you can link the transpose request to the key change, for example
\tranpose aes d {}

/Hans





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

Reply via email to