From 41f9ce9d67abdddc6cdf6236f34b04bf19ba95d6 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 9 May 2001 09:34:46 +0000 Subject: [PATCH] lilypond-1.3.154 --- scm/clef.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm/clef.scm b/scm/clef.scm index f9625ff1d5..1d780f27c6 100644 --- a/scm/clef.scm +++ b/scm/clef.scm @@ -112,7 +112,7 @@ ) ((symbol . clefOctavation) (iterator-ctor . ,Property_iterator::constructor) - (value . ,oct) + (value . ,(- oct)) ) ) (begin -- 2.11.4.GIT