From 90fd5584010857e9af6ae72b2effe872e1cb6120 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 20 Apr 2005 10:59:08 +0000 Subject: [PATCH] some more words of explanation. --- ChangeLog | 2 ++ lily/ledger-line-spanner.cc | 11 +++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 987469c926..b981670c01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-04-20 Han-Wen Nienhuys + * 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. diff --git a/lily/ledger-line-spanner.cc b/lily/ledger-line-spanner.cc index 53da1d9463..bc8a68eeeb 100644 --- a/lily/ledger-line-spanner.cc +++ b/lily/ledger-line-spanner.cc @@ -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"); -- 2.39.2