]> git.donarmstrong.com Git - lilypond.git/commitdiff
some more words of explanation.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 20 Apr 2005 10:59:08 +0000 (10:59 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 20 Apr 2005 10:59:08 +0000 (10:59 +0000)
ChangeLog
lily/ledger-line-spanner.cc

index 987469c926f0b7a9783804abd8911547dad443d6..b981670c011b1744b89121414d515ee5497c9fd4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/ledger-line-spanner.cc: some more words of explanation.
+
        * scripts/lilypond-book.py: patches by John Williams:
        htmlquote bugfix.
        Allow snippets to be given distinct filenames.
index 53da1d9463cd4219c36270a592edf2078c8cef88..bc8a68eeebb25c920e561784b85557c7b90bbf3d 100644 (file)
@@ -342,7 +342,11 @@ Ledger_line_spanner::print (SCM smob)
 
 ADD_INTERFACE (Ledger_line_spanner,
               "ledger-line-interface",
-              "This spanner draws the ledger lines of a staff, for note heads that stick out. ",
+              
+              "This spanner draws the ledger lines of a staff.\n"
+              "This is a separate grob to because it has to process\n"
+              "all potential collisions between all note heads.",
+              
               "note-heads thickness minimum-length-fraction length-fraction gap");
 
 struct Ledgered_interface
@@ -352,5 +356,8 @@ struct Ledgered_interface
 
 ADD_INTERFACE (Ledgered_interface,
               "ledgered-interface",
-              "Objects that need ledger lines.",
+              
+              "Objects that need ledger lines, typically "
+              "note heads. See also @ref{ledger-line-interface}.",
+              
               "no-ledgers");