]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-overstrike.ly
indent
[lilypond.git] / input / regression / system-overstrike.ly
index 125c8ac7829722201748c64c44cc0f86eb5ee212..7877cc16e7b06f9c4ae835ec1d51f6322a402502 100644 (file)
@@ -1,22 +1,18 @@
-\version "2.7.39"
-\header { texidoc = "By setting between-system-padding to a negative
+\version "2.13.3"
+\header {
+  texidoc = "By setting the padding between systems 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.
-
-Unfortunately, this does not show in the colllated texinfo document. Run this example stand-alone to see the effect.
 "
-         
 }
 
-\paper {
-    ragged-bottom =##t
-    between-system-padding = - 4\cm
-    between-system-space = 3\mm
-}
+\book {
+  \paper {
+      ragged-bottom =##t
+      between-system-spacing = #'((space . 1) (padding . -10))
+  }
 
-{
+  {
     c1 \break
     c'''1
+  }
 }
-