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 <[email protected]> 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:
>
> [image: Inline image]
>
> Thank you for the help.
> Ming
>
>