]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing.ly
Update documentation targets
[lilypond.git] / input / regression / page-spacing.ly
index 08c102af4cba65bdd3ccafc2385ec22c2a769d0f..dfafe2f1beb7997c47e941f9475f94498b2989c0 100644 (file)
@@ -4,16 +4,16 @@
   texidoc = "By setting properties in NonMusicalPaperColumn, vertical
 spacing of page layout can be adjusted.
 
-For technical reasons, @code{outputProperty} has to be used for
+For technical reasons, @code{overrideProperty} has to be used for
 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.10"
+\version "2.12.0"
 
 #(set-global-staff-size 11)
 
@@ -24,13 +24,13 @@ By setting @code{annotatespacing}, we can see the effect of each property.
        c1_"followed by default spacing"\break
        c\break
 
-       \outputProperty
+       \overrideProperty
        #"Score.NonMusicalPaperColumn"
        #'line-break-system-details
        #'((Y-extent . (-30 . 10)))
        c_"Big bounding box (property Y-extent)"\break
 
-       \outputProperty
+       \overrideProperty
        #"Score.NonMusicalPaperColumn"
        #'line-break-system-details
        #'((refpoint-Y-extent . (-37 . -10)))
@@ -43,19 +43,19 @@ By setting @code{annotatespacing}, we can see the effect of each property.
        
        \break
        
-       \outputProperty
+       \overrideProperty
        #"Score.NonMusicalPaperColumn"
        #'line-break-system-details
        #'((next-padding . 10))
 
        c_"Followed by padding, ie unstretchable space. (property next-padding)" \break
-       \outputProperty
+       \overrideProperty
        #"Score.NonMusicalPaperColumn"
        #'line-break-system-details
        #'((next-space . 20))
        c_"Followed by stretchable space (property next-space)"\break
        c\break
-       \outputProperty
+       \overrideProperty
        #"Score.NonMusicalPaperColumn" #'line-break-system-details
        #'((bottom-space . 25.0)) 
        c_"25 staff space to the bottom of the page. (property bottom-space)"\break
@@ -66,9 +66,9 @@ By setting @code{annotatespacing}, we can see the effect of each property.
     >>
   }
   \paper {
-    raggedlastbottom = ##f
-    annotatespacing = ##t
-    betweensystemspace = 1.0
+    ragged-last-bottom = ##f
+    annotate-spacing = ##t
+    between-system-space = 1.0
     #(set! text-font-defaults
       (acons
        'font-size 6