]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Module): remove file.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 16 Aug 2005 23:40:20 +0000 (23:40 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 16 Aug 2005 23:40:20 +0000 (23:40 +0000)
ChangeLog
input/regression/stem-spacing.ly [deleted file]

index c8b47524240f643e494e0430e54134d09d3cc7f5..604f367df531a96a46f62e6c2cc989ada7e45cd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * 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 (file)
index eec169a..0000000
+++ /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
-  }  }
-}