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: Mats-Olof Liljegren
Subject: Re: Extra notes in verse 3
Date: Wed, 21 Aug 2024 08:35:15 +0200

Hi!

Yes, it works. Thank you!

Med vänlig hälsning / Kind regards
Mats-Olof Liljegren

e-pro
Oskarsvägen 11B
702 14 Örebro
Tel 070 360 19 19
e-post mol@e-pro.se
web: http://e-pro.se
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>

reply via email to

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