lilypond-user
[Top][All Lists]
Advanced

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

Intermittent Lyrics in Choral Piece


From: Jason Merrill
Subject: Intermittent Lyrics in Choral Piece
Date: Sun, 1 Apr 2007 22:16:23 -0400

I'm looking for a good way to write intermittent lyrics for a choral
part.  I'm working on a piece with a repetitive bass figure, so after
the first repetition, there is no need to keep writing out the words.
However, I'd like to write more words at the beginning of the next
section.

An obvious way to do this is to use the \skip command in the lyrics,
but I'm not sure this is the best way.  If I could leave a "hook" in
the notated music, it would save me some counting.  Following the
example of divisi lyrics:

http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Divisi-lyrics#Divisi-lyrics

I can define a new named voice for the parts that should have words,
then associate the words with that voice using \lyricsto .  This seems
like a good solution, but I'm not sure how to use it more than once
for a single part.  I want to do something like this:

\version "2.10.20"

<<
\new Voice = "bass" {
 \clef bass
 \relative c {
   \new Voice = "bassWords" { c4 c c c }
   c c c c
   \context Voice = "bassWords" {c d e f}
 }
}

\new Lyrics \lyricsto "bassWords" \lyricmode {
 Dm dm dm dm

 Dm ba Dm ba
}


Trouble is, the words don't show up in the second section.

Of course, for a trivial example like this, the \skip command seems to
make more sense, but in a longer and more complicated piece, I'm not
sure if it's the best solution.

I've read the sections of the manual I could find that apply to choral
music, but any pointers to any other resources that cover using
lilypond in a choral context would also be appreciated.

Regards,

Jason




reply via email to

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