lilypond-user
[Top][All Lists]
Advanced

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

Re: horizontally aligning columns in \fill-line


From: Nicolas Sceaux
Subject: Re: horizontally aligning columns in \fill-line
Date: Mon, 19 May 2008 21:22:57 +0200


Le 19 mai 08 à 18:05, Reinhold Kainhofer a écrit :

PS2: Is there any way to set something like ragged-bottom=##t only
for the
current page? It would suffice to have some \vfill construct, which
simply
takes up all the remaining space on the page. This would do away
with the
need to insert lots of \markup\null to prevent really ugly
stretching of text
paragraphs...

Use a top-level \markuplines, this will set the padding and spacing to 0
for the consecutive markups inside it, thus make them stick one to
another.

The problem with that approach is that it will really leave no space between
subsequent markups, so there will not be any pixel space between the
headline / title and between each of the columns...
Instead, there will be several lines of space at the bottom of the page :-(

You need to use a command that adds space around the
subsequent lines of text, such as \column-lines.

\markuplines \column-lines {
  \line { titi }
  \line { toto }
  \line { tutu }
}





reply via email to

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