bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1112 in lilypond: before-title-spacing causes underestimation of h


From: lilypond
Subject: Issue 1112 in lilypond: before-title-spacing causes underestimation of height: music does not fit on page
Date: Wed, 09 Jun 2010 16:29:53 +0000

Status: Accepted
Owner: shingarov
Labels: Type-Defect

New issue 1112 by shingarov: before-title-spacing causes underestimation of height: music does not fit on page
http://code.google.com/p/lilypond/issues/detail?id=1112

Reported by Xavier Scheuer <address@hidden>

%% "before-title-spacing" fails with (automatic) page breaks
%%
%% When we use "before-title-spacing" with several \score on the same
%% page, systems run off the page (overlapping the footer).
%%
%% Without "minimum-distance" before-title-spacing is reduced to 0
%% on the first page (not on the second one).
%%
%% Give the following "Warning: couldn't fit music on page".
%%

\version "2.13.23"

\header {
  copyright = "copyleft (just to show systems overlap footer)"
}

\paper {                                                                        
        
before-title-spacing = #'((space . 20) (padding . 0.5) (minimum-distance . 10))
}

\score {
  \repeat unfold 64 c'1
  \header {
    piece = "piece 1"
  }
}

\score {
  \repeat unfold 64 c'1
  \header {
    piece = "piece 2"
  }
}

\score {
  \repeat unfold 64 c'1
  \header {
    piece = "piece 3"
  }
}

\score {
  \repeat unfold 64 c'1
  \header {
    piece = "piece 4"
  }
}

\score {
  \repeat unfold 64 c'1
  \header {
    piece = "piece 5"
  }
}

\score {
  \repeat unfold 64 c'1
  \header {
    piece = "piece 6"
  }
}





reply via email to

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