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

Unified Diff: Documentation/changes.tely

Issue 342060043: issue 5319: Make skylines reflect grob rotation
Patch Set: New upload due to inconsistency Created 6 years, 11 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 | Documentation/de/notation/changing-defaults.itely » ('j') | lily/stencil-integral.cc » ('J')
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 69f014e5e31b36a567d5d10bc1ba7da68159fe08..a68828fbbd1006ed6d1844f4367feba7f2d12364 100644
--- a/Documentation/changes.tely
+++ b/Documentation/changes.tely
@@ -62,6 +62,30 @@ which scares away people.
@end ignore
@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)},
+for instance, will now actually have influence on the skylines and thus
+help to enhance spacing.
+@lilypond[quote]
+#(ly:set-option 'debug-skylines #t)
+\new PianoStaff <<
+ \new Staff \relative {
+ \override TextScript.rotation = #'(30 0 0)
+ g4\<^\markup \ellipse "rot. ellipse" e' d'^\markup \box "rotated box" f\!
+ \override Hairpin.rotation = #'(15 -1 0)
+ g,,4\<^\markup \rounded-box "rounded box" e' d'^"no box" f\!
+ }
+ \new Staff \relative {
+ \override Staff.Clef.rotation = #'(180 0 -0.036)
+ <cis' ais'>4 c' g c
+ \override Accidental.rotation = #'(30 0 0)
+ <cis, ais'>2 e'4 e'
+ }
+>>
+@end lilypond
+
+@item
Slight padding added between natural glyphs just touching at the corners
in key cancellations.
@lilypond[verbatim,quote]
« no previous file with comments | « no previous file | Documentation/de/notation/changing-defaults.itely » ('j') | lily/stencil-integral.cc » ('J')

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