From b558d2e4a7513f7d5b7bbbdb66bee7956a03306b Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 1 May 1998 18:10:19 +0000 Subject: [PATCH] lilypond-0.1.61 --- init/declarations.ly | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 init/declarations.ly diff --git a/init/declarations.ly b/init/declarations.ly new file mode 100644 index 0000000000..76933ee128 --- /dev/null +++ b/init/declarations.ly @@ -0,0 +1,31 @@ + + +breve = \duration { -1 0 } +longa = \duration { -2 0 } + +\include "dynamic.ly" +\include "nederlands.ly" % dutch +\include "script.ly" + + +Gourlay = 1.0 +Wordwrap = 0.0 + +\include "paper20.ly" + +default_paper = \paper{ + \paper_twenty +} + +% ugh +\include "midi.ly" + +% declarations for standard directions +left = -1 +right = 1 +up = 1 +down = -1 +% zillie spellink? +center=0 + +\include "property.ly" -- 2.39.5