X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmetronome-marking.ly;h=6fd2ed2441c56a02205751dc68b0943457c3799c;hb=9d73c91138c327a0f2e2438b19116aaa9bb6dd1d;hp=8e4a5bff79cbb98374a452c977a14d3f8b6dce4e;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/metronome-marking.ly b/input/regression/metronome-marking.ly index 8e4a5bff79..6fd2ed2441 100644 --- a/input/regression/metronome-marking.ly +++ b/input/regression/metronome-marking.ly @@ -1,18 +1,27 @@ -#(ly:set-option 'old-relative) + \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.1" -\score { \notes \relative c'' { \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 } -\paper { raggedright = ##t } - } -