X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-placement.ly;h=a7ed3c6420e4d6ada428732b608805bdf81ddd2b;hb=58ff15e68c0d00ee54ca9f5565d6bc3c8304c076;hp=f692c6529650341f84a7279500eb1e57c55c0b8f;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/accidental-placement.ly b/input/regression/accidental-placement.ly index f692c65296..a7ed3c6420 100644 --- a/input/regression/accidental-placement.ly +++ b/input/regression/accidental-placement.ly @@ -1,41 +1,39 @@ -\version "2.6.0" +\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 should be staggered. " - + +} + +\layout { + ragged-right = ##t } -\score { - \context Voice \relative c' - { - 4 - cis4 - c4 - \transpose c c' { - - 4 - - - - - } - 4 - - - - - - - } - \layout { - raggedright = ##t - } +\context Voice \relative c' +{ + 4 + cis4 + c4 + \transpose c c' { + + 4 + + + + + } + 4 + + + + + }