d's default or - if you have good reasons -
change the alignment to a suiting value!
Eluze
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/align-in-markup-tp151173p151217.html
Sent from the User mailing list archive at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
MING TSANG writes:
> Hi,Eluze & David:
>
> I try Eluze' suggestion and the result is much better.
It's not "better", it's different. LilyPond aligns material along a
baseline, and the baseline is at coordinate 0. One designs character
and path statements such that they are in a good position
Hi,Eluze & David:
I try Eluze' suggestion and the result is much better. Please refer to .png
file.
\markup \general-align #Y #CENTER { "yMt " \path #0.15 #samplePath }
Thank you,
Ming.
>Hi lilyponders, > >How to align the "yMt" with samplepath? Any solution is
>appreciated. > >\markup { "yMt
MING TSANG writes:
> Hi lilyponders,
>
> How to align the "yMt" with samplepath? Any solution is appreciated.
>
> Thanks,
> Ming.
>
> \version "2.17.26"
> samplePath =
> #'((moveto 0 1)
> (lineto -1 3)
> (lineto -1 3)
> (lineto 1 1)
> (curveto 3 3 3 2 1 4)
> (closepath))
> \markup { "yMt "
> \pa
MING TSANG wrote
> Hi lilyponders,
>
> How to align the "yMt" with samplepath? Any solution is appreciated.
>
> \markup { "yMt "
> \path #0.15 #samplePath
try
\markup \general-align #Y #CENTER { ... }
Eluze
--
View this message in context:
http://l
Hi lilyponders,
How to align the "yMt" with samplepath? Any solution is appreciated.
Thanks,
Ming.
\version "2.17.26"
samplePath =
#'((moveto 0 1)
(lineto -1 3)
(lineto -1 3)
(lineto 1 1)
(curveto 3 3 3 2 1 4)
(closepath))
\markup { "yMt "
\path #0.15 #samplePath
}<>