]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/staff-margin-engraver.hh
9d899b0e420ce81f66d7311a403febceb9f9dc59
[lilypond.git] / lily / include / staff-margin-engraver.hh
1 /*
2   staff-margin-engraver.hh -- declare Staff_margin_engraver
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1998--1999 Jan Nieuwenhuizen <janneke@gnu.org>
7 */
8
9
10 #ifndef STAFF_MARGIN_ENGRAVER_HH
11 #define STAFF_MARGIN_ENGRAVER_HH
12
13 #include "bar-script-engraver.hh"
14
15 /**
16   put (instrument) text to left of line
17  */
18 class Staff_margin_engraver : public Bar_script_engraver
19 {
20 public:
21   VIRTUAL_COPY_CONS(Translator);
22   Staff_margin_engraver ();
23 protected:
24   void acknowledge_element (Score_element_info);
25 };
26
27 #endif // STAFF_MARGIN_ENGRAVER_HH