]> git.donarmstrong.com Git - lilypond.git/blobdiff - CHANGES
patch::: 1.5.1.jcn3
[lilypond.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 0ccd47a1684286713f841344bc5b01c34058190b..640d803673a7412a8b249a46d365bd9758d7216e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
+*** WARNING(reminder): all output via TeX (ie: using ly2dvi or plain
+*** lilypond) still yields broken stems, bars and staff lines.
 
-
-1.4.3.jcn2
+1.5.1.jcn2
 ==========
 
-* Included documentatioon and post-flex lexer.cc patch for
-Debian/unstable gcc-3.0.
-
-* Enhanced gcc autoconf and make messages.
-
-* Added -mieee to CFLAGS for alpha.
-
-* Fixed help and documentation of new LilyPond command line.
+* Make blot work without -fps too.
 
-* Redirected SuSE download to ftp.lilypond.org (where mirror script runs).
+* Use blot diameter for postscript beams and boxes.
 
-1.4.3
-=====
-
-1.4.2.jcn4
-==========
+* Guile-1.5.0-cvs updates and Guile-1.4.x compatibility.
 
-* Windows: bugfix for tex-wrappers, added tex wrapper for dvips.
-LilyPond (read: ly2dvi) should now work right out of the box.
+* Beam knee fix.
 
-Amazing; it seems that ly2dvi won't generate PK files without this
-dvips wrapper.  We had over 200 downloads of setup.exe, yet only one
-`call for help'.  Did all the others give up, or did none of them
-bother to share their fix/file a bug report?  Urg.
+* Now really included lexer-gcc-3.0.patch.
 
-* Included mktexnam.patch (again?).
-
-* Documentation fix (Mark Hindley).
-
-* Debian patch and bashism fix (Anthony).
-
-* Bugfix: local-install should depend on $(INSTALLATION_FILES).  This fixes
-./configure; make install in buildscripts/ (Michael Vanier).
-
-* Removed les-nereides from short-examples, as it is tweaked a lot,
-contrary to what the webpage claims (didn't know that).
-
-1.4.2.mb1
-==========
+* Make Voice context accept Thread again; this fixes MIDI output for music
+that uses Thread contexts.
 
-* ly2dvi, titledefs.tex: Typeset copyright notice at the bottom of the
-first page. Make separate page styles for first and last page.
+* Removed debug printing from chord-name.scm.
 
-* Bugfix: Default RehearsalMark font-family changed to roman (only
-affects Scheme text markups).
-
-1.4.2.hwn1
-==========
-
-* Added support for Q: statement to abc2ly. (Laura Conrad)
-
-* Tie shape bugfix (Mark Hindley).
-
-* Bugfix: lilypond-book LatexPaper.__setattr__()
-
-* Bugfix: make Hyphen_spanner::brew_molecule() more robust.
-
-* Don't use stdin when no argument specified.
-
-* Naming smobs -> grobs 
-
-* Bugfix: ledger lines on easy-notation note heads.
-
-1.4.2
+1.5.0
 =====
 
-* Glossary fixes (Thanks Jean-Pierre Coulon).
-
-1.4.1.jcn3
+1.5.0.jcn1
 ==========
 
-* Updated les-nereides.
-
-* Added \newpage command.
+* Added feature to ly2dvi to find feta pfa font files used in a
+postscript file to make printing of direct postscript a bit easier:
 
-* Doco fixes.
+    lilypond -fps input/trip.ly
+    cat $(ly2dvi -f trip.ps) trip.ps | lpr
 
-* Debian make fix.
+* Reincluded 1.4.3.jcn2.
 
-* Fix for index, small doco fixes.
+* Website fixes.
 
-* Bugfix: use roman font (instead of feta) for unacorda pedal.
+* Ly2dvi now leaves .tex and .latex output if latex fails, and cleans
+the temp dir if anything fails.
 
-* Don't use cyclic symlinks for web doc.
+* Fixes for windows scripts.
 
-* Don't create `empty pngs' with touch, make symlinks instead.
-
-* Added extra header titling fields to ly2dvi too.
-
-1.4.1.mb2
+1.5.0.uu1
 =========
 
-* documentation fixes
-
-* Add make rule to avoid problems building dvi documentation
+* Hara kiri and span-bar.
 
-* Documentation fixes
+* Junk old grace stuff.
 
-* Bugfix: tuplet-number-visibility
+* Don't crash on grace notes in MIDI output.
 
-1.4.1.hwn1
-==========
-
-* Do not lengthen the stem in case of a collision with the flag, but
-move dots to the right.
 
-* Debian patches (Thanks, Anthony!)
 
-1.4.1
+1.5.0
 =====
 
-1.4.0.jcn7
-==========
-
-* Added \tupletUp, \tupletDown, \tupletBoth.
-
-* Bugfix convert-ly: treCorde.
-
-* Slur attachment and extremity offsets taken relative to slur
-direction; so that
-
-   Slur \override #'attachment-offset = #'((0 . 1) . (0 . 1))
-
-will always make the slur move away from the note head.
-
-* Bugfix: slurs on dotted or flagged notes.
+* experimental grace notes:
+  - add grace timing to Moment
+  - hack to Sequential_music_iterator to use the correct timing for
+the note before a grace
+  - change the implementation of \grace construct
+  - property set/unset (eg. font size) is done through startGraceMusic
+and stopGraceMusic
+  - various engraver fixes to deal with the fact that the
+main-time-moment may remain the same during several steps.
+  - Change column creation logic in score-engraver. 
 
-* Added @reng, @rgrob, and @rint macros for referencing engravers,
-grobs and interfaces in documentation.
+* Bugfix: don't crash when \name not set in \translator block.
 
-* Bugfix for configure.
+* rename ly/*.ly to ly/*-init.ly (except language files) to avoid
+name clashes
 
-* text2html: use python script, use <pre> instead of <xmp>.
+* deprecate Property_engraver, add Font_size_engraver to Staff, Voice
+and Thread.
 
-* Fixed pa.ly.
+* Change mailing list address: *gnu-music*@gnu.org becomes
+*lilypond*@gnu.org
 
-* Bugfix: lilypond mode: make view messages scroll by.
+* Put span-bar lines only between the other barlines, not on top of
+them (thanks to Juergen Reuter)
 
-* configure: check for splitting makeinfo; small fixes for
-non-splitting makeinfo doc.
-
-* Added some missing titling (dedication, translator) and fixed ps titling
-(Thanks David Arnold).
-
-* More doco fixes.  Added a small legend.
-
-* Bugfix: trend of broken slurs with user-overridden stem attachments.
-
-* Bugfix redhat.spec: use root attributes on files.
-
-* Bugfix: typo in update-lily, re-set download url to /development.
-
-* Removed some empty files.
-
-* Merged tutorials. Simplified the text.
-
-* Small doco fixes.
-
-1.4.0.uu1
-=========
-
-* Bugfix: percussion clef
+1.4.4.jcn3
+==========
+  
+TODO: look at other filledbox'es (stafflines and barlines don't match up).
 
-* Bugfix: multiple scripts.
+* Testing code off by default.  On: -e "(define ps-testing 1)" -fps
 
-* Bugfix: read TeX's afm files. Metrics are still messed up (too small), but no
-crash.
+* Output via TeX/dvips still gives problems.  Use direct postscript
+output for real testing.
 
-* Bugfix: fixed the problem where dots clash with other notes (Timothy S.
-Nelson)
+* Beam and stem fixes:
+ - Stems drawn in PostScript (should do all filledbox'es in PS?).
+ - Fixes for draw_box and draw_beam PostScript routines.
+ - Stems reach to top (or bottom) of beam.
+ - Beam uses correct stem thickness (only right beams, left TODO).
+ - testing code in effect: only outlines are drawn.