2 voice-element.hh -- declare Voice_element
4 source file of the LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
10 #ifndef VOICE_ELEMENT_HH
11 #define VOICE_ELEMENT_HH
17 /** one horizontal bit. Voice_element is nothing but a container for
19 struct Voice_element
{
21 char const* defined_ch_c_l_
;
22 const Voice
*voice_l_
;
23 IPointerList
<Request
*> reqs
;
28 Voice_element(Voice_element
const & src
);
31 bool find_plet_start_bo(char c
, Moment
& moment_r
);
33 void set_default_group(String id
);
34 void set_plet_backwards(Moment
& now_moment_r
, Moment until_moment
, int num_i
, int den_i
);
37 #endif // VOICE-ELEMENT_HH