4 texidoc = "By setting properties in @code{NonMusicalPaperColumn}, vertical
5 spacing of alignments can be adjusted per system.
7 By setting @code{alignment-extra-space} or
8 @code{fixed-alignment-extra-space} an individual system may be
11 For technical reasons, @code{overrideProperty} has to be used for
12 setting properties on individual object. @code{\override} in a
13 @code{\context} block may still be used for global overrides.
21 #(set-global-staff-size 13)
32 \set PianoStaff.instrumentName = #"piano"
33 \set PianoStaff.shortInstrumentName = #"pn"
37 #"Score.NonMusicalPaperColumn"
38 #'line-break-system-details
39 #'((fixed-alignment-extra-space . 15))
40 c_"fixed-aligment-extra-space"
43 #"Score.NonMusicalPaperColumn"
44 #'line-break-system-details
45 #'((alignment-extra-space . 15))
46 c_"aligment-extra-space"