]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.8
authorfred <fred>
Mon, 14 Sep 1998 15:25:53 +0000 (15:25 +0000)
committerfred <fred>
Mon, 14 Sep 1998 15:25:53 +0000 (15:25 +0000)
Documentation/tex/GNUmakefile
Documentation/tex/glossary-forms.el [new file with mode: 0644]

index 07b68a59f8418569204c0bd68e23283752a70161..f1bf0b4878f21af6a5184dcca9bbc039487e17d1 100644 (file)
@@ -26,12 +26,13 @@ ps: $(PS_FILES)
 # urg
 default:
 
-GENHTMLS = engraving colorado vocabulary computer-notation
+GENHTMLS = engraving colorado glossary computer-notation
 OUTGENHTMLS = $(addprefix $(outdir)/, $(GENHTMLS:%=%.html))
 
 
-$(outdir)/glossary.dvi: $(outdir)/vocabulary.tex 
-$(outdir)/glossary.html: $(OUTGENHTMLS)
+$(outdir)/glossary.dvi: $(outdir)/glossary-table.tex
+$(outdir)/glossary.html: $(outdir)/glossary-table.html
+
 
 local-WWW: $(HTML_FILES) $(OUTDOC_FILES:.doc=.ps.gz) $(OUTYO_FILES:.yo=.latex) $(OUTYO_FILES:.yo=.ps.gz) $(addprefix $(outdir)/, $(BIB_FILES:.bib=.html)) $(datafiles)
        $(PYTHON) $(step-bindir)/ls-latex.py --package=$(topdir) --title 'LaTeX documents about LilyPond' \
diff --git a/Documentation/tex/glossary-forms.el b/Documentation/tex/glossary-forms.el
new file mode 100644 (file)
index 0000000..0ad71b3
--- /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 "glossary-table.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
+
+       ))