]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob-info.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / grob-info.hh
index 35e3eab64e60de6617f891da69d7b1bc08e66def..4ed3790954532d9695634631cef2ae10cd2c7be7 100644 (file)
@@ -20,9 +20,11 @@ class Grob_info
 {
   Translator *origin_trans_;
   Grob *grob_;
-
+  Direction start_end_;
+  
   friend class Engraver;
 public:
+  Direction start_end () const { return start_end_; }
   Grob *grob () const { return grob_; }
   Translator *origin_translator () const { return origin_trans_; }