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

Unified Diff: lily/bend-engraver.cc

Issue 549480043: Run scripts/auxiliar/fixcc.py (Closed)
Patch Set: Created 5 years, 1 month 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/beaming-pattern.cc ('k') | lily/book.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/bend-engraver.cc
diff --git a/lily/bend-engraver.cc b/lily/bend-engraver.cc
index 90a03ad386a921d330d6fd3113db0d863a8a8e51..94a4b685dd5785f8d8487177447936def4b84115 100644
--- a/lily/bend-engraver.cc
+++ b/lily/bend-engraver.cc
@@ -62,8 +62,8 @@ Bend_engraver::stop_fall ()
bool bar = scm_is_string (get_property ("whichBar"));
fall_->set_bound (RIGHT, unsmob<Grob> (bar
- ? get_property ("currentCommandColumn")
- : get_property ("currentMusicalColumn")));
+ ? get_property ("currentCommandColumn")
+ : get_property ("currentMusicalColumn")));
last_fall_ = fall_;
fall_ = 0;
note_head_ = 0;
@@ -133,7 +133,6 @@ Bend_engraver::process_music ()
}
}
-
void
Bend_engraver::boot ()
{
« no previous file with comments | « lily/beaming-pattern.cc ('k') | lily/book.cc » ('j') | no next file with comments »

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