Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2049)

Unified Diff: Documentation/changes.tely

Issue 5293060: Fixes slope errors from incorrect X extents in Beam::print. (Closed)
Patch Set: Removes condition that limits increase in region size. Created 12 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | input/regression/beam-broken-classic.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Documentation/changes.tely
diff --git a/Documentation/changes.tely b/Documentation/changes.tely
index 475f6c0902e35a4adc913827a9a3c78666bb5be0..aaa792cd44c513c3aedd11f30eed621e78cb55ed 100644
--- a/Documentation/changes.tely
+++ b/Documentation/changes.tely
@@ -73,7 +73,10 @@ simplified considerably.
Beams can now have their slopes preserved over line breaks.
@lilypond[fragment,quote,relative=2]
\override Beam #'breakable = ##t
-\override Beam #'consistent-broken-slope = ##t
+a8[ b c d e f g \bar "" \break f e d c b a]
+\once \override Beam #'positions = #beam::align-with-broken-parts
+a8[ b c d e f g \bar "" \break f e d c b a]
+\once \override Beam #'positions = #beam::slope-like-broken-parts
a8[ b c d e f g \bar "" \break f e d c b a]
@end lilypond
To do this, several callback functions are now deprecated.
@@ -82,9 +85,9 @@ To do this, several callback functions are now deprecated.
@item @code{ly:beam::slope-damping}
@item @code{ly:beam::shift-region-to-valid}
@end itemize
-All of these functions are now automatically called via @code{ly:beam::quanting}.
-Furthermore, @code{ly:beam::quanting} now only takes one argument -
-the beam grob.
+Furthermore, @code{ly:beam::quanting} now takes an additional argument
+to help calculations over line breaks. All of these functions are now
+automatically called when setting the @code{positions} parameter.
@item
In function arguments music, markups and Scheme expressions (as well
« no previous file with comments | « no previous file | input/regression/beam-broken-classic.ly » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b