From: Jan Nieuwenhuizen Date: Tue, 8 Mar 2005 13:51:20 +0000 (+0000) Subject: Typo. X-Git-Tag: release/2.5.15~40 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=eca9c3e7048cad8784be59db894e1531f362c9e4;p=lilypond.git Typo. --- diff --git a/ChangeLog b/ChangeLog index 088f0ac795..9a040a2030 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-03-08 Jan Nieuwenhuizen + * scm/titling.scm: Typo. + * input/regression/score-text.ly: Really add. * lily/score.cc: Bugfixes for SCM header_ and texts_ members. diff --git a/scm/titling.scm b/scm/titling.scm index 19a637657f..428c07d5cd 100644 --- a/scm/titling.scm +++ b/scm/titling.scm @@ -53,7 +53,7 @@ page:last?, page:page-number-string and page:page-number (props (append (list pgnum-alist) prefixed-alists - layout-extract-page-properties layout)))) + (layout-extract-page-properties layout)))) (interpret-markup layout props potential-markup)) @@ -88,7 +88,7 @@ PROPS argument will include variables set in SCOPES (prefixed with alist)) alists)) (props (append prefixed-alist - layout-extract-page-properties layout))) + (layout-extract-page-properties layout))) (markup (ly:output-def-lookup layout what)))