bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1385 in lilypond: Line indents confuse vertical spacing


From: lilypond
Subject: Issue 1385 in lilypond: Line indents confuse vertical spacing
Date: Thu, 04 Nov 2010 23:24:11 +0000

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




reply via email to

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