X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-placement.ly;h=6937225eedcb52076eb050d4a573d61ac4c42b1b;hb=c633bea462ad673cf59f5288b87027c7519c4d4f;hp=e9f484ef11dbf8fb2a2e5af1bbf3c4afdaa21992;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/accidental-placement.ly b/input/regression/accidental-placement.ly index e9f484ef11..6937225eed 100644 --- a/input/regression/accidental-placement.ly +++ b/input/regression/accidental-placement.ly @@ -1,39 +1,39 @@ -\version "2.3.17" +\version "2.14.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 { - \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 + + + + + }