]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-line.hh
* Documentation/user/changing-defaults.itely (Creating contexts):
[lilypond.git] / lily / include / paper-line.hh
index 61e11807df4101f15755c9e99b603c5b0ca422c9..eec021ff0807815881441d5386040f637fe9d96b 100644 (file)
@@ -18,12 +18,12 @@ class Paper_line
   DECLARE_SMOBS (Paper_line, );
   Stencil stencil_;
   bool is_title_;
-  int penalty_;
   
 public:
+  int penalty_;
   int number_;
 
-  Paper_line (Stencil, int penalty, bool);
+  Paper_line (Stencil, bool);
 
   Offset dim () const;
   Stencil to_stencil () const;