Re: Text alignment center of note head

2007-06-17 Thread Mats Bengtsson
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

Re: Text alignment center of note head

2007-06-17 Thread TiagoM
___ > 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

Re: Text alignment center of note head

2007-06-17 Thread Mats Bengtsson
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{}

Re: Text alignment center of note head

2007-06-17 Thread TiagoM
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

Re: Text alignment center of note head

2007-06-16 Thread Mats Bengtsson
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

Re: Text alignment center of note head

2007-06-15 Thread Arjen Bax
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

Text alignment center of note head

2007-06-14 Thread TiagoM
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