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