From e61c88cda07e5de1be0d2a1558221df2cf2adeb5 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 19 Jun 1998 14:49:25 +0000 Subject: [PATCH] lilypond-1.0.1 --- Documentation/tex/vocabulary-forms.el | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Documentation/tex/vocabulary-forms.el diff --git a/Documentation/tex/vocabulary-forms.el b/Documentation/tex/vocabulary-forms.el new file mode 100644 index 0000000000..e948938327 --- /dev/null +++ b/Documentation/tex/vocabulary-forms.el @@ -0,0 +1,23 @@ +; Music vocabularies are Copyright (C) 1993 Free Software Foundation, Inc. +; Francois Pinard , +; Neil Jerram . +; 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 + + )) -- 2.39.5