]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/essay/engraving.itely
Issue 2760: CG wants all engravers to have double-quotes around them
[lilypond.git] / Documentation / essay / engraving.itely
index 53c8ecf6af81bade7e30061d244224f9d1004140..9dd71564d9388a55548d7b0f8ab6737469118c87 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.13.39"
+@c \version "2.16.0"
 
 @node Music engraving
 @chapter Music engraving
@@ -1552,15 +1552,12 @@ following example combines some more exotic constructs.
     >> }
   >>
   \midi {
-    \context {
-      \Score
-      tempoWholesPerMinute = #(ly:make-moment 60 8)
-    }
+    \tempo 8 = 60
   }
   \layout {
     \context {
       \Staff
-      \consists Horizontal_bracket_engraver
+      \consists "Horizontal_bracket_engraver"
     }
   }
 }