lilypond-user
[Top][All Lists]
Advanced

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

Re: Extra notes in verse 3


From: Pierre-Luc Gauthier
Subject: Re: Extra notes in verse 3
Date: Tue, 20 Aug 2024 19:49:29 -0400

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

Attachment: document.png
Description: PNG image


reply via email to

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