2 note-column.hh -- declare Note_column
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 #ifndef NOTE_COLUMN_HH
11 #define NOTE_COLUMN_HH
15 /** a struct for treating a group of noteheads (noteheads, stem
16 (chord) and scripts) as a single entity.
18 UGR. Junkme. refpoint should be the notehead, dir should come from stem.
24 static int shift_compare (Score_element *const &, Score_element*const&);
26 /** The relative position of the "voice" containing this
27 chord. Normally this would be the same as the stem direction,
32 static Direction dir (Score_element*me);
33 static Slice head_positions_interval(Score_element* me);
34 static Direction static_dir (Score_element*);
35 static void translate_rests(Score_element*me,int dy);
36 static Score_element * first_head (Score_element*me);
37 static void set_stem (Score_element*me,Score_element*);
38 static void set_dotcol (Score_element*me,Score_element*);
39 static void add_head (Score_element*me,Score_element*);
40 static bool rest_b (Score_element*me);
41 static bool has_interface (Score_element*);
42 static void set_interface (Score_element*);
43 static Item *stem_l(Score_element*);
46 #endif // NOTE_COLUMN_HH