From eca9c3e7048cad8784be59db894e1531f362c9e4 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 8 Mar 2005 13:51:20 +0000 Subject: [PATCH] Typo. --- ChangeLog | 2 ++ scm/titling.scm | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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))) -- 2.39.5