]> git.donarmstrong.com Git - lilypond.git/commitdiff
pdf
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 23 Apr 2002 13:53:02 +0000 (13:53 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 23 Apr 2002 13:53:02 +0000 (13:53 +0000)
ChangeLog
Documentation/GNUmakefile
Documentation/index.texi
Documentation/user/GNUmakefile
input/regression/system-start-bracket.ly
make/ly-rules.make

index d65f487fb8db1d6aca97740f9a12004842654da3..bd761755a075c8764f280f88fb2733c06ac26112 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2002-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * Documentation/index.texi: add PDF links.
+
+       * Documentation/user/GNUmakefile (PDF_FILES): add PDF files to website.
+
        * lily/system-start-delimiter-engraver.cc (acknowledge_grob):
        compare #'glyph as strings. 
 
index bda53f721248c213e063330e09d692fe511c3997..a5a338239788ba7728da8766830077d59a7c47dd 100644 (file)
@@ -16,7 +16,11 @@ test-reg:
        rm -f out-www/regression-test.html out-www/regression-test.texi 
        $(MAKE) out=www out-www/regression-test.html
 
-local-WWW: copy-for-me txt-to-html $(outdir)/regression-test.ps.gz $(outdir)/regression-test.html footify
+PS_FILES=$(outdir)/regression-test.ps
+PDF_FILES=$(PS_FILES:.ps=.pdf)
+PS_GZ_FILES=$(addsuffix  .gz, $(PS_FILES))
+
+local-WWW: copy-for-me txt-to-html $(PS_GZ_FILES) $(PDF_FILES) $(outdir)/regression-test.html footify
 
 copy-for-me:
        $(foreach a, $(README_TOP_FILES), cp ../$(a) $(outdir)/$(a).txt && ) true
index 9c7e44ba40cc6f5412af1eb7d6d7b713ab5fb2ae..b4c0b0cf220fe525d93ef6bc28d0544a06e0b35a 100644 (file)
@@ -94,13 +94,16 @@ the mailing lists.
 The reference manual.
 
 @item @uref{../user/out-www/lilypond/lilypond.html,lilypond} The complete
-user manual, (in @uref{../user/out-www/lilypond.ps.gz,PostScript}). This
+user manual, (in @uref{../user/out-www/lilypond.ps.gz,PostScript} and
+@uref{../user/out-www/lilypond.pdf,PDF}). This
 manual contains among others the tutorial, the reference manual.
 
 @c glossary maybe for new users?
 @item @uref{../user/out-www/glossary.html,glossary} A glossary of musical
 terms, including translations.  (in
-@uref{../user/out-www/glossary.ps.gz,Postscript})  Read this if you're not
+@uref{../user/out-www/glossary.ps.gz,Postscript}
+and
+@uref{../user/out-www/glossary.pdf,PDF})  Read this if you're not
 familiar with English terms for notation.
 
 @item @uref{../user/out-www/lilypond-internals/lilypond-internals.html,lilypond-internals}
@@ -122,10 +125,17 @@ want to fine-tune output, you need the information in this document.
 @itemize @bullet
 @item @uref{../out-www/regression-test.html,Regression Test}
 A large document that tests all kinds of features (also as
-@uref{../out-www/regression-test.ps.gz,Postscript}).
+@uref{../out-www/regression-test.ps.gz,Postscript}
+and
+@uref{../out-www/regression-test.pdf,PDF}).
 @item @uref{../../input/bugs/out-www/bugs.html,Bugs}
-A document that shows bugs (also as
-@uref{../../input/bugs/out-www/bugs.ps.gz,Postscript}).
+A document that shows bugs
+
+
+@c  (also as
+@c @uref{../../input/bugs/out-www/bugs.ps.gz,Postscript}
+@c and @uref{../../input/bugs/out-www/bugs.pdf,PDF}).
+
 @item
 @uref{http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?domain=lilypond">Translations,lilypond
 textual domain
index 245127e48d4de0b509a5aa59b8de3fd028d42181..def4e0dd4d07f3d00fc81dcf1324d15c6ea18ff1 100644 (file)
@@ -13,6 +13,7 @@ EXTRA_DIST_FILES= $(LATEX_FILES)
 HTML_FILES = $(addprefix $(outdir)/, $(TELY_FILES:.tely=.html))
 
 PS_FILES = $(DVI_FILES:.dvi=.ps)
+PDF_FILES = $(DVI_FILES:.dvi=.pdf)
 
 PS_GZ_FILES= $(addsuffix .gz, $(PS_FILES))
 
@@ -85,7 +86,7 @@ deep-symlinks:
 endif
 
 
-local-WWW: $(HTML_FILES) $(datafiles) $(PS_GZ_FILES) $(DEEP_HTML_FILES) info-dir
+local-WWW: $(HTML_FILES) $(datafiles) $(PDF_FILES) $(PS_GZ_FILES) $(DEEP_HTML_FILES) info-dir
 
 local-WWW-clean: deep-WWW-clean
 
index 4a460c7dcfcf874616b2d5285571073f8dbefbb6..7b6e7bd47a41ceb774a658ccfee1c1f6565a7185 100644 (file)
@@ -14,4 +14,4 @@ The piano brace should be shifted horizontally if it  is enclosed in a bracket.
            e4
           >
     >
-    }}
+    }\paper {linewidth = -1. }}
index 2f5b4942352f01a5b951e7570fc1ee918cb56ed7..6c21074901098ac365b0774620c42ffaf9cafa30 100644 (file)
@@ -47,3 +47,8 @@ $(outdir)/%.tex: $(outdir)/%.ly
 $(outdir)/%-book.ps: $(outdir)/%.ps
        psbook $< $<.tmp
        pstops  '2:0L@.7(21cm,0)+1L@.7(21cm,14.85cm)' $<.tmp $@
+
+$(outdir)/%.pdf: $(outdir)/%.dvi
+       dvips -u lilypond.map -o $@.pdfps  -Ppdf $<
+       ps2pdf $@.pdfps $@
+