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.


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to