]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/typography-demo.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / typography-demo.ly
index 8dfc39302c242a6293da21c050a30454963c0082..0ea37e871d18464b4f18ad89b9ab359602596a51 100644 (file)
@@ -8,7 +8,7 @@ heavily mutilated Edition Peters Morgenlied by Schubert"
 
 }
 
-\version "2.7.39"
+\version "2.10.0"
 
 ignoreMelisma =        \set ignoreMelismata = ##t
 ignoreMelismaOff = \unset ignoreMelismata 
@@ -37,7 +37,7 @@ melody =    \relative c'' \repeat volta 2 \context Voice = "singer" {
   s1*0^\markup {  \bigger { \hspace #-3.0 Lieblich, etwas geschwind } }
   R2.
   r4 r8 c4 g8 |
-  \acciaccatura { f16( }  e4) c8
+  \acciaccatura { f16 }  e4 c8
   <<
     \new Voice { \stemUp f8. g16 }
     { \stemDown f8.[ g16] } >> \stemNeutral a8 |
@@ -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.instrument = \markup {
+          \set PianoStaff.instrumentName = \markup {
             \bold
             \bigger\bigger\bigger\bigger
             \huge
@@ -162,9 +162,15 @@ pianoLH =  \relative c'' \repeat volta 2\new Voice {
          \override VerticalAlignment #'forced-distance = #10
        }
       }
-      \midi {
-       \tempo 4 = 70
+      
+  \midi {
+    \context {
+      \Score
+      tempoWholesPerMinute = #(ly:make-moment 70 4)
       }
     }
+
+
+    }
   }