Mats Bengtsson wrote:
> 
> Staves, lyrics, chords and all other kind of "contexts" in LilyPond
> are typeset in the order they first appear in your \score{...} block.
> 

Isn't that true anymore in \version "2.11.45" ?

I get all my chords below the melody!

melody= { a 1  b c }
harmonies= \chords { a1 b c }
\score { 
   << 
     \context ChordNames { \set chordChanges = ##t \harmonies } 
     \context Staff = one \melody
     \context ChordNames { \set chordChanges = ##t \harmonies } 
   >> 
}

http://www.nabble.com/file/p17170177/harmonies.png 

-- 
View this message in context: 
http://www.nabble.com/Chord-names-below-staff--tp600608p17170177.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to