]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/accidental-interface.hh
Doc: elaborate explanation of accidentals within cadenzas (3078)
[lilypond.git] / lily / include / accidental-interface.hh
index bf4bfb7a58b51adef7e586ad95810c2fceee9d3a..9c9b97b580e432086e7d1eb79b6f9b7afbcdd482 100644 (file)
@@ -32,11 +32,11 @@ 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_GROB_INTERFACE ();
   static string get_fontcharname (string style, int alteration);
-  static vector<Box> accurate_boxes (Grob *me, Grob **common);
   static SCM get_stencil (Grob *me);
 };