X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fnote-collision.hh;h=fcdece0a59e69be00d229fd2fa78b9739b606819;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=ae0f3271b0ce9bfe0fabe1705bfeb021b946084f;hpb=08560a1b8076630c4fc6cb9b902614d8b74fd6fc;p=lilypond.git diff --git a/lily/include/note-collision.hh b/lily/include/note-collision.hh index ae0f3271b0..fcdece0a59 100644 --- a/lily/include/note-collision.hh +++ b/lily/include/note-collision.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2012 Han-Wen Nienhuys + Copyright (C) 1997--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -40,6 +40,7 @@ public: static SCM automatic_shift (Grob *, Drul_array >); static SCM forced_shift (Grob *); + static vector note_head_positions (Grob *me); static Drul_array > get_clash_groups (Grob *me); DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM smob)); static void add_column (Grob *me, Grob *ncol);