lilypond-user
[Top][All Lists]
Advanced

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

Re: How to modify a syllable, if "~" (or "_") is involved?


From: Jan-Peter Voigt
Subject: Re: How to modify a syllable, if "~" (or "_") is involved?
Date: Fri, 27 Sep 2013 10:29:18 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0

Hi Harm,

this seems to be tricky, because the corresponding engraver seems to look for strings containig '~'. So a markup would have to be split ... a custom engraver might do it ... If the syllable is not a string, but a markup containing a string, containing "~", then put the right stencil in there.

Just a thought ...

Best, Jan-Peter

Am 27.09.2013 10:15, schrieb Thomas Morley:
is there any possibility to modify one syllable of LyricText if the
syllables are connected with "~"?

In this example the \markup disturbs "~".
(Same for "_")

\version "2.17.26"

\new Lyrics \lyricmode {
     foo~bar
     \markup { \italic foo }~bar
}

Thoughts?




reply via email to

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