]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* elisp/lilypond-mode.el: changed the order of some commands
[lilypond.git] / ChangeLog
index c1221d5802ebcfd4d944af71e435814d2f045250..a7b1661307e032656e55c8b38fea90cd86316e9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,220 @@
+2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
+
+       * elisp/lilypond-mode.el: changed the order of some commands
+       ("Midi" after "2Midi"), use the user-defined
+       LilyPond-command-default as default instead of "LilyPond"
+
+       * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
+       to set the master file for the next command.
+
+       * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
+       with font-lock-reference-face.
+
+2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
+
+        * Documentation/user/music-glossary.tely ([ab]*): small fixes.
+
+2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * ly/music-functions-init.ly (TODO): new file.
+
+       * lily/parser.yy (Generic_prefix_music_scm): add more
+       music_function symbols.
+       (Prefix_composite_music): change \apply to music-function   
+
+       * lily/include/music-function.hh: rename to music-function
+
+2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/music-head.cc (LY_DEFINE): change order of args.
+
+       * input/regression/music-head.ly (texidoc): new file.
+
+       * lily/parser.yy (Generic_prefix_music): allow generic
+       music-transformation functions. 
+
+       * lily/include/music-head.hh (is_music_head): new file.
+
+       * lily/music-head.cc (get_music_head_transform): new file.
+
+2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
+       empty extent. This fixes ottava brackets on rests. (backportme)
+
+       * make/lilypond.redhat.spec.in (Group): ln png files for info.
+
+       * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
+
+       * cygwin/lily-wins.py: update for the lily-wins.py script.
+
+2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/score-engraver.cc (typeset_all): switch off unbound spanner
+       code. This will obviate typeset_grob () in the future.  The effect
+       of this is that improperly written spanner handling will result in
+       invalid spanner bounds.
+       (announce_grob): add to elems_ from here
+       (typeset_grob): comment out.  
+
+       * lily/include/engraver.hh (make_spanner): new calling interface
+       for make_{item,spanner}. This obviates most calls to
+       announce_grob().
+               
+       * scm/music-functions.scm (set-accidental-style): use GrandStaff
+       iso. PianoStaff for piano styles.
+
+2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
+
+       * Documentation/user/music-glossary.tely: add segno after d.s.
+
+2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/include/audio-column.hh: remove unused variables.
+       (patch by Michael Welsh Duggan)
+
+       * flower/include/axes.hh (other_axis): inline Axes function
+       (thanks to David Brandon).
+
+2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * cygwin/mknetrel: Install image links (backportme).
+
+       * Documentation/user/GNUmakefile (local-install-info): Activate
+       actual installing of image links (backportme).
+
+2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/notation.itely (Measure repeats): Removed
+       unnecessary (and confusing) \context Voice{.
+
+2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
+
+       * lily/page.cc (Page): Do not use ly_scheme_function for
+       volatile/configurable variables (FIXME: better name).
+
+       * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
+       get_scmvar).
+
+2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scripts/convert-ly.py (FatalConversionError.subst): use
+       \transposition.
+
+2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/include/page.hh (class Page): Declare left_margin ().
+
+       * lily/page.cc: Remove paper var caching.
+
+2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/music-glossary.tely: Add name to @top node.
+       Remove comment from @table definitions (workaround for makinfo
+       bug).
+
+       * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
+       ly:stencil-get-expr).  Update callers.
+       (ly:stencil-align-to!):  Return stencil too.
+
+       * lily/paper-outputter.cc (output_page): Bugfix.  Use page
+       stencil.  Remove looped line-based page output.
+       (output_line): Use line stencil.  Remove looped stencil-based line
+       output.
+
+       * lily/page.cc (ly:page-paper-lines): New function.
+
+       * input/test/markup-score.ly: New file.
+
+       * scm/define-markup-commands.scm (stencil): New markup.
+
+       * lily/book.cc (to_stencil): New method.
+
+       * lily/parser.yy (markup): Use it to grok \score.
+
+2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
+
+       * lily/paper-book.cc (pages): Change signature.  Update callers.
+
+       * lily/include/page.hh:
+       * lily/page.cc: New file.
+
+       * lily/paper-line.cc (to_stencil): New method.
+       
+       * lily/paper-outputter.cc (output_stencil): New method.
+
+       * lily/paper-outputter.cc (output_line): Use them.
+
+       * lily/warn.cc: Remove.
+
+       * lily/my-lily-parser.cc (distill_inname): Remove.
+
+       * flower/include/file-name.hh: 
+       * flower/file-name.cc: New file.  Update users.
+
+       * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
+       (find): New method of same name.
+
+       * lily/my-lily-parser.cc (ly:parse-file): Use it.
+
+       * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
+       constant error message.
+
+2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
+
+       * input/test/{blank-notes.ly,staff-container.ly}: typos.
+
+2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/music-glossary.tely: @table @strong' replaced
+       by `@table @samp @c @strong'.  This fixes invalid makeinfo output
+       (backportme).
+
+2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
+
+       * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
+       #{ lily music expression #} that returns an equivalent scheme
+       music expression by parsing the string.
+
+2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/my-lily-parser.cc:
+       * lily/my-lily-lexer.cc: Another step towards parsing ly code from
+       SCM string (foo.ly/toto.scm support).
+
+2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
+
+2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
+
+       * scripts/lilypond-book.py: LY code that includes \header is
+       not assumed to be a fragment.
+
+2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
+       tremolo beams up.
+
+       * lily/stem.cc (chord_start_y): Return 0 if no heads.
+       (get_default_stem_end_position): No tremolo head juggling if no
+       heads.  Fixes tremolo crash on rests (backportme).
+
+       * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
+
 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
+       Gascoigne-Piggford).  Also: TAB and whitespace fixes.
+
        * lily/lexer.ll: Allow \encoding in NOTES mode.
 
        * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics