]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Fri, 19 Jun 1998 14:49:25 +0000 (14:49 +0000)
committerfred <fred>
Fri, 19 Jun 1998 14:49:25 +0000 (14:49 +0000)
Documentation/tex/vocabulary-forms.el [new file with mode: 0644]

diff --git a/Documentation/tex/vocabulary-forms.el b/Documentation/tex/vocabulary-forms.el
new file mode 100644 (file)
index 0000000..e948938
--- /dev/null
@@ -0,0 +1,23 @@
+; Music vocabularies are Copyright (C) 1993 Free Software Foundation, Inc.
+; Francois Pinard <pinard@iro.umontreal.ca>,
+; Neil Jerram <nj104@cus.cam.ac.uk>.
+; Forms by Han-Wen Nienhuys
+
+(setq forms-file "vocabulary.data")
+(setq forms-number-of-fields 7)
+(setq forms-read-only nil)                 ; to make sure
+(setq forms-field-sep ":")
+(setq forms-multi-line nil)
+
+(setq forms-format-list
+      (list
+       "*** Musical vocabulary ***\n"
+       "\nItaliano:          " 6
+       "\nFrancais:          " 2
+       "\nUS English:        " 1
+       "\nDeutsch:           " 3
+       "\nBritish English:   " 4
+       "\nNederlands:        " 5
+       "\n\nExplanation\n\n" 7
+
+       ))