]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-marking.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / metronome-marking.ly
index fea439b9cc27b669c911aad01ef752b03b858747..4726024b70b318777e2d2a4dffd3d50d5ac98829 100644 (file)
@@ -5,17 +5,21 @@
   
   texidoc = "Here @code{\\tempo} directives are printed as metronome markings.
 
+
+
 The marking is left aligned with the time signature, if there is one.
 "
   
 }
 
-\version "2.6.0"
+\layout {  ragged-right = ##t }
+
+\version "2.14.0"
 
 \relative c'' {
   \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1
 }
-\layout {  raggedright = ##t }
+