lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Editorial Annotation


From: -Eluze
Subject: Re: Editorial Annotation
Date: Tue, 24 Feb 2009 07:45:03 -0800 (PST)


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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]