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

Unified Diff: Documentation/changes.tely

Issue 341470043: issue 3692: Fingering collision with accidentals
Patch Set: Created 5 years, 6 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/fingering-adjacent-note-chord.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 a68828fbbd1006ed6d1844f4367feba7f2d12364..d176a0e67405ac63cebce412019c061b97990e79 100644
--- a/Documentation/changes.tely
+++ b/Documentation/changes.tely
@@ -62,6 +62,27 @@ which scares away people.
@end ignore
@item
+The @code{New_fingering_engraver} will now consider the
+@code{X-align-on-main-noteheads} property of the @code{self-alignment-interface}.
+If set to true (@code{##t}), all fingerings oriented @code{up} or @code{down}
+will be arranged in a straight column and aligned on the noteheads on the
+correct side of the stem:
+@lilypond[verbatim,quote]
+{
+ \set fingeringOrientations = #'(up)
+ <e'-1 d''-4 e''-5>4 <a'-1 b'-2 fis''-5>
+ \set fingeringOrientations = #'(down)
+ <e'-1 d''-4 e''-5> <eis'-1 e''-4 fis''-5>
+ \bar "."
+ \override Fingering.X-align-on-main-noteheads = ##t
+ \set fingeringOrientations = #'(up)
+ <e'-1 d''-4 e''-5> <a'-1 b'-2 fis''-5>
+ \set fingeringOrientations = #'(down)
+ <e'-1 d''-4 e''-5> <eis'-1 e''-4 fis''-5>
+}
+@end lilypond
+
+@item
Skylines will now take account of the @code{rotation} property of layout
objects. Rotating a crescendo hairpin by applying
@code{\override Hairpin.rotation = #'(15 0 0)},
« no previous file with comments | « no previous file | input/regression/fingering-adjacent-note-chord.ly » ('j') | no next file with comments »

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