]> git.donarmstrong.com Git - lilypond.git/commitdiff
convert-ly:ed more files in input/mutopia
authorErik Sandberg <mandolaerik@gmail.com>
Thu, 24 Aug 2006 15:52:38 +0000 (15:52 +0000)
committerErik Sandberg <mandolaerik@gmail.com>
Thu, 24 Aug 2006 15:52:38 +0000 (15:52 +0000)
input/mutopia/E.Satie/petite-ouverture-a-danser.ly
input/mutopia/F.Schubert/standchen.ly

index 2981559188276a24cc74900dd15c49754589ccfe..e6e641a8d5a64a29b467b9487b9d4584caee4a0c 100644 (file)
@@ -7,7 +7,7 @@
   copyright = "Public Domain"
 }
 
-\version "2.7.39"
+\version "2.9.16"
 
 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:
index 05a483da48276ff149d90b28c94197ab454fceb8..eb952ee2f23f5c8d56962c34c9c1fdb7a9692879 100644 (file)
@@ -40,7 +40,7 @@ instrument = "Piano"
  footer = "Mutopia-2001/04/27-xx"
 } 
 
-\version "2.7.39"
+\version "2.9.16"
 
 #(set-global-staff-size 16)
 
@@ -448,8 +448,14 @@ bassStaff = \new Staff =  "bass"<<
 
        \context { \RemoveEmptyStaffContext }
     }
-    \midi{
-       \tempo 4 = 54
+    
+  \midi {
+    \context {
+      \Score
+      tempoWholesPerMinute = #(ly:make-moment 54 4)
+      }
     }
+
+
 }