lilypond-user
[Top][All Lists]
Advanced

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

Re: 2.13.32 not honouring margins and staves going off page


From: Dmytro O. Redchuk
Subject: Re: 2.13.32 not honouring margins and staves going off page
Date: Mon, 6 Sep 2010 15:41:27 +0300
User-agent: Mutt/1.5.20 (2009-06-14)

On Mon 06 Sep 2010, 22:09 Nick Payne wrote:
> this short example shows the problem with staves going off the
> bottom of the page:
> 
> %=====================
> \version "2.13.32"
> 
> %#(set-global-staff-size 24.5)
> 
> \relative c'' {
>     \time 12/8
>     \repeat unfold 64 {
>         \repeat unfold 3 { c,16 d e f g a b c d e f g }
>         \mark\markup { text }
>     }
> }
> %=====================
Thank you, added as 1252:
http://code.google.com/p/lilypond/issues/detail?id=1252

> and staves are going off the bottom of pages 1 & 2. If I add a paper
> block to put page numbers at the bottom of the page and retain a
> tagline on the final page, staves go off the bottom of all three
> pages:
I believe this affects only numbers, not a whole behavior.

Thank you. I've added link to this thread to the issue report.

> %=====================
> \paper {
>     #(define (not-last-page layout props arg)
>         (if (and (chain-assoc-get 'page:is-bookpart-last-page props #f)
>             (chain-assoc-get 'page:is-last-bookpart props #f))
>             empty-stencil
>             (interpret-markup layout props arg)))
> 
>     #(set-paper-size "a4")
>     ragged-bottom = ##f
>     ragged-last-bottom = ##f
>     ragged-last = ##f
>     oddHeaderMarkup = \markup \fill-line { "" }
>     evenHeaderMarkup = \markup \fill-line { "" }
>     oddFooterMarkup = \markup \fill-line { \column {
>         \fontsize #2
>         \on-the-fly #not-last-page \on-the-fly #not-first-page
> \fromproperty #'page:page-number-string
>         \on-the-fly #last-page \fromproperty #'header:tagline
>     } }
>     evenFooterMarkup = \markup \fill-line { \column {
>         \fontsize #2
>         \on-the-fly #not-last-page \on-the-fly #not-first-page
> \fromproperty #'page:page-number-string
>         \on-the-fly #last-page \fromproperty #'header:tagline
>     } }
> }
> %=====================
> 
> Nick

-- 
  Dmytro O. Redchuk
  Bug Squad



reply via email to

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