Status: Accepted Owner: ---- Labels: Type-Collision Priority-Medium
New issue 1564 by brownian.box: Lyrics with no attched staff slightly mispositioned
http://code.google.com/p/lilypond/issues/detail?id=1564 Reported by Keith OHara, http://lists.gnu.org/archive/html/bug-lilypond/2011-03/msg00226.html : %---------------8<------------------------- % It is possible to confuse the new vertical spacing engine, % by using non-staff contexts without any Staff. % ver2.13.52 leaves a bit more space than usual after the first % Lyrics line, causing the second line to overlap the following score. % % Desired behavior might be to close up the space between lyrics lines, % but I don't think LilyPond intends to support scores with Lyrics % unattached to any Staff so I don't really care. % \version "2.13.52" \score { << \new Lyrics \lyricmode { lyric1 } \new Lyrics \lyricmode { \markup\center-column { I am very very tall } } %{%} >> } \score { c' } #(ly:set-option 'debug-skylines) %---------------8<------------------------- Attachments: pngDNv9WPPcG9.png 1.1 KB _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond