X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-accidental-stretch.ly;h=931d4438368525752002c5a60b026839f78b86a1;hb=bf707a03756021f69e3f5d1a8246639a6a601099;hp=b204287a6c3aadea7c07346b02e0fa512924bed7;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/spacing-accidental-stretch.ly b/input/regression/spacing-accidental-stretch.ly index b204287a6c..931d443836 100644 --- a/input/regression/spacing-accidental-stretch.ly +++ b/input/regression/spacing-accidental-stretch.ly @@ -1,20 +1,19 @@ -\version "2.1.30" +\version "2.12.0" \header { - texidoc = "Accidentals do not 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 { - #(set-accidental-style 'piano-cautionary) - d16 d d d d d cis d - - } - - %% not raggedright!! - \paper { linewidth = 14.\cm - } +%% not ragged-right!! +\layout { + line-width = 18.\cm +} +\relative c'' { + #(set-accidental-style 'piano-cautionary) + \time 2/4 + d16 d d d d d cis d dis dis dis dis + }