lilypond-user
[Top][All Lists]
Advanced

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

Re: Unwanted font ligature


From: Werner LEMBERG
Subject: Re: Unwanted font ligature
Date: Fri, 15 Apr 2022 20:23:52 +0000 (UTC)

> I am trying to write the dynamic "sfffz".  But when I write
> \markup\dynamic"sfffz" the first sf is made a ligature, then the
> last two are made another ligature - the difference in spacing of
> the f's is ugly, as in the attached image - is there anything I can
> do about it?

A quick would be to insert U+200B, ZERO WIDTH SPACE (ZWSP) between the
letters to break up the ligatures.  However, I don't get this with the
current development version, see attached image for the code below.


    Werner


======================================================================


\markup \dynamic "sfffz"

sfffz = #(make-dynamic-script "sfffz")

{ c''\sfffz }

PNG image


reply via email to

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