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: Fri, 11 Jul 2014 06:25:00 +0000

Updates:
        Status: Fixed
        Labels: -Patch-push Fixed_2_19_10

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

Pushed as

commit ab6842155a003ba7d9243507594e3e973ebbb3e4
Author: Janek WarchoĊ‚ <address@hidden>
Date:   Mon Jun 30 22:14:16 2014 +0200

    Issue 2462: don't change ideal spacing when adding a rod

    When objects like lyrics are added to the PaperColumns, LilyPond inserts
    rods between these columns to ensure that the objects won't overlap.
    However, the ideal distance should remain unchanged.  For example, in

    \layout {
      ragged-right = ##f
    }
    \relative f' { \repeat unfold 8 a4 }
    \addlyrics { \repeat unfold 4 la \repeat unfold 4 straight }

    notes in 2nd measure have long lyrics attached to them - min_distance_
    of the springs between these columns should be adjusted, but distance_
    (the ideal distance) should not: it should be the same as for notes
    with short lyrics.  When the line is stretched so much that the minimum
    distances are not involved, the springs between notes in both measures
    should behave (almost) identical.

    Note that there are more such problems in the springs code, for example
    in merge_springs.  The code should be rewritten, but that's not trivial.
    Since this one-liner fixes some instances of the problem without any bad
    side-effects, it makes sense to include it separately.

Woohoo!  First GSoC issue is officially fixed :)

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

reply via email to

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