lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2462 in lilypond: unnecessarily wide spacing c


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2462 in lilypond: unnecessarily wide spacing caused by Lyrics
Date: Tue, 17 Apr 2012 04:43:38 +0000


Comment #9 on issue 2462 by address@hidden: unnecessarily wide spacing caused by Lyrics
http://code.google.com/p/lilypond/issues/detail?id=2462

The guilty code seems to be spring.cc:103 inside merge()
  avg_distance = max (min_distance + 0.3, avg_distance);
avg_distance is then used as the ideal spacing between columns.

An interesting experiment to see how the regtests look after removing that line.

The discussion of the patch to issue 1779 shows a previous attempt to move the 0.3 somewhere more appropriate; it should probably be a property of spaccing-spanner.




reply via email to

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