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 _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond