X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-placement.ly;h=aee320f610266adf16a969c83e65c382d3cf3d2b;hb=99090207257309e033d2a7db19d7899049d8656e;hp=19919746b949db97eede23ca7e6c9479e5057570;hpb=aae91f7e94146d56727471074c4d2795d666521f;p=lilypond.git diff --git a/input/regression/accidental-placement.ly b/input/regression/accidental-placement.ly index 19919746b9..aee320f610 100644 --- a/input/regression/accidental-placement.ly +++ b/input/regression/accidental-placement.ly @@ -1,29 +1,40 @@ -\version "1.7.6" + +\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 shoudl be staggered. " +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 { linewidth = -1. } - } -%% new-chords-done %% \ No newline at end of file + +