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