summaryrefslogtreecommitdiff
path: root/lily/include
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2000-07-18 01:26:40 +0200
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2000-07-18 01:26:40 +0200
commit5e5e63e025543ac6e60b283f46f54e9515bc3814 (patch)
tree7f22ced3679dc098dddf1b01a760eb3430a3626f /lily/include
parentfd1bf2a820fe005734e06e5424183823eed95cda (diff)
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
Diffstat (limited to 'lily/include')
-rw-r--r--lily/include/line-of-score.hh2
1 files changed, 1 insertions, 1 deletions
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);