Hi Pierre,
Thank you for the different way of coding \scale.Now it works wonderfully.
Thanks again.
Ming.
On Thursday, February 27, 2020, 01:31:15 a.m. EST, Pierre Perol-Schneider
<[email protected]> wrote:
Hi Ming
Le mer. 26 févr. 2020 à 22:30, MING TSANG <[email protected]> a écrit :
Pierre:Thank you for the \scale option, but the text part did not scale.
refer to below:
Yes it does... Have you ckek the last line?
On Wednesday, February 26, 2020, 03:43:02 p.m. EST, Pierre Perol-Schneider
<[email protected]> wrote:
[...]
\markup\scale #'(1 . 5)\ymt
Try:
\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 #'(.5 . .5)\ymt
Cheers,Pierre