Is there a way to change staff-staff-spacing in different pages in the same
piece?  For instance, here is a MWE that shows how I thought it might be
done, but it doesn't work:

\version "2.24.2"

\new PianoStaff <<
  \new Staff \relative {
    \override Score.StaffGrouper.staff-staff-spacing.padding = 10
    s1 \pageBreak
    % The following seems to be ignored
    \override Score.StaffGrouper.staff-staff-spacing.padding = 3
    s1
  }
  \new Staff \relative { \clef bass s1 \break s1 }
>>

--
Knute Snortum

Reply via email to