]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/paper-score-scheme.cc (LY_DEFINE): new file.
[lilypond.git] / ChangeLog
index 571e9e936e2277cc3d33305be87eb340152e1a35..d9816a68ca0f4e2661e020bfb3e4d56ec92cbfac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/paper-score-scheme.cc (LY_DEFINE): new file.
+       (LY_DEFINE): ly:paper-score-paper-systems: new function 
+
+       * lily/score-scheme.cc (LY_DEFINE): require music argument. 
+
+       * lily/score.cc (default_rendering): use Music_output too.
+
+       * input/test/chord-names-languages.ly (Module): rename file.
+
+       * lily/text-spanner.cc: add bound-padding.
+
+       * lily/paper-book.cc (systems): accept Paper_score
+       iso. Paper_system vector. 
+
+       * input/regression/line-arrows.ly: new file.
+
+       * lily/paper-score.cc (process): run get_paper_systems() only once.
+
+       * lily/line-interface.cc (make_arrow): new function. Patch by
+       Jonatan Liljedahl <http://kymatica.com>
+       (arrows): idem.
+
+       * lily/line-spanner.cc (line_stencil): add arrows.
+
+2005-04-18  Mathieu Giraud  <magiraud@free.fr>
+
+       * input/test/chord-names-german.ly: update for italian/french chords
+       
+       * Documentation/user/instrument-notation.itely (Printing chord names): update
+
+2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/include/paper-score.hh (class Paper_score): remove unused prototypes.
+
+       * lily/book.cc (process): add -COUNT to midi output.
+
+       * lily/score.cc (book_rendering): remove outname argument
+       (book_rendering): return list of Music_outputs. 
+
+       * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
+
+       * lily/book.cc (process): loop over Music_outputs returned from Score::book_rendering().
+
+       * lily/*.cc (width_callback): remove spurious "unused" warnings
+       for assert (axis==[XY]_AXIS); 
+
+       * lily/include/music-output.hh (class Music_output): smobify class.
+
+       * lily/include/paper-score.hh (class Paper_score): make members private.
+
+       * lily/performance.cc (process): return #f iso. #<undefined>. This
+       prevents #<undefined> leaking into GUILE-userspace.
+
 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC
        * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
        with one parameter can be defined in a LaTeX file when processed
        by lilypond-book this will be evaluated between the systems of
-       a muti-system score. The parameter is the number of systems processed.
+       a multi-system score. The parameter is the number of systems processed.
 
 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>