From fb8c34e3a807537d8b247a8b78bb0fdc9ecd6665 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Tue, 22 Mar 2011 22:56:56 +0000 Subject: [PATCH] Fix typo in FootnoteSpanner definition. --- scm/define-grobs.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm index a9b2001772..db65c46cf8 100644 --- a/scm/define-grobs.scm +++ b/scm/define-grobs.scm @@ -889,7 +889,7 @@ (annotation-balloon . #f) (annotation-line . #t) (footnote-text . ,(grob::calc-property-by-copy 'footnote-text)) - (spanner-placement . LEFT) + (spanner-placement . ,LEFT) (stencil . ,ly:balloon-interface::print-spanner) (text . ,(grob::calc-property-by-copy 'text)) (Y-extent . #f) -- 2.39.5