From 2692c5b6602d20f7c8e8b6b28f8b82d567fae369 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:25:12 +0000 Subject: [PATCH] lilypond-1.3.74 --- ly/declarations.ly | 14 +++++++++++++- ly/init.ly | 1 + 2 files changed, 14 insertions(+), 1 deletion(-) 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"; -- 2.39.5