]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-system.hh
* scm/framework-ps.scm (write-preamble): embed CFFs if file name
[lilypond.git] / lily / include / paper-system.hh
index 50b4b4404b5770decdbd2b7e01bb82c2744bc639..2c4930b36378ced4f9df08f78c9c9873d4839931 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004  Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2004--2005  Jan Nieuwenhuizen <janneke@gnu.org>
 */
 #ifndef PAPER_SYSTEM_HH
 #define PAPER_SYSTEM_HH
   To save memory, we don't keep around the System grobs, but put the
   formatted content of the grob is put into a
   Paper_system. Page-breaking handles Paper_system objects.
-  
- */
+*/
 class Paper_system
 {
-  DECLARE_SMOBS (Paper_system, );
+  DECLARE_SMOBS (Paper_system,);
   Stencil stencil_;
   bool is_title_;
 public:
@@ -29,13 +28,13 @@ public:
   int number_;
 
   Paper_system (Stencil, bool);
-  
+
   Stencil to_stencil () const;
   SCM stencils () const;
   bool is_title () const;
   Real break_before_penalty () const;
 };
-
+//
 DECLARE_UNSMOB (Paper_system, paper_system);
 
 #endif /* PAPER_SYSTEM_HH */