grisu_76 wrote:
>
> but when I'm using it in the code as f.i. ^\roundTr, the trill-symbol and
> the leading parenthese are printed one upon the other; the trailing
> parenthese is printed correct;
>
you can force the spacing by adding \translate... after the first
parenthesis:
roundTr = \markup {
\center-align
\concat {
\bold "("
\translate #'(1 . 0)
\musicglyph #"scripts.trill"
\translate #'(0 . 0)
\bold { ) }
}
}
\markup \roundTr
hth
Eluze
--
View this message in context:
http://www.nabble.com/Editorial-Annotation-tp22181081p22181421.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user