]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-elem-info.cc
release: 0.1.61
[lilypond.git] / lily / score-elem-info.cc
index 9f15b846df4e2ac772d32834d1ac59f16da82bd5..e86ca938600c983f2da407c6e31ecf15a24ef73a 100644 (file)
@@ -3,25 +3,22 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
 */
 
 #include "score-elem-info.hh"
 #include "request.hh"
 
-Score_elem_info::Score_elem_info(Score_elem*s_l, Request*r_l)
+Score_elem_info::Score_elem_info (Score_elem*s_l, Request*r_l)
 {
-    elem_l_ = s_l;
-    voice_l_ =  (r_l)?r_l->voice_l():0;
-    req_l_ = r_l;
+  elem_l_ = s_l;
+  req_l_ = r_l;
 }
 
 Score_elem_info::Score_elem_info()
 {
-    elem_l_ = 0;
-    voice_l_ = 0;
-
-    req_l_ = 0;
+  elem_l_ = 0;
+  req_l_ = 0;
 }