lilypond-1.5.33
[lilypond.git] / ChangeLog
blob0d0686bc4f7521ecee376dc0f74c2a717282bceb
1 2002-02-25  Han-Wen  <hanwen@cs.uu.nl>
3         * VERSION: 1.5.33 released.
5         * mf/feta-macros.mf (flare_path): removed draw_flare, replace by
6         flare_path everywhere (c-clef, numbers).        
8         * lily/bar-number-engraver.cc (process_music): also print bar
9         number if measure starts with grace note.       
11         * input/regression/grace-bar-number.ly: new test.
13 2002-02-24  Han-Wen  <hanwen@cs.uu.nl>
15         * lily/figured-bass-engraver.cc (stop_translation_timestep): reset
16         rest as well.
18         * scm/music-functions.scm (voicify-music):  split chords into
19         different voices automatically.
21         * lily/music.cc (ly_music_list_p): new function
23         * lily/music-sequence.cc (do_relative_octave): robustification
25         * scm/music-functions.scm: many utility functions 
27         * lily/music.cc (ly_set_mus_property): add type checks to the
28         Scheme property assignment.
30         * buildscripts/lilypond-profile,lilypond-login.sh (TEXCONFIG):
31         dvips fixes
33         * mf/lilypond.map: .map file from Mats' page. 
35 2002-02-21  Juergen Reuter <reuter@ipd.uka.de>
37         * Some more parmesan related fixes;
39         * Custos: varying shape (in particular, stem length), depending on the
40           vertical position of the custos (on staffline / between stafflines);
42         * Custos: added grob property "neutral-direction" (same semantics as
43           with stem); introduced new grob property "neutral-position";
45         * Time-signature: print a warning when resorting to default layout.
47 2002-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
49         * lily/translator-group.cc (add_fresh_simple_translator): remove
50         function; initialize() is called through
51         Translator_group::initialize().
53         * lily/third-try.cc (prune_loose_colunms): add constraints (rods)
54         for the neighbors of a loose column.
56         * lily/line-of-score.cc (set_loose_columns): be more intelligent:
57         position loose columns so that they don't collide.
59 2002-02-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
61         * VERSION: 1.5.32 released.
63         * scm/font.scm: remove font-name symbol.
65         * mf/GNUmakefile: use pktrace for making PFAs
67         * make/lilypond.redhat.spec.in: use pktrace when making RPMs
69         * lily/rest-collision.cc (do_shift): read direction field from
70         rest-column in case of note-rest collision. This should fix some
71         problems with rest collisions.
73 2002-02-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
75         * lily/note-heads-engraver.cc (process_music): Removed easyPlay
76         property.
78         * lily/note-head.cc (brew_ez_molecule): Remove note-character
79         property. Read pitch directly from #'cause.
81         * mf/feta-puntje.mf: bugfix
83 2002-02-19  Juergen Reuter <reuter@ipd.uka.de>
84         
85         * mf/*.mf: tried to fix ancient-font.ly. WARNING: Font changed.
87 2002-02-18  Jan Nieuwenhuizen  <janneke@gnu.org>
89         * Documentation/windows/compiling.texi: Update.
91         * Documentation/index.texi: Add link to orphaned compiling for
92         windows page.
94         * Documentation/footer.html.in: Comment fix.
96         * stepmake/bin/add-html-footer.py: Python2.[12] re workarounds.
98 2002-02-18  Han-Wen  <hanwen@cs.uu.nl>
99         
100         * VERSION: 1.5.31 released
102         * lily/new-spacing-spanner.cc: remove file.
104         * lily/third-try.cc (do_measure): only take spacings into account
105         if they pertain to the column pair under consideration. This fixes
106         spacing bug when mixing eighths triplets and normal eighths.
108         * lily/note-head.cc (brew_molecule): revert ledger change: ledger
109         lines don't take up space anymore. Document why in note-head.cc
110         comment.
112 2002-02-17  Han-Wen  <hanwen@cs.uu.nl>
114         * lily/font-interface.cc (get_font): reinstate
115         #'font-magnification. See input/regression/font-magnification.ly
116         (get_font): Change the definition of  #'font-name grob property.
118         * lily/grob.cc (get_uncached_molecule): output origin for grobs
119         that have a #'cause field.
121 2002-02-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
123         * Documentation/topdocs/INSTALL.texi: remove type3 stuff. 
125         * mf/GNUmakefile:  remove metapost stuff
127         * stepmake/aclocal.m4: remove metapost detection stuff.
129 2002-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
131         * mf/GNUmakefile (FET_FILES): 
132         (FONT_FILES): Include parmesan.
134         * stepmake/bin/packagepython.py (make_assign_re): Bugfix.  Use re
135         iso regex, regsub
137         * buildscripts/clean-fonts.sh (FILES): Clean parmesan too.
139         * Documentation/user/refman.itely (Paper size): Quote braces.
141 2002-02-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
143         * stepmake/aclocal.m4: fixed bison version check to be more
144         robust.
146         * lily/stem.cc (position_noteheads): fix for cluster chords.
148         * mf/*.mf: many blotting/pixel rounding fixes  by Rune Zedeler
150         * python 2.2 support.
152 2002-02-04  Han-Wen  <hanwen@cs.uu.nl>
154         * VERSION: 1.5.30 released
156         * lily/dynamic-engraver.cc: add doco about DynamicLineSpanner
158         * Documentation/user/refman.itely (Dynamics): add a note about
159         DynamicLineSpanner.
161         * scm/grob-description.scm: add a 'translator-type?  object
162         property, so that \property Foo.Bar =\turnOff doesn't cause
163         type check warning.
165         * lily/translator-group.cc (add_fresh_group_translator): make
166         new add-translator functions to make distinction between fresh and
167         used group-translators. Fixes problem with scripts on auto-changing voice 
169         * lily/timing-engraver.cc: make Timing_engraver instantiatable,
170         add to Score_performer. Fixes bar checks in MIDI
172         * lily/tie-engraver.cc (create_grobs): Use pitches to compare note
173         heads. Fixes many quirks with ties.
175         * lily/engraver.cc (announce_grob): Use SCM argument. Store cause
176         in the grob property #'cause, instead of using Grob_info.
178         * ly/engraver-init.ly (StaffContext): move Dot_column_engraver to
179         staff context, fixing dot alignment on collisions.
181         * lily/beam-engraver.cc (try_music): remove can't find beam start
182         warning, so that skipTypesetting won't complain.
184 2002-02-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
186         * Documentation/user/refman.itely (Paper size): Documentation fix,
187         papersize
189         * lily/text-engraver.cc: Bugfix: textNonEmpty works again
191         * scm/grob-description.scm: \breathe: Use feta font comma by default
193 2002-01-23  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
195         * input/template/piano-dynamics.ly (pedal): Simplified
197 2002-01-18  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
199         * ly/engraver-init.ly: avoid warnings on \skip in lyrics
201 2002-01-10  Mats Bengtsson  <matsb@s3.kth.se>
203         * lilypond-mode.el (LilyPond-command-query): ignore case.
205 2002-02-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
207         * VERSION: 1.5.29 released
209         * all files: change 2001 to 2002 in headers globally
211         * mf/parmesan20.mf: split out ancient notation into parmesan ("old
212         cheese") font. WARNING: fonts changed.
213         
214 2002-02-01  Juergen Reuter <reuter@ipd.uka.de>
216         * mf/*.mf: Fixed some blot_diameter related flaws in some feta symbols
217         
218         * mf/*.mf: Added some more vaticana/solesmes style font symbols
219         
220         * mf/*.mf: Bugfix: renamed subbipunctum -> inclinatum
222         * mf/*.mf: Fixed a few typos in various .mf files
224 2002-01-17 Rune Zedeler <rune@zedeler.dk>
226         * mf/: added macro soft_penstroke
227         
228                softened some glyphs
229                redrawn triangular noteheads
230                redrawn tab-clef
231                added classical quarter rest
232         
233         * lily/stem.cc: Bugfix: Stem-attachment when staff_space!=1
235         * lily/bar.cc: Bugfix: repeat dots when even number of staff
236         lines and staff_space>=2
238         * lily/rest.cc: Use default rests when current style glyphs not
239         found - this allows
240         \property Staff.Rest \override #'style = #'classical
242 2002-01-30  Jan Nieuwenhuizen  <janneke@gnu.org>
244         * input/bugs/first-tie.ly: New file.
246         * input/bugs/spacing-clash.ly: New file.
248 2002-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
250         * po: regenerate.
252 2002-1-24 Chris Jackson <chris@fluffhouse.org.uk>
254         * lilypond-indent.el: New file providing indentation for
255         parenthesised blocks of lilypond code in Emacs
256         
257         * lilypond-font-lock.el: Changes to the syntax table to facilitate
258         indentation and handle block comments properly. Distinguish
259         accents from close-brackets in fontification.
261         * lilypond-mode.el: LilyPond-indent-command set appropriately.
263 2002-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
265         * Documentation/windows/installing.texi: 
266         * Documentation/windows/compiling.texi: Include from 1.4.10.
268         * Documentation/windows/gs-profile.sh: previously lily-gs.sh
270         * input/bugs/first-midi-tie.ly: New file.
272 2001-12-29  Han-Wen  <hanwen@cs.uu.nl>
273         
274         * VERSION: 1.5.28 released
276         * lily/parser.yy (My_lily_parser): Slightly kludgy warning for
277         illicit beams on [c4 c4] etc.
279         * lily/bar-check-iterator.cc (Bar_check_iterator): new
280         file. Make separate iterator for Bar_checks. Bar_check now happen
281         outside engravers, meaning that you can use them with
282         skipTypesetting. Associated changes in other files.
283         
284         * lily/new-spacing-spanner.cc (stem_dir_correction): removed
285         function
286         
287         * lily/spacing-spanner.cc (stem_dir_correction): removed function
289         * lily/include/grob.hh (unsmob_item, unsmob_spanner): Add functions
291         * lily/bar.cc (before_line_breaking): remove bar-line spacing code.
293         * lily/stem.cc (set_spacing_hints): removed function
295         * lily/note-spacing.cc (stem_dir_correction): new stem-direction
296         correction for spacing; now take vertical extents of the stem into
297         account.  
299         * lily/third-try.cc: More hacking to get spacing working.
301         * lily/note-spacing-engraver.cc: new file, Note_spacing_engraver
302         sits at staff level and creates note spacing objects. Scrap it
303         again, and document why.
305         * lily/include/group-interface.hh: rename functions. 
307 2001-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
309         * stepmake/stepmake/c++-rules.make:
310         * stepmake/stepmake/c-rules.make: Fixes for bison-1.28.
312 2001-12-25  Jan Nieuwenhuizen  <janneke@gnu.org>
314         * make/lilypond-vars.make: 
315         * scripts/ly2dvi.py (setup_environment): 
316         * scripts/lilypond-book.py (setup_environment): Also set tex
317         memory options.
319 2001-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
321         * VERSION: 1.5.27 released.
323         * Documentation/user/refman.itely (Bar numbers): added bar number
324         documentation.
326         * scm/font.scm (make-style-sheet): Fixes to make staff-sizes work
327         again.
329 2001-12-22  Mats Bengtsson  <matsb@matsb@s3.kth.se>
331         * tex/lilyponddefs.tex: Make sure interscorelinefill=1 doesn't
332         spread the last few lines all over the last page of a score.
334 2001-12-24  Han-Wen  <hanwen@cs.uu.nl>
336         * lily/third-try.cc: 3rd try at revising spacing
337         engine. Not yet finished.
339         * lily/paper-column.cc (brew_molecule): print debugging marks on a
340         paper-column.
342         * lily/tie-engraver.cc (class Tie_engraver): Use busyGrobs for
343         collecting past note heads.
345         * lily/note-heads-engraver.cc (try_music): Remove end_mom_
346         stuff.
348         * lily/grob-pq-engraver.cc (class Grob_pq_engraver): New file, new
349         class. Keep a queue of grobs that are still playing in busyGrobs. 
351         * lily/lyric-combine-music-iterator.cc (get_busy_status): New
352         function. Use busyGrobs to detect playing notes.
353         
354 2001-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
356         * Documentation/topdocs/INSTALL.texi: Added note about broken
357         python-2.1.  Updated note for Debian's broken (well, broken for
358         our use anyway) tex configuration.
359         
360         * scripts/lilypond-book.py (re_dict): python2.2 fix.
361         
362         * stepmake/stepmake/c++-rules.make ($(outdir)/%.hh): 
363         ($(outdir)/%.cc): Adapted to bison-1.30; added bison < 1.30 fix.
364         
365         * scripts/lilypond-book.py (bounding_box_dimensions): Bugfix.
366         (But left margin of png's still misses a few pixels.  Arg.)
367         
368 2001-12-16  Heikki Junes  <hjunes@cc.hut.fi>
370         * lilypond-mode.el (LilyPond-command-next-midi): Make
371         possible to kill midi-process (using "C-c C-m").
373 2001-12-14  Han-Wen  <hanwen@cs.uu.nl>
375         * scripts/lilypond-book.py (LatexPaper.set_geo_option):
376         Convert strings with dimensions to numbers.
378         * lily/volta-engraver.cc:  only make a  bracket for the top staff,
379         as found in stavesFound. 
381         * lily/bar-number-engraver.cc: remove staff administration. 
383         * lily/mark-engraver.cc (acknowledge_grob): remove staff
384         administration. This breaks support for invisible-staff.
386         * lily/staff-collecting-engraver.cc: new engraver. Collects staff
387         symbols into stavesFound.
389         * lily/score-engraver.cc (acknowledge_grob): Acknowledge spacing
390         grobs, and put them into columns.
392         * lily/engraver-group-engraver.cc (acknowledge_grobs): Include the
393         Engraver_group_engraver as a potential candidate for ack'ing grobs.
395 2001-12-13  Heikki Junes  <hjunes@cc.hut.fi>
397         * lilypond-mode.el (LilyPond-command-next-midi): Play next (or last)
398         midi section in the Emacs-mode, so it is possible to play certain
399         score in a multiscore lilypond-file.
400          
401 2001-12-09  Rune Zedeler  <rune@zedeler.dk>
402         * lily/lily-guile.cc: Added ly_assoc_front_x() and ly_assoc_cdr()
403         (FIXME: not accessible from guile)
404         
405         * lily/accidental-engraver.cc: rewrote accidental-routines to get
406         better support for Kurt Stone's suggestions.
407         Removed properties: noResetKey, forgetAccidentals, autoReminders,
408                             lazyKeySignature.
409         Changed property:   localKeySignature.
410         Added properties:   extraNatural, autoAccidentals,
411                             autoCautionaries.
412         (BUGFIX: broken-tie-support destroyed in 1.5.16)
413         
414         * ly/property-init.ly: added commands
415         \defaultAccidentals \modernAccidentals \modernCautionaries
416         \noResetKey \forgetAccidentals
418         * ly/engraver-init.ly: Correct initialization of new accidentals.
419         
420         * scm/translator-property-description.scm: The new properties
421         added.
422         
423         * input/: Some examples added, some changed.
424         
425         * Documentation/regression-test.tely: Added quick test of new
426         accidentals.
428 2001-12-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
430         * scripts/lilypond-book.py (scan_latex_preamble): don't crash if
431         header not found
433 2001-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
435         * lily/beam.cc (before_line_breaking): Make beams  without stems
436         or with only one stem disappear.
438 2001-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
440         * bibtools/bib2html.py: Add simple bib2html convertor, and .bst
441         files to have standardised HTML bibliography output. Update build
442         docs to reflect this.
444         * lily/include/simple-spacer.hh (struct Simple_spacer): add
445         active_count_, so that we don't have to look for active springs
446         anymore.
448         * scm/interface-description.scm,scm/grob-property-description.scm:
449         Add 'penalty
451         * lily/simple-spacer.cc (solve): Handle forced line breaks
452         here. Fixes problems when combining linebreaks with non-fitting
453         line configurations
455 2001-12-05  Jan Nieuwenhuizen  <janneke@gnu.org>
457         * 1.4.9.jcn3 forward ports.
458         
459         * Really included .cvsignore.
461         * Included Han-Wen's uu1 windows fixes.
463         * Bugfix: lilypond-profile.sh: append to GS_FONTPATH, GS_LIB.
465         * Added Cygwin setup.hint
467         * Removed tex, python wrappers and postinstalls to go with Cywgin's
468         tetex/texmf, python installations.
470         * Updated cygwin installer.
472         * ly2dvi: Don't accept filenames with spaces (+ fix).
474 2001-12-03  Han-Wen  <hanwen@cs.uu.nl>
476         * ly/engraver-init.ly (VoiceContext): fix text engraver ordering.
478         * lily/translator-def.cc: Remove manual symbol caching.
480         * lily/script-column.cc (before_line_breaking): robustness check:
481         don't crash if no direction set.
483         * scripts/pmx2ly.py: Key and clef change support (Laura Conrad)
485         * scripts/pmx2ly.py (Parser.parse_header): more generic header
486         parsing.
489 2001-12-01  Han-Wen  <hanwen@cs.uu.nl>
491         * lily/note-head.cc (head_extent): added to compute width without
492         ledger lines. By default, ledger lines take up width now.
494         * input/regression/fingering.ly: demonstrate auto fingering.
495         Horizontal placement is still buggy. 
496         
497         * lily/fingering-engraver.cc (class Fingering_engraver):
498         added. Provides support for horizontal fingering scripts
500         * lily/include/grob.hh: Naming: change parent_l() into get_parent()
502         * lily/side-position-interface.cc (add_staff_support): add staff
503         only for Y-axis side positions.
505         * lily/parser.yy (request_chord): Fix mem leak.
507         * lily/musical-request.cc (transpose): moved to Music::transpose()
509         * lily/include/grob-info.hh: Change music pointer to SCM, so we
510         can store grobs as grob-creation cause as well.
512         * lily/group-interface.cc (add_thing): efficiency tweak: reuse
513         handle when adding. Use precomputed symbols throughout lily.
514         
515         * lily/rhythmic-column-engraver.cc: make NoteSpacing grobs to keep
516         track of spacing issues.
518         * lily/separating-line-group-engraver.cc: make StaffSpacing grobs
519         to keep track of staff spacing
521 2001-11-30  Jan Nieuwenhuizen <janneke@gnu.org>
523         * Rewrote new conditional guile >= 1.5 compilation switches, to keep
524           code clean from conditionals and have a concentrated sets of
525           compatitility fixes for old guile versions.
527         * Fixes for guile 1.4, including embedded ps.
529 2001-11-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
531         * lily/stanza-number-engraver.cc (process_music): allow pairs as
532         well for markup texts.
534         * lily/musical-request.cc (length_mom): kludge for null pointer.
536         * scm/sketch.scm (sketch-output-expression): guile 1.4 compatibility
538         * scm/lily.scm (sign): bugfix
540         * CHANGES: Change log instated.
542         * stepmake/add-html-footer.py: @BRANCH@ tag insertion.