X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmetronome-marking.ly;h=41ff789955d6d667c1b5c2d356392c009ab18553;hb=7b5eff9b8de6992d309a959c13425aa91fb7d3a6;hp=43fc0fb26835f29ab97dae6bd594a9e1f74e4e20;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/metronome-marking.ly b/input/regression/metronome-marking.ly index 43fc0fb268..41ff789955 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.10.0" + +\relative c'' { + \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 +} + -\version "2.3.17" -\score { \relative c'' { \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 } -\paper { raggedright = ##t } - } -