lilypond-user
[Top][All Lists]
Advanced

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

Re: center text in the middle of the page


From: Federico Bruni
Subject: Re: center text in the middle of the page
Date: Wed, 06 Jan 2010 15:20:15 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.1.5) Gecko/20091130 Thunderbird/3.0

Il 06/01/2010 14:14, Kieren MacMillan ha scritto:

With Joe's new spacing mechanism, you can center a score:

\version "2.13.9"

\paper {
   scoreTitleMarkup = ##f
   tagline = ##f
   ragged-last-bottom = ##f
   top-system-spacing = #'((space . 4) (padding . 4) (stretchability . 1))
   between-system-spacing = #'((space . 4) (padding . 4) (stretchability . 0))
   bottom-system-spacing = #'((space . 4) (padding . 4) (stretchability . 1))
}

thanks for the code

Maybe there's a way to do the same with a markup?


the settings above do not affect the markup, just the staves.
Does anybody know if there's a way to make it working somehow also with a markup block? Well, I would have expected to find a solution in one of the commands related to \markup ...


--
http://gnurag.net/blog/
http://fsfe.org/
http://groups.fsf.org/wiki/LibrePlanetItalia





reply via email to

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