From: fred Date: Mon, 14 Sep 1998 15:25:53 +0000 (+0000) Subject: lilypond-1.0.8 X-Git-Tag: release/1.5.59~5827 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=50c055527193d8b8618bf30347893935b7d333fd;p=lilypond.git lilypond-1.0.8 --- diff --git a/Documentation/tex/GNUmakefile b/Documentation/tex/GNUmakefile index 07b68a59f8..f1bf0b4878 100644 --- a/Documentation/tex/GNUmakefile +++ b/Documentation/tex/GNUmakefile @@ -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 index 0000000000..0ad71b35af --- /dev/null +++ b/Documentation/tex/glossary-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 "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 + + ))