[EMAIL PROTECTED] writes:
> I have been typesetting a vocal score with a piano accompaniment.  The
> bit I am working on right now has two (human) voice staves.
> Unfortunately, one staff is getting the lyrics typeset underneath it,
> while the other one is getting them typeset above it.  I want both
> sets of lyrics to be typeset underneath the associated staff.

You can specify the order in a different music expression, and
explicitly direct \addlyrics arguments to the cotnexts, eg,

    \context ChoirStaff <
      \context Lyrics = LA
      \context Staff = S
      \context Lyrics = LB
      \addlyrics \cotnext Staff = S \melody
         < \context Lyrics = LA \lyricsA
           \context Lyrics = LB \lyricsB >

           >
-- 

Han-Wen Nienhuys, [EMAIL PROTECTED] ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 

Reply via email to