bug-lilypond
[Top][All Lists]
Advanced

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

Issue 974 in lilypond: Copyright may be obscured by an overly-full page


From: lilypond
Subject: Issue 974 in lilypond: Copyright may be obscured by an overly-full page when all header fields are used
Date: Tue, 12 Jan 2010 19:55:48 +0000

Status: Accepted
Owner: ----
Labels: Type-Collision Regression

New issue 974 by address@hidden: Copyright may be obscured by an overly-full page when all header fields are used
http://code.google.com/p/lilypond/issues/detail?id=974

As of 2.13.9, the following example shows that when all of the header
fields are used, and the page is overly full with vertical objects, lyrics,
dynamics, and slurs, the final system may be pushed down so far that it
covers the copyright line, and possibly off the page, although there are no
changes to the default spacing. Incidentally, this example also exits with
a segmentation fault in 2.13.1-2.13.8
\header {
   title = "title"
   subtitle = "subtitle"
   composer = "composer"
   copyright = "copyright"
   dedication = "dedication"
   subsubtitle = "subsubtitle"
   poet = "poet"
   instrument = "instrument"
   meter = "meter"
   arranger = "arranger"
   piece = "piece"
   opus = "opus"
   tagline = "tagline"
}
\score {
   <<
      \context Staff = example {
         \context Voice = test <<
            \repeat unfold 416 { c'4 }
            \repeat unfold 52 {s4\( s1. s4\) }
            \repeat unfold 104 { s4^\p s^\< s\> s^\p }
         >>
      }
      \context Lyrics \with { alignAboveContext = example } \lyricsto test
{ \repeat unfold 416 { A } }
   >>
   \layout { }
}


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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