]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/cross-staff.hh
release: 1.3.25
[lilypond.git] / lily / include / cross-staff.hh
1 /*   
2   cross-staff.hh -- declare cross staff calc funcs.
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef CROSS_STAFF_HH
11 #define CROSS_STAFF_HH
12 #include "lily-proto.hh"
13 Real
14 calc_interstaff_dist (Item const *item, Spanner const *span);
15
16 #endif /* CROSS_STAFF_HH */
17