]> git.donarmstrong.com Git - lilypond.git/commitdiff
typo.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 10 Feb 2006 12:27:42 +0000 (12:27 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 10 Feb 2006 12:27:42 +0000 (12:27 +0000)
ChangeLog
ly/paper-defaults.ly
python/convertrules.py
scm/page.scm

index baaf24c08f68c608ce5a55fca9a12077be549a20..865ca9689d701e66992c75b027e18f9122ec8fb0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * ly/paper-defaults.ly: typo.
+
        * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
        set_parent() for parentheses. This will make it show up in bbox
        calculations.
index a176c942e401ba71ef886181b5123c009db0c18d..31248eaa1a87d9d5729188b91abbaa8ecbab5e52 100644 (file)
 
     top-margin = 5 \mm
     bottom-margin = 6 \mm
-    heap-separation = 4 \mm
+    head-separation = 4 \mm
     foot-separation = 4 \mm
     right-margin = 10 \mm
 
index 289cd92681ac1f6202d00788de749188ba1d0691..4f27a3c3537b810653a99128fcd46eda1dcdf885 100644 (file)
@@ -2712,7 +2712,7 @@ def conv (str):
                ('betweentitlespace', 'between-title-space'),
                ('topmargin', 'top-margin'),
                ('bottommargin', 'bottom-margin'),
-               ('headsep', 'heap-separation'),
+               ('headsep', 'head-separation'),
                ('footsep', 'foot-separation'),
                ('rightmargin', 'right-margin'),
                ('leftmargin', 'left-margin'),
index 9d299e8ca7b83add964ec36a6198a9a0801f1f84..653c373085c376d6bb253e8d8de46ce8081553dd 100644 (file)
                    'make-header
                    'make-footer)
                (if (= dir UP)
-                   'heap-separation
+                   'head-separation
                    'foot-separation)
                dir last?)))