]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/tex/computer-forms.el
release: 1.0.1
[lilypond.git] / Documentation / tex / computer-forms.el
1 ; Computer vocabularies are Copyright (C) 1998 
2 ; Jan Nieuwenhuizen <janneke@gnu.org>
3 ; Han-Wen Nienhuys <hanwen@cs.uu.nl>
4
5 (setq forms-file "computer.data")
6 (setq forms-number-of-fields 7)
7 (setq forms-read-only nil)                 ; to make sure
8 (setq forms-field-sep ":")
9 (setq forms-multi-line nil)
10
11 (setq forms-format-list
12       (list
13        "*** Musical vocabulary ***\n"
14        "\nUS English:        " 1
15        "\nFrancais:          " 2
16        "\nDeutsch:           " 3
17        "\nBritish English:   " 4
18        "\nNederlands:        " 5
19        "\nItaliano:          " 6
20        "\n\nExplanation\n\n" 7
21         ))