diff options
Diffstat (limited to 'lily/include/bar-line.hh')
-rw-r--r-- | lily/include/bar-line.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lily/include/bar-line.hh b/lily/include/bar-line.hh index 4744aef855..39253a7b8d 100644 --- a/lily/include/bar-line.hh +++ b/lily/include/bar-line.hh @@ -18,6 +18,7 @@ class Bar_line public: static bool has_interface (Grob *); + static Stencil dashed_bar_line (Grob *me, Real h, Real thick); static Stencil compound_barline (Grob *, string, Real height, bool rounded); static Stencil simple_barline (Grob *, Real wid, Real height, bool rounded); DECLARE_SCHEME_CALLBACK (calc_bar_size, (SCM)); |