From: David Kastrup Date: Thu, 20 Oct 2011 14:50:42 +0000 (+0200) Subject: lily.scm: document a few more predicates. X-Git-Tag: release/2.15.15-1~24 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=72dcdec81c46923507d25d00ba7804f3b50f56b1;p=lilypond.git lily.scm: document a few more predicates. --- diff --git a/scm/lily.scm b/scm/lily.scm index c971758f0d..9157337ad1 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -540,6 +540,7 @@ LilyPond safe mode. The syntax is the same as `define*-public'." (define-public lilypond-exported-predicates `((,ly:box? . "box") (,ly:context? . "context") + (,ly:context-mod? . "context modification") (,ly:dimension? . "dimension, in staff space") (,ly:dir? . "direction") (,ly:dispatcher? . "dispatcher") @@ -577,6 +578,7 @@ LilyPond safe mode. The syntax is the same as `define*-public'." (,ly:stream-event? . "stream event") (,ly:translator? . "translator") (,ly:translator-group? . "translator group") + (,ly:unpure-pure-container? . "unpure/pure container") ))