X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-placement.ly;h=9bd279aa55f12e90ff07ee58e6b9ebcfcf5be199;hb=f13c054f0795e10f06931a267af51220a6b9fc66;hp=a424618789fbf9a4c87272872a307b2d9297d1be;hpb=30c15d67dcc56919da38c9b5bdfda0684c1fc964;p=lilypond.git diff --git a/input/regression/accidental-placement.ly b/input/regression/accidental-placement.ly index a424618789..9bd279aa55 100644 --- a/input/regression/accidental-placement.ly +++ b/input/regression/accidental-placement.ly @@ -1,34 +1,40 @@ -\version "1.9.1" +\version "2.11.51" \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 c' +{ + 4 + cis4 + c4 + \transpose c c' { + + 4 + + + + + } + 4 + + + + + -\score { \notes \context Voice \relative c' { - cis4 - c4 - \transpose c c' { - <>4 - <> - <> - <> - <> -} - <>4 - <> - <> - <> - <> - <> } -\paper { raggedright = ##t} - }