]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-overstrike.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / input / regression / system-overstrike.ly
index 26bc2d5e2f145c6f7a3adbb617d513a911eaa76f..d48ccae6cd88290bbfbbc581b922073192b98d95 100644 (file)
@@ -1,18 +1,19 @@
-\version "2.3.22"
-\header { texidoc = "By setting betweensystempadding to a negative
+\version "2.16.0"
+
+\header {
+  texidoc = "By setting the padding between systems to a negative
 value, it is possible to eliminate the anti-collision constraints.
-Then  setting @code{betweensystemspace} to a low (nonzero) value,
-print  systems in overstrike. "
+"
 }
 
-\paper {
-    raggedbottom =##t
-    betweensystempadding = - 4\cm
-    betweensystemspace = 3\mm
-}
+\book {
+  \paper {
+    ragged-bottom = ##t
+    system-system-spacing = #'((basic-distance . 1) (padding . -10))
+  }
 
-{
+  {
     c1 \break
     c'''1
+  }
 }
-