]> git.donarmstrong.com Git - lilypond.git/blobdiff - CHANGES
release: 1.5.3
[lilypond.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index fb18257fbd0796c2d3cc3d72a6d3e7b155fedc2d..1ed44c2eaf5ce219dd2ba38840c7081108d249fe 100644 (file)
--- a/CHANGES
+++ b/CHANGES
-1.4.1.jcn2
+1.5.2.hwn1
 ==========
 
-* Added \newpage command.
+* Starting pagenumber (Mark Hindley)
 
-* Doco fixes.
+* Ancient font patch (Juergen Reuter) [WARNING: FONT UPDATE!]
 
-* Debian make fix.
+* Bugfix: don't  put grace beams on non grace notes, and vice versa.
 
-1.4.1.jcn1
+* etf2ly:
+  - miserable try at importing repeatbars and volta brackets;
+  - import articulation defs (IX tag)
+  - revamped file reading logic. Now much cleaner.
+
+* Experimental regular-spacing support: try to space regular runs of
+notes equidistantly.
+
+1.5.2.jcn2
 ==========
 
-* Fix for index, small doco fixes.
+* Flex is fixed in Debian/unstable.  Update documentation accordingly.
+
+* Guile 1.3.4 compile fix.
+
+* Add trill line type, see input/test/trill.ly.
+
+* Dvips bugs workarounds:
+  - Draw filledbox in tex for now.  Test ps code using
+
+     lilypond -e '(define ps-testing 1)'
 
-* Bugfix: use roman font (instead of feta) for unacorda pedal.
+  - Extend stems only half way into beam.
 
-* Don't use cyclic symlinks for web doc.
+* Change order of includes in tex/lilyponddefs.tex so that feta font
+can be used a little easier, like:
 
-* Don't create `empty pngs' with touch, make symlinks instead.
+    title="TeX \fetachar\fetasharp"
 
-* Added extra header titling fields to ly2dvi too.
+* Update stepmake/bin config.sub, config.guess.
 
-1.4.1
+1.5.2
 =====
 
-1.4.0.jcn7
+1.5.1.hwn1
 ==========
 
-* Added \tupletUp, \tupletDown, \tupletBoth.
+* small bugfixes for grace-init.ly
 
-* Bugfix convert-ly: treCorde.
+* Bugfix: don't mess up spacing when combining different tuplets.
 
-* Slur attachment and extremity offsets taken relative to slur
-direction; so that
+* Small bugfixes for lilypond-mode.el.
 
-   Slur \override #'attachment-offset = #'((0 . 1) . (0 . 1))
+* property-init.ly: bugfix for dot directions in polyphonic music.
 
-will always make the slur move away from the note head.
+1.5.1.jcn3
+==========
+
+* Bugfix: text2html: escape entities inside <pre>.
 
-* Bugfix: slurs on dotted or flagged notes.
+* Added some template .ly's for evaluation.
 
-* Added @reng, @rgrob, and @rint macros for referencing engravers,
-grobs and interfaces in documentation.
+* Make blot work without -fps too.
 
-* Bugfix for configure.
+* Use blot diameter for postscript beams and boxes.
 
-* text2html: use python script, use <pre> instead of <xmp>.
+* Guile-1.5.0-cvs updates and Guile-1.4.x compatibility.
 
-* Fixed pa.ly.
+* Beam knee fix.
 
-* Bugfix: lilypond mode: make view messages scroll by.
+* Now really included lexer-gcc-3.0.patch.
 
-* configure: check for splitting makeinfo; small fixes for
-non-splitting makeinfo doc.
+* Make Voice context accept Thread again; this fixes MIDI output for music
+that uses Thread contexts.
 
-* Added some missing titling (dedication, translator) and fixed ps titling
-(Thanks David Arnold).
+* Removed debug printing from chord-name.scm.
 
-* More doco fixes.  Added a small legend.
+1.5.0
+=====
+1.5.0.jcn1
+==========
 
-* Bugfix: trend of broken slurs with user-overridden stem attachments.
+* Added feature to ly2dvi to find feta pfa font files used in a
+postscript file to make printing of direct postscript a bit easier:
 
-* Bugfix redhat.spec: use root attributes on files.
+    lilypond -fps input/trip.ly
+    cat $(ly2dvi -f trip.ps) trip.ps | lpr
 
-* Bugfix: typo in update-lily, re-set download url to /development.
+* Reincluded 1.4.3.jcn2.
 
-* Removed some empty files.
+* Website fixes.
 
-* Merged tutorials. Simplified the text.
+* Ly2dvi now leaves .tex and .latex output if latex fails, and cleans
+the temp dir if anything fails.
 
-* Small doco fixes.
+* Fixes for windows scripts.
 
-1.4.0.uu1
+1.5.0.uu1
 =========
 
-* Bugfix: percussion clef
+* Hara kiri and span-bar.
+
+* Junk old grace stuff.
+
+* Don't crash on grace notes in MIDI output.
+
+
+
+1.5.0
+=====
+
+* 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: don't crash when \name not set in \translator block.
+
+* rename ly/*.ly to ly/*-init.ly (except language files) to avoid
+name clashes
+
+* deprecate Property_engraver, add Font_size_engraver to Staff, Voice
+and Thread.
+
+* Change mailing list address: *gnu-music*@gnu.org becomes
+*lilypond*@gnu.org
+
+* Put span-bar lines only between the other barlines, not on top of
+them (thanks to Juergen Reuter)
+
+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.