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