| Commit message (Expand) | Author | Age | Files | Lines |
* | Doc: cleanup @file{}, take 2: remove all @/ escaping sequences....For now, remove all @/ sequences from @file references.
New line-breaks will be introduced later with an automatic
rulein order to make the syntax more consistent.
| Valentin Villenave | 2010-11-26 | 2 | -7/+7 |
* | Doc: clean up @file{} entries...This patch aims to improve syntax consistency in @file entries,
by systematically escaping such characters as `.', `/' or `-'.
Although this isn't strictly required by texinfo, it does
make the docs source code cleaner to have the same policy
everywhere.
| Valentin Villenave | 2010-11-24 | 2 | -5/+5 |
* | Doc: convert-ly on English docs....I left most of the \RemoveEmptyStaff as it came from convert-ly;
some of the grammar is a bit weird, but the basic idea is still
there.
I excluded
Documentation/snippets/new/
changing-the-time-signature-without-affecting-the-beaming.ly
because convert-ly wasn't smart enough to update it, and neither
am I, since I know nothing about the new beaming code.
| Graham Percival | 2010-10-21 | 2 | -2/+2 |
* | programming-interface.itely: Bring some things more in line with doc standards | David Kastrup | 2010-09-25 | 1 | -26/+28 |
* | programming-interface.itely: Improve `\applyOutput' documentation. | David Kastrup | 2010-09-25 | 1 | -9/+10 |
* | programming-interface.itely: Small rephrase | David Kastrup | 2010-08-21 | 1 | -2/+2 |
* | Doc: ensure two spaces after end of sentence. | Ralf Wildenhues | 2010-08-01 | 2 | -5/+5 |
* | Fix typos in the English manual. | Ralf Wildenhues | 2010-07-31 | 1 | -1/+1 |
* | Docs: programming-interface.itely: fix ref. to Hairpin callback....The default after-line-breaking callback for Hairpin was changed in 2.13.1.
| Neil Puttock | 2010-07-04 | 1 | -14/+17 |
* | Don't hardcode a limited set of markup signatures....Remove the hardcoded limitations of markup signatures. This patch is
moving toward a unified interface for music functions, markup functions,
and user functions.
| David Kastrup | 2010-05-19 | 1 | -46/+13 |
* | 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.
| Mark Polesky | 2010-05-07 | 1 | -143/+108 |
* | Doc: Update deprecated \relative syntax....* Replace "\relative { }" with "\relative c' { }".
| Mark Polesky | 2010-04-19 | 1 | -3/+3 |
* | Doc: Typo in scheme tutorial. | Francisco Vila | 2010-04-16 | 1 | -1/+1 |
* | Doc: CG: Add info on using fixcc.py; fix nodes for programming-work | Carl Sorensen | 2010-04-12 | 1 | -0/+16 |
* | Doc: Add reference to type-p-name-alist to NR and EL | Carl Sorensen | 2010-04-12 | 1 | -1/+5 |
* | Doc: More work on Extending Scheme Tutorial | Carl Sorensen | 2010-04-12 | 1 | -4/+5 |
* | Doc -- Extending: Lilypond data structures | Carl Sorensen | 2010-04-12 | 1 | -57/+91 |
* | Doc: prevent link to deleted node from being broken. | Francisco Vila | 2010-03-12 | 1 | -3/+2 |
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/lilypond | Carl Sorensen | 2010-02-25 | 1 | -21/+21 |
|\ |
|
| * | Merge branch 'lilypond/translation' | Francisco Vila | 2010-02-25 | 1 | -21/+21 |
| |\ |
|
| | * | Doc: Scheme tutorial -- some proofreading. | Francisco Vila | 2010-02-24 | 1 | -21/+21 |
* | | | Doc:Extending: Change @unnumberedsubsubsec to @subheading | Carl Sorensen | 2010-02-25 | 1 | -15/+13 |
|/ / |
|
* / | Doc: Extending: fix typo | Carl Sorensen | 2010-02-23 | 1 | -1/+1 |
|/ |
|
* | Doc:Extending -- Add example of grob-interpret-markup | Carl Sorensen | 2010-02-17 | 1 | -4/+11 |
* | Docs: fix documentation reference of translation committishes | John Mandereau | 2010-01-21 | 2 | -2/+4 |
* | Doc: add backtick to scheme example with comma. | David Kastrup | 2010-01-20 | 1 | -1/+1 |
* | Fix compile. | Patrick McCarty | 2009-12-23 | 1 | -1/+1 |
* | Doc: Extending -- Add Scheme conditionals | Carl Sorensen | 2009-12-23 | 1 | -0/+37 |
* | Doc: Extend: Scheme procedures | Carl Sorensen | 2009-12-23 | 1 | -5/+78 |
* | Doc: Extending: Add stuff to calculations | Carl Sorensen | 2009-12-21 | 1 | -9/+50 |
* | Doc: improve doc on markup command writing...Also take into account define-markup-command macro unification
and syntax change.
| Nicolas Sceaux | 2009-12-21 | 1 | -154/+257 |
* | Doc -- Extending, Scheme tutorial -- add hash-table section | Carl Sorensen | 2009-12-19 | 1 | -3/+40 |
* | Doc -- Scheme tutorial: Add discussion about lists and alists | Carl Sorensen | 2009-12-19 | 1 | -14/+60 |
* | Doc -- work on Scheme tutorial | Carl Sorensen | 2009-12-19 | 1 | -27/+151 |
* | Doc -- reorganize Extending | Carl Sorensen | 2009-12-19 | 2 | -567/+564 |
* | Doc -- add structure to Scheme tutorial | Carl Sorensen | 2009-12-18 | 1 | -73/+185 |
* | Doc -- move simple substition functions to NR5 | Carl Sorensen | 2009-12-18 | 1 | -58/+71 |
* | Doc build: fix broken xrefs. | Graham Percival | 2009-10-17 | 2 | -2/+2 |
* | Docs: move Programming interfaces into Extending. | Graham Percival | 2009-10-04 | 1 | -0/+1506 |
* | Doc: add Extending manual. | Graham Percival | 2009-10-04 | 2 | -0/+344 |