lilypond-user
[Top][All Lists]
Advanced

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

Re: Text markup: vspace with negative number


From: Jan-Peter Voigt
Subject: Re: Text markup: vspace with negative number
Date: Thu, 15 Aug 2013 16:50:54 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130803 Thunderbird/17.0.8

Hi Jethro,

you can use \override #'(baseline-skip . 0) \center-column {} to change the spacing.

HTH Jan-Peter

Am 15.08.2013 16:39, schrieb Jethro Van Thuyne:
'm trying to reduce the line width in a custom header template,
having several lines combined in \center-column. I tried using
the \vspace command, which seems the only thing in the docs
slightly related to line height, but it doesn't seem to handle
negative numbers.

bookTitleMarkup = \markup
  {
  \fill-line
    {       \center-column
      {         \fontsize #4.5 \fromproperty #'header:title
      \fontsize #-3 \fromproperty #'header:copyMusic
      \vspace #-2
      \fontsize #-3 \fromproperty #'header:copyLyric
      }       }     }
Any way to set the line height to a smaller number than the
default value in \center-column?




reply via email to

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