]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
[lilypond.git] / ChangeLog
index f5f79ce292d5ee3ac8110624fc765349e2744336..7729ba0313d0d6b6e56bf7590bf4c4931120000d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,225 @@
+2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
+       parser.
+
+       * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
+
+       * lily/include/my-lily-parser.hh: rename My_lily -> Lily
+
+       * make/mutopia-targets.make (local-WWW): don't make ps.gz
+       examples. They take a huge amount of space.
+
+       * Documentation/user/GNUmakefile: fix symlinks.
+
+       * input/test/lyrics-skip-notes.ly: remove
+
+       * input/test/stem-cross-staff.ly (noFlag): fold into manual
+
+       * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
+       remove.
+
+2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
+
+       * Documentation/user/{changing-defaults,notation,tutorial}.itely: fixes.
+
+2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * input/regression/beam-dir-functions.ly: move from test/
+
+       * Documentation/user/notation.itely (Feathered beams): new node.
+
+       * Documentation/user/changing-defaults.itely (Difficult tweaks):
+       new node
+
+       * input/regression/lyric-hyphen-retain.ly: move to regression.
+
+       * input/regression/harmonic.ly: fold into manual
+       
+       * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
+       stem-length,chord-names-no-inversions}.ly: remove
+       
+       * input/test/tie-cross-voice.ly: move to regression.
+
+       * Documentation/user/notation.itely (Running trills): new node.
+
+       * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
+
+       * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
+
+       * lily/trill-spanner-engraver.cc: new file.
+
+       * input/regression/trill-spanner.ly: new file.
+
+       * input/test/timing.ly: fold into manual.
+
+       * input/test/time.ly: remove
+
+       * input/test/trill.ly: remove
+       
+       * input/test/time-signature-double.ly: fold into manual
+
+       * input/test/separate-staccato.ly: remove
+
+       * input/test/spanner-after-break-tweak.ly: fold into manual.
+
+       * input/test/script-priority.ly: fold into manual.
+
+       * input/test/scheme-interactions.ly: remove.
+       
+       * input/test/unfold-all-repeats.ly (mel),
+       input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
+       input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
+       fold into manual.
+
+       * input/regression/no-staff.ly: move from input/test/
+
+       * input/regression/markup-score.ly: move from input/test/
+
+       * input/test/lyrics-melisma-faster.ly: fold into manual
+       
+       * input/test/lyrics-melisma-variants.ly: fold into manual
+
+       * Documentation/user/notation.itely (Popular music): new node. 
+
+       * input/test/gourlay.ly: remove
+       
+       * input/test/improv.ly: fold into manual.
+
+       * input/test/figured-bass-alternate.ly (fl): remove
+
+       * lily/dynamic-text-spanner.cc (print): new file.
+
+       * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
+
+       * lily/engraver-group-engraver.cc (do_announces): reorder logic:
+       keep recursing into children in case a parent context inserts a
+       grob into a child context.
+
+       * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
+       
+2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/define-markup-commands.scm (postscript): new markup command
+       \postscript
+
+       * Documentation/user/notation.itely (Formatting cue notes): new
+       section.
+
+       * input/test/clef-end-of-line.ly: fold into manual.
+
+       * input/test/scales-greek.ly: remove.
+
+       * input/test/chords-without-melody.ly: fold into manual.
+
+       * input/test/cadenza-skip.ly: remove.
+
+       * input/test/clef-8-syntax.ly: remove.
+
+       * input/test/clef-manual-control.ly: move into manual.
+
+       * Documentation/user/notation.itely (Aligning to cadenzas): fold
+       in cadenza-skip.ly
+
+       * mf/parmesan*.mf: change neo_mensural to neomensural.
+
+       * input/test/trills.ly: remove.
+
+       * input/test/transposition.ly: remove.
+
+       * input/test/to-xml.ly: move to no-notation.
+
+       * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
+
+       * lily/ledger-line-spanner.cc (print): use staff variable, not
+       me. Fixes ledger lines on differently sized staves.
+
+       * input/test/rhythm-excercise.ly: remove file.
+
+       * lily/stem.cc (dim_callback): only do something if visible. Fixes
+       spurious flag not found warning for 128th rest.
+
+       * input/regression/rest-dot-position.ly: new file.
+       
+       * input/test/rest-dot-positions.ly: remove
+
+       * lily/staff-symbol-referencer.cc (get_position): emergency
+       fallback: use coordinate * 2.
+
+       * input/no-notation/midi-scales.ly: move from test/
+
+       * scm/define-markup-commands.scm (score): remove debugging code.
+
+       * input/test/incipit.ly (violin): remove. 
+
+       * lily/system-start-delimiter.cc (print): only draw system
+       delimiter to staves that reach up to left bound of the delimiter.
+
+       * input/no-notation/embedded-scm.ly: move from test/
+
+       * input/test/follow-voice.ly: remove
+
+       * input/no-notation/dynamic-absolute-volume.ly: move from test/.
+
+       * input/test/drarn*: remove
+       
+       * input/test/count-systems.ly: remove.
+
+       * lily/bar-line.cc (compound_barline): fix : for staff without
+       lines.
+
+       * lily/accidental.cc (print): use music_font_alist_chain(). This
+       fixes smaller cautionaries.
+
+       * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
+       encoding for accidental.
+
+       * Documentation/user/notation.itely (Educational use): new section
+
+       * input/test/*.ly: clean up directory: move examples into manual
+       or regtest.
+       
+
+       * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
+       mode as well. This fixes resolution errors.
+
 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * scm/lily.scm (postscript->png): show commands for --verbose.
+
+       * flower/include/getopt-long.hh: opps. short option should be
+       char, not int.
+
+       * Documentation/user/GNUmakefile: use symlinks to save space.
+
+       * VERSION: 2.3.9 released.
+
+       * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
+
+       * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
+       manual.
+
+       * Documentation/user/tutorial.itely (Integrating text and music):
+       remove \score and \notes from manual.
+
+       * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
+       mode in the beginning.
+
+2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/changing-defaults.itely (Horizontal spacing):
+       Correct the documentation of the spacing parameters. 
+
+       * Documentation/user/tutorial.itely (Integrating text and music), 
+       Documentation/user/lilypond-book.itely (Integrating LaTeX and
+       music): Document that you need to add the map file ec-mftrace.map
+       in the dvips command.   
+
+2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
+       found.
+
        * lily/text-item.cc (interpret_string): insert encoding setting
        here
 
        * lily/lyric-engraver.cc (try_music): remove superfluous check.
 
        * lily/book-paper-def.cc (find_scaled_font): remove default
-       encoding. This messes up font loading for feta and
+       encoding, because it messes up font loading for feta and
        parmesan. Encoding should only be specified for running texts.
 
        * lily/modified-font-metric.cc (text_dimension): support coding
 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
 
        * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
-
 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * lily/include/lily-guile.hh (scm_is_int): compat glue.