]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/mutopia/F.Schubert/standchen.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / mutopia / F.Schubert / standchen.ly
index 321d71602c806d04afd68bd645c9dc550f72ed59..10797cd6d926c3b69e7f18d7ee0d53be227a8bcc 100644 (file)
@@ -40,7 +40,7 @@ instrument = "Piano"
  footer = "Mutopia-2001/04/27-xx"
 } 
 
-\version "2.7.32"
+\version "2.12.0"
 
 #(set-global-staff-size 16)
 
@@ -381,7 +381,7 @@ allLyrics = {
            \lyricThrough 
 } }
 
-vocals = \context Voice = "leise"  {
+vocals = \new Voice =  "leise"  {
        \clef treble
        % certainly no auto-beaming for vocals
        \autoBeamOff
@@ -396,7 +396,7 @@ vocals = \context Voice = "leise"  {
        R1 * 3/4 * 6
 }
 
-trebleStaff = \context Staff = "treble"<< 
+trebleStaff = \new Staff =  "treble"<< 
         \set Staff.midiInstrument = "acoustic grand"
        \global
        {
@@ -410,7 +410,7 @@ trebleStaff = \context Staff = "treble"<<
        }
 >>
 
-bassStaff = \context Staff = "bass"<<
+bassStaff = \new Staff =  "bass"<<
         \set Staff.midiInstrument = "acoustic grand"
        \global
        \clef bass
@@ -448,8 +448,14 @@ bassStaff = \context Staff = "bass"<<
 
        \context { \RemoveEmptyStaffContext }
     }
-    \midi{
-       \tempo 4 = 54
+    
+  \midi {
+    \context {
+      \Score
+      tempoWholesPerMinute = #(ly:make-moment 54 4)
+      }
     }
+
+
 }