]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / mutopia / W.A.Mozart / mozart-hrn3-defs.ily
index fcf57342df5b1011e951220b4cc999c41e2ab60c..c383c429de07c136ec604c3e1fe827427160d1b5 100644 (file)
@@ -1,10 +1,10 @@
-% #(ly:set-point-and-click 'line-column)
+% 
 
 longgrace = \override Stem  #'stroke-style = #'()
 endlonggrace = \revert Stem #'stroke-style
 ritenuto = \markup { \italic  "rit." }
 
-\version "2.4.0"
+\version "2.7.39"
   
 cresc =  {
     #(ly:export (make-event-chord (list (make-span-event 'CrescendoEvent START)))) 
@@ -12,23 +12,6 @@ cresc =  {
     \set crescendoSpanner =  #'dashed-line
 }
 
-%%
-%% TODO: a better mechanism for tweaking Grace settings.
-%%
-
-startGraceMusic = \sequential { 
-    \startGraceMusic 
-    \override Beam   #'space-function
-    = #(lambda (beam mult) (* 0.8 0.8))
-    \override Beam   #'thickness = #(* 0.384 (/ 0.6 0.48))
-}
-
-stopGraceMusic= \sequential {
-    \revert Beam #'thickness
-    \revert Beam #'space-function
-    \stopGraceMusic
-}
-
 \layout {
     \context {
         \Score
@@ -47,7 +30,7 @@ stopGraceMusic= \sequential {
     }
     \context {
         \Staff
-        minimumVerticalExtent = #'(-2.5 . 3.5)
+        \override VerticalAxisGroup #'minimum-Y-extent = #'(-2.5 . 3.5)
     }
 }
 
@@ -56,12 +39,12 @@ stopGraceMusic= \sequential {
     % #(define fonts my-sheet)
 
     % stress page breaking on a6 paper:
-    % linewidth = 80 \mm
-    % hsize = 105 \mm
-    % vsize = 149 \mm
+    % line-width = 80 \mm
+    % paper-width = 105 \mm
+    % paper-height = 149 \mm
     
     indent = 10. \mm
-    linewidth = 189. \mm
+    line-width = 189. \mm
 
 }