X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmetronome-marking.ly;h=4726024b70b318777e2d2a4dffd3d50d5ac98829;hb=f9e17f32c80c9d0cbbc54fe318c7708f62a3a93d;hp=0de64a878c323e47654e5de884f70c1d0041f524;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/metronome-marking.ly b/input/regression/metronome-marking.ly index 0de64a878c..4726024b70 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.14.0" + +\relative c'' { + \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 +} + -\version "2.4.0" -\score { \relative c'' { \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 } -\layout { raggedright = ##t } - } -