]> git.donarmstrong.com Git - lilypond.git/commit
Doc & scm/: Music-functions and type-predicates.
authorMark Polesky <markpolesky@yahoo.com>
Fri, 7 May 2010 23:56:26 +0000 (16:56 -0700)
committerMark Polesky <markpolesky@yahoo.com>
Fri, 7 May 2010 23:58:43 +0000 (16:58 -0700)
commiteb98dcb8ece687486640a5dc3ec3aa2395ec31cf
tree06dd80716cfefb57bc3dfb7f92ca98dfe490b9f2
parentbb3052f000e2e511369bec5e15361e0a5c3c8b9f
Doc & scm/: Music-functions and type-predicates.

- Clean up:
    NR 5.6 "Using music functions"
    EL 2.1 "Music functions"
- In Extending 2.1, move `Void functions' to end of section,
  so `Functions without arguments' comes first.
- Use a consistent indentation format for music functions.
- Make some minor formatting/wording changes.
- Categorize predicates in type-p-name-alist.
- Create type-predicates-doc-string to document
  type-p-name-alist automatically.
- Add notation appendix `Predefined type predicates' to
  include type-predicates-doc-string.
- Show predicate name instead of "unknown" in
  type-check error message (provided by Neil Puttock).
- Make `color?' predicate more specific.
Documentation/extending/programming-interface.itely
Documentation/notation/changing-defaults.itely
Documentation/notation/notation-appendices.itely
scm/c++.scm
scm/document-type-predicates.scm [new file with mode: 0644]
scm/documentation-generate.scm
scm/lily.scm
scm/output-lib.scm