From: Neil Puttock Date: Tue, 22 Mar 2011 22:56:56 +0000 (+0000) Subject: Fix typo in FootnoteSpanner definition. X-Git-Tag: release/2.13.56-1~10^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fb8c34e3a807537d8b247a8b78bb0fdc9ecd6665;p=lilypond.git Fix typo in FootnoteSpanner definition. --- 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)