lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #5129 Bad


From: Auto mailings of changes to Lily Issues
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #5129 Bad horizontal spacing when \override LyricText #'X-offset
Date: Sat, 29 Apr 2017 15:47:01 +0000

For testing I reinserted the line deleted whith issue 2462 on top of recent master:
~~~~
diff --git a/lily/spring.cc b/lily/spring.cc
index d1640e7..5cc4441 100644
--- a/lily/spring.cc
+++ b/lily/spring.cc
@@ -189,6 +189,7 @@ Spring::set_blocking_force (Real f)

blocking_force_ = -infinity_f;
min_distance_ = length (f);
+ distance_ = max (distance_, min_distance_);
update_blocking_force ();
}
~~~~
Now the image comes out exactly as with 2.18.2.
So we have the commit triggering the issue. Can't do more in C++, though.

Probably the ly-code above triggers a corner case, though I'm guessing...


[issues:#5129] Bad horizontal spacing when \override LyricText #'X-offset

Status: New
Created: Sat Apr 29, 2017 11:00 AM UTC by pkx166h
Last Updated: Sat Apr 29, 2017 11:49 AM UTC
Owner: nobody
Attachments:

Dmytro O. Redchuk wrote Friday, April 28, 2017 9:10 AM

please take a look at this MWE:

% --- 8< --------------------
\version "2.19.59"

{ r4 a a2 a4 a2 }
\addlyrics {
\override LyricText #'X-offset = #0
"Блаженні голодні й спрагнені правди, бо вони на" -- си -- тять -- ся.
}
% --- 8< --------------------

I've attached images for 2.18.2, 2.19.59 and 2.19.59 with no \override.

If I missed something and that spacing should be treated in some
special way for such rather extreme cases in 2.19?

Or is there any issue/regression?


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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