私は近いと思いますが、リズムのバリエーションを歌詞で近似できるように、隠れた声に合わせて1つのスタンザで2つのスタンザを進めることはできないようです.
melody = \relative c' {
\clef treble
\key c \major
\time 4/4
c4 d e f | g f e d |
<<
\new Voice = "shown" {
\relative c' {
c4 d c d | e f g2
}
}
\new Voice = "hidden" {
\hide {
c'8 c d d c c d d | e f g2
}
}
>>
}
text = \lyricmode {
Here we have a | li -- tle si -- lly
<<
{
\set stanza = #"1. "
Si -- lly li -- tle | al -- pha -- bet
\new Lyrics {
\set associatedVoice = "hidden"
\set stanza = #"2. "
Si -- ly li -- tle fu -- nny soun -- ding |
Al -- pha -- bet song.
}
}
>>
}
\score {
<<
\new Voice = "one" { \melody }
\new Lyrics \lyricsto "one" \text
>>
\layout { }
\midi { }
}
上記は両方の声を示しており、「関連付けられた」(または関連付けられていない) 歌詞は示していません。