From: Han-Wen Nienhuys <hanwen@xs4all.nl> Date: Sun, 17 Dec 2006 15:25:39 +0000 (+0100) Subject: test border line case. X-Git-Tag: release/2.11.3-1~17 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=95600d78a18f28a623bc2f9ef8a7a7660d7c6e2c;p=lilypond.git test border line case. --- diff --git a/input/regression/spacing-loose-grace-error.ly b/input/regression/spacing-loose-grace-error.ly new file mode 100644 index 0000000000..94a3968adc --- /dev/null +++ b/input/regression/spacing-loose-grace-error.ly @@ -0,0 +1,19 @@ +\header +{ + +texidoc = "Even in case of incorrect contexts (eg. shortlived + contexts) that break linking of columns through spacing wishes, + @code{strict-note-spacing} defaults to a robust solution." + +} + +\version "2.11.2" + + +%% \new Staff cause shortlived, disconnected Voice contexts +%% breaking spacing-wishes links. +\new Staff { + \override Score.SpacingSpanner #'strict-note-spacing = ##t + \afterGrace c'4 {c'32 c'32 } + c'4 +}