X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-placement.ly;h=6937225eedcb52076eb050d4a573d61ac4c42b1b;hb=252ec5e71b5e121734a9c9897245137cb07e4a1f;hp=80f8b6e003e5c164d2bc669c9332ad3507dbd3dc;hpb=92d6547c55c4b085948e0571da9fbc7eef7beacd;p=lilypond.git diff --git a/input/regression/accidental-placement.ly b/input/regression/accidental-placement.ly index 80f8b6e003..6937225eed 100644 --- a/input/regression/accidental-placement.ly +++ b/input/regression/accidental-placement.ly @@ -1,28 +1,40 @@ -\version "1.7.6" + +\version "2.14.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' { - - - - - -} - - - - - - +\context Voice \relative c' +{ + 4 + cis4 + c4 + \transpose c c' { + + 4 + + + + + } + 4 + + + + + + } -\paper { linewidth = -1. } - } + +