lilypond-user
[Top][All Lists]
Advanced

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

lyric placement


From: Paul Scott
Subject: lyric placement
Date: Fri, 29 Nov 2002 17:37:35 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.0.0) Gecko/20020615 Debian/1.0.0-3

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





reply via email to

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