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 }
}



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to