]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
*** empty log message ***
[lilypond.git] / ChangeLog
index a3400ca1f3ebdb889e3f30a0f0fa09bde836a9c0..0200f9dce5054a735fb6bf769ac97954300523c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,61 @@
+2006-07-07  Guido Amoruso  <guidonte@katamail.com>
+
+       * scm/ps-to-png.scm (Module): 
+       * scm/framework-tex.scm (Module): 
+       * scm/framework-ps.scm (Module): 
+       * scm/backend-library.scm (Module): 
+       * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
+       "dDEVICEHEIGHTPOINTS".
+
+2006-07-04  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ various: general improvements to
+       "working with lilypond files" section.
+
+2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
+
+       * lily/sequential-iterator.cc: Change the default get_music_list
+       to read elements-callback music property
+
+       * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
+       processing of multimeasure rests. Softcoded
+       sequential-music-iterator.
+
+       * lily/sequential-music-iterator.cc: Removed.
+
+2006-06-28  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/basic-notation.itely: clarify \repeatTie.
+
+2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
+
+       * lily/parser.yy: Wrap non-post-events in EventChords before
+       assigning them to identifiers.
+
+2006-06-27  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * lily/bar-line.cc (compound_barline): Fix parenthesis error,
+       gives correct vertical placement of \bar ":" in all staff
+       sizes. Thanks Martial!
+
+2006-06-26  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/invoking.itely : minor update from mailist.
+
+2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
+
+       * lily/ various: Introduce stream events of types Prepare,
+       OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
+       ChangeContext, SetProperty, RevertProperty, Override and Revert.
+
+       * lily/global-context*.cc: Time is now -inf before iteration
+       starts.
+
+       * lily/include/context.hh: Removed unique_, init_
+
+       * Documentation/topdocs/NEWS: Make the feathered beam example
+       avoid triggering a bug.
+
 2006-06-24  Graham Percival  <gpermus@gmail.com>
 
        * Documentation/user/ various: small additions from mailist.