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