]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/accidental-interface.hh
Remove tied accidentals after line-breaking
[lilypond.git] / lily / include / accidental-interface.hh
index 6b2c8709fb83a67d35108fba7ed56cd5c589225f..cbb61b772a0b2fd01c54b815fae0207828ba7df3 100644 (file)
@@ -30,10 +30,9 @@ class Accidental_interface
 {
 public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  DECLARE_SCHEME_CALLBACK (height, (SCM));
-  DECLARE_SCHEME_CALLBACK (width, (SCM));
   DECLARE_SCHEME_CALLBACK (horizontal_skylines, (SCM));
-  DECLARE_SCHEME_CALLBACK (pure_height, (SCM, SCM, SCM));
+  DECLARE_SCHEME_CALLBACK (height, (SCM));
+  DECLARE_SCHEME_CALLBACK (remove_tied, (SCM));
 
   DECLARE_GROB_INTERFACE ();
   static SCM get_stencil (Grob *me);