]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-info.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / grob-info.cc
index bd8279e5f7d7b67c692d7c45dff78b357246478b..a8f3f4c7b1c5320b1cfa34a2ddb9381fee193c5a 100644 (file)
@@ -18,11 +18,13 @@ Grob_info::Grob_info (Translator *t, Grob *g)
 {
   origin_trans_ = t;
   grob_ = g;
+  start_end_ = START;
 }
 
 Grob_info::Grob_info ()
 {
   grob_ = 0;
+  start_end_ = START;
   origin_trans_ = 0;
 }