Transposing chords

2011-03-18 Thread John Donovan
Hi, As part of a teaching aid, I have the C major scale and the seven main chords that I then want to transpose to other keys. The code I have so far works well, but I'm having difficulty getting Lilypond to keep the transposed chords in the right range. For instance, in C major the first two

Re: Transposing chords

2011-03-18 Thread Michael Ellis
On Fri, Mar 18, 2011 at 6:24 PM, John Donovan mersey.vik...@gmail.com wrote: \version 2.12.3 thechords = \chordmode {   c2 f } scale = \relative c' {  \clef treble  \key c \major  \time 4/4  c4 d e f g a b c \chordmode {\thechords} } \score {    \new Staff {      \scale