]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/declarations-init.ly
* lily/slur.cc (print): only set font-size if not set yet.
[lilypond.git] / ly / declarations-init.ly
index 9366ea74005093deaa0b497f7db03a3b7050c1e5..f60c9f4578ba2004ecfe1bbebffe7aefc4711291 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.7.39"
 
 %% < 1.8 compatibility switch
 #(ly:set-option 'old-relative)
@@ -18,15 +18,15 @@ maxima = #(ly:make-duration -3 0)
 \include "script-init.ly"
 
 % declarations for standard directions
-left = -1
-right = 1
-up = 1
-down = -1
-start = -1
-stop = 1
-smaller = -1
-bigger = 1
-center = 0
+left = #-1
+right = #1
+up = #1
+down = #-1
+start = #-1
+stop = #1
+smaller = #-1
+bigger = #1
+center = #0
 
 %% FIXME
 %% should also set allowBeamBreak, but how to do it "portably"? (ie. also
@@ -61,13 +61,13 @@ escapedSmallerSymbol = #(make-span-event 'CrescendoEvent START)
 
 
 
-foo = { \pageBreak }
-
 \include "scale-definitions-init.ly"
 
 melisma = #(make-span-event 'ManualMelismaEvent START)
 melismaEnd = #(make-span-event 'ManualMelismaEvent STOP)
-
+laissezVibrer = #(make-music 'LaissezVibrerEvent)
+repeatTie = #(make-music 'RepeatTieEvent)
+                 
 \include "grace-init.ly"
 \include "midi-init.ly"
 \include "paper-defaults.ly"
@@ -83,11 +83,9 @@ melismaEnd = #(make-span-event 'ManualMelismaEvent STOP)
     \include "engraver-init.ly"
 
     #(set-paper-dimension-variables (current-module))
-    
 }
 
-
-#(set-default-paper-size "a4")
+#(set-default-paper-size (ly:get-option 'paper-size))
 
 
 partCombineListener = \layout {