]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-marking.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / metronome-marking.ly
index e52c229e819e91c1f1601723e3beb50dc34613f4..e8bf64e0cb5c243706430466d67d048314c31cd4 100644 (file)
@@ -2,17 +2,24 @@
 
 \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.
 "
-    
-    }
+  
+}
+
+\layout {  ragged-right = ##t }
+
+\version "2.7.39"
+
+\relative c'' {
+  \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1
+}
+
 
-\version "1.9.8"
 
-\score { \notes \relative c'' {   \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 }
-\paper {  raggedright = ##t }
 
-     }
-