]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-marking.ly
(setcolor): implement (re)setcolor with <g>
[lilypond.git] / input / regression / metronome-marking.ly
index c33117a13880a0a319860d595266ac9e27e0dcbd..0de64a878c323e47654e5de884f70c1d0041f524 100644 (file)
@@ -2,17 +2,17 @@
 
 \header {
 
-    texidoc = "Here @code{\tempo} directives are printed as metronome markings.
+    texidoc = "Here @code{\\tempo} directives are printed as metronome markings.
 
 The marking is left aligned with the time signature, if there is one.
 "
     
     }
 
-\version "1.9.2"
+\version "2.4.0"
 
-\score { \notes \relative c'' {   \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 }
-\paper {  raggedright = ##t }
+\score {  \relative c'' {   \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 }
+\layout {  raggedright = ##t }
 
      }