]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/system.cc
Fix #598.
[lilypond.git] / lily / system.cc
index eb6d05a8810f1b8662a8739615aac685a23e62d5..a2ad71ece35dc8cb8df9e1c4e1b691972b4faa5a 100644 (file)
@@ -19,7 +19,6 @@
 #include "paper-score.hh"
 #include "paper-system.hh"
 #include "pointer-group-interface.hh"
-#include "spacing-interface.hh"
 #include "staff-symbol-referencer.hh"
 #include "warn.hh"
 #include "lookup.hh"
@@ -513,8 +512,9 @@ get_root_system (Grob *me)
 }
 
 ADD_INTERFACE (System,
-              "This is the toplevel object: each object in a score "
-              "ultimately has a System object as its X and Y parent. ",
+              "This is the top-level object: Each object in a score"
+              " ultimately has a @code{System} object as its X and"
+              " Y@tie{}parent.",
 
               /* properties */
               "all-elements "