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 _______________________________________________ bug-lilypond mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-lilypond