From 95600d78a18f28a623bc2f9ef8a7a7660d7c6e2c Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 17 Dec 2006 16:25:39 +0100 Subject: [PATCH] test border line case. --- input/regression/spacing-loose-grace-error.ly | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 input/regression/spacing-loose-grace-error.ly 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 +} -- 2.39.5