Antti Kaihola <[EMAIL PROTECTED]> writes:
> 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.
In that case linewidth only affects the music, not the titles. You
should put linewidth inside \bookpaper. I also advise you tho put
bookpaper before any paper command. This should give the output you
want:
\header {
title = "Title goes too much to the right"
composer = "Composer goes too much to the right"
}
\bookpaper {
leftmargin = 50 \mm
linewidth = 100 \mm
}
\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 "|." }
}
Cheers,
Pedro Kroger
_______________________________________________
bug-lilypond mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-lilypond