]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-lib.scm
web: news - RC 2.15.41 cancelled
[lilypond.git] / scm / output-lib.scm
index 95fefbdb3a856eba58842d315401551f1d6ab77f..01e429cd195594cae2e3fcd202f3148bffdc7364 100644 (file)
@@ -316,7 +316,7 @@ and duration-log @var{log}."
 (define-public (rhythmic-location<=? a b)
   (not (rhythmic-location<? b a)))
 (define-public (rhythmic-location>=? a b)
-  (rhythmic-location<? a b))
+  (not (rhythmic-location<? a b)))
 (define-public (rhythmic-location>? a b)
   (rhythmic-location<? b a))
 
@@ -369,7 +369,6 @@ and duration-log @var{log}."
     ("||:" . ("||" . "|:"))
     ("dashed" . ("dashed" . '()))
     ("|" . ("|" . ()))
-    ("||:" . ("||" . "|:"))
     ("|s" . (() . "|"))
     ("|:" . ("|" . "|:"))
     ("|." . ("|." . ()))