]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/typography-demo.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / typography-demo.ly
index 0683bced631241a4eb601486bd4dd7ad828464f0..8dfc39302c242a6293da21c050a30454963c0082 100644 (file)
@@ -8,7 +8,7 @@ heavily mutilated Edition Peters Morgenlied by Schubert"
 
 }
 
-\version "2.9.16"
+\version "2.7.39"
 
 ignoreMelisma =        \set ignoreMelismata = ##t
 ignoreMelismaOff = \unset ignoreMelismata 
@@ -129,7 +129,7 @@ pianoLH =  \relative c'' \repeat volta 2\new Voice {
         \lyricsto "singer" \new Lyrics \firstVerse
         \lyricsto "singer" \new Lyrics \secondVerse
         \new PianoStaff << 
-          \set PianoStaff.instrumentName = \markup {
+          \set PianoStaff.instrument = \markup {
             \bold
             \bigger\bigger\bigger\bigger
             \huge
@@ -162,15 +162,9 @@ pianoLH =  \relative c'' \repeat volta 2\new Voice {
          \override VerticalAlignment #'forced-distance = #10
        }
       }
-      
-  \midi {
-    \context {
-      \Score
-      tempoWholesPerMinute = #(ly:make-moment 70 4)
+      \midi {
+       \tempo 4 = 70
       }
     }
-
-
-    }
   }