bug-lilypond
[Top][All Lists]
Advanced

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

header may be covered unintentionally by music


From: James Bailey
Subject: header may be covered unintentionally by music
Date: Mon, 11 Jan 2010 19:27:08 +0100

If the page is too full, items in the header, namely copyright and opus may be obscured by music, even though there is nothing explicitly forcing the page onto these elements.

\version "2.13.10"

\book {
   \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 { }
   }
   \paper { indent = #0 }
}

Should I add this to the tracker?




reply via email to

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