]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily-library.scm
Makes all side-positioning based on skylines instead of boxes.
[lilypond.git] / scm / lily-library.scm
index cd9fb5b9a23ec4c75fd5430ceb8089a56aa5a737..5519bb8263207d5faa33c5ec77ecdfefd324d2bf 100644 (file)
@@ -677,6 +677,15 @@ right (@var{dir}=+1)."
 (define-public (reverse-interval iv)
   (cons (cdr iv) (car iv)))
 
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;; boolean
+
+(define (lily-and a b)
+  (and a b))
+
+(define (lily-or a b)
+  (or a b))
+
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; coordinates