]> git.donarmstrong.com Git - lilypond.git/blobdiff - CHANGES
patch::: 1.5.1.jcn3
[lilypond.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 6eadd906641586113414255ab46e1fb177d633b2..640d803673a7412a8b249a46d365bd9758d7216e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
-1.4.1.jcn4
-==========
-
-* Glossary fixes (Thanks Jean-Pierre Coulon).
+*** WARNING(reminder): all output via TeX (ie: using ly2dvi or plain
+*** lilypond) still yields broken stems, bars and staff lines.
 
-1.4.1.jcn3
+1.5.1.jcn2
 ==========
 
-* Updated les-nereides.
-
-* Added \newpage command.
-
-* Doco fixes.
-
-* Debian make fix.
-
-* Fix for index, small doco fixes.
-
-* Bugfix: use roman font (instead of feta) for unacorda pedal.
-
-* Don't use cyclic symlinks for web doc.
-
-* Don't create `empty pngs' with touch, make symlinks instead.
-
-* Added extra header titling fields to ly2dvi too.
+* Make blot work without -fps too.
 
-1.4.1.mb2
-=========
-
-* documentation fixes
+* Use blot diameter for postscript beams and boxes.
 
-* Add make rule to avoid problems building dvi documentation
+* Guile-1.5.0-cvs updates and Guile-1.4.x compatibility.
 
-* Documentation fixes
+* Beam knee fix.
 
-* Bugfix: tuplet-number-visibility
+* Now really included lexer-gcc-3.0.patch.
 
-1.4.1.hwn1
-==========
+* Make Voice context accept Thread again; this fixes MIDI output for music
+that uses Thread contexts.
 
-* Do not lengthen the stem in case of a collision with the flag, but
-move dots to the right.
+* Removed debug printing from chord-name.scm.
 
-* Debian patches (Thanks, Anthony!)
-
-1.4.1
+1.5.0
 =====
 
-1.4.0.jcn7
+1.5.0.jcn1
 ==========
 
-* Added \tupletUp, \tupletDown, \tupletBoth.
-
-* Bugfix convert-ly: treCorde.
+* Added feature to ly2dvi to find feta pfa font files used in a
+postscript file to make printing of direct postscript a bit easier:
 
-* Slur attachment and extremity offsets taken relative to slur
-direction; so that
+    lilypond -fps input/trip.ly
+    cat $(ly2dvi -f trip.ps) trip.ps | lpr
 
-   Slur \override #'attachment-offset = #'((0 . 1) . (0 . 1))
+* Reincluded 1.4.3.jcn2.
 
-will always make the slur move away from the note head.
+* Website fixes.
 
-* Bugfix: slurs on dotted or flagged notes.
+* Ly2dvi now leaves .tex and .latex output if latex fails, and cleans
+the temp dir if anything fails.
 
-* Added @reng, @rgrob, and @rint macros for referencing engravers,
-grobs and interfaces in documentation.
+* Fixes for windows scripts.
 
-* Bugfix for configure.
+1.5.0.uu1
+=========
 
-* text2html: use python script, use <pre> instead of <xmp>.
+* Hara kiri and span-bar.
 
-* Fixed pa.ly.
+* Junk old grace stuff.
 
-* Bugfix: lilypond mode: make view messages scroll by.
+* Don't crash on grace notes in MIDI output.
 
-* 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.
+1.5.0
+=====
 
-* Bugfix: trend of broken slurs with user-overridden stem attachments.
+* 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. 
 
-* Bugfix redhat.spec: use root attributes on files.
+* Bugfix: don't crash when \name not set in \translator block.
 
-* Bugfix: typo in update-lily, re-set download url to /development.
+* rename ly/*.ly to ly/*-init.ly (except language files) to avoid
+name clashes
 
-* Removed some empty files.
+* deprecate Property_engraver, add Font_size_engraver to Staff, Voice
+and Thread.
 
-* Merged tutorials. Simplified the text.
+* Change mailing list address: *gnu-music*@gnu.org becomes
+*lilypond*@gnu.org
 
-* Small doco fixes.
+* Put span-bar lines only between the other barlines, not on top of
+them (thanks to Juergen Reuter)
 
-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.