]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/declarations.ly
patch::: 1.3.96.jcn9
[lilypond.git] / ly / declarations.ly
index 408a512e26163c719b6ba7d966a12a5e314b3c67..b2781c3dd2db7275916f474b7fefcb83ecec7b29 100644 (file)
@@ -1,30 +1,10 @@
-#(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
 left = -1
@@ -35,7 +15,6 @@ start = -1
 stop = 1
 smaller = -1
 bigger = 1
-
 center=0
 
 break =  \penalty  -1000000; 
@@ -44,23 +23,21 @@ nobreak =  \penalty 1000000;
 
 melisma = \property Staff.melismaBusy = ##t
 melismaEnd = \property Staff.melismaBusy = ##f
-
-
-
 papersize = "a4"
+
+\include "engraver.ly"
 \include "generic-paper.ly"
 \include "paper20.ly"
 
 % ugh
 \include "midi.ly"
 
-\include "textscripts.ly"
+\include "dynamic-scripts.ly"
 \include "spanners.ly"
 
 \include "property.ly"
 
 
-
 unusedEntry = \notes { c4 }            % reset default duration
 
 % music = "\melodic\relative c"