]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / page-spacing.ly
index 3d37679dddc8a80a63e530d4e900ce41f29b8247..197dbe38ea721a948df0529a5ad08bbaeecd5114 100644 (file)
@@ -5,15 +5,15 @@
 spacing of page layout can be adjusted.
 
 For technical reasons, @code{overrideProperty} has to be used for
-setting properties on individual object. @code{\override} may still be
+setting properties on individual object. @code{\\override} may still be
 used for global overrides.
 
-By setting @code{annotatespacing}, we can see the effect of each property.
+By setting @code{annotate-spacing}, we can see the effect of each property.
 "
 
 }
 
-\version "2.7.32"
+\version "2.16.0"
 
 #(set-global-staff-size 11)
 
@@ -40,9 +40,9 @@ By setting @code{annotatespacing}, we can see the effect of each property.
            "Stretchable space runs between refpoints"
          }
        }
-       
+
        \break
-       
+
        \overrideProperty
        #"Score.NonMusicalPaperColumn"
        #'line-break-system-details
@@ -57,7 +57,7 @@ By setting @code{annotatespacing}, we can see the effect of each property.
        c\break
        \overrideProperty
        #"Score.NonMusicalPaperColumn" #'line-break-system-details
-       #'((bottom-space . 25.0)) 
+       #'((bottom-space . 25.0))
        c_"25 staff space to the bottom of the page. (property bottom-space)"\break
 
 
@@ -67,13 +67,15 @@ By setting @code{annotatespacing}, we can see the effect of each property.
   }
   \paper {
     ragged-last-bottom = ##f
-    annotatespacing = ##t
-    between-system-space = 1.0
+    annotate-spacing = ##t
+    obsolete-between-system-space = 1.0
+    system-system-spacing #'basic-distance = #(/ obsolete-between-system-space staff-space)
+    score-system-spacing #'basic-distance = #(/ obsolete-between-system-space staff-space)
     #(set! text-font-defaults
       (acons
        'font-size 6
        text-font-defaults)
-      
+
     )
   }
 }