From c342cb841e1ff5b69d4cfc6abed038165a1df8dd Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 2 May 2001 21:56:40 +0000 Subject: [PATCH] lilypond-1.3.152 --- Documentation/user/GNUmakefile | 2 +- lily/include/span-bar.hh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index 89789e350b..de3e145025 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -53,7 +53,7 @@ info: $(INFO_FILES) # The new pretest version of makeinfo, 4.0a splits html files into their own # directory. Available from # ftp://texinfo.org/texinfo/pretests/texinfo-4.0a.tar.gz -SPLITTING_MAKEINFO = $(shell makeinfo --version | egrep '4.0((.jcn[2,3])|a)') +SPLITTING_MAKEINFO = $(shell makeinfo --version | egrep '4.0((.jcn[2,3])|a|b)') # Generic rule using % twice not possible? diff --git a/lily/include/span-bar.hh b/lily/include/span-bar.hh index 1e7ea7eadd..f59f075a60 100644 --- a/lily/include/span-bar.hh +++ b/lily/include/span-bar.hh @@ -29,6 +29,7 @@ public: static void evaluate_empty (Grob*); DECLARE_SCHEME_CALLBACK (width_callback, (SCM smob, SCM axis)); DECLARE_SCHEME_CALLBACK (get_bar_size, (SCM )); + DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM )); DECLARE_SCHEME_CALLBACK (center_on_spanned_callback, (SCM element, SCM axis)); }; -- 2.11.4.GIT