From 5e5e63e025543ac6e60b283f46f54e9515bc3814 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 18 Jul 2000 01:26:40 +0200 Subject: patch::: 1.3.72.mb2: forwarded message from Mats Bengtsson 1.3.72.mb2 ====== * Removed \interscoreline after the last line, prevents some empty pages. --- Generated by (address unknown), >From = lilypond-1.3.72.mb1, To = lilypond-1.3.72.mb2 usage cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.72.mb2.diff Patches do not contain automatically generated files or (urg) empty directories, i.e., you should rerun autoconf, configure --- lily/include/line-of-score.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lily/include') diff --git a/lily/include/line-of-score.hh b/lily/include/line-of-score.hh index 96b3d6b265..8de2257cb3 100644 --- a/lily/include/line-of-score.hh +++ b/lily/include/line-of-score.hh @@ -31,7 +31,7 @@ class Line_of_score : public Spanner { public: int rank_i_; - void post_processing(); + void post_processing(bool); Protected_scm output_; Line_of_score(SCM); -- cgit v1.2.3