On 21 Aug 2024 at 01:49 +0200, Pierre-Luc Gauthier <p.luc.gauthier@gmail.com>, wrote:
Le mar. 20 août 2024, à 12 h 26, Mats-Olof Liljegren <mol@e-pro.se> a écrit :
I need both extra notes and lyrics as in the picture. How to do it?
Does that work for you ?
\version "2.25.18"
\language "english"
musicA = {
r2 r16 b16 8 ds' cs'16( b) |
}
musicB = {
r4 r8. b16 8[ 8] ds' cs'16( b) |
}
verseII = \lyricmode {
And I need you
}
verseIII = \lyricmode {
\set stanza = "3."
And I still need you
}
\new Staff = "staff" \with {
aDueText = ""
soloText = ""
soloIIText = ""
} <<
\partCombine \musicA
\after 4.. \once \voiceTwo \musicB
\new NullVoice = "musicA" \musicA
\new NullVoice = "musicB" \musicB
\new Lyrics \lyricsto "musicA" \verseII
\new Lyrics \lyricsto "musicB" \verseIII
--
Pierre-Luc Gauthier
<document.png>