]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily.scm
Doc-es: update Notation/Spacing.
[lilypond.git] / scm / lily.scm
index eb487d33e9f0cc19c4443105c4b1d8c6fc26fd32..5ead4e6c9cf9da25e8f12bcf08cdfa145692f613 100644 (file)
@@ -245,6 +245,9 @@ configurations.")
      #f
      "Dump output signatures of each system.  Used for
 regression testing.")
+    (embed-source-code
+     #f
+     "Embed the source files inside the generated PDF document.")
     (eps-box-padding
      #f
      "Pad left edge of the output EPS bounding box by
@@ -675,6 +678,10 @@ messages into errors.")
     (,fraction? . "fraction, as pair")
     (,grob-list? . "list of grobs")
     (,index? . "non-negative integer")
+    (,key? . "index or symbol")
+    (,key-list? . "list of indexes or symbols")
+    (,key-list-or-music? . "key list or music")
+    (,key-list-or-symbol? . "key list or symbol")
     (,markup? . "markup")
     (,markup-command-list? . "markup command list")
     (,markup-list? . "markup list")