X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fauto-beam-no-beam.ly;h=bf82fb1f4cba96e071114145984ad9e66e53e413;hb=88d306d9c5666b5ade4a136df29cca19c5ff5ed7;hp=96c4c89a092000b6cc7cc163be52cebdadd316b5;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/auto-beam-no-beam.ly b/input/regression/auto-beam-no-beam.ly index 96c4c89a09..bf82fb1f4c 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}." } -\version "2.3.4" -\score { - { c8 c-\noBeam c c } - } +\version "2.16.0" +\layout { + ragged-right = ##t +} + +\relative c' { c8 c-\noBeam c c }