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

Unified Diff: lily/piano-pedal-align-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/percent-repeat-iterator.cc ('k') | lily/piano-pedal-bracket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/piano-pedal-align-engraver.cc
diff --git a/lily/piano-pedal-align-engraver.cc b/lily/piano-pedal-align-engraver.cc
index c843e9bee6bf30bc1aa9ddcd152074c0e9d7f81b..a629261a5072db40d8e5042a3f44990a86fe3f2b 100644
--- a/lily/piano-pedal-align-engraver.cc
+++ b/lily/piano-pedal-align-engraver.cc
@@ -243,7 +243,7 @@ Piano_pedal_align_engraver::finalize ()
{
if (pedal_info_[i].line_spanner_)
{
- SCM cc = get_property ("currentCommandColumn");
+ SCM cc = get_property (this, "currentCommandColumn");
Item *c = unsmob<Item> (cc);
pedal_info_[i].line_spanner_->set_bound (RIGHT, c);
« no previous file with comments | « lily/percent-repeat-iterator.cc ('k') | lily/piano-pedal-bracket.cc » ('j') | no next file with comments »

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