]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-marking.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / metronome-marking.ly
index 471c51c87dd37c92300e6067c6527794b742410e..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.4"
+\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 }
 
      }