X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-spacing.ly;h=b25589a4bbff4cd9c007eb811693213406e69c81;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=dfafe2f1beb7997c47e941f9475f94498b2989c0;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/page-spacing.ly b/input/regression/page-spacing.ly index dfafe2f1be..b25589a4bb 100644 --- a/input/regression/page-spacing.ly +++ b/input/regression/page-spacing.ly @@ -5,7 +5,7 @@ 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{annotate-spacing}, we can see the effect of each property. @@ -13,7 +13,7 @@ By setting @code{annotate-spacing}, we can see the effect of each property. } -\version "2.12.0" +\version "2.14.0" #(set-global-staff-size 11) @@ -40,9 +40,9 @@ By setting @code{annotate-spacing}, 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{annotate-spacing}, 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 @@ -68,12 +68,14 @@ By setting @code{annotate-spacing}, we can see the effect of each property. \paper { ragged-last-bottom = ##f annotate-spacing = ##t - between-system-space = 1.0 + 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) - + ) } }