Menu Jacques <[email protected]> writes:
> Hello folks,
>
> I’m trying to obtain a second score identical to the first one in the
> example below, without using \lyricsto and with syllables having their
> duration attached to them, but no way.
>
> How can that be done?
_ is a syllable of its own, and you need to work with associatedVoice as
well (maybe this is an oversight with regard to extenders? I think that
Janek did at some point of time make this unneeded for aligning
syllables as such to proper notes/notecolumns).
%%%%%%%%%%%%
melody = \relative {
c'1 d2 e2 |
f1
}
lyricsWithoutDurations = \lyricmode {
"do" __ _ _ |
"fa"
}
lyricsWithDurations = \lyricmode {
"do"1 __ _2 _ |
"fa"1
}
<<
\new Staff <<
\context Voice = "melody" <<
\melody
>>
\new Lyrics \lyricsto "melody" {
\lyricsWithoutDurations
}
>>
>>
<<
\new Staff <<
\context Voice = "melody" <<
\melody
>>
\new Lyrics \with { associatedVoice = "melody" } {
\lyricsWithDurations
}
>>
>>
%%%%%%%%%%%%
--
David Kastrup
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user