]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/declarations.ly
release: 1.3.92
[lilypond.git] / ly / declarations.ly
index a6e51b93952155554fd109fbc14b1925f14557c7..452bc2b2ca8eb28e160b1254df5ab53b8b34d4c3 100644 (file)
@@ -1,13 +1,20 @@
+breve = \duration #'( -1 0)
+longa = \duration #'( -2 0 )
+maxima = \duration #'( -3 0 )
 
-  
-breve = \duration { -1 0 }
-longa = \duration { -2 0 }
+
+#(begin
+  (eval-string (ly-gulp-file "slur.scm"))
+  (eval-string (ly-gulp-file "generic-property.scm"))
+  (eval-string (ly-gulp-file "basic-properties.scm"))
+ )
 
 \include "nederlands.ly"               % dutch
 \include "chord-modifiers.ly"
 \include "script.ly"
 
 
+
 % declarations for standard directions
 left = -1
 right = 1
@@ -22,24 +29,15 @@ center=0
 
 break =  \penalty  -1000000; 
 nobreak =  \penalty 1000000; 
+\include "scale-definitions.ly"
 
-major = 0
-minor = 3
-
-ionian = 0
-locrian = 1
-aeolian = 3
-mixolydian = 5
-lydian = 7
-phrygian = 8
-dorian = 10
-
-melisma = \property Staff.melismaBusy = "1"
-melismaEnd = \property Staff.melismaBusy = "0"
+melisma = \property Staff.melismaBusy = ##t
+melismaEnd = \property Staff.melismaBusy = ##f
 
 
 
 papersize = "a4"
+\include "engraver.ly"
 \include "generic-paper.ly"
 \include "paper20.ly"