From: fred Date: Fri, 1 May 1998 18:10:19 +0000 (+0000) Subject: lilypond-0.1.61 X-Git-Tag: release/1.5.59~5954 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b558d2e4a7513f7d5b7bbbdb66bee7956a03306b;p=lilypond.git lilypond-0.1.61 --- 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"