]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/music-head.hh
b010c2278bc31692b836242841c3564350cea81f
[lilypond.git] / lily / include / music-head.hh
1 /* 
2   music-head.hh -- declare Music_head
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
7   
8 */
9
10 #ifndef MUSIC_HEAD_HH
11 #define MUSIC_HEAD_HH
12
13 #include "lily-guile.hh"
14
15 SCM ly_make_music_head (SCM, SCM);
16 SCM get_music_head_transform (SCM);
17 bool is_music_head (SCM);
18
19 #endif /* MUSIC_HEAD_HH */
20