X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-placement.ly;h=2a3ba819668d2d648a998be7b728f80707c89b2c;hb=7cfd1d52c129b0e1e24e6136eef42ae9804c2919;hp=8de4a256c97f01e81c25c222b94c7ff1084df723;hpb=f84fa056117227739b77c1c50efc06e6ef4f32da;p=lilypond.git diff --git a/input/regression/accidental-placement.ly b/input/regression/accidental-placement.ly index 8de4a256c9..2a3ba81966 100644 --- a/input/regression/accidental-placement.ly +++ b/input/regression/accidental-placement.ly @@ -1,34 +1,40 @@ -\version "1.9.8" +\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 +} + + +\context Voice \relative +{ + 4 + cis4 + c4 + \transpose c c' { + + 4 + + + + + } + 4 + + + + + -\score { \notes \context Voice \relative c' { - cis4 - c4 - \transpose c c' { - 4 - - - - -} - 4 - - - - - } -\paper { raggedright = ##t} - }