lilypond-user
[Top][All Lists]
Advanced

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

Re: Tie in markup (lyrics)


From: David Kastrup
Subject: Re: Tie in markup (lyrics)
Date: Thu, 19 Jan 2023 00:49:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

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]