Can anyone tell me why this code places all of the lyrics under the highvoice staff instead of each set of lyrics under its own staff?

\context Staff = highvoice <
\property Voice.TextScript \override #'padding = #0
\global
\addlyrics
\highvoice
\context Lyrics { \highwords }
>
\context Staff = lowvoice <
\property Voice.TextScript \override #'padding = #0
\global
\clef treble
\addlyrics
\lowvoice
\context Lyrics { \lowwords }
>
\context Staff = bass <
\property Voice.TextScript \override #'padding = #0
\global
\clef bass
\addlyrics
\bass
\context Lyrics { \basswords }
>

If this is not enough information I will provide more.

TIA,

Paul Scott



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to