lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Title Position Off


From: Kieren MacMillan
Subject: Re: Title Position Off
Date: Mon, 21 Jan 2019 21:47:07 -0500

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: address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]