X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-placement.ly;h=aee320f610266adf16a969c83e65c382d3cf3d2b;hb=a1344e55b5c00f84fd0b07c53a175bf2855d00b1;hp=a48220d4d4f64bfb1316c6b4159b9408322aec77;hpb=72972afb27cf99f5ae432f4a1463d4f6de6107a0;p=lilypond.git diff --git a/input/regression/accidental-placement.ly b/input/regression/accidental-placement.ly index a48220d4d4..aee320f610 100644 --- a/input/regression/accidental-placement.ly +++ b/input/regression/accidental-placement.ly @@ -1,29 +1,40 @@ -\version "1.7.16" + +\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 { raggedright = ##t} - } -%% new-chords-done %% \ No newline at end of file + +