From: fred Date: Tue, 26 Mar 2002 23:25:12 +0000 (+0000) Subject: lilypond-1.3.74 X-Git-Tag: release/1.5.59~1455 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2692c5b6602d20f7c8e8b6b28f8b82d567fae369;p=lilypond.git lilypond-1.3.74 --- diff --git a/ly/declarations.ly b/ly/declarations.ly index ec640fb578..408a512e26 100644 --- a/ly/declarations.ly +++ b/ly/declarations.ly @@ -1,17 +1,29 @@ - +#(gc) breve = \duration #'( -1 0) longa = \duration #'( -2 0 ) maxima = \duration #'( -3 0 ) +#(gc) + #(eval-string (ly-gulp-file "generic-property.scm")) +#(gc) + % urg, move to basic property? #(eval-string (ly-gulp-file "slur.scm")) +#(gc) + \include "nederlands.ly" % dutch + +#(gc) + \include "chord-modifiers.ly" +#(gc) + \include "script.ly" +#(gc) % declarations for standard directions diff --git a/ly/init.ly b/ly/init.ly index 41308ac2cf..b7d9ee49b5 100644 --- a/ly/init.ly +++ b/ly/init.ly @@ -1,5 +1,6 @@ % Toplevel initialisation file. + \version "1.3.59"; \include "declarations.ly";