X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-quarter.ly;h=a1fc977745ea5098dd5b9bbf2ecec789c42d5ba0;hb=62f371d80be2d5c98452d7feb447b6c19bfc5ce6;hp=1d82eb383002ba81a13b5fdd8cea7318a05490ca;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/regression/accidental-quarter.ly b/input/regression/accidental-quarter.ly index 1d82eb3830..a1fc977745 100644 --- a/input/regression/accidental-quarter.ly +++ b/input/regression/accidental-quarter.ly @@ -1,23 +1,21 @@ \header { - texidoc = "Quarter tone notation is supported, including + texidoc = "Quarter tone notation is supported, including threequarters flat." - } -\version "2.1.26" +} +\version "2.16.0" +\layout { ragged-right = ##t } -\score { - \notes \relative c'' { - \time 12/4 - ceses4 - ceseh - ces - ceh - c - c - cih - cis - cisih - cisis - } - \paper { raggedright = ##t } +\relative c'' { + \time 12/4 + ceses4 + ceseh + ces + ceh + c + c + cih + cis + cisih + cisis }