lilypond-user
[Top][All Lists]
Advanced

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

Overlap markup


From: EdBeesley
Subject: Overlap markup
Date: Thu, 10 Oct 2013 12:04:06 -0700 (PDT)

Hi again everyone, I'm making a title page and I'd like one line of text to
overlap another line (see attached png). However nothing I've tried (\raise
or \translate) will force the text above the previous line. This is the code
I'm using at the moment:

\bookpart {
  \markup 
{ 
        \fill-line 
        { 
                \column 
                { 
                        \raise #-8 
                        \center-align 
                        { 
                                \fontsize #13 "Geir Rafnsson" 
                                \hspace #1
                                \hspace #1 
                                \fontsize #16 \override #'(font-name .
"Aniron") "Ýkjur" 
                                \hspace #1
                                \fontsize #7 "      (Extreme Measures)"
                                
                        } 
                } 
        } 
} 
}
\bookpart {
\score { 
  \relative c'{
  c d e f
}
}
}

Help gratefully received!



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Overlap-markup-tp152073.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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