diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-08-20 22:21:42 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-08-20 22:21:42 +0000 |
commit | 1c8fbe4dc400ab5b40d4adf69d78e6ee71b2dea8 (patch) | |
tree | 70f6c763f2c43f9cff45ddef3e136b4ba92940ca /scm | |
parent | 3644a6921a6dcde268d46459cdf062672ed992f4 (diff) |
*** empty log message ***
Diffstat (limited to 'scm')
-rw-r--r-- | scm/documentation-lib.scm | 2 | ||||
-rw-r--r-- | scm/lily.scm | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/scm/documentation-lib.scm b/scm/documentation-lib.scm index 5a62f9728c..859032cc42 100644 --- a/scm/documentation-lib.scm +++ b/scm/documentation-lib.scm @@ -111,7 +111,7 @@ "\\input texinfo @c -*-texinfo-*-" "\n@setfilename " file-name ".info" "\n@settitle " name - "\n@dircategory GNU music project" + "\n@dircategory LilyPond" "\n@direntry" ;; prepend GNU for dir, must be unique "\n* GNU " name ": (" file-name "). " name "." diff --git a/scm/lily.scm b/scm/lily.scm index 79b060ec70..484c81ecd9 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -13,9 +13,9 @@ `((point-and-click #t "use point & click") (paper-size "a4" "the default paper size") (midi-debug #f "generate human readable MIDI") - (dump-signatures #f "dump output signatures of each system (EPS backend)") + (dump-signatures #f "dump output signatures of each system") (internal-type-checking #f "check every property assignment for types") - (parse-protect #t "continue when finding errors in inline + (parse-protect #t "continue when finding errors in inline scheme are caught in the parser. If off, halt on errors, and print a stack trace.") (profile-property-accesses #f "keep statistics of get_property() calls.") @@ -39,7 +39,7 @@ similar to chord syntax") (ttf-verbosity 0 "how much verbosity for TTF font embedding?") (debug-gc #f - "dump GC protection info") + "dump memory debugging statistics") (show-available-fonts #f "List font names available.") (read-file-list #f "Read files to be processed from command line arguments") |