From: fred Date: Tue, 26 Mar 2002 21:26:08 +0000 (+0000) Subject: lilypond-1.0.10 X-Git-Tag: release/1.5.59~2880 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d500b83f9c18a83aeaabc30c28beb8da9aba837c;p=lilypond.git lilypond-1.0.10 --- diff --git a/Documentation/tex/html-disclaimer.yo-urg b/Documentation/tex/html-disclaimer.yo-urg new file mode 100644 index 0000000000..2fa20c33aa --- /dev/null +++ b/Documentation/tex/html-disclaimer.yo-urg @@ -0,0 +1,15 @@ +COMMENT( +I cannot be named .yo, because i'm not a complete document, yodl2x will break. +) +whenhtml( +nsubsect(Disclaimer) +This document is written in url(Yodl)(ftp://pcnov095.win.tue.nl/pub/yodl) +and should foremost produce nice LaTeX() output. +In other formats, such as html, some things will look a bit different, +while other things will be simply left out. +Therefore, the authoritive version of this document is the PostScript version, +produced via LaTeX(). +As you know, url(no gifs due to patent problems)(http://www.gnu.org/philosophy/gif.html), +but the png images should be viewable with any current browser +(jpeg is inappropriate for music images). +) diff --git a/Documentation/tex/refman.yo b/Documentation/tex/refman.yo index e591332169..396e561d97 100644 --- a/Documentation/tex/refman.yo +++ b/Documentation/tex/refman.yo @@ -49,6 +49,7 @@ latexcommand(\def\texttt#1{\tt #1}) latexcommand(\def\textbf#1{\bf #1}) ) +includefile(html-disclaimer.yo-urg) bf(This document is not up to date). All rendered examples of course are current, but the rest probably isn't. Adjusting the tutorial was diff --git a/Documentation/tex/tutorial.yo b/Documentation/tex/tutorial.yo index ef463ef7aa..1f0d591e5f 100644 --- a/Documentation/tex/tutorial.yo +++ b/Documentation/tex/tutorial.yo @@ -62,15 +62,7 @@ latexcommand(\def\preexample{\par}) latexcommand(\def\postexample{\par\medskip}) latexcommand(\def\file#1{{mycode(#1)}}) -whenhtml( -nsubsect(Disclaimer) -This document is written in url(Yodl)(ftp://pcnov095.win.tue.nl/pub/yodl) -and should foremost produce nice LaTeX() output. -In other formats, such as html, some things will look a bit different, -while other things will be simply left out. -Therefore, the authoritive version of this document is the PostScript version, -produced via LaTeX(). -) +includefile(html-disclaimer.yo-urg) sect(Introduction) label(tutorial:introduction) diff --git a/NEWS b/NEWS index 63070dc0a4..794216b558 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,20 @@ (need to fix pictures. I know) + +pl 9.jcn1 + - started gnuisation of website + * filetype and size + * 'no gifs due to patent problems' + - bumped stepmake version nr (again): + please update stepmake/VERSION after making changes to stepmake... + +pl 9.hwn1 + - do default midi,paper by toplevel \paper / \midi (mudela 1.0.4) + - bf: error if no Score context + - notename table now can be declared as well. + - junked \clear + pl 9 pl 8.uu1 diff --git a/buildscripts/mutopia-index.py b/buildscripts/mutopia-index.py index a4c4652b92..b72042cadf 100644 --- a/buildscripts/mutopia-index.py +++ b/buildscripts/mutopia-index.py @@ -6,6 +6,7 @@ name = 'mutopia-index' import regex import os import sys +import stat sys.path.append ('@abs-step-bindir@') @@ -77,11 +78,15 @@ def gen_list(inputs, subdir, filename): list.write ('') list.write('

Contents of this directory

\n'); - list.write ('These example files are taken from the LilyPond distribution.\n' - 'LilyPond currently only outputs TeX and MIDI. The pictures and\n' - 'PostScript files were generated using TeX, Ghostscript and some\n' - 'graphics tools. The papersize used for these examples is A4. The GIF\n' - 'files have been scaled to eliminate aliasing.\n'); + list.write ( + 'These example files are taken from the LilyPond distribution. ' + 'LilyPond currently only outputs TeX and MIDI. The pictures and ' + 'PostScript files were generated using TeX, Ghostscript and some ' + 'graphics tools. The papersize used for these examples is A4. ' + 'As you know, no gifs due to patent problems, ' + 'but the png images should be viewable with any current browser ' + '(jpeg is inappropriate for music images).' + '\n'); for ex in inputs: @@ -109,18 +114,24 @@ def gen_list(inputs, subdir, filename): if desc <> '': list.write('%s

' % desc) list.write ('

"); list.write( ""); diff --git a/stepmake/NEWS b/stepmake/NEWS index ac662d058d..518805cb3c 100644 --- a/stepmake/NEWS +++ b/stepmake/NEWS @@ -1,3 +1,6 @@ +pl 51 + - bumped version nr + pl 50 - bf's: PATHSEP - png diff --git a/stepmake/VERSION b/stepmake/VERSION index a044234f74..8571e128dc 100644 --- a/stepmake/VERSION +++ b/stepmake/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=StepMake MAJOR_VERSION=0 MINOR_VERSION=1 -PATCH_LEVEL=50 +PATCH_LEVEL=51 MY_PATCH_LEVEL= # use the above to send patches, always empty for released version: