X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmetronome-marking.ly;h=6fd2ed2441c56a02205751dc68b0943457c3799c;hb=01b15679731ac5fcaf8edac1ad5bce6acba10ff0;hp=c98610bf3d2bc885baf6e0b8d048e3587099c4ba;hpb=d02446a61d3eabfde67ed48928ae07766c97750f;p=lilypond.git diff --git a/input/regression/metronome-marking.ly b/input/regression/metronome-marking.ly index c98610bf3d..6fd2ed2441 100644 --- a/input/regression/metronome-marking.ly +++ b/input/regression/metronome-marking.ly @@ -14,10 +14,12 @@ The marking is left aligned with the time signature, if there is one. \layout { ragged-right = ##t } -\version "2.7.32" +\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' }