]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / page-spacing.ly
index 197dbe38ea721a948df0529a5ad08bbaeecd5114..f62e4722551e4c3f1e72041947f4c32c81efc3a9 100644 (file)
@@ -13,7 +13,7 @@ By setting @code{annotate-spacing}, we can see the effect of each property.
 
 }
 
-\version "2.16.0"
+\version "2.17.6"
 
 #(set-global-staff-size 11)
 
@@ -25,14 +25,12 @@ By setting @code{annotate-spacing}, we can see the effect of each property.
        c\break
 
        \overrideProperty
-       #"Score.NonMusicalPaperColumn"
-       #'line-break-system-details
+       Score.NonMusicalPaperColumn.line-break-system-details
        #'((Y-extent . (-30 . 10)))
        c_"Big bounding box (property Y-extent)"\break
 
        \overrideProperty
-       #"Score.NonMusicalPaperColumn"
-       #'line-break-system-details
+       Score.NonMusicalPaperColumn.line-break-system-details
        #'((refpoint-Y-extent . (-37 . -10)))
        c_\markup {
          \column {
@@ -44,19 +42,17 @@ By setting @code{annotate-spacing}, we can see the effect of each property.
        \break
 
        \overrideProperty
-       #"Score.NonMusicalPaperColumn"
-       #'line-break-system-details
+       Score.NonMusicalPaperColumn.line-break-system-details
        #'((next-padding . 10))
 
        c_"Followed by padding, ie unstretchable space. (property next-padding)" \break
        \overrideProperty
-       #"Score.NonMusicalPaperColumn"
-       #'line-break-system-details
+       Score.NonMusicalPaperColumn.line-break-system-details
        #'((next-space . 20))
        c_"Followed by stretchable space (property next-space)"\break
        c\break
        \overrideProperty
-       #"Score.NonMusicalPaperColumn" #'line-break-system-details
+       Score.NonMusicalPaperColumn.line-break-system-details
        #'((bottom-space . 25.0))
        c_"25 staff space to the bottom of the page. (property bottom-space)"\break