lilypond-user
[Top][All Lists]
Advanced

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

Re: tweaking markup


From: -Eluze
Subject: Re: tweaking markup
Date: Sat, 12 Mar 2011 00:38:13 -0800 (PST)


Helge Kruse-2 wrote:
> 
> 
> 1. How do I move the whole text to the left, moving away from paper 
> margin but just avoiding the clash with the last e note?
> 
i can't see any collision, but generally 

\textLengthOn    
and
\translate #'(-2 . 0)  \line {…}

will help



> 2. How do I elevate the segno and code signs so that they have the same 
> base line as the text?
> 
you can use 

\raise #1 for single items 

or

\markup {  
        \general-align #Y #CENTER  {\large "Dal " \tiny \musicglyph
#"scripts.segno"
        \large " Al " \tiny \musicglyph #"scripts.coda"} }

hth
-- 
View this message in context: 
http://old.nabble.com/tweaking-markup-tp31131145p31131268.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]