]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-column.cc
Web: add links to Essay.
[lilypond.git] / lily / paper-column.cc
index 7d4b92d990970d58111c100f0e0c750476eeca43..3308cf251cc65a55aaf2302780a4b5abb8b323c3 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "paper-column.hh"
@@ -344,10 +344,10 @@ Paper_column::is_extraneous_column_from_ligature (Grob *me)
 
 ADD_INTERFACE (Paper_column,
               "@code{Paper_column} objects form the top-most X@tie{}parents"
-              " for items.  There are two types of columns: musical columns,"
-              " where are attached to, and non-musical columns, where"
-              " bar-lines, clefs, etc., are attached to.  The spacing engine"
-              " determines the X@tie{}positions of these objects.\n"
+              " for items.  There are two types of columns: musical and"
+              " non-musical, to which musical and non-musical objects are"
+              " attached respectively.  The spacing engine determines the"
+              " X@tie{}positions of these objects.\n"
               "\n"
               "They are numbered, the first (leftmost) is column@tie{}0."
               "  Numbering happens before line breaking, and columns are not"
@@ -359,11 +359,13 @@ ADD_INTERFACE (Paper_column,
               /* properties */
               "between-cols "
               "bounded-by-me "
+              "full-measure-extra-space "
               "grace-spacing "
               "labels "
               "line-break-system-details "
               "line-break-penalty "
               "line-break-permission "
+              "maybe-loose "
               "page-break-penalty "
               "page-break-permission "
               "page-turn-penalty "