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
wrote:
Hi Ming
Le mer. 26 févr. 2020 à 22:30, MING TSANG a écrit :
Pierre:Thank you for the \scale op
Hi Ming
Le mer. 26 févr. 2020 à 22:30, MING TSANG 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
> wrote:
>
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
wrote:
Hi Ming,How about \scale?e.g.:\version "2.19.84"
ymt = \markup {
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:5
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