]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar-line.hh
Make the parser interpret music function signatures ly:pitch? and ly:duration?
[lilypond.git] / lily / include / bar-line.hh
index 1a895724f3f63692f96d28603b6fd86ee72e5262..442fe27770759131ac37c392b769dde4607537d3 100644 (file)
@@ -28,15 +28,16 @@ class Bar_line
 public:
   DECLARE_GROB_INTERFACE();
 
-  static Stencil dashed_bar_line (Grob *me, Real h, Real thick);
+  static Stencil dashed_bar_line (Grob *me, Interval const &extent, Real thick);
   static Stencil tick_bar_line (Grob *me, Real h, bool rounded);
-  static Stencil compound_barline (Grob *, string, Real height, bool rounded);
-  static Stencil simple_barline (Grob *, Real wid, Real height, bool rounded);
+  static Stencil compound_barline (Grob *, string, Interval const &extent,
+                                  bool rounded);
+  static Stencil simple_barline (Grob *, Real wid, Interval const &extent,
+                                bool rounded);
   static Interval bar_y_extent (Grob *, Grob *);
   static bool non_empty_barline (Grob *me);
 
   DECLARE_SCHEME_CALLBACK (calc_bar_extent, (SCM));
-  DECLARE_SCHEME_CALLBACK (calc_bar_size, (SCM));
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_anchor, (SCM));
 };