]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/time-signature-settings.scm
Make targets: improve *clean, remove bin, cvs-clean and maintainerclean
[lilypond.git] / scm / time-signature-settings.scm
index bdabac88732f1a0a39656c5152df780a1a9f257f..af852575dcedeb521c56b44be4672d29e1b21210 100644 (file)
@@ -64,6 +64,7 @@
 ;;;       NOTE: numerator is kept in beam-type because of
 ;;;             tuplets, e.g. (2 . 24) = (2 . 3) * (1 . 8)
 ;;;             for eighth-note triplets.
+;;;
 
 (define-public default-time-signature-settings
   '(
@@ -232,7 +233,6 @@ for @var{time-signature} from @var{time-signature-settings}."
   "Like the C++ code that executes \\override, but without type
 checking."
   (begin
-     (revert-property-setting context property setting)
      (ly:context-set-property!
        context
        property
@@ -263,7 +263,7 @@ a fresh copy of the list-head is made."
 
   ;; body of revert-property-setting
   (let ((current-value (ly:context-property context property)))
-    (if (> (entry-count current-value setting) 1)
+    (if (> (entry-count current-value setting) 0)
         (ly:context-set-property!
           context
           property