X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-loose-grace-error.ly;h=6f299e8cb33db02c07305150c12e219a6d2cea7f;hb=65a309c41e9f18befa34328a60efab9132e402c9;hp=cd647bcd82f9226b454ab654cc845a4aa9eaf8f3;hpb=f875ef39c544bd3499dae5360e9e24f69933575f;p=lilypond.git diff --git a/input/regression/spacing-loose-grace-error.ly b/input/regression/spacing-loose-grace-error.ly index cd647bcd82..6f299e8cb3 100644 --- a/input/regression/spacing-loose-grace-error.ly +++ b/input/regression/spacing-loose-grace-error.ly @@ -1,5 +1,10 @@ -\header -{ +\version "2.17.6" + +#(ly:expect-warning (_ "Cannot determine neighbors for floating column. ")) +#(ly:expect-warning (_ "Loose column does not have right side to attach to.")) +#(ly:expect-warning (_ "Loose column does not have right side to attach to.")) + +\header { texidoc = "Even in case of incorrect contexts (eg. shortlived contexts) that break linking of columns through spacing wishes, @@ -11,13 +16,11 @@ texidoc = "Even in case of incorrect contexts (eg. shortlived } -\version "2.14.0" - %% \new Staff cause shortlived, disconnected Voice contexts %% breaking spacing-wishes links. \score { \new Staff { - \override Score.SpacingSpanner #'strict-note-spacing = ##t + \override Score.SpacingSpanner.strict-note-spacing = ##t \afterGrace c'4 {c'32 c'32 } c'4 }