]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.35
authorfred <fred>
Tue, 26 Mar 2002 22:47:14 +0000 (22:47 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:47:14 +0000 (22:47 +0000)
CHANGES
Documentation/index.texi
input/test/GNUmakefile

diff --git a/CHANGES b/CHANGES
index 7f45cd778b06f671371eac0e5c437da27620f188..a64562175a18d23c04b5e5cf470c2887e95a6624 100644 (file)
--- 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
index 023b144077883b1f6148e6e8a70279cf1454830d..d3ee87f0cdc6a5b5c4610a4cb5d73a2cb81daa9b 100644 (file)
@@ -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
 
 
index 85f2a1fbca95700769594f23c84ba3d5a725e561..8fea0aed67f8177864b669323f78e07804266cc2 100644 (file)
@@ -1,7 +1,7 @@
 # input/test/Makefile
 
 depth = ../..
-examples= font20  
+examples= font20  
 LOCALSTEPMAKE_TEMPLATES=mutopia
 
 include $(depth)/make/stepmake.make