]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* lily/tuplet-bracket.cc (brew_molecule): don't crash on broken
[lilypond.git] / ChangeLog
1 2002-09-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2
3         * lily/tuplet-bracket.cc (brew_molecule): don't crash on broken
4         tuplet brackets.
5
6         * lily/property-iterator.cc (do_quit): add finalization functions
7         to undo property settings.
8
9         * lily/parser.yy (property_def): syntax for \once \property ....
10
11         * lily/note-spacing.cc (get_spacing): don't get crazy when there
12         is no (live) stem.
13
14         * lily/my-lily-lexer.cc: new keyword \once
15
16         * lily/global-translator.cc (apply_finalizations): new function
17         (add_finalization): new function
18
19         * input/regression/property-once.ly: new file
20
21 2002-09-10  Juergen Reuter  <reuter@ipd.uka.de>
22
23         * lily/stem.cc: added warning when font symbol not found;
24         small cleanups
25
26 2002-09-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
27
28         * mf/GNUmakefile: make PFA for sauter CM fonts.
29
30 2002-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
31
32         * mf/GNUmakefile: make map file for pfa target as well. 
33
34         * scm/tex.scm (end-output): add newline to output
35
36         * lily/include/sequential-iterator.hh (class Sequential_iterator):
37         don't use Protected_scm for music-iterator members. 
38
39         * lily/music-iterator.cc (Music_iterator): initialize music_
40         
41
42 2002-09-09  Juergen Reuter  <reuter@ipd.uka.de>
43
44         * input/test/accid.ly: updated test file to show all available
45         accidentals styles
46
47         * lily/accidental.cc, lily/key-signature-interface.cc,
48         lily/include/accidental-interface.hh: added method
49         get_fontcharname() to provide proper fall-back cases for missing
50         accidentals; print warning if font char lookup fails
51
52         * lily/time-signature.cc: fixed documentation bug
53
54 2002-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
55
56         * lily/music-iterator.cc (quit, do_quit): new function: break link
57         to translator group explicitly. This used to be done from the
58         destructor of music-iterator. Now that iterators are GC'd, this is
59         no longer possible.  Add new function do_quit() to all applicable
60         derived classes.
61
62         * lily/lyric-combine-music-iterator.cc (construct_children): don't
63         unprotect objects.
64         (Lyric_combine_music_iterator): small typo bugfix.
65
66         * lily/musical-request.cc: do ADD_MUSIC for String_number_req.
67
68         * lily/include/lily-guile.hh (scm_remember_upto_here_1): add glue
69
70         * lily/sequential-iterator.cc (get_pending_events): don't delete
71         music-iterator.
72         
73 2002-09-08  Rune Zedeler  <rune@zedeler.dk>
74
75         * scm/music-property-description.scm: describe string-number (whoops)
76
77         * Documentation/user/refman.itely: Tablature and bar number updates
78         
79 2002-09-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
80
81         * lily/lyric-combine-music-iterator.cc
82         (Lyric_combine_music_iterator): small bugfix
83
84         * lily/include/simultaneous-music-iterator.hh (class
85         Simultaneous_music_iterator): use SCM list for list of iterators.
86         
87         * lily/cxx-function-smob.cc: remove file.
88
89         * lily/include/cxx-function-smob.hh: remove file.
90
91         * lily/include/music-iterator.hh (class Music_iterator): smobify
92         music-iterator; many changes throughout. They are now constructed
93         through procedures that return to the smobbed iterator.
94
95         * lily/include/*.hh: all derived_mark() functions are now const.
96
97         * lily/syllable-group.cc (set_lyric_align): remove conditional
98         again.
99
100         * Documentation/bibliography/computer-notation.bib (note): add
101         Beyond MIDI and The Virtual Score.
102
103 2002-09-07  Rune Zedeler  <rune@zedeler.dk>
104
105         * input/sondag-morgen/*.ly: Tablature fixes
106
107         * ly/performer-init.ly: BUGFIX: add alias Timing to Score context
108         
109         * lily/parser.yy and lily/lexer.ll: Use E_UNSIGNED instead of E_DIGIT
110         
111         * lily/musical-request.cc (String_number_req): Added
112
113         * lily/tab-note-heads-engraver.cc: Use String_number_req instead
114         of Text_script_req; read properties stringOneTopmost and
115         highStringOne.
116         
117         * ly/engraver-init.ly (tabStaffContext): Bugfix: remove Key_engraver;
118         set stringOneTopmost and highStringOne to #t
119         
120         * scm/output-lib.scm (tablature-stem-attachment-function): Changed
121         (guitar-tunings): List added
122         ((every-nth-bar-number-visible n) barnum): Instead of
123         default-bar-number-visibility
124         ((every-nth-bar-number-visible n) barnum): added
125
126         * scm/grob-description.scm (TabNoteHead): Extra-offset added (UGH!)
127         
128         * scm/translator-property-description.scm: Added new functions
129
130         * input/test/tablature.ly: Changed to better demonstrate possibilities.
131
132         * input/test/bar-number-every-fifth: Use new function
133         
134 2002-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
135
136         * scripts/lilypond-book.py: revert pre use for python
137         2.2. Document why.
138
139 2002-09-07 Jeremie Lumbroso  <jeremie@lumbroso.fr>
140
141         * Documentation/user/refman.itely: very minor corrections and
142         rephrasing of the reference manual -- revision up to line #400.
143
144         * Documentation/user/refman.itely: replaced all occurrence "staffs"
145         with "staves".
146
147 2002-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
148
149         * lily/lexer.ll: scan E_DIGIT
150
151         * lily/parser.yy (string_request): use E_DIGIT for string requests
152
153         * lily/beam.cc (get_thickness): new function
154
155         * ly/performer-init.ly (ScoreContext): add Timing alias
156
157         * lily/translator-def.cc (Translator_def): copy alias list too.
158
159         * lily/stem.cc (height): add half beam thickness for beamed stems.
160         This fixes tuplet bracket vertical offsets on beams.
161         
162         * lily/text-spanner-engraver.cc (stop_translation_timestep): small
163         cleanups; only hang spanner on paper-columns if there are no
164         note-columns to hang on. Also hang finished spanner on the last
165         note.
166
167         * lily/tuplet-bracket.cc (calc_position_and_height): only quantize
168         inside staff.
169
170 2002-09-07  Rune Zedeler  <rune@zedeler.dk>
171
172         * scm/output-lib.scm: (default-bar-number-visibility) added
173
174         * ly/engraver-init.ly (ScoreContext) set barNumberVisibility to
175         #default-bar-number-visibility
176         
177 2002-09-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
178
179         * input/test/poly-metric.ly: update to use Timing.
180
181         * lily/bar-number-engraver.cc (process_music): only run
182         barNumberVisibility if currentBarNumber is a number.
183
184         * lily/parser.yy (chord_inversion): use CHORD_SLASH for '/'
185         (command_element): use Timing as alias for Score.
186
187 2002-09-06  Jeremie Lumbroso  <jeremie@lumbroso.fr>
188
189         * Documentation/user/refman.itely: minor corrections (replacing
190         `grob' by `object'), addition of an example in the tablature
191         section.
192
193 2002-09-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
194
195         * VERSION: 1.6.2 released  
196
197         * input/test/empty-staffs.ly: new file.
198
199         * Documentation/topdocs/INSTALL.texi: adds a bit of information
200         about compiling in OpenBSD. (Graham Percival)
201
202 2002-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
203         
204         * scm/documentation-lib.scm (scm->string): don't crash if a
205         procedure doesn't have a name.
206
207 2002-09-05  Juergen Reuter  <reuter@ipd.uka.de>
208
209         * input/test/custos.ly: updated test file to show all available
210         custos styles
211
212         * lily/custos.cc: small code clean-ups
213
214         * input/test/rests.ly: updated test file to show all available
215         rest styles
216
217         * mf/feta-eindelijk.mf: bugfix: added missing maxima rest
218
219 2002-09-05  Rune Zedeler  <rune@zedeler.dk>
220
221         * scm/output-lib.scm (make-molecule-boxer): Fixed and moved from
222         input/test/boxed-molecule.ly
223
224         * input/test/boxed-molecule.ly: Fixed to use default
225         make-molecule-boxer
226
227         * input/test/bar-number-every-fifth.ly: Added
228         
229         * lily/bar-number-engraver.cc: Add property barNumberVisibility
230         and use it to decide which BarNumbers to suicide.
231         
232 2002-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
233
234         * input/test/poly-metric.ly: new file.
235
236         * scripts/lilypond-book.py (output_verbatim): python 2.2 workaround.
237
238         * scm/documentation-lib.scm (scm->string): print procedure name in
239         stead of #<procedure .. > 
240
241         * scripts/ly2dvi.py (run_lilypond): exit with error if lily exited
242         any file with an error.
243
244         * input/regression/molecule-hacking.ly: also restore Y
245         extent. Fixes bugs with stem attachment of parenthesized note
246         heads.
247
248 2002-09-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
249
250         * input/test/clef-end-of-line.ly: new file.
251
252         * lily/stem-engraver.cc (acknowledge_grob): warn about too long
253         tremolos. Thanks to Erik Sandberg
254
255         * input/trip.ly (fugaIIPedal): small cleanups.
256
257         * lily/grob-pq-engraver.cc: more helpful message.
258         (stop_translation_timestep): use scm_merge_x for merging the lists.
259
260         * Documentation/user/appendices.itely: switch off parmesan listing
261
262 2002-09-01  Juergen Reuter  <reuter@ipd.uka.de>
263
264         * input/test/ancient-font.ly, input/test/ancient-time.ly,
265           input/test/mensural-ligatures.ly, lily/ligature-head.cc,
266           lily/mensural-ligature-engraver.cc, lily/note-head.cc,
267           lily/time-signature.cc, scm/output-lib.scm: removed obsolete
268           code that sets grob property font-family; also small updates to
269           various input/test files.
270
271 2002-09-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
272
273         * input/test/tab-staff.ly: removed.
274         
275         * lily/paper-def.cc (find_font): load virtual font for a list of
276         font names.
277
278         * scm/font.scm (paper20-style-sheet-alist): equate ancient and
279         music font-families.
280
281         * lily/virtual-font-metric.cc (get_char_molecule): new function
282
283         * lily/system-start-delimiter.cc (staff_brace): use virtual fonts
284         for the list of braces
285
286         * lily/font-metric.cc (get_char_molecule): new function.
287
288 2002-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
289
290         * lily/virtual-font-metric.cc: new file
291
292         * lily/include/virtual-font-metric.hh (class Virtual_font_metric):
293         new file
294
295         * scripts/lilypond-book.py: use old re's for python 2.2 as well
296
297         * debian/control: Debian patches by Anthony Fok
298
299         * input/regression/lyric-combine-polyphonic.ly: new file.
300
301         * ly/engraver-init.ly (VoiceContext): add Grob_pq_engraver to
302         Voice context.
303
304 2002-08-31 Graham Percival  <gperciva@sfu.ca>
305
306         * Documentation/user/tutorial.itely:  editorial changes
307         (spelling, grammar, etc) of the orchestral score, integrating text +
308         music, and the end of tutorial.
309
310 2002-08-31 Rune Zedeler  <rune@zedeler.dk>
311
312         * input/test/sondag-morgen/*.ly: 1.6 compatibility knee fixes
313
314         * lily/tab-note-heads-engraver.cc: Bugfix for instruments not
315         having 6 strings.
316         
317 2002-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
318
319         * VERSION: 1.6.1 released
320         
321         * lily/kpath.cc: 
322         * lily/lily-guile.cc: macosx fixes.
323
324         * lily/script-column.cc (before_line_breaking): use stable sorting
325         algorithm to preserve script ordering.
326         (grob_script_priority_less): new function
327
328         * lily/script-engraver.cc (process_music): 
329         * lily/text-engraver.cc (process_acknowledged_grobs):
330         * lily/fingering-engraver.cc (make_script): don't use direction
331         for script-priority. This fixes orderings for multiple down
332         script/fingering.
333
334         * scripts/ly2dvi.py (run_lilypond): don't exit if LilyPond fails,
335         but try to assemble the files anyway.
336
337         * input/regression/prefatory-empty-spacing.ly: new file.
338
339         * lily/break-align-interface.cc (do_alignment): translate last
340         break-align-group if it is invisible/empty.
341
342         * scm/grob-description.scm (all-grob-descriptions): LeftEdge is
343         not a BreakAlignGroup. Do not use
344         Break_align_interface::alignment_callback
345
346 2002-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
347
348         * scripts/lilypond-book.py (LatexPaper.find_latex_dims): give more
349         meaningful error if running latex fails 
350
351         * Documentation/user/refman.itely (Tablatures): small
352         corrections. Thanks to Karl Berry
353
354 2000-08-30  Heikki Junes <hjunes@cc.hut.fi>
355
356         * make/lilypond.mandrake.spec.in: Mandrake adaptations from
357         redhat spec and rpm-skeleton found in Mandrake's home page.
358
359 2002-08-29 Graham Percival  <gperciva@sfu.ca>
360
361         * Documentation/user/tutorial.itely:  editorial changes (spelling,
362         grammar, etc) of the "Fine tuning" section.
363
364 2002-08-29  Juergen Reuter  <reuter@ipd.uka.de>
365
366         * input/test/ancient-font.ly, mf/parmesan-heads.mf,
367         scm/output-lib.scm, lily/note-head.cc: bugfix: make neume note
368         heads accessible
369  
370 2002-08-29  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
371
372         * scm/music-functions.scm (unfold-repeats): Call new
373         shift-duration-log correctly also for unfolded repeats.
374
375 2002-08-27  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
376
377         * tex/titledefs.tex: Define \fetafont for use in titles.
378
379         * scm/music-functions.scm (shift-duration-log), lily/parser.yy
380         (Repeated_music): Handle dots correctly for \repeat tremolo.
381
382 2002-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
383
384         * lily/score.cc: remove paranoia code.
385
386         * lily/parser.yy: don't include malloc.h
387
388 2002-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
389
390         * flower/polynomial.cc (operator +): optimize += operator. No
391         copying.
392
393         * lily/source-file.cc (get_line): use binary search to determine
394         line number. This kills another quadratic time-complexity term.
395
396         * lily/include/source-file.hh (class Source_file): add newline_locations
397
398         * flower/include/array.icc (binary_search_bounds): new function.
399
400 2002-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
401
402         * input/regression/tuplet-properties.ly (texidoc): bugfix
403
404         * input/regression/beam-shortened-lengths.ly: add \stemUp
405
406         * Documentation/user/refman.itely: 
407
408 2002-08-22  Tom Cato
409
410         * Documentation/user/refman.itely: spelling fix.
411
412 2002-08-21  Jan Nieuwenhuizen  <janneke@gnu.org>
413
414         * lily/main.cc (setup_paths): Prepend dirs to search path, instead
415         of appending.  Fixes build when typical LilyPond 1.4 leftovers clutter
416         the system.
417
418         * flower/include/file-path.hh (prepend): New function.
419
420 2002-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
421
422         * Documentation/misc/ChangeLog-1.5: move 1.5 ChangeLog to misc/
423
424         * lily/completion-note-heads-engraver.cc (class
425         Completion_heads_engraver): don't be confused by polyphonic rhythms.
426
427         * input/regression/completion-heads-polyphony.ly: new file.
428
429 2002-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
430
431         * GNUmakefile.in (web-ext): distribute .ly with web tarball too.
432         This means that the 1.6 binaries must be rebuilt.
433
434         * make/lilypond-vars.make: banish ps-to-X scripts
435
436         * make/generic-rules.make: remove blurb rule.
437
438         * GNUmakefile.in: make lilypond-fource file, so PK fonts are not
439         removed every make-run.
440  
441         * make/ly-rules.make: don't remove .tely file.
442
443         * input/test/chords.ly (scales): whole notes only. Prevents
444         weird breaks.
445