bug-gnu-music
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

1.3.153 Clef Octaves


From: Mark Hindley
Subject: 1.3.153 Clef Octaves
Date: Wed, 9 May 2001 10:11:11 +0100 (BST)

Having reversed the sense of the octave correction in clef.scm you need this 
patch to
make the 8 be typeset above/blow the clef correctly.


Mark



--- ./scm/clef.scm    Wed May  9 07:55:35 2001
+++ ./scm/clef.scm    Wed May  9 10:05:52 2001
@@ -112,7 +112,7 @@
           )
          ((symbol . clefOctavation)
                 (iterator-ctor . ,Property_iterator::constructor)
-                (value . ,oct)
+                (value . ,(- oct))
               )
          )
        (begin






reply via email to

[Prev in Thread] Current Thread [Next in Thread]