]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-marking.ly
*** empty log message ***
[lilypond.git] / input / regression / metronome-marking.ly
index ddd6725810ec2585e23ac8d9bb7a30197f5057cb..42606deeae43c17512ddb9ea92201dc3dc3e702d 100644 (file)
@@ -1,14 +1,15 @@
 
+
 \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.7.18"
+\version "2.1.28"
 
 \score { \notes \relative c'' {   \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 }
 \paper {  raggedright = ##t }