From eb6fcfc5ef8d73a56e75987ac24cef99f0490c56 Mon Sep 17 00:00:00 2001 From: Valentin Villenave Date: Wed, 22 Dec 2010 21:45:25 +0100 Subject: [PATCH] Oops -- haipinText should only be applied 'once --- bin/text.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/text.scm b/bin/text.scm index 45ec832..bc811fd 100644 --- a/bin/text.scm +++ b/bin/text.scm @@ -79,7 +79,7 @@ UP DOWN))))) (make-music - 'OverrideProperty + 'OverrideProperty 'once #t 'grob-property-path (list 'stencil) 'grob-value (lambda (grob) (ly:stencil-aligned-to -- 2.11.4.GIT