2 staff-elem-info.cc -- implement Score_elem_info
4 source file of the LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
9 #include "staff-elem-info.hh"
12 Score_elem_info::Score_elem_info(Score_elem
*s_l
, Request
*r_l
)
15 voice_l_
= (r_l
)?r_l
->voice_l():0;
19 Score_elem_info::Score_elem_info()