lilypond-user
[Top][All Lists]
Advanced

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

RE: reduce space between text and hline


From: Brent Boylan
Subject: RE: reduce space between text and hline
Date: Fri, 11 Apr 2014 21:22:02 -0600

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
Sent: ‎4/‎11/‎2014 8:29 PM
To: address@hidden
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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