]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-overstrike.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / system-overstrike.ly
index e584dde39311e09ff805838e99c0313e90c30a52..18a5b0051c4bf824e3e1eb6033d0e07ce2bb16c2 100644 (file)
@@ -1,22 +1,19 @@
-\version "2.12.0"
-\header { texidoc = "By setting between-system-padding to a negative
-value, it is possible to eliminate the anti-collision constraints.
-Then  setting @code{between-system-space} to a low (nonzero) value,
-print  systems in overstrike.
+\version "2.14.0"
 
-Unfortunately, this does not show in the colllated texinfo document. Run this example stand-alone to see the effect.
+\header {
+  texidoc = "By setting the padding between systems to a negative
+value, it is possible to eliminate the anti-collision constraints.
 "
-         
 }
 
-\paper {
-    ragged-bottom =##t
-    between-system-padding = - 4\cm
-    between-system-space = 3\mm
-}
+\book {
+  \paper {
+    ragged-bottom = ##t
+    system-system-spacing = #'((basic-distance . 1) (padding . -10))
+  }
 
-{
+  {
     c1 \break
     c'''1
+  }
 }
-