]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/staff-headword.ly
Run scripts/auxiliar/update-with-convert-ly.py
[lilypond.git] / Documentation / snippets / staff-headword.ly
index a1b083aeae0f3e9f92211b5058d88414736e4448..461e543c1885c51dd533a91db68644b3a9f8dfeb 100644 (file)
@@ -5,7 +5,7 @@
 %
 % This file is in the public domain.
 %% Note: this file works from version 2.14.0
-\version "2.14.0"
+\version "2.15.32"
 \include "catalan.ly"
 #(set-global-staff-size 15)
 \paper{
@@ -125,10 +125,7 @@ lower = \relative do {
     >>
   >>
   \midi {
-    \context {
-      \Score
-      tempoWholesPerMinute = #(ly:make-moment 72 4)
-    }
+    \tempo 4 = 72
   }
 }