]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/changing-the-tempo-without-a-metronome-mark.ly
Merge commit 'origin' into includes
[lilypond.git] / input / new / changing-the-tempo-without-a-metronome-mark.ly
index bc873657d2d8c3f18c791a07c874e7acc1c2116a..f64adcc61eb35e7db356ee1e13f23915d02035d3 100644 (file)
@@ -1,10 +1,9 @@
-\version "2.11.62"
+\version "2.12.0"
 
 \header {
   lsrtags = "staff-notation"
   texidoc = "To change the tempo in MIDI output without printing
-anything, make the metronome mark invisible, as in the following
-example:"
+anything, make the metronome mark invisible:"
 
   doctitle = "Changing the tempo without a metronome mark"
 }
@@ -15,10 +14,10 @@ example:"
     c4 e g b
     c4 b d c
     \set Score.tempoHideNote = ##t
-    \tempo 4 =96
+    \tempo 4 = 96
     d,4 fis a cis
     d4 cis e d
   }
-  \midi { }
   \layout { }
+  \midi { }
 }