Pierre:Thank you for the \scale option, but the text part did not scale. refer to below: The note is now outside the fish. Thank you,Ming On Wednesday, February 26, 2020, 03:43:02 p.m. EST, Pierre Perol-Schneider <pierre.schneider.pa...@gmail.com> wrote: Hi Ming,How about \scale?e.g.:\version "2.19.84"
ymt = \markup { \note #"16" #1 " yMt" \scale #'(.5 . .5) \postscript #"0.075 setlinewidth 0 -2.5 moveto -13.75 10 -10 -7 2.5 5 rcurveto stroke" } \markup\ymt \markup\scale #'(1 . 5)\ymt Cheers,Pierre Le mer. 26 févr. 2020 à 20:56, MING TSANG <tsan...@rogers.com> a écrit : dear lilyponders, I have the following postscript code. How can I make it smaller or larger? ymt = \markup { \note #"16" #1 " yMt" \postscript #"0.075 setlinewidth 0 -2.5 moveto -13.75 10 -10 -7 2.5 5 rcurveto stroke"} image after lilypond compilation: Thank you for the help.Ming