Kieren MacMillan wrote
> Do you know about extra-offsets in this context?

Yes, but this is for moving systems through a page. I was talking about
moving the staves within a system.
For instance:

<<
  \new PianoStaff 
  << 
    \new Staff {
      \overrideProperty
Score.NonMusicalPaperColumn.line-break-system-details
      #'((alignment-distances . (12 26)))
      c1
    }
    \new Staff {
      c1
    }
  >>
  \new Staff {
    c1
  }
>>

In this context, if I only want to have more space for the last system (26),
I also have to tell LP the first value for the pianostaff (12). Also, those
are absolute values and not relative to their original points...



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to