]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-system.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / paper-system.hh
index a152f789b72abf7cee01ca4642b97f2f96e9b91d..71785b32e500b5bf849eb8976fa814ac569a3e11 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2006  Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2004--2008  Jan Nieuwenhuizen <janneke@gnu.org>
 */
 #ifndef PAPER_SYSTEM_HH
 #define PAPER_SYSTEM_HH
   formatted content of the grob is put into a
   Paper_system. Page-breaking handles Paper_system objects.
 */
-class Paper_system : public Prob 
-{
-public:
-  Paper_system (Stencil, SCM);
-};
-Paper_system*unsmob_paper_system (SCM);
+Prob *make_paper_system (SCM immutable_init);
+void paper_system_set_stencil (Prob *prob, Stencil s);
 
 #endif /* PAPER_SYSTEM_HH */