From f3a947b70e84d026cfdd9c98e7e9797934a85781 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:47:14 +0000 Subject: [PATCH] lilypond-1.3.35 --- CHANGES | 25 +++++++++++++++++++++++++ Documentation/index.texi | 31 +++++++++++++------------------ input/test/GNUmakefile | 2 +- 3 files changed, 39 insertions(+), 19 deletions(-) diff --git a/CHANGES b/CHANGES index 7f45cd778b..a64562175a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,28 @@ +1.3.35 +====== + +* Removed Documentation/programmer directory + +1.3.34.jcn3 +=========== + +* Small enhancements to Staff_margin_engraver: + - by default, the marginScript left aligns the text + - to set the text style, use property marginScriptTextStyle + - to change the alignment, use property marginScriptHorizontalAlignment + (centred and right alignment require manual padding settings). + +* Print a friendly message if the manual pages failed to build. + +* Bugfix: dynamicDirection now overrides verticalDirection setting. + +* Warning messages and nl.po + +* Fixed vertical alignment for all dynamic items and (reluctantly) + reinstated old directional behaviour for orphaned dynamics. + +* Finished maximumRestCount property. + 1.3.34 ====== 1.3.33.hwn2 diff --git a/Documentation/index.texi b/Documentation/index.texi index 023b144077..d3ee87f0cd 100644 --- a/Documentation/index.texi +++ b/Documentation/index.texi @@ -6,7 +6,7 @@ @top -@unnumberedsubsec Info +@unnumberedsubsec General information @itemize @bullet @item @uref{DEDICATION.txt,Dedication} @@ -17,8 +17,6 @@ @item @uref{faq.html,FAQ: Frequently asked questions}, with answers @end itemize - - @unnumberedsubsec Manuals @itemize @bullet @@ -29,17 +27,12 @@ terms}, includes translations. Also available in @uref{../user/out-www/glossary @item @uref{../user/out-www/mudela-book.html,mudela-book}, a tool for integrating text and music in LaTeX and texinfo; also available in @uref{../user/out-www/mudela-book.ps.gz,Postscript} -@item @uref{ly2dvi.html,ly2dvi} manual. Ly2dvi does page layout for -LilyPond prints -@item @uref{midi2ly.html,midi2ly} manual. midi2ly converts MIDI files to -LilyPond input -@item @uref{../programmer/out-www/regression-test.html, LilyPond test document} -@end itemize - - -@unnumberedsubsec Status - -@itemize @bullet +@item @uref{../user/out-www/ly2dvi.html,ly2dvi} does page layout for +LilyPond printout. +@item @uref{../user/out-www/midi2ly.html,midi2ly} +converts MIDI files to LilyPond input +@item @uref{regression-test.html, LilyPond test document} +Also available in @uref{regression-test.ps.gz,Postscript} @end itemize @@ -50,8 +43,6 @@ LilyPond input @item @uref{../pictures/out-www/lelie-icon.png, logo} in small size @end itemize - - @unnumberedsubsec Literature @itemize @bullet @@ -68,9 +59,13 @@ by computer}. @end itemize -@unnumberedsubsec Miscellaneous texts +@unnumberedsubsec Background information + + @itemize @bullet +@item @uref{hacking.html,Internals} details of the implementation +@item @uref{README-W32.html,Compiling and running on Windows32} @item @uref{../misc/out-www/CHANGES-0.0.txt, Change logs from 0.0 till 0.1 } @item @uref{../misc/out-www/CHANGES-0.1.txt, Change logs from 0.1 till 1.0 } @item @uref{../misc/out-www/CHANGES-1.0.txt, Change logs from 1.0 till 1.1 } @@ -82,7 +77,7 @@ changes)} changes)} @item @uref{../misc/out-www/ANNOUNCE-1.2.txt, Announcement of 1.2 (includes summary of changes)} @item @uref{../misc/out-www/AIMS.txt, Why LilyPond?} -pp@item @uref{../misc/out-www/interview.txt, Answers} to the Brave GNU world standard questions. +@item @uref{../misc/out-www/interview.txt, Answers} to the Brave GNU world standard questions. @end itemize diff --git a/input/test/GNUmakefile b/input/test/GNUmakefile index 85f2a1fbca..8fea0aed67 100644 --- a/input/test/GNUmakefile +++ b/input/test/GNUmakefile @@ -1,7 +1,7 @@ # input/test/Makefile depth = ../.. -examples= # font20 +examples= font20 LOCALSTEPMAKE_TEMPLATES=mutopia include $(depth)/make/stepmake.make -- 2.39.5