lilypond-1.3.5
[lilypond.git] / lily / staff-info.cc
blobda993f9d9576806baa64cc180ad36156e3e0f9bb
1 /*
2 staff-info.cc -- implement Staff_info
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
9 #include "proto.hh"
11 #include "staff-info.hh"
12 #include "score-column.hh"
14 Staff_info::Staff_info()
16 command_l_ =0;
17 musical_l_ =0;
21 Paper_column*
22 Staff_info::command_pcol_l()
24 return command_l_;
27 Paper_column*
28 Staff_info::musical_pcol_l()
30 return musical_l_;