]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-marking.ly
Tempo and Rehearsal marks horizontal positioning; issue 3279
[lilypond.git] / input / regression / metronome-marking.ly
index e8bf64e0cb5c243706430466d67d048314c31cd4..ac115273c3fc834d1f0554f1745a74264be90431 100644 (file)
@@ -14,10 +14,10 @@ The marking is left aligned with the time signature, if there is one.
 
 \layout {  ragged-right = ##t }
 
-\version "2.7.39"
+\version "2.17.17"
 
 \relative c'' {
-  \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1
+  \tempo \breve = 100 c1 c1 \tempo "Allegro" 8.. = 50 c1 \tempo "Adagio" c2 c'
 }