X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fauto-beam-no-beam.ly;h=1b46c2a8ab968123f69e286a130355dd7e64ede9;hb=62b4f8efffd12dcf7acfa9376ae153fcd0c6a61f;hp=ec8130a40039f5050474e590e64af0a429480a75;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/auto-beam-no-beam.ly b/input/regression/auto-beam-no-beam.ly index ec8130a400..1b46c2a8ab 100644 --- a/input/regression/auto-beam-no-beam.ly +++ b/input/regression/auto-beam-no-beam.ly @@ -1,12 +1,14 @@ \header { texidoc = "The autobeamer may be switched off for a single note - with @code{\noBeam}." + with @code{\\noBeam}." } -\version "2.1.28" -\score { - \notes { c8 c-\noBeam c c } - } +\version "2.10.0" +\layout { + ragged-right = ##t +} + +\relative { c8 c-\noBeam c c }