]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-marking.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / metronome-marking.ly
index 0de64a878c323e47654e5de884f70c1d0041f524..41ff789955d6d667c1b5c2d356392c009ab18553 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.10.0"
+
+\relative c'' {
+  \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1
+}
+
 
-\version "2.4.0"
 
-\score {  \relative c'' {   \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 }
-\layout {  raggedright = ##t }
 
-     }
-