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