]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-marking.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / metronome-marking.ly
index f3f53965799f7c9b81f8b516ea80b96f2969708f..409687cdfb313ed658a17d320927260a08e11059 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.12.0"
+
+\relative c'' {
+  \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1
+}
+
 
-\version "2.3.22"
 
-\score {  \relative c'' {   \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 }
-\layout {  raggedright = ##t }
 
-     }
-