CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/04/20 10:59:08
Modified files: . : ChangeLog lily : ledger-line-spanner.cc Log message: some more words of explanation. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3484&tr2=1.3485&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/ledger-line-spanner.cc.diff?tr1=1.21&tr2=1.22&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.3484 lilypond/ChangeLog:1.3485 --- lilypond/ChangeLog:1.3484 Wed Apr 20 10:52:18 2005 +++ lilypond/ChangeLog Wed Apr 20 10:59:07 2005 @@ -1,5 +1,7 @@ 2005-04-20 Han-Wen Nienhuys <[EMAIL PROTECTED]> + * 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: lilypond/lily/ledger-line-spanner.cc diff -u lilypond/lily/ledger-line-spanner.cc:1.21 lilypond/lily/ledger-line-spanner.cc:1.22 --- lilypond/lily/ledger-line-spanner.cc:1.21 Wed Mar 16 19:19:15 2005 +++ lilypond/lily/ledger-line-spanner.cc Wed Apr 20 10:59:08 2005 @@ -342,7 +342,11 @@ 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 @@ 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"); _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs