]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.74
authorfred <fred>
Tue, 26 Mar 2002 23:25:12 +0000 (23:25 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:25:12 +0000 (23:25 +0000)
ly/declarations.ly
ly/init.ly

index ec640fb578d0d2522df10b4bb185498f3f447ef1..408a512e26163c719b6ba7d966a12a5e314b3c67 100644 (file)
@@ -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
index 41308ac2cf12974fdb974aeed29701a74f629957..b7d9ee49b59092c81b489f82e3edcf5c49749bb9 100644 (file)
@@ -1,5 +1,6 @@
 % Toplevel initialisation file. 
 
+
 \version "1.3.59";
 
 \include "declarations.ly";