]> git.donarmstrong.com Git - lilypond.git/blobdiff - CHANGES
release: 1.5.3
[lilypond.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index af019b8376e81d2f342822705e2fd9ae151ad7a4..1ed44c2eaf5ce219dd2ba38840c7081108d249fe 100644 (file)
--- a/CHANGES
+++ b/CHANGES
-1.4.2.jcn4
+1.5.2.hwn1
 ==========
 
-* Windows: bugfix for tex-wrappers, added tex wrapper for dvips.
-LilyPond (read: ly2dvi) should now work right out of the box.
+* Starting pagenumber (Mark Hindley)
 
-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.
+* Ancient font patch (Juergen Reuter) [WARNING: FONT UPDATE!]
 
-* Included mktexnam.patch (again?).
+* Bugfix: don't  put grace beams on non grace notes, and vice versa.
 
-* Documentation fix (Mark Hindley).
+* etf2ly:
+  - miserable try at importing repeatbars and volta brackets;
+  - import articulation defs (IX tag)
+  - revamped file reading logic. Now much cleaner.
 
-* Debian patch and bashism fix (Anthony).
+* Experimental regular-spacing support: try to space regular runs of
+notes equidistantly.
 
-* 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
+1.5.2.jcn2
 ==========
 
-* ly2dvi, titledefs.tex: Typeset copyright notice at the bottom of the
-first page. Make separate page styles for first and last page.
+* Flex is fixed in Debian/unstable.  Update documentation accordingly.
 
-* Bugfix: Default RehearsalMark font-family changed to roman (only
-affects Scheme text markups).
+* Guile 1.3.4 compile fix.
 
-1.4.2.hwn1
-==========
+* Add trill line type, see input/test/trill.ly.
 
-* Added support for Q: statement to abc2ly. (Laura Conrad)
+* Dvips bugs workarounds:
+  - Draw filledbox in tex for now.  Test ps code using
 
-* Tie shape bugfix (Mark Hindley).
+     lilypond -e '(define ps-testing 1)'
 
-* Bugfix: lilypond-book LatexPaper.__setattr__()
+  - Extend stems only half way into beam.
 
-* Bugfix: make Hyphen_spanner::brew_molecule() more robust.
+* Change order of includes in tex/lilyponddefs.tex so that feta font
+can be used a little easier, like:
 
-* Don't use stdin when no argument specified.
+    title="TeX \fetachar\fetasharp"
 
-* Naming smobs -> grobs 
+* Update stepmake/bin config.sub, config.guess.
 
-* Bugfix: ledger lines on easy-notation note heads.
-
-1.4.2
+1.5.2
 =====
 
-* Glossary fixes (Thanks Jean-Pierre Coulon).
-
-1.4.1.jcn3
+1.5.1.hwn1
 ==========
 
-* Updated les-nereides.
+* small bugfixes for grace-init.ly
 
-* Added \newpage command.
+* Bugfix: don't mess up spacing when combining different tuplets.
 
-* Doco fixes.
+* Small bugfixes for lilypond-mode.el.
 
-* Debian make fix.
+* property-init.ly: bugfix for dot directions in polyphonic music.
 
-* 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.
+1.5.1.jcn3
+==========
 
-* Added extra header titling fields to ly2dvi too.
+* Bugfix: text2html: escape entities inside <pre>.
 
-1.4.1.mb2
-=========
+* Added some template .ly's for evaluation.
 
-* documentation fixes
+* Make blot work without -fps too.
 
-* Add make rule to avoid problems building dvi documentation
+* Use blot diameter for postscript beams and boxes.
 
-* Documentation fixes
+* Guile-1.5.0-cvs updates and Guile-1.4.x compatibility.
 
-* Bugfix: tuplet-number-visibility
+* Beam knee fix.
 
-1.4.1.hwn1
-==========
+* Now really included lexer-gcc-3.0.patch.
 
-* Do not lengthen the stem in case of a collision with the flag, but
-move dots to the right.
+* Make Voice context accept Thread again; this fixes MIDI output for music
+that uses Thread contexts.
 
-* Debian patches (Thanks, Anthony!)
+* Removed debug printing from chord-name.scm.
 
-1.4.1
+1.5.0
 =====
-
-1.4.0.jcn7
+1.5.0.jcn1
 ==========
 
-* Added \tupletUp, \tupletDown, \tupletBoth.
-
-* Bugfix convert-ly: treCorde.
-
-* Slur attachment and extremity offsets taken relative to slur
-direction; so that
+* 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 \override #'attachment-offset = #'((0 . 1) . (0 . 1))
+    lilypond -fps input/trip.ly
+    cat $(ly2dvi -f trip.ps) trip.ps | lpr
 
-will always make the slur move away from the note head.
+* Reincluded 1.4.3.jcn2.
 
-* Bugfix: slurs on dotted or flagged notes.
+* Website fixes.
 
-* Added @reng, @rgrob, and @rint macros for referencing engravers,
-grobs and interfaces in documentation.
+* Ly2dvi now leaves .tex and .latex output if latex fails, and cleans
+the temp dir if anything fails.
 
-* Bugfix for configure.
+* Fixes for windows scripts.
 
-* text2html: use python script, use <pre> instead of <xmp>.
+1.5.0.uu1
+=========
 
-* Fixed pa.ly.
+* Hara kiri and span-bar.
 
-* Bugfix: lilypond mode: make view messages scroll by.
+* Junk old grace stuff.
 
-* configure: check for splitting makeinfo; small fixes for
-non-splitting makeinfo doc.
+* Don't crash on grace notes in MIDI output.
 
-* 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.
+1.5.0
+=====
 
-* Bugfix redhat.spec: use root attributes on files.
+* 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: typo in update-lily, re-set download url to /development.
+* Bugfix: don't crash when \name not set in \translator block.
 
-* Removed some empty files.
+* rename ly/*.ly to ly/*-init.ly (except language files) to avoid
+name clashes
 
-* Merged tutorials. Simplified the text.
+* deprecate Property_engraver, add Font_size_engraver to Staff, Voice
+and Thread.
 
-* Small doco fixes.
+* Change mailing list address: *gnu-music*@gnu.org becomes
+*lilypond*@gnu.org
 
-1.4.0.uu1
-=========
+* Put span-bar lines only between the other barlines, not on top of
+them (thanks to Juergen Reuter)
 
-* 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.