> 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 }

Reply via email to