bug-lilypond
[Top][All Lists]
Advanced

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

Titles don't follow leftmargin and linewidth


From: Antti Kaihola
Subject: Titles don't follow leftmargin and linewidth
Date: Mon, 13 Sep 2004 19:50:51 +0300

I want to print a narrow score centered on the paper. When I specify
both leftmargin and linewidth, I get the music to align as I'd like to,
but the titles don't seem to follow the new right margin which is
implied by my settings.

Also, for some reason LilyPond won't break staves in the example below,
and the result is terribly dense.

I found one thread[1] on lilypond-devel where margins and page layout
were discussed before.

This happens in 2.3.15 on Linux.

Here's an example score:

----

\header {
    title = "Title goes too much to the right"
    composer = "Composer goes too much to the right"
}

\score {
    \new Staff \relative c' { 
        g f e g | f e d f | e d c e |
        d c b g | a c b d | c1 \bar "|." }
    \paper { linewidth = 100 \mm }
}

\bookpaper { leftmargin = 50 \mm }

----

[1] http://lists.gnu.org/archive/html/lilypond-devel/2004-07/msg00112.html





reply via email to

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