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

Unified Diff: lily/dot-column-engraver.cc

Issue 573670043: Refactor get/set_property to take the item as first argument
Patch Set: Manual completion of patch set Created 4 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 | « lily/dot-column.cc ('k') | lily/dots.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/dot-column-engraver.cc
diff --git a/lily/dot-column-engraver.cc b/lily/dot-column-engraver.cc
index 8ff63a56ba033a29dce370597b91001f9ad401dc..eb39265c3a6eda331fdec641139484ccc6f78ee8 100644
--- a/lily/dot-column-engraver.cc
+++ b/lily/dot-column-engraver.cc
@@ -52,7 +52,7 @@ Dot_column_engraver::stop_translation_timestep ()
void
Dot_column_engraver::acknowledge_rhythmic_head (Grob_info info)
{
- Grob *d = unsmob<Grob> (info.grob ()->get_object ("dot"));
+ Grob *d = unsmob<Grob> (get_object (info.grob (), "dot"));
if (d)
{
if (!dotcol_)
« no previous file with comments | « lily/dot-column.cc ('k') | lily/dots.cc » ('j') | no next file with comments »

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