X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmetronome-marking.ly;h=2e3fa860d27f091c5a3bb2c96ceef9933e05c9e9;hb=96daa4430aac946efe392e8ee9986c88e55a3d9e;hp=8e4a5bff79cbb98374a452c977a14d3f8b6dce4e;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/metronome-marking.ly b/input/regression/metronome-marking.ly index 8e4a5bff79..2e3fa860d2 100644 --- a/input/regression/metronome-marking.ly +++ b/input/regression/metronome-marking.ly @@ -1,18 +1,25 @@ -#(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.11.51" + +\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 } - } -