bug-lilypond
[Top][All Lists]
Advanced

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

line indents confuse vertical spacing


From: Keith E OHara
Subject: line indents confuse vertical spacing
Date: Sun, 31 Oct 2010 18:17:23 -0700
User-agent: Opera Mail/10.63 (Win32)

Dear Bug Squad,
   Would you please look at the possible collision-regression in the example 
below?

It seems as if the vertical spacing engine has a different idea of what the 
indents are, than does the printing engine.  This matters when the indents are 
different on neighboring lines, such as the first and second line of a score.

I should emphasize that I did *not* notice this in real music, despite my 
efforts to uncover exactly this kind of problem.  Instead, I found this while 
looking into issue 1290, which required me to make some artificial examples.

I put in a non-essential tie just to give a colliding object some width, to 
confirm that this is not just a near-miss kind of error.

--8<--
\version "2.13.38"
\score { {
  \repeat unfold 16 g'
  g' g' g, g'       %  \break
  \repeat unfold 20 g'
  g' g'''~g'''~g''' % the tie is not essential
}
\layout {
  %  indent = #2
  %  short-indent = #14
} }
% #(ly:set-option 'debug-skylines #t)

Attachment: not1290.png
Description: PNG image


reply via email to

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