]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/typography-demo.ly
use glyph indexing for glyph name .notdef
[lilypond.git] / input / typography-demo.ly
index e56612f84b78a2319d16b9313dbc886c886daea5..2d4631419faaa8268b685ceaae23c3b9496424dd 100644 (file)
@@ -8,7 +8,7 @@ heavily mutilated Edition Peters Morgenlied by Schubert"
 
 }
 
-\version "2.9.13"
+\version "2.9.16"
 
 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 |
@@ -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)
       }
     }
+
+
+    }
   }