X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-accidental-stretch.ly;h=8c2c1f6daa53de7182adfb36a4d549a49186ed43;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=bdf32b67a644bfd508ba299c606b7c45b64a9c23;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/spacing-accidental-stretch.ly b/input/regression/spacing-accidental-stretch.ly index bdf32b67a6..8c2c1f6daa 100644 --- a/input/regression/spacing-accidental-stretch.ly +++ b/input/regression/spacing-accidental-stretch.ly @@ -1,18 +1,19 @@ -#(ly:set-option 'old-relative) -\version "1.9.0" + +\version "2.16.0" \header { - texidoc = "Accidentals don't influence the amount of stretchable space. " + texidoc = "Accidentals do not influence the amount of stretchable space. +The accidental does add a little non-stretchable space. +" } -\score { - \notes \relative c'' \context GrandStaff { - \pianoCautionaries - d16 d d d d d cis d - - } - - %% not raggedright!! - \paper { linewidth = 14.\cm - } +%% not ragged-right!! +\layout { + line-width = 18.\cm +} +\relative c'' { + \accidentalStyle "piano-cautionary" + \time 2/4 + d16 d d d d d cis d dis dis dis dis + }