lilypond-user
[Top][All Lists]
Advanced

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

Re: restraining lilypond


From: James Bailey
Subject: Re: restraining lilypond
Date: Fri, 18 Dec 2009 07:21:30 +0100

I only noticed this because I'm checking the regression tests, but I think page-top-space is the setting you would need.
You can find an example of its use it in the regression tests.

On 18.12.2009, at 03:54, Hugh Myers wrote:

Given:

\version "2.13.7"
\header {
  tagline = ##f
}
\layout {
  \context {
    \Staff
    \remove "Time_signature_engraver"
  }
}
\paper{
  indent = 0\mm
  paper-width = 3\in
  line-width = 1.5\in
  paper-height = 5\in
  print-page-number = ##f
}
\relative c'{
  \set Score.barNumberVisibility = ##f
  e,4 s2.
  \pageBreak
  f4 s2.
}

I had expected each page to begin in the same location. They don't.
Why? What may be done to restrain lilypond?

--hsm


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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