TiagoM wrote:
What if there are 2 markup's on the same note, one centered aligned and the
other not? If you could \override the setting inside the markup it wouldn't
affect the non centered markup. Is there really no solution for this? Should
we ask a feature that \hcenter should be centered wi
___
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
What if there are 2 markup's on the same note, one centered aligned and the
other not? If you could \override the setting inside the markup it wouldn't
TiagoM wrote:
...
This is what I was looking for. But not yet all of it. I'd like to have the
text centered on the note head only when the text itself is centered (when
using \hcenter or \center-align or \halign #0).
Is it possible to add this \override property writen above inside a
\markup{}
ide property writen above inside a
\markup{}, just like when we change the font size: \markup {\override
#'(font-size . -5) "ABC"}?
Anyway I think the centering commands should already center the text with
the center of the notehead. is there a reason why it isn't this way?
--
View this
Arjen Bax wrote:
TiagoM gmail.com> writes:
How can one align a \markup with the center of the notehead instead of it's
left edge?
Use \halign:
\version "2.10.20"
{
c''^\markup{\halign #0 "Centered"}
}
See
http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Overview-of-text
TiagoM gmail.com> writes:
> How can one align a \markup with the center of the notehead instead of it's
> left edge?
Use \halign:
\version "2.10.20"
{
c''^\markup{\halign #0 "Centered"}
}
See
http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Overview-of-text-markup-commands#Overview
Hi
How can one align a \markup with the center of the notehead instead of it's
left edge?
Thank you.
Tiago
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user