lilypond-user
[Top][All Lists]
Advanced

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

Re: Tie in markup (lyrics)


From: Fernando Gil
Subject: Re: Tie in markup (lyrics)
Date: Wed, 18 Jan 2023 18:44:56 -0600

You may try:

\markup \concat {
   \tied-lyric "he~yo"
}

El mié, 18 ene 2023 a las 17:50, David Kastrup (<dak@gnu.org>) escribió:
Stephan Schöll <music@gmx.ch> writes:

> Hi everybody
>
> I have stanzas 2..n put as markup below the score. In one stanza there
> are two syllables on one note. In lyricmode I'd write the ~, but this
> doesn't work in regular markup. Is there a way to add that kind of text
> syllable tie to markup as well? Or should I simply look for some
> tie-like unicode character?
>
> \version "2.24.0"
> \relative c' {
>   c d e f
> }
> \addlyrics {
>   he~yo he -- yo hey
> }
> \markup {
>   "he~yo"
> }

Try

\markup \concat {
   h \undertie "e y" o
}

--
David Kastrup


reply via email to

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