From ca21682dba2899b45a32589031f8ab2f200de480 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:46:53 +0000 Subject: [PATCH] lilypond-0.0.73pre --- lily/include/paper-def.hh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lily/include/paper-def.hh b/lily/include/paper-def.hh index 98c9e11acd..d93246dfaf 100644 --- a/lily/include/paper-def.hh +++ b/lily/include/paper-def.hh @@ -37,6 +37,7 @@ class Paper_def { Lookup *lookup_p_; Assoc *real_vars_p_; + Input_engraver * igrav_p_; public: String outfile_str_; @@ -47,6 +48,8 @@ public: void reinit(); Paper_def(); void set(Lookup*); + void set (Input_engraver * ); + Global_translator * get_global_translator_p()const; ~Paper_def(); Paper_def(Paper_def const&); /// The distance between beams -- 2.39.5