bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1025 in lilypond: Lyrics with alignAboveContext are not taken into


From: lilypond
Subject: Issue 1025 in lilypond: Lyrics with alignAboveContext are not taken into account in Vertical spacing
Date: Tue, 02 Mar 2010 17:52:13 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Spacing

New issue 1025 by v.villenave: Lyrics with alignAboveContext are not taken into account in Vertical spacing
http://code.google.com/p/lilypond/issues/detail?id=1025

% In the example below (taken from issue 974), the lyrics
% collide with the title and cause a music overflow.

\version "2.13.14"

\book {
  \header {
     title = "title"
     subtitle = "subtitle"
     dedication = "dedication"
     subsubtitle = "subsubtitle"
     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
          %commenting this line fixes the bug.
          \with { alignAboveContext = example }
          \lyricsto test { \repeat unfold 416 { A } }
     >>
  }
  \paper { indent = #0 }
}


Attachments:
        alignAbove.pdf  342 KB

--
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]