From 7419a4087b0f974d04efafcc5bc184d69f79d71d Mon Sep 17 00:00:00 2001
From: Mark Polesky <markpolesky@yahoo.com>
Date: Sun, 24 May 2009 23:06:20 -0700
Subject: [PATCH] Change wording of paper-column-interface docstring.

---
 lily/paper-column.cc | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/lily/paper-column.cc b/lily/paper-column.cc
index 0112599371..d153dcefb5 100644
--- a/lily/paper-column.cc
+++ b/lily/paper-column.cc
@@ -344,11 +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"
-	       "\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"
 	       "They are numbered, the first (leftmost) is column@tie{}0."
 	       "  Numbering happens before line breaking, and columns are not"
 	       " renumbered after line breaking.  Since many columns go"
-- 
2.39.5