]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
40e3bc44dc2a253a2d151b5b29e24e5cddb202db
[lilypond.git] / ChangeLog
1 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
4
5 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6
7         * Documentation/user/music-glossary.tely: fix links.
8
9 2002-10-21  Werner Lemberg  <wl@gnu.org>
10
11         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
12         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
13         scaling factor) only once and use them in the definition of
14         \embeddedps.
15         * ps/music-drawing-routines.ps (skeel): Removed.
16
17 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
18
19         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
20         Solaris7, as we don't use nested $( ) constructs.
21
22         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
23         as workaround for /bin/sh problems on Solaris7.
24
25 2002-10-19  Werner Lemberg  <wl@gnu.org>
26
27         * GNUmakefile.in (web-doc): Fix typos.
28         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
29         `music-drawing-routines.ps' but emit \special{header=...} once.
30         * scm/tex.scm (header-end): Updated.
31
32 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
33
34         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
35         undefined tremolo. 
36
37 2002-10-15  Werner Lemberg  <wl@gnu.org>
38
39         * scripts/lilypond-book.py (g_make_html): New global variable.
40         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
41         if `g_make_html' isn't set.
42         [main]: Add format `texi-html'.
43         (option_definitions): Updated.
44         * Documentation/user/lilypond-book.itely: Updated.
45
46         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
47         * make/ly-rules.make (%.texi, %.nexi): Use it.
48         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
49         format to lilypond-book.
50         * GNUmakefile.in (web-doc): Ditto.
51
52 2002-10-14  Werner Lemberg  <wl@gnu.org>
53
54         Further improve TeX output.  The produced files are about 40%
55         smaller.  `lilyponddefs.tex' is now read only once.
56
57         * tex/lilyponddefs.tex: Remove footer stuff.
58         (\ifundefined): Renamed to...
59         (\lilypondundefined): This.  Use LaTeX's definition to
60         make it nestable and make it global.
61         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
62         output.
63         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
64         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
65         them global.
66         (\placebox): Renamed to...
67         (\lyitem): This.
68         Make it global and call \outputscale by itself.
69         (\lybox, \lyvrule): New macros to reduce input data.
70         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
71         New auxiliary macros.
72         (\SkipLilydefs, \EndLilyPondOutput): Removed.
73         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
74         to...
75         (\lilypondspace): This and made it global.
76         (\turnOnPostScript): Renamed to...
77         (\lilypondpostscript): This and made it global.
78         (\turnOnExperimentalFeatures): Renamed to...
79         (\lilypondexperimentalfeatures): This and made it global.
80         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
81         (\lilypondsetdimen): This and made it global.
82         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
83         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
84         (all, $(outdir)/music-drawing-routines.ps): New rules.
85         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
86         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
87         start-system, stop-system, stop-last-system, filledbox): Updated to
88         use the changed macros from lilyponddefs.tex.
89         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
90
91 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
92
93         * Documentation/windows/installing.texi: Update.
94
95 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
96
97         * cygwin/lilypond.hint (requires): Add ghostscript.
98
99 2002-10-05  Werner Lemberg  <wl@gnu.org>
100
101         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
102         renamed to `output_latex_quoted'.
103         Added `output_latex_noquote'.
104         (schedule_lilypond_block): Implement `noquote' option for LaTeX
105         mode.
106
107 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
108
109         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
110         staff-space.  Previous 1.5 was probably meant as half-spaces.
111         (cautionary-style): parentheses (was: smaller).  This is what doco
112         says, and it seems more logical.
113
114         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
115         for 2nd sentence.
116
117 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
118
119         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
120
121 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
122
123         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
124
125 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
126
127         * VERSION: 1.6.5 released
128
129         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
130
131 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
132
133         * scm/translator-property-description.scm (voltaOnThisStaff): add
134         property.
135
136 2002-09-28  Werner Lemberg  <wl@gnu.org>
137
138         * scm/tex.scm (header-end): Suppress page numbering.
139
140         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
141         Fix quotation for HTML output.
142
143 2002-09-28   Graham Percival   <gperciva@sfu.ca>
144         
145         * Documentation/user/refman.itely: grammar and phrasing
146           fixes to "Note Entry" section.  Also adds a few new examples.
147
148 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
149
150         * flower/include/string-data.icc: include string.h
151
152 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
153
154         * scm/chord-name.scm (chord::inner-name-banter): remove space.
155
156 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
157
158         * Documentation/user/GNUmakefile (extra-local-help): Add.
159
160         * stepmake/stepmake/www-targets.make (local-help): Add.
161
162 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
163
164         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
165         packages.
166
167         * Documentation/topdocs/README.texi (Top): building documentation
168         (not website.)
169
170 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
171
172         * Documentation/user/refman.itely: 
173         * Documentation/user/tutorial.itely: 
174         * Documentation/user/music-glossary.tely: Merge changes.
175
176         * Documentation/user/glossary.html.in: 
177         * Documentation/index.texi: 
178         * Documentation/header.html.in: Accomodate renaming of glossary.
179         
180         * Documentation/user/tutorial.itely: Add some glossary references.
181         
182         * Documentation/user/refman.itely: Minor fixes.
183         
184         * Documentation/user/lilypond.tely: Add glossary do direntry.
185
186         * Documentation/user/music-glossary.tely: Rename (previously:
187         glossary.tely).  Fix anchor placement.
188
189         * Documentation/user/GNUmakefile: Make music-glossary.info too.
190
191 2002-09-23  Werner Lemberg  <wl@gnu.org>
192
193         * scripts/lilypond-book.py (output_dict): Fix handling of
194         various environments by avoid extraneous newlines.
195         Rename `output-all' regexp for html to `output-html'.
196         Replace `output-all' regexp for texi with `output-texi-quote'
197         and `output-texi-noquote'.
198         (compose_full_body): Don't override `linewidth' user option
199         for `singleline'.
200         (schedule_lilypond_block): Don't indent text specified with
201         `intertext' option.
202         Add new option `noquote'.
203         (compile_all_files): Use latex instead of tex to compile ly
204         files directly.
205
206         * Documentation/user/lilypond-book.itely: Updated and revised.
207         Improve layout.
208
209         * Documentation/user/glossary.tely,
210         Documentation/user/introduction.itely,
211         Documentation/user/tutorial.itely,
212         Documentation/user/refman.itely,
213         Documentation/user/appendices.itely: Fix overfull LilyPond
214         boxes caused by the new lilypond-book code.  Other minor
215         fixes.
216
217         * Documentation/user/macros.itexi (@texiflat): Don't emit
218         trailing space.
219
220         * scm/tex.scm (end-output, header-end): Add preamble and
221         postamble to make lilypond output directly compilable with
222         latex.
223
224         
225 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
226
227         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
228         instructions.
229
230 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
231
232         * Documentation/user/glossary.tely: Add titling and hyperlinks.
233
234 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
235
236         * lily/beam.cc (connect_beams): don't crash if there are quarter
237         notes in beams.
238
239 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
240
241         * Documentation/user/refman.itely: corrected ancient clef
242         docu; added docu on ligatures
243
244 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
245
246         * Documentation/user/glossary.tely,
247         Documentation/user/refman.itely, input/les-nereides.ly,
248         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
249         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
250         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
251         Stem properties: flag-style -> stroke-style, style -> flag-style.
252
253
254 2002-09-22  Werner Lemberg  <wl@gnu.org>
255
256         * scripts/lilypond-book.py: Add option `notime' to suppress
257         printing of a time signature.  Specify default indentation of 0pt
258         if single line fragment.  Don't emit redundant `\paper{ }'.
259
260         * Documentation/user/lilypond-book.itely: Updated.
261
262         * Documentation/user/glossary.tely: Completely reformatting.
263
264 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
265
266         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
267
268 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
269
270         * Documentation/user/tutorial.itely: Fix links.
271         
272         * Documentation/topdocs/index.tely:
273         * Documentation/index.texi:
274         * Documentation/header.html.in: Small website fixes and updates.
275
276         * debian/: Debian patch by Anthony Fok.
277
278 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
279
280         * Documentation/footer.html.in: How time flies: It's already 2002!
281
282         * Documentation/topdocs/index.tely: Stable/development fix.  Use
283         more descriptive link names than 'here'.
284
285 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
286
287         * VERSION: 1.6.4 released
288         
289         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
290
291         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
292         positive line widths.
293
294 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
295
296         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
297         go.  Fix comments.
298
299         * cygwin: Cygwin updates.
300
301 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
302
303         * Documentation/windows/installing.texi (Top): version for python,
304         urls for ghostscript (thanks to John Potelle)
305         
306         * lily/simultaneous-music-iterator.cc
307         (Simultaneous_music_iterator): init children_list_ before
308         triggering GC.
309
310         * lily/*-iterator.cc: be even more careful with smobbed copy
311         constructors. 
312
313         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
314         LeftEdge item.
315
316 2002-09-15  Werner Lemberg  <wl@gnu.org>
317
318         Improving LilyPond's output to make them ordinary TeX boxes with
319         predictable dimensions.  System boxes are now vertically centered on
320         the baseline; this offset can be further controlled with
321         \lilypondscoreshift.
322
323         * lily/system.cc (System::post_processing): Pass length of current
324         system to `start-system' (including any horizontal indentation).
325
326         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
327         prettier.
328         (lily-def): Append `%'.
329         (start-system): Add parameter `wd'.  Output more TeX code to specify
330         box dimensions.
331         (stop-system, stop-last-system): Complement changes in
332         `start-system'.
333         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
334         Updated.
335
336         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
337         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
338         Write final `\endinput'.
339
340         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
341         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
342         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
343         files and macro definitions don't produce spurious spaces and
344         paragraphs (using \endlinechar).
345         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
346
347         * Documentation/user/internals.itely: Improved formatting, fixing
348         typos.  Added a section `Output details' to describe how the TeX
349         code looks like.
350
351 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
352
353         * lily/accidental-engraver.cc: Also work with partial measures.
354
355 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
356
357         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
358         spanner.
359
360 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
361
362         * VERSION: 1.6.3 released.
363
364         * Documentation/user/refman.itely: patch by Graham Percival
365
366         * scripts/lilypond-book.py (make_pixmap): let gs write to
367         outputfile directly
368
369 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
370
371         * lily/simultaneous-music-iterator.cc
372         (Simultaneous_music_iterator): init children_list_
373
374         * lily/part-combine-music-iterator.cc
375         (Part_combine_music_iterator): init state_
376
377         * lily/sequential-iterator.cc (Sequential_iterator): init cursor_
378
379         * lily/percent-repeat-iterator.cc (Percent_repeat_iterator): init
380         child_iter_.
381
382         * lily/sequential-iterator.cc (Sequential_iterator): init list_
383
384         * lily/translator-def.cc (Translator_def): make a GC proof copy
385         constructor.
386
387 2002-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
388
389         * lily/percent-repeat-iterator.cc (process): quit iter.
390
391         * lily/simultaneous-music-iterator.cc
392         (Simultaneous_music_iterator): protection bugfix.
393         (get_pending_events): bugfix: don't use s twice.
394
395         * debian/: debian patches by Anthony Fok.
396         
397         * lily/clef-engraver.cc (create_clef): bugfix for octavate clef
398         (thanks Rune!)
399
400         * Documentation/user/tutorial.itely: replace grob by
401         object. Explain \once.
402
403         * scm/music-property-description.scm (once): add 'once
404
405 2002-09-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
406
407         * lily/simultaneous-music-iterator.cc (skip): call quit()
408         when an iterator exits early.
409
410 2002-09-13  Juergen Reuter  <reuter@ipd.uka.de>
411
412         * lily/rests.ly: added comment on bogus warnings about missing flags
413
414         * lily/clef.cc, lily/rests.cc: added warning when font character
415         lookup fails.
416
417         * lily/rests.cc: workaround: consider missing ledgered rests in
418         ancient font.
419
420         * lily/rests.cc: bugfix: cleaned up font lookup code that handles
421         special cases of styles 'default' and 'classical'.  This should
422         also fix the behaviour of lily/multi-measure-rest.cc, which so far
423         did not consider styles 'default' and 'classical'.
424
425 2002-09-13  Rune Zedeler  <rune@zedeler.dk>
426
427         * scm/drums.scm: "set" the automatic properties instead of
428         "override", (whoops!)
429         
430 2002-09-13  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
431
432         * ly/a3-init.ly, scripts/ly2dvi.py (ly_paper_to_latexpaper): 
433         Add support for A3 paper.
434
435 2002-09-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
436
437         * lily/tuplet-bracket.cc (brew_molecule): don't crash on broken
438         tuplet brackets.
439
440         * lily/property-iterator.cc (do_quit): add finalization functions
441         to undo property settings.
442
443         * lily/parser.yy (property_def): syntax for \once \property ....
444
445         * lily/note-spacing.cc (get_spacing): don't get crazy when there
446         is no (live) stem.
447
448         * lily/my-lily-lexer.cc: new keyword \once
449
450         * lily/global-translator.cc (apply_finalizations): new function
451         (add_finalization): new function
452
453         * input/regression/property-once.ly: new file
454
455 2002-09-10  Juergen Reuter  <reuter@ipd.uka.de>
456
457         * lily/stem.cc: added warning when font symbol not found;
458         small cleanups
459
460 2002-09-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
461
462         * mf/GNUmakefile: make PFA for sauter CM fonts.
463
464 2002-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
465
466         * mf/GNUmakefile: make map file for pfa target as well. 
467
468         * scm/tex.scm (end-output): add newline to output
469
470         * lily/include/sequential-iterator.hh (class Sequential_iterator):
471         don't use Protected_scm for music-iterator members. 
472
473         * lily/music-iterator.cc (Music_iterator): initialize music_
474         
475
476 2002-09-09  Juergen Reuter  <reuter@ipd.uka.de>
477
478         * input/test/accid.ly: updated test file to show all available
479         accidentals styles
480
481         * lily/accidental.cc, lily/key-signature-interface.cc,
482         lily/include/accidental-interface.hh: added method
483         get_fontcharname() to provide proper fall-back cases for missing
484         accidentals; print warning if font char lookup fails
485
486         * lily/time-signature.cc: fixed documentation bug
487
488 2002-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
489
490         * lily/music-iterator.cc (quit, do_quit): new function: break link
491         to translator group explicitly. This used to be done from the
492         destructor of music-iterator. Now that iterators are GC'd, this is
493         no longer possible.  Add new function do_quit() to all applicable
494         derived classes.
495
496         * lily/lyric-combine-music-iterator.cc (construct_children): don't
497         unprotect objects.
498         (Lyric_combine_music_iterator): small typo bugfix.
499
500         * lily/musical-request.cc: do ADD_MUSIC for String_number_req.
501
502         * lily/include/lily-guile.hh (scm_remember_upto_here_1): add glue
503
504         * lily/sequential-iterator.cc (get_pending_events): don't delete
505         music-iterator.
506         
507 2002-09-08  Rune Zedeler  <rune@zedeler.dk>
508
509         * scm/music-property-description.scm: describe string-number (whoops)
510
511         * Documentation/user/refman.itely: Tablature and bar number updates
512         
513 2002-09-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
514
515         * lily/lyric-combine-music-iterator.cc
516         (Lyric_combine_music_iterator): small bugfix
517
518         * lily/include/simultaneous-music-iterator.hh (class
519         Simultaneous_music_iterator): use SCM list for list of iterators.
520         
521         * lily/cxx-function-smob.cc: remove file.
522
523         * lily/include/cxx-function-smob.hh: remove file.
524
525         * lily/include/music-iterator.hh (class Music_iterator): smobify
526         music-iterator; many changes throughout. They are now constructed
527         through procedures that return to the smobbed iterator.
528
529         * lily/include/*.hh: all derived_mark() functions are now const.
530
531         * lily/syllable-group.cc (set_lyric_align): remove conditional
532         again.
533
534         * Documentation/bibliography/computer-notation.bib (note): add
535         Beyond MIDI and The Virtual Score.
536
537 2002-09-07  Rune Zedeler  <rune@zedeler.dk>
538
539         * input/sondag-morgen/*.ly: Tablature fixes
540
541         * ly/performer-init.ly: BUGFIX: add alias Timing to Score context
542         
543         * lily/parser.yy and lily/lexer.ll: Use E_UNSIGNED instead of E_DIGIT
544         
545         * lily/musical-request.cc (String_number_req): Added
546
547         * lily/tab-note-heads-engraver.cc: Use String_number_req instead
548         of Text_script_req; read properties stringOneTopmost and
549         highStringOne.
550         
551         * ly/engraver-init.ly (tabStaffContext): Bugfix: remove Key_engraver;
552         set stringOneTopmost and highStringOne to #t
553         
554         * scm/output-lib.scm (tablature-stem-attachment-function): Changed
555         (guitar-tunings): List added
556         ((every-nth-bar-number-visible n) barnum): Instead of
557         default-bar-number-visibility
558         ((every-nth-bar-number-visible n) barnum): added
559
560         * scm/grob-description.scm (TabNoteHead): Extra-offset added (UGH!)
561         
562         * scm/translator-property-description.scm: Added new functions
563
564         * input/test/tablature.ly: Changed to better demonstrate possibilities.
565
566         * input/test/bar-number-every-fifth: Use new function
567         
568 2002-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
569
570         * scripts/lilypond-book.py: revert pre use for python
571         2.2. Document why.
572
573 2002-09-07 Jeremie Lumbroso  <jeremie@lumbroso.fr>
574
575         * Documentation/user/refman.itely: very minor corrections and
576         rephrasing of the reference manual -- revision up to line #400.
577
578         * Documentation/user/refman.itely: replaced all occurrence "staffs"
579         with "staves".
580
581 2002-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
582
583         * lily/lexer.ll: scan E_DIGIT
584
585         * lily/parser.yy (string_request): use E_DIGIT for string requests
586
587         * lily/beam.cc (get_thickness): new function
588
589         * ly/performer-init.ly (ScoreContext): add Timing alias
590
591         * lily/translator-def.cc (Translator_def): copy alias list too.
592
593         * lily/stem.cc (height): add half beam thickness for beamed stems.
594         This fixes tuplet bracket vertical offsets on beams.
595         
596         * lily/text-spanner-engraver.cc (stop_translation_timestep): small
597         cleanups; only hang spanner on paper-columns if there are no
598         note-columns to hang on. Also hang finished spanner on the last
599         note.
600
601         * lily/tuplet-bracket.cc (calc_position_and_height): only quantize
602         inside staff.
603
604 2002-09-07  Rune Zedeler  <rune@zedeler.dk>
605
606         * scm/output-lib.scm: (default-bar-number-visibility) added
607
608         * ly/engraver-init.ly (ScoreContext) set barNumberVisibility to
609         #default-bar-number-visibility
610         
611 2002-09-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
612
613         * input/test/poly-metric.ly: update to use Timing.
614
615         * lily/bar-number-engraver.cc (process_music): only run
616         barNumberVisibility if currentBarNumber is a number.
617
618         * lily/parser.yy (chord_inversion): use CHORD_SLASH for '/'
619         (command_element): use Timing as alias for Score.
620
621 2002-09-06  Jeremie Lumbroso  <jeremie@lumbroso.fr>
622
623         * Documentation/user/refman.itely: minor corrections (replacing
624         `grob' by `object'), addition of an example in the tablature
625         section.
626
627 2002-09-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
628
629         * VERSION: 1.6.2 released  
630
631         * input/test/empty-staffs.ly: new file.
632
633         * Documentation/topdocs/INSTALL.texi: adds a bit of information
634         about compiling in OpenBSD. (Graham Percival)
635
636 2002-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
637         
638         * scm/documentation-lib.scm (scm->string): don't crash if a
639         procedure doesn't have a name.
640
641 2002-09-05  Juergen Reuter  <reuter@ipd.uka.de>
642
643         * input/test/custos.ly: updated test file to show all available
644         custos styles
645
646         * lily/custos.cc: small code clean-ups
647
648         * input/test/rests.ly: updated test file to show all available
649         rest styles
650
651         * mf/feta-eindelijk.mf: bugfix: added missing maxima rest
652
653 2002-09-05  Rune Zedeler  <rune@zedeler.dk>
654
655         * scm/output-lib.scm (make-molecule-boxer): Fixed and moved from
656         input/test/boxed-molecule.ly
657
658         * input/test/boxed-molecule.ly: Fixed to use default
659         make-molecule-boxer
660
661         * input/test/bar-number-every-fifth.ly: Added
662         
663         * lily/bar-number-engraver.cc: Add property barNumberVisibility
664         and use it to decide which BarNumbers to suicide.
665         
666 2002-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
667
668         * input/test/poly-metric.ly: new file.
669
670         * scripts/lilypond-book.py (output_verbatim): python 2.2 workaround.
671
672         * scm/documentation-lib.scm (scm->string): print procedure name in
673         stead of #<procedure .. > 
674
675         * scripts/ly2dvi.py (run_lilypond): exit with error if lily exited
676         any file with an error.
677
678         * input/regression/molecule-hacking.ly: also restore Y
679         extent. Fixes bugs with stem attachment of parenthesized note
680         heads.
681
682 2002-09-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
683
684         * input/test/clef-end-of-line.ly: new file.
685
686         * lily/stem-engraver.cc (acknowledge_grob): warn about too long
687         tremolos. Thanks to Erik Sandberg
688
689         * input/trip.ly (fugaIIPedal): small cleanups.
690
691         * lily/grob-pq-engraver.cc: more helpful message.
692         (stop_translation_timestep): use scm_merge_x for merging the lists.
693
694         * Documentation/user/appendices.itely: switch off parmesan listing
695
696 2002-09-01  Juergen Reuter  <reuter@ipd.uka.de>
697
698         * input/test/ancient-font.ly, input/test/ancient-time.ly,
699           input/test/mensural-ligatures.ly, lily/ligature-head.cc,
700           lily/mensural-ligature-engraver.cc, lily/note-head.cc,
701           lily/time-signature.cc, scm/output-lib.scm: removed obsolete
702           code that sets grob property font-family; also small updates to
703           various input/test files.
704
705 2002-09-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
706
707         * input/test/tab-staff.ly: removed.
708         
709         * lily/paper-def.cc (find_font): load virtual font for a list of
710         font names.
711
712         * scm/font.scm (paper20-style-sheet-alist): equate ancient and
713         music font-families.
714
715         * lily/virtual-font-metric.cc (get_char_molecule): new function
716
717         * lily/system-start-delimiter.cc (staff_brace): use virtual fonts
718         for the list of braces
719
720         * lily/font-metric.cc (get_char_molecule): new function.
721
722 2002-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
723
724         * lily/virtual-font-metric.cc: new file
725
726         * lily/include/virtual-font-metric.hh (class Virtual_font_metric):
727         new file
728
729         * scripts/lilypond-book.py: use old re's for python 2.2 as well
730
731         * debian/control: Debian patches by Anthony Fok
732
733         * input/regression/lyric-combine-polyphonic.ly: new file.
734
735         * ly/engraver-init.ly (VoiceContext): add Grob_pq_engraver to
736         Voice context.
737
738 2002-08-31 Graham Percival  <gperciva@sfu.ca>
739
740         * Documentation/user/tutorial.itely:  editorial changes
741         (spelling, grammar, etc) of the orchestral score, integrating text +
742         music, and the end of tutorial.
743
744 2002-08-31 Rune Zedeler  <rune@zedeler.dk>
745
746         * input/test/sondag-morgen/*.ly: 1.6 compatibility knee fixes
747
748         * lily/tab-note-heads-engraver.cc: Bugfix for instruments not
749         having 6 strings.
750         
751 2002-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
752
753         * VERSION: 1.6.1 released
754         
755         * lily/kpath.cc: 
756         * lily/lily-guile.cc: macosx fixes.
757
758         * lily/script-column.cc (before_line_breaking): use stable sorting
759         algorithm to preserve script ordering.
760         (grob_script_priority_less): new function
761
762         * lily/script-engraver.cc (process_music): 
763         * lily/text-engraver.cc (process_acknowledged_grobs):
764         * lily/fingering-engraver.cc (make_script): don't use direction
765         for script-priority. This fixes orderings for multiple down
766         script/fingering.
767
768         * scripts/ly2dvi.py (run_lilypond): don't exit if LilyPond fails,
769         but try to assemble the files anyway.
770
771         * input/regression/prefatory-empty-spacing.ly: new file.
772
773         * lily/break-align-interface.cc (do_alignment): translate last
774         break-align-group if it is invisible/empty.
775
776         * scm/grob-description.scm (all-grob-descriptions): LeftEdge is
777         not a BreakAlignGroup. Do not use
778         Break_align_interface::alignment_callback
779
780 2002-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
781
782         * scripts/lilypond-book.py (LatexPaper.find_latex_dims): give more
783         meaningful error if running latex fails 
784
785         * Documentation/user/refman.itely (Tablatures): small
786         corrections. Thanks to Karl Berry
787
788 2000-08-30  Heikki Junes <hjunes@cc.hut.fi>
789
790         * make/lilypond.mandrake.spec.in: Mandrake adaptations from
791         redhat spec and rpm-skeleton found in Mandrake's home page.
792
793 2002-08-29 Graham Percival  <gperciva@sfu.ca>
794
795         * Documentation/user/tutorial.itely:  editorial changes (spelling,
796         grammar, etc) of the "Fine tuning" section.
797
798 2002-08-29  Juergen Reuter  <reuter@ipd.uka.de>
799
800         * input/test/ancient-font.ly, mf/parmesan-heads.mf,
801         scm/output-lib.scm, lily/note-head.cc: bugfix: make neume note
802         heads accessible
803  
804 2002-08-29  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
805
806         * scm/music-functions.scm (unfold-repeats): Call new
807         shift-duration-log correctly also for unfolded repeats.
808
809 2002-08-27  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
810
811         * tex/titledefs.tex: Define \fetafont for use in titles.
812
813         * scm/music-functions.scm (shift-duration-log), lily/parser.yy
814         (Repeated_music): Handle dots correctly for \repeat tremolo.
815
816 2002-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
817
818         * lily/score.cc: remove paranoia code.
819
820         * lily/parser.yy: don't include malloc.h
821
822 2002-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
823
824         * flower/polynomial.cc (operator +): optimize += operator. No
825         copying.
826
827         * lily/source-file.cc (get_line): use binary search to determine
828         line number. This kills another quadratic time-complexity term.
829
830         * lily/include/source-file.hh (class Source_file): add newline_locations
831
832         * flower/include/array.icc (binary_search_bounds): new function.
833
834 2002-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
835
836         * input/regression/tuplet-properties.ly (texidoc): bugfix
837
838         * input/regression/beam-shortened-lengths.ly: add \stemUp
839
840         * Documentation/user/refman.itely: 
841
842 2002-08-22  Tom Cato
843
844         * Documentation/user/refman.itely: spelling fix.
845
846 2002-08-21  Jan Nieuwenhuizen  <janneke@gnu.org>
847
848         * lily/main.cc (setup_paths): Prepend dirs to search path, instead
849         of appending.  Fixes build when typical LilyPond 1.4 leftovers clutter
850         the system.
851
852         * flower/include/file-path.hh (prepend): New function.
853
854 2002-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
855
856         * Documentation/misc/ChangeLog-1.5: move 1.5 ChangeLog to misc/
857
858         * lily/completion-note-heads-engraver.cc (class
859         Completion_heads_engraver): don't be confused by polyphonic rhythms.
860
861         * input/regression/completion-heads-polyphony.ly: new file.
862
863 2002-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
864
865         * GNUmakefile.in (web-ext): distribute .ly with web tarball too.
866         This means that the 1.6 binaries must be rebuilt.
867
868         * make/lilypond-vars.make: banish ps-to-X scripts
869
870         * make/generic-rules.make: remove blurb rule.
871
872         * GNUmakefile.in: make lilypond-fource file, so PK fonts are not
873         removed every make-run.
874  
875         * make/ly-rules.make: don't remove .tely file.
876
877         * input/test/chords.ly (scales): whole notes only. Prevents
878         weird breaks.
879