lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics and polyphony


From: Charles Gran
Subject: Re: lyrics and polyphony
Date: Mon, 22 Oct 2007 19:47:16 -0700

This example attached:

\version "2.10.33"
\header { }
}

global = {
  \key a \minor
  \time 4/4
}

sopranonotes = \relative c' { r1 r r r r }

sopranowords = \lyricmode { }
  
altonotes = \relative c' { r1 r r r r}

altowords = \lyricmode { }

tenornotes = \relative c' { \clef "G_8" r1 | r4 << { c4^\markup { 
div. } c } \\ { c8 b a4 } >> r | r2^\markup { unis. } a2\fermata | 
a4( g fis8 f) e( b') | a1 | }
  
tenorwords = \lyricmode { Not yet, not yet, not __ yet! }

bassnotes = \relative c' { \clef bass r1 r r r r }
  
basswords = \lyricmode { }

\score{
  \context ChoirStaff
  <<
    \context Staff = soprano <<
      \context Voice = sop { << \global \sopranonotes >> }
      \lyricsto "sop" \new Lyrics \sopranowords
    >>
    \context Staff = alto <<
      \context Voice = alt { << \global \altonotes >> }
      \lyricsto "alt" \new Lyrics \altowords
    >>
    \context Staff = tenor <<
      \context Voice = ten { << \global \tenornotes >> }
      \lyricsto "ten" \new Lyrics \tenorwords
    >>
    \context Staff = bass <<
      \context Voice = bas { << \global \bassnotes >> }
      \lyricsto "bas" \new Lyrics \basswords
    >>
  >>


\layout {
  \context {
        % a little smaller so lyrics can be closer to the staff. 
    \Staff
    \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3) 
}
}

}

The following section of this message contains a file attachment
prepared for transmission using the Internet MIME message format.
If you are using Pegasus Mail, or any other MIME-compliant system,
you should be able to save it or view it from within your mailer.
If you cannot, please ask your system administrator for assistance.

   ---- File information -----------
     File:  post.ly
     Date:  22 Oct 2007, 19:44
     Size:  1351 bytes.
     Type:  Unknown

Attachment: post.ly
Description: Binary data


reply via email to

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