From ef339ec74b46939291de0f9d352d7b06a2134026 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 02:06:07 +0000 Subject: [PATCH] lilypond-1.5.35 --- scm/lily.scm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scm/lily.scm b/scm/lily.scm index a336564877..ba77f59747 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -147,6 +147,14 @@ )) +(define X 0) +(define Y 1) +(define LEFT -1) +(define RIGHT 1) +(define UP 1) +(define DOWN -1) +(define CENTER 0) + (if (not standalone) (map ly-load ; load-from-path @@ -154,6 +162,7 @@ "pdf.scm" "pdftex.scm" "c++.scm" + "bass-figure.scm" "grob-property-description.scm" "context-description.scm" "interface-description.scm" -- 2.39.5