From: Han-Wen Nienhuys Date: Sun, 12 Sep 2004 12:57:23 +0000 (+0000) Subject: * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters X-Git-Tag: release/2.3.17~49 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=baea2745698dd28f2010818cb619bbaaad53a737;p=lilypond.git * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters to get sane spaces for titles. * scm/page-layout.scm (ly:optimal-page-breaks): add betweensystempadding also to fixed distance for the spring. This fixes: morgenlied.ly and input/regression/beam-concave.ly --- diff --git a/ChangeLog b/ChangeLog index 13237435cc..0ab8e4e927 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-09-12 Han-Wen Nienhuys + * scm/define-grobs.scm (all-grob-descriptions): longer + ideallengths for stems in higher order beams. + * Documentation/user/changing-defaults.itely (Page layout): document them. diff --git a/input/les-nereides.ly b/input/les-nereides.ly index 7e155716c2..a1daa33427 100644 --- a/input/les-nereides.ly +++ b/input/les-nereides.ly @@ -301,5 +301,4 @@ theScore = \score{ %%% Local variables: %%% LilyPond-indent-level:4 %%% End: -%% new-chords-done %% -m + diff --git a/input/regression/chord-tremolo-short.ly b/input/regression/chord-tremolo-short.ly index e1578bca3e..11fcb3e833 100644 --- a/input/regression/chord-tremolo-short.ly +++ b/input/regression/chord-tremolo-short.ly @@ -14,5 +14,3 @@ \paper { raggedright = ##t } } -%% new-chords-done %% - diff --git a/scm/page-layout.scm b/scm/page-layout.scm index 5e0d45841d..99b5bb6b39 100644 --- a/scm/page-layout.scm +++ b/scm/page-layout.scm @@ -296,7 +296,7 @@ is what have collected so far, and has ascending page numbers." (ideal (+ (cond ((and title2? title1?) - (ly:output-def-lookup bookpaper 'betweentitlespace))) + (ly:output-def-lookup bookpaper 'betweentitlespace)) (title1? (ly:output-def-lookup bookpaper 'aftertitlespace)) (title2?