]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-marking.ly
Run scripts/auxiliar/makelsr.py
[lilypond.git] / input / regression / metronome-marking.ly
index 607c8539a2e062029cbc64c0034df76a704bb7f5..6fd2ed2441c56a02205751dc68b0943457c3799c 100644 (file)
@@ -12,12 +12,14 @@ The marking is left aligned with the time signature, if there is one.
   
 }
 
-\layout {  raggedright = ##t }
+\layout {  ragged-right = ##t }
 
-\version "2.6.0"
+\version "2.16.0"
 
 \relative c'' {
-  \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1
+  \tempo \breve = 100 c1 c1
+  \markLengthOn
+  \tempo "Allegro" 8.. = 50 c1 \tempo "Adagio" c2 c'
 }