X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmetronome-marking.ly;h=e987176b7e1a08a269b188d2e7975e977ec8e977;hb=acc82015cd07a2021e373a9fe43cb8c84c365146;hp=d1a14521125abd905af4b3fd3fa10174addb237f;hpb=d6ea2dbcdb39dd65c7fd423782fa31ccbdaf34a9;p=lilypond.git diff --git a/input/regression/metronome-marking.ly b/input/regression/metronome-marking.ly index d1a1452112..e987176b7e 100644 --- a/input/regression/metronome-marking.ly +++ b/input/regression/metronome-marking.ly @@ -2,17 +2,24 @@ \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 \tempo 8.. = 50 c1 +} + -\version "1.9.1" -\score { \notes \relative c'' { \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 } -\paper { raggedright = ##t } - } -