X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-placement.ly;h=2a3ba819668d2d648a998be7b728f80707c89b2c;hb=c7acad264e49f23e333dd66a0e1d50005c630068;hp=085c6e70111597beefe246001120d94602a3f7c6;hpb=483602145bed778c619dd981d964a80f75c8ad81;p=lilypond.git diff --git a/input/regression/accidental-placement.ly b/input/regression/accidental-placement.ly index 085c6e7011..2a3ba81966 100644 --- a/input/regression/accidental-placement.ly +++ b/input/regression/accidental-placement.ly @@ -1,33 +1,40 @@ -\version "1.7.16" + +\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 - <> - <> - <> - <> - <> +\context Voice \relative +{ + 4 + cis4 + c4 + \transpose c c' { + + 4 + + + + + } + 4 + + + + + + } -\paper { raggedright = ##t} - } -%% new-chords-done %% +