lilypond-1.1.67
[lilypond.git] / lily / score-elem-info.cc
blobe86ca938600c983f2da407c6e31ecf15a24ef73a
1 /*
2 score-elem-info.cc -- implement Score_elem_info
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
9 #include "score-elem-info.hh"
10 #include "request.hh"
12 Score_elem_info::Score_elem_info (Score_elem*s_l, Request*r_l)
14 elem_l_ = s_l;
15 req_l_ = r_l;
18 Score_elem_info::Score_elem_info()
20 elem_l_ = 0;
21 req_l_ = 0;