]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-line.hh
* ly/declarations-init.ly (paper): Define page-breaking.
[lilypond.git] / lily / include / paper-line.hh
index d0372d04fc78916b0389092a19c9dfa54f072fca..1d383a7627b831538aecaa0c772122f786c0be16 100644 (file)
 
 class Paper_line
 {
+  DECLARE_SMOBS (Paper_line,)
   SCM stencils_;
   Offset dim_;
   bool is_title_;
-  DECLARE_SMOBS (Paper_line,);
   
 public:
-  Paper_line (Offset, SCM, bool = true);
+  Paper_line (Offset, SCM, bool = false);
 
+  int number_;
   Offset dim () const;
   SCM stencils () const;
   bool is_title () const;