lilypond-user
[Top][All Lists]
Advanced

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

Re: sponsorship offer: \lyricsto with \partcombine


From: Mats Bengtsson
Subject: Re: sponsorship offer: \lyricsto with \partcombine
Date: Thu, 14 Sep 2006 11:13:43 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060730 SeaMonkey/1.0.4

The problem is the alignment (centered or not) of syllables to note heads.
Compare the 2nd and 4th line of lyrics in the following example:


textI = \lyricmode {a4 bb ccc ddd }
textII = \lyricmode {eee fff gg h }

music = \relative c'{c d e f}

\score{
<<
 \new Voice = m \music
 \new Lyrics \lyricsto m \textI
 \new Lyrics \lyricsto m \textII
 \new Devnull = dn \music
 \new Lyrics \lyricsto dn \textI
 \new Lyrics \lyricsto dn \textII
%  \new Lyrics \textI
%  \new Lyrics \textII
%  \new Lyrics {\set associatedVoice = "m" \textI }
%  \new Lyrics {\set associatedVoice = "m" \textII }
>>
}

\layout{ragged-right = ##t }

  /Mats
Erik Sandberg wrote:
Citerar Ted Walther <address@hidden>:

To typeset hymns with the same high quality that lilypond brings to
other areas of music typesetting, I need to be able to use \lyricsto
with \partcombine.

What exactly do you want to do?

If you want to align one lyric line to one voice, and another lyric line to
another voice, then you can do something like:
<<
\partcombine \sopNotes \altoNotes
\new Devnull="sop" \sopNotes
\lyricsto "sop" \sopLyrics
\new Devnull="alto" \altoNotes
\lyricsto "alto" \altoLyrics





reply via email to

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