Hi,

I'd like to be able to adjust the space between text and the line drawn by
\draw-hline
I checked the doc
http://lilypond.org/doc/v2.19/Documentation/notation/graphic and the lsr any
other hint?

<http://lilypond.1069038.n5.nabble.com/file/n161493/space_between_text_and_hline.png>
 



\markup {
  \column {
    "too much space between this text and the line below"    
    \draw-hline
  }
}
\markup \vspace #3
\markup {
    \override #'(offset . 5) 
    \override #'(thickness . 1) 
    \abs-fontsize #12 
    \underline "right amount of space but line doesn't extend to the end"
}




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/reduce-space-between-text-and-hline-tp161493.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