Hi Reggie,

> top-system-spacing has zero effect on my Score. I have
> my margins set all to a basic .75\in and this top-system-spacing has no
> visible change. Why is this? What causes top-system-spacing to not show any
> change? How should I be a detective and solve this? :))

Compile the snippet below.
Do you not see that the second page of the second score has more top padding?

Cheers,
Kieren.

%%%  SNIPPET BEGINS
\version "2.19.80"

\paper {
  top-margin = 0.75\in
  ragged-bottom = ##t
  top-markup-spacing.padding = #12
}

\header {
  title = "My Masterpiece"
}

\bookpart {
  \score {
    { c''1 \pageBreak c''1 }
  }
}

\bookpart {
  \paper {
    top-system-spacing.padding = #48
  }
  \score {
    { c''1 \pageBreak c''1 }
  }
}
%%%  SNIPPET ENDS

________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to