3 texidoc
= "Alignments may be changed pre system by setting
4 @code{alignment-offsets} in the @code{line-break-system-details}
13 \relative c'' \new StaffGroup
<<
14 \new Staff
{ c1 c c c }
15 \new Staff
{ c c c c }
18 #"Score.NonMusicalPaperColumn"
19 #'line-break-system-details
20 #'((alignment-offsets
. (#f #f -
30)))
23 #"Score.NonMusicalPaperColumn"
24 #'line-break-system-details
25 #'((alignment-offsets
. (0 -
5 -
20)))
28 #"Score.NonMusicalPaperColumn"
29 #'line-break-system-details
30 #'((alignment-offsets
. (0 -
15 -
20)))