From: Erik Sandberg Date: Thu, 24 Aug 2006 15:52:38 +0000 (+0000) Subject: convert-ly:ed more files in input/mutopia X-Git-Tag: release/2.10.0-2~347 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=df9b6031ac13d0cdade744722b14d0944b747f97;p=lilypond.git convert-ly:ed more files in input/mutopia --- 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) + } } + + }