lilypond-user
[Top][All Lists]
Advanced

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

RE: choral voice part splitting


From: Bertalan Fodor
Subject: RE: choral voice part splitting
Date: Sun, 27 Jun 2004 11:04:10 +0200

> altoMusic = \notes { ..... bla bla bla bla bla
> << { high split music expressions } \\ { lower split music } >>
> back to single voice etc...
> }

Is it working with lyrics? Because I don't know how these voices are called
automatically.

I usually use something like this:
\score { <<
\context Lyrics=lyricsNotMainLine { s1 }
\context Staff = soprano {
\context Voice = mainLine {
   c d e f g a 
  << 
    \context Voice = mainLine { \voiceOne  a b c d f g }
    \context Voice = notMainLine { \voiceTwo g a c d e f }
  >> \oneVoice
}
}
\context Lyrics = lyricsMainLine \lyricsto "mainLine" \lyrics { lyrics for
the main line }
\context Lyrics = lyricsNotMainLine \lyricsto "notMainLine" \lyrics { lyrics
for the other line }
>>

Bert





reply via email to

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