]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-marking.ly
lilypond-ftplugin.vim: set makeprg locally rather than globally
[lilypond.git] / input / regression / metronome-marking.ly
index ac115273c3fc834d1f0554f1745a74264be90431..6fd2ed2441c56a02205751dc68b0943457c3799c 100644 (file)
@@ -14,10 +14,12 @@ The marking is left aligned with the time signature, if there is one.
 
 \layout {  ragged-right = ##t }
 
-\version "2.17.17"
+\version "2.16.0"
 
 \relative c'' {
-  \tempo \breve = 100 c1 c1 \tempo "Allegro" 8.. = 50 c1 \tempo "Adagio" c2 c'
+  \tempo \breve = 100 c1 c1
+  \markLengthOn
+  \tempo "Allegro" 8.. = 50 c1 \tempo "Adagio" c2 c'
 }