X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-placement.ly;h=2a3ba819668d2d648a998be7b728f80707c89b2c;hb=79c17e0eaedca79e5f7605f5b9f92db27c68e679;hp=06651c0c9aa76f10c9537a49ed9bc0e2be7505c1;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/accidental-placement.ly b/input/regression/accidental-placement.ly index 06651c0c9a..2a3ba81966 100644 --- a/input/regression/accidental-placement.ly +++ b/input/regression/accidental-placement.ly @@ -1,39 +1,39 @@ -\version "2.1.36" +\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 { - \notes \context Voice \relative c' - { - cis4 - c4 - \transpose c c' { - - 4 - - - - - } - 4 - - - - - - } - \paper { - raggedright = ##t - } +\context Voice \relative +{ + 4 + cis4 + c4 + \transpose c c' { + + 4 + + + + + } + 4 + + + + + }