]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/latex-example.latex: restore from old version
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 19 Aug 2002 13:39:00 +0000 (13:39 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 19 Aug 2002 13:39:00 +0000 (13:39 +0000)
* Documentation/topdocs/index.tely: remove @settitle

* Documentation/topdocs/README.texi: small fixes.

ChangeLog
Documentation/topdocs/README.texi
Documentation/topdocs/index.tely
Documentation/user/latex-example.latex
GNUmakefile.in

index 8d1d9c523ecb234686b3db63ae925d27a1545284..e8aa585e67362e9025943b3539d2a0cf7ffc7f61 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
 
        * VERSION: release 1.6.0 
 
+       * Documentation/user/latex-example.latex: restore from old version
+
+       * Documentation/topdocs/index.tely: remove @settitle
+
+       * Documentation/topdocs/README.texi: small fixes.
+
        * lily/self-aligment-interface.cc (centered_on_parent): only
        return center if extents not empty.
 
@@ -9,7 +15,7 @@
 
        * mf/feta-bolletjes.mf: use resolution independent variables.
 
-2002-08-19  janneke  <janneke@blauw.xs4all.nl>
+2002-08-19  janneke  <janneke@blauw.xs4all.nl>;
 
        * lily/stem.cc (calc_stem_info): Fix [a8 a32].
 
        * regular-spacing-engraver.cc:
        * lily/regular-spacing-engraver.cc: Add regular-distance-to.
 
-       * ligature-bracket.cc, ligature-engraver.cc, ligature-head.cc, mensural-ligature-engraver.cc, mensural-ligature.cc:
-               * lily/mensural-ligature-engraver.cc:
-               * scm/grob-property-description.scm: Add head-width, join-left,
-               primitive.
+       * ligature-bracket.cc, ligature-engraver.cc, ligature-head.cc,
+       mensural-ligature-engraver.cc, mensural-ligature.cc:
+
+       * lily/mensural-ligature-engraver.cc:
+       * scm/grob-property-description.scm: Add head-width, join-left,
+       primitive.
 
 2002-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
index 2229220a8cbbbfc61b6014d3157789088ade7b79..6f642e537680541da08ca54d75489ac080fc5aad 100644 (file)
@@ -1,6 +1,6 @@
 \input texinfo @c -*-texinfo-*-
 @setfilename README.info
-@settitle This is the toplevel README to LilyPond
+@settitle Toplevel README
 
 @html
 <!--- @@WEB-TITLE@@=README --->
@@ -30,8 +30,8 @@ The primary download site for sourcecode is
 @uref{ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/}.
 
 If you have a slow connection, then you are advised to use
-@uref{xdelta,ftp://ftp.xcf.berkeley.edu/pub/xdelta/} for patching
-source archives; Xdelta (@file{.xd}) files are supplied on the website.
+@uref{ftp://ftp.xcf.berkeley.edu/pub/xdelta/,xdelta} for patching
+source archives; Xdelta (@file{.xd}) files are supplied on the FTP site.
 
 @section Compilation
 
index 5c4b48e4cb7940e77d88b9260d970bb96807f5c1..e0f7e296b1ca5f1335fdf86feb548e2fb78ba1fc 100644 (file)
@@ -1,6 +1,7 @@
 \input texinfo @c -*-texinfo-*-
 @setfilename index.info
-@settitle LilyPond homepage
+@settitle 
+@c title looks silly in HTML, because it's just below WEB-TITLE.
 
 @html
 <!--- @@WEB-TITLE@@=GNU Music Typesetter Homepage --->
index fa675e55e8af0fa46d62e0450aaa5b96e045def4..68a861072a96014963980897cec15552226966cf 100644 (file)
@@ -6,25 +6,40 @@
 %\def\postLilypondExample{}
 
 
-\usepackage{graphics}
-\def\postLilypondExample{}
-\def\preLilypondExample{}
 \begin{document}
 
-\preLilypondExample \input lily-464146743.tex \postLilypondExample
+\begin{lilypond}
+\score {
+ \notes\relative c' { c d e f g a b c }
+}
+\end{lilypond}
 
 
-
-\preLilypondExample \input lily-940223662.tex \postLilypondExample
-
+\begin[fragment]{lilypond}
+c d e
+\end{lilypond}
 
 
 % generate standard lilypond titles
 \input titledefs.tex
 \def\preLilypondExample{\def\mustmakelilypondtitle{}}
 
-\preLilypondExample \input lily-615430739.tex \postLilypondExample
-
+\begin{lilypond}
+\header {
+  title =      "Title"
+  subtitle =   "Subtitle"
+  subsubtitle =        "Subsubtitle"
+  opus =  "Opus 1"
+  piece = "Piece"
+  composer =    "Composer"
+  enteredby =   "JCN"
+  instrument = "instrument"
+}
+\paper { linewidth = -1. }
+\score {
+  \notes \relative c'' { a b c d }
+}
+\end{lilypond}
 
 \begin{enumerate}
 \item Vers one.  aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa 
index 9961c60889d38867e707404e007f9ecdf428c91e..38851b89da5f247f28e2276c8529f58d7b216d04 100644 (file)
@@ -44,6 +44,9 @@ doc: run-reqs
        $(MAKE) -C Documentation
 
 web-doc: web-reqs
+       $(MAKE) out=www -C input/regression/ WWW
+       $(MAKE) out=www -C input/template/ WWW
+       $(MAKE) out=www -C input/test/ WWW
        $(MAKE) out=www -C Documentation WWW
        $(MAKE) footify