]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/new-slur.hh
* lily/dynamic-engraver.cc (typeset_all):
[lilypond.git] / lily / include / new-slur.hh
index f587ab7d2b0222e281623346b211c43799dd88db..b307af970e89f568b8f96f62c7c4fb48f8e1cd00 100644 (file)
@@ -25,11 +25,12 @@ public:
   DECLARE_SCHEME_CALLBACK (height, (SCM,SCM));
 
   static void set_interface (Grob *);
-  static bool  has_interface (Grob *);
+  static bool has_interface (Grob *);
   static Bezier get_curve (Grob*me);
 };
 
-
+// zught
+Direction get_slur_dir (Grob *slur);
 
 #endif /* NEW_SLUR_HH */