bug-lilypond
[Top][All Lists]
Advanced

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

Lyrics with no attched staff slightly mispositioned


From: Keith OHara
Subject: Lyrics with no attched staff slightly mispositioned
Date: Fri, 11 Mar 2011 14:58:19 -0800
User-agent: Opera Mail/11.01 (Win32)

% 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)

Attachment: a.png
Description: PNG image


reply via email to

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