X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-accidental.ly;h=4cb03380408076673b1565c01a6b91f122d0ea53;hb=10811621a5b430dadb9202b7ba1093df91a2e5dd;hp=caf8665c56db6b42836b5ab0a467b5ff51992f6e;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/spacing-accidental.ly b/input/regression/spacing-accidental.ly index caf8665c56..4cb0338040 100644 --- a/input/regression/spacing-accidental.ly +++ b/input/regression/spacing-accidental.ly @@ -1,18 +1,20 @@ -\version "2.1.22" +\version "2.12.0" \header { -texidoc = "Accidentals sticking out to the left + texidoc = "Accidentals sticking out to the left of a note will take a little more space, but only if the spacing is tight." } -\score { \notes \relative c'' { - \time 8/4 - c2 c2 cis2 cis2 | - c8 c8 cis8 cis8 cis c c c] -} -\paper { raggedright = ##t} +\layout { ragged-right = ##t} +\relative c'' { + \time 8/4 + c2 c2 cis2 cis2 | + c8 c8 cis8 cis8 cis c c c] } + + +