lilypond-user
[Top][All Lists]
Advanced

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

Re: multiple \scores in a lily-book included file?


From: Hans Forbrich
Subject: Re: multiple \scores in a lily-book included file?
Date: Sat, 15 Mar 2003 10:49:28 -0700

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







reply via email to

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