]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/engraver.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / engraver.hh
index 162724b808cb4980f9a6ae0ba87b64d8f3e47090..81713bb4e516070476e8eb7d2dafbe06ae99b3ea 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1996--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1996--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@
 class Engraver : public Translator
 {
   Grob *internal_make_grob (SCM sym, SCM cause, char const *name,
-                           char const *f, int l, char const *fun);
+                            char const *f, int l, char const *fun);
   friend SCM ly_engraver_make_grob (SCM, SCM, SCM);
   friend class Engraver_group;
 protected:
@@ -55,11 +55,11 @@ public:
   Grob_info make_grob_info (Grob *, SCM cause);
 
   Item *internal_make_item (SCM sym, SCM cause, char const *name,
-                           char const *f, int l, char const *fun);
+                            char const *f, int l, char const *fun);
   Spanner *internal_make_spanner (SCM sym, SCM cause, char const *name,
-                                 char const *f, int l, char const *fun);
+                                  char const *f, int l, char const *fun);
   Paper_column *internal_make_column (SCM sym, char const *name,
-                                     char const *f, int l, char const *fun);
+                                      char const *f, int l, char const *fun);
 
   /**
      override other ctor
@@ -71,7 +71,7 @@ public:
 #define make_spanner(x, cause) internal_make_spanner (ly_symbol2scm (x), cause, x, __FILE__, __LINE__, __FUNCTION__)
 #define make_paper_column(x) internal_make_column (ly_symbol2scm (x), x, __FILE__, __LINE__, __FUNCTION__)
 
-Engraverunsmob_engraver (SCM eng);
+Engraver *unsmob_engraver (SCM eng);
 bool ly_is_grob_cause (SCM obj);
 
 #endif // ENGRAVER_HH