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

Unified Diff: lily/accidental.cc

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
Index: lily/accidental.cc
diff --git a/lily/accidental.cc b/lily/accidental.cc
index 4343c2dc5a9bf75e473b4d31c7b8a454b3910f2e..a9e091e8b7f98bfcd670eb653769d557431f8136 100644
--- a/lily/accidental.cc
+++ b/lily/accidental.cc
@@ -56,10 +56,11 @@ Accidental_interface::horizontal_skylines (SCM smob)
if (!my_stencil)
return Skyline_pair ().smobbed_copy ();
+ SCM rot = me->get_property ("rotation");
Skyline_pair *sky =
unsmob<Skyline_pair>
(Stencil::skylines_from_stencil
- (my_stencil->smobbed_copy (), 0.0, Y_AXIS));
+ (my_stencil->smobbed_copy (), 0.0, rot, Y_AXIS));
SCM alist = me->get_property ("glyph-name-alist");
SCM alt = me->get_property ("alteration");

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