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

Unified Diff: lily/include/note-collision.hh

Issue 5862052: 2310 Corrected style of comments (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: Created 12 years 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/include/note-collision.hh
diff --git a/lily/include/note-collision.hh b/lily/include/note-collision.hh
index ae0f3271b0ce9bfe0fabe1705bfeb021b946084f..54e4fa220b74133655226bbfd13098ab44745ce4 100644
--- a/lily/include/note-collision.hh
+++ b/lily/include/note-collision.hh
@@ -45,4 +45,9 @@ public:
static void add_column (Grob *me, Grob *ncol);
DECLARE_GROB_INTERFACE ();
};
+
+void update_offsets (Drul_array<vector<Real> > *offsets,
+ Drul_array<vector<Grob *> > const &clash_groups,
+ Real shift_amount);
+
#endif // COLLISION_HH

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