]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/mutopia/F.Schubert/morgenlied.ly
* lily/smobs.cc (protect_smob): switch off fancy smob protection
[lilypond.git] / input / mutopia / F.Schubert / morgenlied.ly
index 18cd30924a889a28cfc73192bec2ed5a25b0f146..d34939a15dc295be2f441e2084138dca75299604 100644 (file)
@@ -160,7 +160,7 @@ pianoLH =  \relative c'' \repeat volta 2 {
           \lyricsto "singer" \new Lyrics \firstVerse
           \lyricsto "singer" \new Lyrics \secondVerse
           \new PianoStaff << 
-              \set PianoStaff.instrument = \markup {
+              \set PianoStaff.instrumentName = \markup {
                   \bold
                   \bigger\bigger\bigger\bigger \huge "2.  " }
               \new Staff \pianoRH
@@ -186,7 +186,10 @@ pianoLH =  \relative c'' \repeat volta 2 {
            }
        }
        \midi {
-           \tempo 4 = 70
+         \context {
+           \Score
+           tempoWholesPerMinute = #(ly:make-moment 70 4)
+         }
        }
     }
 }