Home
Random
Log in
Settings
About LilyPond wiki
LilyPond wiki
Search
Editing
Repeat lyric extender
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
A lyric extender which extends into several <code>\alternative</code> blocks can be simulated by adding a 'null' markup before the extender. <lilypond version="2.24.0"> %% => http://www.lilypondforum.de/index.php?topic=1123.msg6177#msg6177 %% => http://lilypond.1069038.n5.nabble.com/Text-extender-in-repeat-td177410.html %% Added by PPS on June 2015 \score { << \new Staff \relative c'' { \time 2/1 \repeat volta 2 { r4 g4 d'2. a4 bes2~ bes a2 g1~ } \alternative{ { g2 fis4 e fis1 d'1 c2 bes} { g\repeatTie fis4 e fis1 } } \bar "|." } \addlyrics { of Prin- ces all __ _ _ the __ _ %% put some space here: \once\override LyricText.self-alignment-X = #-0.7 flow’r. Who took a- %% volta 2 \tweak self-alignment-X #-3 \markup \null __ the __ _ %% put some space here: \once\override LyricText.self-alignment-X = #-0.7 flow’r. } >> } </lilypond> [[Category:Vocal music]]
Summary:
Please note that all contributions to LilyPond wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Meta:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)