X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-placement.ly;h=4b3728c9b049bc936d69917d5668efe8a96f8c52;hb=2b1333cfd272ae54d9cbaac001d2b29a8b64a954;hp=ce86f02981b4334fffeb773defa628cbad419fa3;hpb=b8991734f29f7487f62f9b5172e04b3cbfc00c39;p=lilypond.git diff --git a/input/regression/accidental-placement.ly b/input/regression/accidental-placement.ly index ce86f02981..4b3728c9b0 100644 --- a/input/regression/accidental-placement.ly +++ b/input/regression/accidental-placement.ly @@ -1,27 +1,40 @@ + +\version "2.3.4" + \header { + 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. " + } -\score { \notes \context Voice \relative c' { - cis4 - c4 - \transpose c'' { - - - - - -} - - - - - - +\score { + \context Voice \relative c' + { + cis4 + c4 + \transpose c c' { + + 4 + + + + + } + 4 + + + + + + } + \paper { + raggedright = ##t + } + } -\paper { linewidth = -1. } - } + +