From 0f0a9fc8622e48bb8855d058ccf8797344a5b4b0 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 00:33:18 +0000 Subject: [PATCH] lilypond-1.3.109 --- scm/beam.scm | 1 - scm/generate-documentation.scm | 8 +++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/scm/beam.scm b/scm/beam.scm index ac9c1ffc80..9e7005e31f 100644 --- a/scm/beam.scm +++ b/scm/beam.scm @@ -1,4 +1,3 @@ - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; BEAMS ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/scm/generate-documentation.scm b/scm/generate-documentation.scm index 22253f66e4..6ad3c5246a 100644 --- a/scm/generate-documentation.scm +++ b/scm/generate-documentation.scm @@ -32,8 +32,10 @@ (let* ((doc (string-append (document-paper "LilyPond interpretation contexts") (document-all-engravers "LilyPond engravers") + (document-all-engraver-properties "LilyPond context properties") (document-all-elements "LilyPond backend") (document-all-interfaces "LilyPond interfaces") + (document-all-backend-properties "LilyPond backend properties") ) ) (name "lilypond-internals") @@ -49,8 +51,12 @@ "LilyPond internals" name "(lilypond.info)" '(("LilyPond interpretation contexts" . "Hierarchy and grouping of Engravers") ("LilyPond engravers" . "Engravers create Elements") + ("LilyPond context properties" . "context properties") ("LilyPond backend" . "Detailed description of all Elements") - ("LilyPond interfaces" . "Element Interfaces"))) + ("LilyPond interfaces" . "Element Interfaces") + ("LilyPond backend properties" . "Element properties"))) + + doc "\n@bye") -- 2.39.5