]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/mutopia/E.Satie/petite-ouverture-a-danser.ly
Merge master into nested-bookparts
[lilypond.git] / input / mutopia / E.Satie / petite-ouverture-a-danser.ly
index 3cf0aa2ff8ad6d8eb5c357ff3c952b11b811bdf9..6d0047e469c53e60da35cf74a8e5b3aaf11b645f 100644 (file)
@@ -7,7 +7,7 @@
   copyright = "Public Domain"
 }
 
-\version "2.7.32"
+\version "2.11.61"
 
 global =  {
   \key a \minor
@@ -141,9 +141,15 @@ lower = \context Staff  \relative c \new Voice{
            \override SpacingSpanner #'spacing-increment = #3
        }
     }
-    \midi {
-       \tempo 4 = 60
+    
+  \midi {
+    \context {
+      \Score
+      tempoWholesPerMinute = #(ly:make-moment 60 4)
+      }
     }
+
+
 }
 
 %% Local Variables: