]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Top): rewrite NEWS in texinfo.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 24 Jul 2003 23:59:58 +0000 (23:59 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 24 Jul 2003 23:59:58 +0000 (23:59 +0000)
Documentation/GNUmakefile
Documentation/index.html.in
Documentation/topdocs/NEWS.texi
Documentation/user/GNUmakefile
buildscripts/mutopia-index.py
stepmake/stepmake/texinfo-rules.make

index af336445b34b9028917f87195ab49fefb9fdb0dd..3bafadd075521fe47a83569ec0a743c81b8368f5 100644 (file)
@@ -5,7 +5,7 @@ SUBDIRS=user bibliography pictures topdocs
 STEPMAKE_TEMPLATES=documentation texinfo tex
 LOCALSTEPMAKE_TEMPLATES=lilypond ly
 LILYPOND_BOOK_FLAGS=--extra-options '-e "(ly:set-option (quote internal-type-checking) \#t)"'
-README_TOP_FILES=NEWS DEDICATION ChangeLog
+README_TOP_FILES= DEDICATION ChangeLog
 EXTRA_DIST_FILES=
 
 include $(depth)/make/stepmake.make 
index e87ac1729ca6d4aee46db79c8a84559fef3e1fff..1549eeab4bc4c95712db6a3c14dd900b5309408e 100644 (file)
@@ -41,7 +41,7 @@
           <td class="left-column">
          <ul>
            <li>
-           <a class="title" href="../user/out-www/lilypond.html#Tutorial">Tutorial</a>
+           <a class="title" href="../user/out-www/lilypond/lilypond.html#Tutorial">Tutorial</a>
              <br>(start here)
          </ul>
          </td>
@@ -50,7 +50,7 @@
          
             <li>
            <a class="title" href="../topdocs/out-www/NEWS.html">NEWS</a>
-           <br>(changes since the last major release)
+           <br>(changes since the last major release)
          </ul>
          </td>
         </tr>
@@ -61,7 +61,7 @@
            <li>
 <a class="title" href="../user/out-www/lilypond/lilypond.html">User manual</a>
 (in <a class="title" href="../user/out-www/lilypond.pdf">PDF</a>, in
-<a class="title" href="../user/out-www/lilypond.html">one big page</a>)
+<a class="title" href="../user/out-www/lilypond/lilypond.html">one big page</a>)
 
      <br>(everything about LilyPond)
      
index e305a17fdd11db8356fb419dc1a50a0b12e02c1b..238c4a1674eb2d9cc15880578298a8fe4dc7a53a 100644 (file)
@@ -184,41 +184,60 @@ The manual has been completely revised and extended.
 @chapter New features in 1.6 since 1.4
 
 
+@itemize @bullet
 
+@item
 Support for figured bass and tablature.
 
+@item
 Completely rewritten beam formatting: provides much better output
 now.
 
+
+@item
 Completely revised and improved music font.
 
+
+@item
 Completely rewritten MIDI import support.
 
+@item
 Completely rewritten grace note support. Practically speaking this
 means that grace notes can be slurred to normal normal notes.
 
+
+@item
 Improved accidental handling and formatting: styles for producing
 cautionaries may vary, and complex collisions between accidentals of a
 chord are handled much better.
 
+@item
 Better spacing: both globally and locally. This includes subtle
 details like optical stem spacing.
 
+@item
 More support for ancient notation: mensural ligatures, ambitus
 (pitch range) of voices, more shapes, etc.
 
+@item
 More support for piano notation: bracket pedals, directed arpeggios,
 arpeggio brackets.
 
+@item
 Easier music polyphonic music entry.
 
+@item
 More extensibility, many speedups and bugfixes
 
+@item
 The manual has been thoroughly revised.
 
+@item
 Development is now hosted at http://savannah.gnu.org, and sources
 can be downloaded through anonymous CVS.
 
+@item
 Support for windows: LilyPond is part of the cygwin distribution,
 which comes with a user-friendly installer.
 
+@end itemize
index d52cf4765011333656c6e759fec5acf32efb15fa..f6e334cd14760420461e7485d5c694a5eb8e01d4 100644 (file)
@@ -69,14 +69,14 @@ extra-local-help:
 $(outdir)/lilypond/lilypond.html: $(outdir)/lilypond.texi 
        mkdir -p $(dir $@)
        $(MAKEINFO) --output=$(outdir)/lilypond --html $<
+       $(MAKEINFO) -I $(outdir) --output=$@ --html --no-split --no-headers $<
        -cp -f $(outdir)/*.{png,ly} $(outdir)/lilypond
-       -cp -f $(outdir)/lilypond/index.html $@
 
 $(outdir)/lilypond-internals/lilypond-internals.html: $(outdir)/lilypond-internals.texi
        mkdir -p $(dir $@)
        $(MAKEINFO) --output=$(outdir)/lilypond-internals --html $<
+       $(MAKEINFO) -I $(outdir) --output=$@ --html --no-split --no-headers $<
        -cp -f $(outdir)/*.{png,ly} $(outdir)/lilypond-internals
-       -cp -f $(outdir)/lilypond-internals/index.html $@
 
 ifeq ($(SPLITTING_MAKEINFO),yes)
 
index 4eb80f688d49fb99736754f9071bfd4c4043336c..345a2f4c94f8439c08a3953469a5000a8eafde9d 100644 (file)
@@ -145,7 +145,7 @@ def gen_list(inputs, filename):
                composer = read_dict('composer', '')
                desc = read_dict('description', '')
                list.write('<hr>\n')
-               list.write('<h1>example file: %s</h1>\n' % head);
+               list.write('<h1>%s</h1>\n' % head);
                if composer <> '':
                        list.write('<h2>%s</h2>\n' % composer)
                if desc <> '':
index fb6c07ce13a43a85747c4dfce5475af9e08f31b3..2bad713de299f09947d161357b6ba5d2792f0909 100644 (file)
@@ -18,7 +18,6 @@ $(outdir)/%.ps.gz.omf: %.texi
 
 # Generic rule not possible?
 $(outdir)/%/%.html: $(outdir)/%.texi 
-       $(MAKEINFO) -I $(outdir) --output=$@ --html --no-split --no-headers $<
        $(MAKEINFO) --output=$@ --html $<