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.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to