bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1564 in lilypond: Lyrics with no attched staff slightly mispositio


From: lilypond
Subject: Issue 1564 in lilypond: Lyrics with no attched staff slightly mispositioned
Date: Mon, 14 Mar 2011 09:23:09 +0000

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




reply via email to

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