From: Han-Wen Nienhuys Date: Tue, 16 Aug 2005 23:40:20 +0000 (+0000) Subject: (Module): remove file. X-Git-Tag: release/2.7.6~32 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f5b2923bbd7cf8cffc55d9f975f677ddbbce2cd5;p=lilypond.git (Module): remove file. --- diff --git a/ChangeLog b/ChangeLog index c8b4752424..604f367df5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-08-17 Han-Wen Nienhuys + * input/regression/stem-spacing.ly (Module): remove file. + * input/regression/spacing-stick-out.ly: specify Score context for \override diff --git a/input/regression/stem-spacing.ly b/input/regression/stem-spacing.ly deleted file mode 100644 index eec169aff8..0000000000 --- a/input/regression/stem-spacing.ly +++ /dev/null @@ -1,35 +0,0 @@ - -\version "2.6.0" - -\header{ -texidoc=" -In a limited number of cases, the optical spacing effects are corrected. -In this example, space for opposite pointed stems is adjusted. -" - -} - -\score { - \context Voice \relative c { - - \time 12/4 c''4 c c c a f' f, a - - } - \layout { - raggedright = ##t - } -} - -\score { - \context Voice \relative c { - - \time 12/4 c''4 c c c a f' f, a - - } - \layout { - raggedright = ##t - \context { \Score - \override SpacingSpanner #'stem-spacing-correction = #0.0 - } } -} -