]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-marking.ly
Run convert-ly on input/lsr and input/regression
[lilypond.git] / input / regression / metronome-marking.ly
index d7e1855b167ec0d54a3733cf012ea3f4fd478948..2e3fa860d27f091c5a3bb2c96ceef9933e05c9e9 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.11.51"
+
+\relative c'' {
+  \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1
+}
+
 
-\version "2.1.7"
 
-\score { \notes \relative c'' {   \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 }
-\paper {  raggedright = ##t }
 
-     }
-