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