lilypond-user
[Top][All Lists]
Advanced

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

Re: transpose help - piano staves


From: Patrick Schmidt
Subject: Re: transpose help - piano staves
Date: Sun, 31 Jan 2010 20:32:21 +0100

-------- Original-Nachricht --------
> Datum: Sun, 31 Jan 2010 10:03:53 -0800
> Von: Avram Aelony <address@hidden>
> An: address@hidden
> 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




reply via email to

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