From: Han-Wen Nienhuys Date: Fri, 10 Feb 2006 12:27:42 +0000 (+0000) Subject: typo. X-Git-Tag: release/2.7.34~17 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=540974ce0fa7034a0f4412a21a5bebb9eae58941;p=lilypond.git typo. --- 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?)))