X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Ftime-signature-settings.scm;h=af852575dcedeb521c56b44be4672d29e1b21210;hb=3b8c237179a4dc6b3ff43d3c200e9ea972e6aee1;hp=bdabac88732f1a0a39656c5152df780a1a9f257f;hpb=17183f4a9696f2187128490a669895964959fa84;p=lilypond.git diff --git a/scm/time-signature-settings.scm b/scm/time-signature-settings.scm index bdabac8873..af852575dc 100644 --- a/scm/time-signature-settings.scm +++ b/scm/time-signature-settings.scm @@ -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