]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/paper-defaults-init.ly
Fix 1130.
[lilypond.git] / ly / paper-defaults-init.ly
index 791724a34cb1bbed75004266bf19928b52bf8ce7..dbf907b44141f9a7b93ee9c348e998b7c1de0309 100644 (file)
@@ -1,6 +1,6 @@
 %%%% This file is part of LilyPond, the GNU music typesetter.
 %%%%
-%%%% Copyright (C) 2004--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
+%%%% Copyright (C) 2004--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
 %%%%                          Jan Nieuwenhuizen <janneke@gnu.org>
 %%%%                          Neil Puttock <n.puttock@gmail.com>
 %%%%
@@ -59,8 +59,8 @@
   %% Note: these are not scaled; they are in staff-spaces.
   between-system-spacing = #'((space . 12) (minimum-distance . 8) (padding . 1))
   between-scores-system-spacing = #'((space . 14) (minimum-distance . 8) (padding . 1))
-  after-title-spacing = #'((space . 2) (padding . 0.5))
-  before-title-spacing = #'((space . 5) (padding . 0.5))
+  after-title-spacing = #'((space . 5) (padding . 0.5))
+  before-title-spacing = #'((space . 12) (padding . 0.5))
   between-title-spacing = #'((space . 1) (padding . 0.5))
   top-system-spacing = #'((space . 1) (padding . 1) (minimum-distance . 0))
   top-title-spacing = #'((space . 0) (padding . 1) (minimum-distance . 0))