I've been using \vspace with negative numbers for adjusting space between lines 
of text, decimal numbers to fine tune. I imagine it would work in this instance 
as well, maybe \vspace #-0.8 or something. (Just tried it and works fine.)

Brent Boylan
________________________________
From: MarcM<mailto:m...@mouries.net>
Sent: ‎4/‎11/‎2014 8:29 PM
To: lilypond-user@gnu.org<mailto:lilypond-user@gnu.org>
Subject: reduce space between text and hline


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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to