]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-marking.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / metronome-marking.ly
index 42606deeae43c17512ddb9ea92201dc3dc3e702d..6fd2ed2441c56a02205751dc68b0943457c3799c 100644 (file)
@@ -2,17 +2,26 @@
 
 \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.16.0"
+
+\relative c'' {
+  \tempo \breve = 100 c1 c1
+  \markLengthOn
+  \tempo "Allegro" 8.. = 50 c1 \tempo "Adagio" c2 c'
+}
+
 
-\version "2.1.28"
 
-\score { \notes \relative c'' {   \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 }
-\paper {  raggedright = ##t }
 
-     }
-