]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/un-relativable-music.hh
86885ca1be6f769aa3d1ebf3f7bf3a82191154b8
[lilypond.git] / lily / include / un-relativable-music.hh
1 /*   
2   un-relativable-music.hh -- declare 
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef UN_RELATIVABLE_MUSIC_HH
11 #define UN_RELATIVABLE_MUSIC_HH
12
13 #include "music-wrapper.hh"
14
15 class Un_relativable_music: public Music_wrapper
16 {
17 public:
18   Un_relativable_music ();
19   Pitch to_relative_octave (Pitch);
20   VIRTUAL_COPY_CONS(Music);
21 };
22
23
24 #endif /* UN_RELATIVABLE_MUSIC_HH */
25