]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.109
authorfred <fred>
Wed, 27 Mar 2002 00:33:18 +0000 (00:33 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:33:18 +0000 (00:33 +0000)
scm/beam.scm
scm/generate-documentation.scm

index ac9c1ffc80e53ba5ca7ffa2e9b5fac29ae108f58..9e7005e31f0c3013c78ae6d4d7b8cf8ed72794e4 100644 (file)
@@ -1,4 +1,3 @@
-
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;                  BEAMS
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
index 22253f66e4d916df5c881a783fa127247420a728..6ad3c5246a22049b56f222cb7f5e48e38bcc810a 100644 (file)
 (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")
      "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")