X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-placement.ly;h=a7ed3c6420e4d6ada428732b608805bdf81ddd2b;hb=fc76fda44a887f47c10db1dcb76756951167bfc1;hp=76619e83ce8c533539ccdaf03eb8b7a941ff9b68;hpb=be9d398d705ecf2308e10864e37c6f1315c78ec9;p=lilypond.git diff --git a/input/regression/accidental-placement.ly b/input/regression/accidental-placement.ly index 76619e83ce..a7ed3c6420 100644 --- a/input/regression/accidental-placement.ly +++ b/input/regression/accidental-placement.ly @@ -1,28 +1,40 @@ -\version "1.5.68" + +\version "2.12.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'' { - - - - - -} - - - - - - +\context Voice \relative c' +{ + 4 + cis4 + c4 + \transpose c c' { + + 4 + + + + + } + 4 + + + + + + } -\paper { linewidth = -1. } - } + +