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