X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-placement.ly;h=008513d5ae43ce4ea7779b5000bcc73ce67253e5;hb=341603e3e0b1e103ccb7e607eba5e1043318c6d4;hp=5f92ee050196e7d857c84af1ebaa44bea22f8e1c;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/accidental-placement.ly b/input/regression/accidental-placement.ly index 5f92ee0501..008513d5ae 100644 --- a/input/regression/accidental-placement.ly +++ b/input/regression/accidental-placement.ly @@ -1,39 +1,39 @@ -\version "2.2.0" +\version "2.16.0" \header { - texidoc ="Accidentals are placed as closely as possible. + texidoc ="Accidentals are placed as closely as possible. Accidentals in corresponding octaves are aligned. The top accidental should be nearest to the chord. The flats in a sixth should be staggered. " - + +} + +\layout { + ragged-right = ##t } -\score { - \notes \context Voice \relative c' - { - cis4 - c4 - \transpose c c' { - - 4 - - - - - } - 4 - - - - - - } - \paper { - raggedright = ##t - } +\context Voice \relative c' +{ + 4 + cis4 + c4 + \transpose c c' { + + 4 + + + + + } + 4 + + + + + }