From df9b6031ac13d0cdade744722b14d0944b747f97 Mon Sep 17 00:00:00 2001 From: Erik Sandberg Date: Thu, 24 Aug 2006 15:52:38 +0000 Subject: [PATCH] convert-ly:ed more files in input/mutopia --- input/mutopia/E.Satie/petite-ouverture-a-danser.ly | 12 +++++++++--- input/mutopia/F.Schubert/standchen.ly | 12 +++++++++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/input/mutopia/E.Satie/petite-ouverture-a-danser.ly b/input/mutopia/E.Satie/petite-ouverture-a-danser.ly index 2981559188..e6e641a8d5 100644 --- a/input/mutopia/E.Satie/petite-ouverture-a-danser.ly +++ b/input/mutopia/E.Satie/petite-ouverture-a-danser.ly @@ -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: diff --git a/input/mutopia/F.Schubert/standchen.ly b/input/mutopia/F.Schubert/standchen.ly index 05a483da48..eb952ee2f2 100644 --- a/input/mutopia/F.Schubert/standchen.ly +++ b/input/mutopia/F.Schubert/standchen.ly @@ -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) + } } + + } -- 2.39.2