[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Titles don't follow leftmargin and linewidth
From: |
Pedro Kroger |
Subject: |
Re: Titles don't follow leftmargin and linewidth |
Date: |
Mon, 13 Sep 2004 14:25:22 -0300 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) |
Antti Kaihola <address@hidden> 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