From 540974ce0fa7034a0f4412a21a5bebb9eae58941 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 10 Feb 2006 12:27:42 +0000 Subject: [PATCH] typo. --- ChangeLog | 2 ++ ly/paper-defaults.ly | 2 +- python/convertrules.py | 2 +- scm/page.scm | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index baaf24c08f..865ca9689d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-02-10 Han-Wen Nienhuys + * 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. diff --git a/ly/paper-defaults.ly b/ly/paper-defaults.ly index a176c942e4..31248eaa1a 100644 --- a/ly/paper-defaults.ly +++ b/ly/paper-defaults.ly @@ -102,7 +102,7 @@ top-margin = 5 \mm bottom-margin = 6 \mm - heap-separation = 4 \mm + head-separation = 4 \mm foot-separation = 4 \mm right-margin = 10 \mm diff --git a/python/convertrules.py b/python/convertrules.py index 289cd92681..4f27a3c353 100644 --- a/python/convertrules.py +++ b/python/convertrules.py @@ -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'), diff --git a/scm/page.scm b/scm/page.scm index 9d299e8ca7..653c373085 100644 --- a/scm/page.scm +++ b/scm/page.scm @@ -206,7 +206,7 @@ 'make-header 'make-footer) (if (= dir UP) - 'heap-separation + 'head-separation 'foot-separation) dir last?))) -- 2.39.2