]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-marking.ly
new file.
[lilypond.git] / input / regression / metronome-marking.ly
index c33117a13880a0a319860d595266ac9e27e0dcbd..44b81b4c2a11cf594e008bbc39f312f696dd4e94 100644 (file)
@@ -2,16 +2,16 @@
 
 \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.3.4"
 
-\score { \notes \relative c'' {   \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 }
+\score {  \relative c'' {   \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 }
 \paper {  raggedright = ##t }
 
      }