Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical Regression
New issue 1385 by pnorcks: Line indents confuse vertical spacing
http://code.google.com/p/lilypond/issues/detail?id=1385
Original report:
http://lists.gnu.org/archive/html/bug-lilypond/2010-10/msg00618.html
I have a created a new snippet for this report that likely demonstrates the
same issue.
The four images show the same snippet when `indent' is set the 1\mm, 2\mm,
3\mm, and 4\mm respectively.
%%% BEGIN
\version "2.13.38"
#(set-default-paper-size "a6")
\score {
{
\repeat unfold 2 { g4 g g g }
g,,,,,1
\repeat unfold 2 { g4 g g g }
g'''4 ~ g'''4 g'''''4 ~ g'''''4
}
\layout {
% Uncomment each of these in turn to see the spacing changes
indent = 1 \mm
% indent = 2 \mm
% indent = 3 \mm
% indent = 4 \mm
short-indent = 1 \mm
}
}
%%% END
Attachments:
spacing-1mm-indent.png 4.9 KB
spacing-2mm-indent.png 4.8 KB
spacing-3mm-indent.png 4.7 KB
spacing-4mm-indent.png 4.6 KB
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond