]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/declarations.ly
patch::: 1.3.140.jcn4
[lilypond.git] / ly / declarations.ly
index e6f16c153990b2bd36921c4a15db6494995cf6af..0cc795c25e7e6a6281d8edbdd0e0b2599f6b3c8e 100644 (file)
@@ -1,16 +1,11 @@
-
-  
-breve = \duration #'( -1 0)
-longa = \duration #'( -2 0 )
-maxima = \duration #'( -3 0 )
-
-#(eval-string (ly-gulp-file "generic-property.scm"))
+breve = \duration #(make-duration -1 0)
+longa = \duration #(make-duration -2 0 )
+maxima = \duration #(make-duration -3 0)
 
 \include "nederlands.ly"               % dutch
 \include "chord-modifiers.ly"
 \include "script.ly"
 
-
 % declarations for standard directions
 left = -1
 right = 1
@@ -20,32 +15,31 @@ start = -1
 stop = 1
 smaller = -1
 bigger = 1
-
 center=0
 
 break =  \penalty  -1000000; 
-nobreak =  \penalty 1000000; 
+noBreak =  \penalty 1000000; 
 \include "scale-definitions.ly"
 
 melisma = \property Staff.melismaBusy = ##t
 melismaEnd = \property Staff.melismaBusy = ##f
-
-
-
 papersize = "a4"
+
+\include "engraver.ly"
 \include "generic-paper.ly"
 \include "paper20.ly"
 
+singleLine = \paper { linewidth = 1.; }
+
 % 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"