lilypond-user
[Top][All Lists]
Advanced

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

RE: bar lines and lyrics


From: James Moore
Subject: RE: bar lines and lyrics
Date: Mon, 25 Oct 2004 10:31:18 -0700

I use ChoirStaff instead of StaffGroup.  It doesn't draw bar lines down
through the lyrics. 

 - James

\score { \notes
         \context ChoirStaff <<
             \context Staff = women <<
                 \partcombine
                 \context Voice = sopranos { \voiceOne \sopMusic }
                 \context Voice = altos { \voiceTwo \altoMusic }
                 \trebRests
             >>
             \context Lyrics = altosI { s1 }
             \context Lyrics = altosII { s1 }
             \context Lyrics = altosIII { s1 }
             \context Staff = men <<
                 \clef bass
                 \context Voice = tenors { \voiceOne \tenorMusic }
                 \context Voice = basses { \voiceTwo \bassMusic }
                 \bassRests
             >>

             \context Lyrics = altosI \lyricsto altos \lyricsI
             \context Lyrics = altosII \lyricsto altos \lyricsII
             \context Lyrics = altosIII \lyricsto altos \lyricsIII
         >>
         
         \paper {
             \context {

                                % a little smaller so lyrics can be closer
to the staff. 
                 \StaffContext
                 minimumVerticalExtent = #'(-3 . 3) 
             }
         }
         \midi {
             \tempo 4 = 100
         }

     }






reply via email to

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