4 texidoc
= "By setting properties in NonMusicalPaperColumn, vertical
5 spacing of page layout can be adjusted.
7 For technical reasons, @code{overrideProperty} has to be used for
8 setting properties on individual object. @code{\override} may still be
9 used for global overrides.
11 By setting @code{annotate-spacing}, we can see the effect of each property.
18 #(set-global-staff-size
11)
22 \relative c'' \new PianoStaff
<<
24 c1_"followed by default spacing"\break
28 #"Score.NonMusicalPaperColumn"
29 #'line-break-system-details
30 #'((Y-extent
. (-
30 . 10)))
31 c_"Big bounding box (property Y-extent)"\break
34 #"Score.NonMusicalPaperColumn"
35 #'line-break-system-details
36 #'((refpoint-Y-extent
. (-
37 . -
10)))
39 "Refpoints further apart (property refpoint-Y-extent)."
40 "Stretchable space runs between refpoints"
47 #"Score.NonMusicalPaperColumn"
48 #'line-break-system-details
49 #'((next-padding
. 10))
51 c_"Followed by padding, ie unstretchable space. (property next-padding)" \break
53 #"Score.NonMusicalPaperColumn"
54 #'line-break-system-details
56 c_"Followed by stretchable space (property next-space)"\break
59 #"Score.NonMusicalPaperColumn" #'line-break-system-details
60 #'((bottom-space
. 25.0))
61 c_"25 staff space to the bottom of the page. (property bottom-space)"\break
69 ragged-last-bottom
= ##f
70 annotate-spacing
= ##t
71 between-system-space
= 1.0
72 #(set
! text-font-defaults