X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-placement.ly;h=aee320f610266adf16a969c83e65c382d3cf3d2b;hb=bf0c1c47ad9bd411b4527d1dd5f5dfab9d98d404;hp=709d091b1dfe7c74e6c71ebfa3bbcbb75798db5c;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/accidental-placement.ly b/input/regression/accidental-placement.ly index 709d091b1d..aee320f610 100644 --- a/input/regression/accidental-placement.ly +++ b/input/regression/accidental-placement.ly @@ -1,33 +1,40 @@ -\version "1.7.18" + +\version "2.10.0" \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 c' +{ + 4 + cis4 + c4 + \transpose c c' { + + 4 + + + + + } + 4 + + + + + + } -\paper { raggedright = ##t} - }