1 /* calculatepositions.h
2  * header file for functions that calculate the positions at which score
3  * objects are drawn
4  *
5  * for Denemo, a gtk+ frontend to GNU Lilypond
6  * (c) 2000-2005 Matthew Hiller, Adam Tee
7  */
8 
9 #include <denemo/denemo.h>
10 #include "core/twoints.h"
11 
12 void find_xes_in_measure (DenemoMovement * si, gint measurenum);
13 
14 void find_xes_in_all_measures (DenemoMovement * si);
15