X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmetronome-marking.ly;h=6fd2ed2441c56a02205751dc68b0943457c3799c;hb=99b6f3aa3558b01c9d4158b19a1f1794c534f89c;hp=471c51c87dd37c92300e6067c6527794b742410e;hpb=70048d99398924e7ca0eb481925145ec243700c5;p=lilypond.git diff --git a/input/regression/metronome-marking.ly b/input/regression/metronome-marking.ly index 471c51c87d..6fd2ed2441 100644 --- a/input/regression/metronome-marking.ly +++ b/input/regression/metronome-marking.ly @@ -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 "1.9.4" -\score { \notes \relative c'' { \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 } -\paper { raggedright = ##t } - } -