]> git.donarmstrong.com Git - lilypond.git/blobdiff - src/notehead.cc
release: 0.0.30
[lilypond.git] / src / notehead.cc
index fb4e80719b85fb854c5d55d1058d609c6187798a..d96b4d0599b076dcdea3d27f8ea130e2170ad73f 100644 (file)
@@ -17,12 +17,16 @@ Notehead::Notehead(int ss)
     balltype = 0;
     dots = 0;
     extremal = 0;
+    defined_ch_c_l_m = 0;
 }
+
 void
 Notehead::set_rhythmic(Rhythmic_req*r_req_l)
 {
     balltype = r_req_l->balltype;
     dots = r_req_l->dots;
+    if ( r_req_l->defined_ch_c_l_m )
+       defined_ch_c_l_m = r_req_l->defined_ch_c_l_m;
 }
     
 void