X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-placement.ly;h=2a3ba819668d2d648a998be7b728f80707c89b2c;hb=f7c157b6f11662c49e7355901a1e87704fbb3230;hp=91ea528421ca58c1d133017c8fd24cab6cc4618f;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/accidental-placement.ly b/input/regression/accidental-placement.ly index 91ea528421..2a3ba81966 100644 --- a/input/regression/accidental-placement.ly +++ b/input/regression/accidental-placement.ly @@ -1,39 +1,39 @@ -\version "2.4.0" +\version "2.19.21" \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 - - - - - - } - \layout { - raggedright = ##t - } +\context Voice \relative +{ + 4 + cis4 + c4 + \transpose c c' { + + 4 + + + + + } + 4 + + + + + }