]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-system.hh
(LY_DEFINE): use scm_c_make_hash_table().
[lilypond.git] / lily / include / paper-system.hh
index 92a394729f0b02c5ba6f2273a7401b86278d4b2e..ca6b535eece2db123ab6ba3103572b9a41d8e579 100644 (file)
@@ -25,7 +25,7 @@ class Paper_system
   bool is_title_;
 public:
   Interval staff_refpoints_;
-  Real penalty_;
+  Real break_before_penalty_;
   int number_;
 
   Paper_system (Stencil, bool);
@@ -33,9 +33,9 @@ public:
   Stencil to_stencil () const;
   SCM stencils () const;
   bool is_title () const;
-  Real penalty () const;
+  Real break_before_penalty () const;
 };
-
+//
 DECLARE_UNSMOB (Paper_system, paper_system);
 
 #endif /* PAPER_SYSTEM_HH */