-------- Original-Nachricht --------
> Datum: Sun, 31 Jan 2010 10:03:53 -0800
> Von: Avram Aelony <[email protected]>
> An: [email protected]
> Betreff: transpose help - piano staves
>
>
> Hello,
>
> I'd like to set up some ii-v-i voicing exercises for piano.
>
> The transpose seems to be working, but it's creating a "score" of
> staves rather than what I thought I was specifying, namely 2 measures
> of right hand/left hand piano, followed by a transpose for 2
> measures, followed by another transpose for 2 measures, etc.. all on
> exactly 2 staves. While I could just write this out, I'd like to
> understand how to get \transpose to do the job.
>
>
> What am I doing wrong?
>
>
Use \new Staff instead of \new staff and surround the variables by curly braces:
\new Staff = "rh" {
\rh
\transpose c d \rh
\transpose c e \rh
}
\new Staff = "lh" {
\lh
\transpose c d \lh
\transpose c e \lh
}
HTH,
patrick
--
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user