]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-overstrike.ly
Add angularity to regtest and docstring for parenthesize markup
[lilypond.git] / input / regression / system-overstrike.ly
index 58ab523741285c326493a20c0e4ac0ebb55b7e23..7877cc16e7b06f9c4ae835ec1d51f6322a402502 100644 (file)
@@ -1,22 +1,18 @@
-\version "2.7.13"
-\header { texidoc = "By setting betweensystempadding 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{betweensystemspace} 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 {
-    raggedbottom =##t
-    betweensystempadding = - 4\cm
-    betweensystemspace = 3\mm
-}
+\book {
+  \paper {
+      ragged-bottom =##t
+      between-system-spacing = #'((space . 1) (padding . -10))
+  }
 
-{
+  {
     c1 \break
     c'''1
+  }
 }
-