X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-placement.ly;h=6937225eedcb52076eb050d4a573d61ac4c42b1b;hb=0627e706a45f756fd0e87ef9a375ca339c951255;hp=3e3dbaf2f6ea3442e79bef2c8ac285de24e1b169;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/accidental-placement.ly b/input/regression/accidental-placement.ly index 3e3dbaf2f6..6937225eed 100644 --- a/input/regression/accidental-placement.ly +++ b/input/regression/accidental-placement.ly @@ -1,34 +1,40 @@ -\version "2.1.28" +\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 should be staggered. " - + } +\layout { + ragged-right = ##t +} + + +\context Voice \relative c' +{ + 4 + cis4 + c4 + \transpose c c' { + + 4 + + + + + } + 4 + + + + + -\score { \notes \context Voice \relative c' { - cis4 - c4 - \transpose c c' { - 4 - - - - -} - 4 - - - - - } -\paper { raggedright = ##t} - }