X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-placement.ly;h=6937225eedcb52076eb050d4a573d61ac4c42b1b;hb=f417a6007e951fda4f1fb5fd3da0ecd1d25cec2f;hp=2bc6cfbc795e80cd951eee047ebdce6a644b5bc3;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/accidental-placement.ly b/input/regression/accidental-placement.ly index 2bc6cfbc79..6937225eed 100644 --- a/input/regression/accidental-placement.ly +++ b/input/regression/accidental-placement.ly @@ -1,34 +1,40 @@ -\version "1.9.8" +\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} - }