]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
Remove nonvalid settings. Use descriptive key names.
[lilypond.git] / ChangeLog
1 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
2
3         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
4         Remove nonvalid settings. Use descriptive key names.
5
6 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7
8         * scripts/lilypond-book.py (option_definitions): Typo.
9
10         * scripts/ly2dvi.py: Updates.
11
12         * python/lilylib.py (setup_environment, print_environment)
13         (get_bbox, make_preview): Merge and remove from ly2dvi and
14         lilypond-book.
15
16         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
17
18         * .cvsignore: Remove some cruft.
19
20         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
21         path.
22
23         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
24         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
25         throughout.
26
27         * python/lilylib.py (quiet_system): Junk
28         (system): Display error log upon failure.
29         (read_pipe): New function.  Cleanups and fixes.
30
31         * python/*.py: Rename from *.py.in.
32         
33         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
34
35         * GNUmakefile.in (SUBDIRS): Move python before scripts.
36
37 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
38
39         * python/GNUmakefile: Bugfix: handle modules.
40
41         * stepmake/stepmake/python-module-targets.make (default): Add
42         compiled modules. 
43
44         * stepmake/stepmake/python-module-rules.make: Add rule for byte
45         compiling modules.
46
47         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
48         Bugfix.  (OUT_PYC_MODULES): Add.
49
50 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
51
52         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
53         Use default paths. Refresh description.
54
55 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
56
57         * input/regression/finger-chords.ly (texidoc): new file.
58
59         * lily/script-engraver.cc (process_music): remove scriptHorizontal
60         support
61
62         * lily/fingering-engraver.cc (process_music): remove kludgy
63         scriptHorizontal stuff.
64
65         * lily/script.cc: remove staff-support property.
66
67         * lily/new-fingering-engraver.cc (add_fingering): new
68         file. Fingering engraver for new style chords.
69
70 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
71
72         * lily/parser.yy (bare_number): allow 4 \cm (without
73         decimal dot). (should backport to 1.6?)
74
75         * ly/declarations-init.ly: use Scheme for dimension defs.
76
77         * lily/parser.yy (TODO): remove hard coded dimensions, add
78         REAL NUMBER_IDENTIFIER production.
79
80         * lily/rest-collision.cc (force_shift_callback): rewrite using
81         -done property.
82
83         * scm/grob-property-description.scm (rest-collision-done): add
84         property.
85         
86         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
87
88 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
89
90         * input/regression/multi-measure-rest-center.ly: new file.
91
92         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
93         off horizontally by 0.05 ss. Fixed.
94
95 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
96
97         * scm/pdftex.scm: Rename ly-number to ly:number->string.
98
99         * Documentation/topdocs/index.tely: Remove duplicate from merge.
100
101 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
102
103         * lily/tie.cc (get_control_points): also avoid staff lines on the
104         just outside the outer staff lines
105
106 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
107
108         * ly/params-init.ly: Just define style-alist, no need to
109         define-public.
110
111         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
112         (thanks Han-Wen).
113
114         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
115         (FET_FILES): = FONT_FILES.
116
117         * Merge from stable:
118
119             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
120
121 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
122
123         * VERSION: 1.7.4 released.  
124         
125         * scm/generate-documentation.scm (string-append): add macro
126         definitions.
127
128         * lily/text-item.cc (lookup_text): don't use virtual fonts for
129         normal texts.
130
131         * lily/multi-measure-rest-engraver.cc: make separate
132         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
133
134         * lily/multi-measure-rest.cc: remove text handling. Remove
135         number-threshold.
136
137 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
138
139         * scm/music-types.scm: doc patch by Graham Percival
140
141 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
142
143         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
144         encoding part.
145         (Font_info.set_defaults): pixelsize now also defauts to '0'.
146         (sketch_p): Sketch wants only first four elements of X11 font spec.
147
148         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
149
150         * mf/feta-autometric.mf: Write foundry and family to log.
151
152         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
153         font translation table.
154
155         * buildscripts/mf-to-table.py: Better font info into afm.
156
157         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
158         1.0.9 required.
159
160         * configure.in: Whine for mftrace 1.0.9.
161
162 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
163
164         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
165
166         * lily/main.cc (main_prog): don't try to load init.EXT when
167         processing foo.EXT.
168
169 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
170
171         * scm/tex.scm (zigzig-line): added.
172
173         * scm/ps.scm (zigzag-line): added.
174
175         * ps/music-drawing-routines.ps (subvec): added.
176         (draw_zigzag_line): added.
177         
178         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
179         grob properties zigzag-width and zigzag-length.
180
181         * input/regression/glissando.ly: Add some zig-zagged glissandi.
182
183 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
184
185         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
186         svg output, including font.
187
188 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
189
190         * scm/lily.scm: Register sodipodi output module.
191
192         * scm/sodipodi.scm: New file.
193
194         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
195
196         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
197         comment, after header.
198         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
199         FullName.  Fix FontName key.
200
201 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
202
203         * lily/rest.cc (after_line_breaking): bugfix: dots after half
204         and breve rests.
205         
206         * input/test/blank-notes.ly: bugfix
207
208         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
209         rests. (Kim Shrier)
210
211         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
212         
213 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
214
215         * scm/tex.scm: 
216         * scm/ps.scm: Cleanup and remove obsolete junk.
217
218         * Documentation/user/internals.itely:
219         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
220
221         * lily/parser.yy: Identify shift/reduce problems.
222
223         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
224         make-style-sheet.  Too specific for convert-ly?
225
226 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
227
228         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
229
230         * input/test/*.ly: various fixes.
231
232         * lily/music.cc (name): bugfix
233
234         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
235
236         * lily/input-file-results.cc (code): set-point-and-click! ->
237         set-point-and-click
238         
239 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
240
241         * Use uniform ly: prefix for exported scheme primitive functions.
242
243         * scm/music-types.scm: junk compat glue
244
245         * scripts/convert-ly.py: add rules for stuff below, junk
246         compatibility glue for spanrequest.
247
248         * lily/parser.yy (verbose_event): remove \spanrequest,
249         \commandspanrequest, \script. 
250         
251         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
252
253         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
254         for \penalty, \glissando.
255
256         * VERSION: release 1.7.3
257         
258 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
259
260         * lily/accidental-engraver.cc: Fix
261         grace-in-the-beginning-of-measure bug caused by the resent
262         partial-measure fix.
263
264         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
265         overlap looks too crowded)
266         
267 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
268
269         * lily/parser.yy (assignment): allow SCM expression as assignment.
270
271         * lily/include/music-output-def.hh (class Music_output_def):
272         * lily/music-output-def.cc: 
273         * lily/paper-def.cc: 
274         * scm/font.scm (markup-to-properties):
275         * lily/parser.yy (music_output_def_body): 
276         remove style_sheet_
277
278 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
279
280         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
281         length.
282
283         * input/regression/spacing-to-grace.ly: new file.
284
285         * input/regression/spacing-end-of-line.ly: new file.
286
287         * lily/note-spacing.cc (get_spacing): take into account breakable
288         stuff sticking out at the left (time sig change at line break).
289
290         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
291         raggedright code.
292
293         * scm/music-functions.scm (make-voice-props-set): add
294         staff-position for mm rests.
295  
296         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
297         before grace notes a little.
298
299         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
300
301         * lily/break-align-interface.cc (do_alignment): right-edge spacing
302         key adds space at the end of line. 
303
304 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
305
306         * scm/sketch.scm: Fix beams.
307
308         * buildscripts/mf-to-table.py: Add EncodingScheme.
309
310         * scm/sketch.scm: Resurrect.
311
312 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
313
314         * lily/multi-measure-rest.cc: use breve rests for measure lengths
315         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
316
317 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
318
319         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
320
321         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
322
323 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
324
325         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
326         token for origin information.
327
328         * lily/parser.yy (My_lily_lexer): do identifier location and
329         cloning from lexer.
330
331         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
332         logic out of the parser. Add bar checks on both ends.
333
334         * Documentation/user/refman.itely (Multi measure rests): add more
335         notes about mm rests.
336
337 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
338
339         * input/regression/bar-scripts.ly: Re-enable.
340
341         * lily/parser.yy:
342         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
343         released rsn.  Bison 1.50 has a crucial bug and won't work.
344
345         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
346
347
348 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
349
350         * input/regression/bar-scripts.ly: Blunt documentation build fix.
351
352 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
353
354         * Actually merge changes since 1.6.4 besides ChangeLog, and
355         resolve conflicts.  Lots of updates, hope all is well.
356         
357         * cygwin/lilypond.hint (requires): Add ghostscript.
358
359         * scm: Update some (c).
360         
361 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
362
363         * input/test/{various}.ly: add \header fields and texidoc strings.
364
365 2002-10-05  Werner Lemberg  <wl@gnu.org>
366
367         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
368         renamed to `output_latex_quoted'.
369         Added `output_latex_noquote'.
370         (schedule_lilypond_block): Implement `noquote' option for LaTeX
371         mode.
372
373 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
374
375         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
376         as workaround for /bin/sh problems on Solaris7.
377
378 2002-10-19  Werner Lemberg  <wl@gnu.org>
379
380         * GNUmakefile.in (web-doc): Fix typos.
381         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
382         `music-drawing-routines.ps' but emit \special{header=...} once.
383         * scm/tex.scm (header-end): Updated.
384
385 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
386
387         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
388         undefined tremolo. 
389
390 2002-10-15  Werner Lemberg  <wl@gnu.org>
391
392         * scripts/lilypond-book.py (g_make_html): New global variable.
393         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
394         if `g_make_html' isn't set.
395         [main]: Add format `texi-html'.
396         (option_definitions): Updated.
397         * Documentation/user/lilypond-book.itely: Updated.
398
399         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
400         * make/ly-rules.make (%.texi, %.nexi): Use it.
401         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
402         format to lilypond-book.
403         * GNUmakefile.in (web-doc): Ditto.
404
405 2002-10-14  Werner Lemberg  <wl@gnu.org>
406
407         Further improve TeX output.  The produced files are about 40%
408         smaller.  `lilyponddefs.tex' is now read only once.
409
410         * tex/lilyponddefs.tex: Remove footer stuff.
411         (\ifundefined): Renamed to...
412         (\lilypondundefined): This.  Use LaTeX's definition to
413         make it nestable and make it global.
414         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
415         output.
416         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
417         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
418         them global.
419         (\placebox): Renamed to...
420         (\lyitem): This.
421         Make it global and call \outputscale by itself.
422         (\lybox, \lyvrule): New macros to reduce input data.
423         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
424         New auxiliary macros.
425         (\SkipLilydefs, \EndLilyPondOutput): Removed.
426         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
427         to...
428         (\lilypondspace): This and made it global.
429         (\turnOnPostScript): Renamed to...
430         (\lilypondpostscript): This and made it global.
431         (\turnOnExperimentalFeatures): Renamed to...
432         (\lilypondexperimentalfeatures): This and made it global.
433         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
434         (\lilypondsetdimen): This and made it global.
435         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
436         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
437         (all, $(outdir)/music-drawing-routines.ps): New rules.
438         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
439         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
440         start-system, stop-system, stop-last-system, filledbox): Updated to
441         use the changed macros from lilyponddefs.tex.
442         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
443
444 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
445
446         * Documentation/windows/installing.texi: Update.
447
448 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
449
450         * VERSION: 1.6.5 released
451
452         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
453
454 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
455
456         * scm/translator-property-description.scm (voltaOnThisStaff): add
457         property.
458
459 2002-09-28  Werner Lemberg  <wl@gnu.org>
460
461         * scm/tex.scm (header-end): Suppress page numbering.
462
463         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
464         Fix quotation for HTML output.
465
466 2002-09-28   Graham Percival   <gperciva@sfu.ca>
467         
468         * Documentation/user/refman.itely: grammar and phrasing
469           fixes to "Note Entry" section.  Also adds a few new examples.
470
471 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
472
473         * flower/include/string-data.icc: include string.h
474
475 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
476
477         * scm/chord-name.scm (chord::inner-name-banter): remove space.
478
479 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
480
481         * Documentation/user/GNUmakefile (extra-local-help): Add.
482
483         * stepmake/stepmake/www-targets.make (local-help): Add.
484
485 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
486
487         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
488         packages.
489
490         * Documentation/topdocs/README.texi (Top): building documentation
491         (not website.)
492
493 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
494
495         * Documentation/user/refman.itely: 
496         * Documentation/user/tutorial.itely: 
497         * Documentation/user/music-glossary.tely: Merge changes.
498
499         * Documentation/user/glossary.html.in: 
500         * Documentation/index.texi: 
501         * Documentation/header.html.in: Accomodate renaming of glossary.
502         
503         * Documentation/user/tutorial.itely: Add some glossary references.
504         
505         * Documentation/user/refman.itely: Minor fixes.
506         
507         * Documentation/user/lilypond.tely: Add glossary do direntry.
508
509         * Documentation/user/music-glossary.tely: Rename (previously:
510         glossary.tely).  Fix anchor placement.
511
512         * Documentation/user/GNUmakefile: Make music-glossary.info too.
513
514 2002-09-23  Werner Lemberg  <wl@gnu.org>
515
516         * scripts/lilypond-book.py (output_dict): Fix handling of
517         various environments by avoid extraneous newlines.
518         Rename `output-all' regexp for html to `output-html'.
519         Replace `output-all' regexp for texi with `output-texi-quote'
520         and `output-texi-noquote'.
521         (compose_full_body): Don't override `linewidth' user option
522         for `singleline'.
523         (schedule_lilypond_block): Don't indent text specified with
524         `intertext' option.
525         Add new option `noquote'.
526         (compile_all_files): Use latex instead of tex to compile ly
527         files directly.
528
529         * Documentation/user/lilypond-book.itely: Updated and revised.
530         Improve layout.
531
532         * Documentation/user/glossary.tely,
533         Documentation/user/introduction.itely,
534         Documentation/user/tutorial.itely,
535         Documentation/user/refman.itely,
536         Documentation/user/appendices.itely: Fix overfull LilyPond
537         boxes caused by the new lilypond-book code.  Other minor
538         fixes.
539
540         * Documentation/user/macros.itexi (@texiflat): Don't emit
541         trailing space.
542
543         * scm/tex.scm (end-output, header-end): Add preamble and
544         postamble to make lilypond output directly compilable with
545         latex.
546
547         
548 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
549
550         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
551         instructions.
552
553 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
554
555         * Documentation/user/glossary.tely: Add titling and hyperlinks.
556
557 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
558
559         * lily/beam.cc (connect_beams): don't crash if there are quarter
560         notes in beams.
561
562 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
563
564         * Documentation/user/refman.itely: corrected ancient clef
565         docu; added docu on ligatures
566
567 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
568
569         * Documentation/user/glossary.tely,
570         Documentation/user/refman.itely, input/les-nereides.ly,
571         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
572         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
573         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
574         Stem properties: flag-style -> stroke-style, style -> flag-style.
575
576
577 2002-09-22  Werner Lemberg  <wl@gnu.org>
578
579         * scripts/lilypond-book.py: Add option `notime' to suppress
580         printing of a time signature.  Specify default indentation of 0pt
581         if single line fragment.  Don't emit redundant `\paper{ }'.
582
583         * Documentation/user/lilypond-book.itely: Updated.
584
585         * Documentation/user/glossary.tely: Completely reformatting.
586
587 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
588
589         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
590
591 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
592
593         * Documentation/user/tutorial.itely: Fix links.
594         
595         * Documentation/topdocs/index.tely:
596         * Documentation/index.texi:
597         * Documentation/header.html.in: Small website fixes and updates.
598
599         * debian/: Debian patch by Anthony Fok.
600
601 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
602
603         * Documentation/footer.html.in: How time flies: It's already 2002!
604
605         * Documentation/topdocs/index.tely: Stable/development fix.  Use
606         more descriptive link names than 'here'.
607
608 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
609
610         * VERSION: 1.7.2 released
611         * VERSION: 1.6.4 released
612         
613         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
614
615         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
616         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
617
618         * mf/feta-din.mf (test): add x-height and space.
619
620         * lily/dynamic-engraver.cc (process_music): take dynamic direction
621         from ^_ for crescendi. Idem for slurs and phrasing slurs.
622
623         * ly/grace-init.ly: add-to-grace-init: function to portably add
624         settings to \grace. 
625
626         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
627         if we get an absolute dynamic event.
628  
629         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
630
631         * lily/source-file.cc (get_line): oops. All line numbers were off
632         by 2. Fix that. 
633
634         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
635         be after the note, combined with -_^, i.e. c4-(-\)-\>  
636
637         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
638
639         * lily/parser.yy (number_factor): remove (number) as number
640         expression. ("Let them eat Lisp").
641
642 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
643
644         * lily/horizontal-bracket.cc: new file.
645
646         * lily/horizontal-bracket-engraver.cc: new file.
647
648         * input/regression/note-group-bracket.ly: new file. Support
649         horizontal note brackets for music analysis.
650
651         * lily/stem.cc (flag): new flag-style: no-flag.
652
653         * input/test/stem-cross-staff.ly: new file
654         
655         * Documentation/user/internals.itely: Improved formatting, fixing
656         typos.  Added a section `Output details' to describe how the TeX
657         code looks like.
658
659         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
660
661         * lily/parser.yy: remove \dynamicscript.
662
663         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
664         definitions. 
665
666         * python/midi.c (midi_error): take two arguments.
667
668         * Merge 1.6.5 changes:
669         
670 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
671
672         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
673         staff-space.  Previous 1.5 was probably meant as half-spaces.
674         (cautionary-style): parentheses (was: smaller).  This is what doco
675         says, and it seems more logical.
676
677         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
678         for 2nd sentence.
679
680 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
681
682         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
683
684 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
685
686         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
687
688 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
689
690         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
691
692 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
693
694         * scm/translator-property-description.scm (voltaOnThisStaff): add
695         property.
696
697 2002-09-28  Werner Lemberg  <wl@gnu.org>
698
699         * scm/tex.scm (header-end): Suppress page numbering.
700
701         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
702         Fix quotation for HTML output.
703
704 2002-09-28   Graham Percival   <gperciva@sfu.ca>
705         
706         * Documentation/user/refman.itely: grammar and phrasing
707           fixes to "Note Entry" section.  Also adds a few new examples.
708
709 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
710
711         * flower/include/string-data.icc: include string.h
712
713 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
714
715         * scm/chord-name.scm (chord::inner-name-banter): remove space.
716
717 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
718
719         * Documentation/user/GNUmakefile (extra-local-help): Add.
720
721         * stepmake/stepmake/www-targets.make (local-help): Add.
722
723 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
724
725         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
726         packages.
727
728         * Documentation/topdocs/README.texi (Top): building documentation
729         (not website.)
730
731 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
732
733         * Documentation/user/refman.itely: 
734         * Documentation/user/tutorial.itely: 
735         * Documentation/user/music-glossary.tely: Merge changes.
736
737         * Documentation/user/glossary.html.in: 
738         * Documentation/index.texi: 
739         * Documentation/header.html.in: Accomodate renaming of glossary.
740         
741         * Documentation/user/tutorial.itely: Add some glossary references.
742         
743         * Documentation/user/refman.itely: Minor fixes.
744         
745         * Documentation/user/lilypond.tely: Add glossary do direntry.
746
747         * Documentation/user/music-glossary.tely: Rename (previously:
748         glossary.tely).  Fix anchor placement.
749
750         * Documentation/user/GNUmakefile: Make music-glossary.info too.
751
752 2002-09-23  Werner Lemberg  <wl@gnu.org>
753
754         * scripts/lilypond-book.py (output_dict): Fix handling of
755         various environments by avoid extraneous newlines.
756         Rename `output-all' regexp for html to `output-html'.
757         Replace `output-all' regexp for texi with `output-texi-quote'
758         and `output-texi-noquote'.
759         (compose_full_body): Don't override `linewidth' user option
760         for `singleline'.
761         (schedule_lilypond_block): Don't indent text specified with
762         `intertext' option.
763         Add new option `noquote'.
764         (compile_all_files): Use latex instead of tex to compile ly
765         files directly.
766
767         * Documentation/user/lilypond-book.itely: Updated and revised.
768         Improve layout.
769
770         * Documentation/user/glossary.tely,
771         Documentation/user/introduction.itely,
772         Documentation/user/tutorial.itely,
773         Documentation/user/refman.itely,
774         Documentation/user/appendices.itely: Fix overfull LilyPond
775         boxes caused by the new lilypond-book code.  Other minor
776         fixes.
777
778         * Documentation/user/macros.itexi (@texiflat): Don't emit
779         trailing space.
780
781         * scm/tex.scm (end-output, header-end): Add preamble and
782         postamble to make lilypond output directly compilable with
783         latex.
784
785         
786 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
787
788         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
789         instructions.
790
791 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
792
793         * Documentation/user/glossary.tely: Add titling and hyperlinks.
794
795 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
796
797         * lily/beam.cc (connect_beams): don't crash if there are quarter
798         notes in beams.
799
800 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
801
802         * Documentation/user/refman.itely: corrected ancient clef
803         docu; added docu on ligatures
804
805 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
806
807         * Documentation/user/glossary.tely,
808         Documentation/user/refman.itely, input/les-nereides.ly,
809         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
810         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
811         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
812         Stem properties: flag-style -> stroke-style, style -> flag-style.
813
814 2002-09-22  Werner Lemberg  <wl@gnu.org>
815
816         * scripts/lilypond-book.py: Add option `notime' to suppress
817         printing of a time signature.  Specify default indentation of 0pt
818         if single line fragment.  Don't emit redundant `\paper{ }'.
819
820         * Documentation/user/lilypond-book.itely: Updated.
821
822         * Documentation/user/glossary.tely: Completely reformatting.
823
824 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
825
826         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
827
828 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
829
830         * Documentation/user/tutorial.itely: Fix links.
831         
832         * Documentation/topdocs/index.tely:
833         * Documentation/index.texi:
834         * Documentation/header.html.in: Small website fixes and updates.
835
836         * debian/: Debian patch by Anthony Fok.
837
838 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
839
840         * Documentation/footer.html.in: How time flies: It's already 2002!
841
842         * Documentation/topdocs/index.tely: Stable/development fix.  Use
843         more descriptive link names than 'here'.
844
845 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
846
847         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
848
849 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
850
851         * lily/part-combine-music-iterator.cc (get_state): cleanup
852         (get_music_info): cleanup.
853
854 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
855
856         * scm/backend-documentation-lib.scm (interface-doc-string):
857         crosslinks between interfaces and grobs. Headings for interfaces
858         in grob explanation.
859
860 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
861
862         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
863         dtd).  Add preliminary dtd.
864         (re-sub-alist): Robustify.
865
866 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
867
868         * lily/include/event-chord-iterator.hh,
869         lily/context-specced-music-iterator.cc,
870         lily/event.cc, lily/event-chord-iterator.cc: add
871
872 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
873
874         * lily/: some (c) header fixes.
875         
876         * lily/request-chord.cc: Remove.
877         
878         * lily/include/event-chord-iterator.hh:
879         * lily/include/event.hh:
880         * lily/event-chord.cc: New file.
881         
882         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
883         requested.
884
885 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
886
887         * lily/ : rename Request to Event
888
889         * lily/parser.yy (command_element): move clef stuff into Scheme.
890
891         * lily/:  rename length_mom () to get_length()
892
893         * lily/part-combine-music.cc: removed file and class.
894
895         * lily/context-specced-music-iterator.cc (class
896         Context_specced_music_iterator): new file. Obsoletes the
897         Context_specced_music type.
898
899         * scm/music-types.scm (make-repeated-music): put different kinds
900         of repeated music into music-type table.
901
902         * VERSION: 1.7.1 released.
903
904         * scm/to-xml.scm: new file.
905
906         * input/test/to-xml.ly (fooBar): demo of what is possible with the
907         new Input representation: dump music as XML.
908
909         * scm/engraver-documentation-lib.scm
910         (engraver-accepts-music-types?): add links from music to engraver,
911         from music-type to engraver.
912
913         * lily/include/command-request.hh: removed
914         lily/include/musical-request.hh: removed. Removed all _req classes
915         except Key_change_req. Changes throughout.
916
917 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
918
919         * lily/tuplet-engraver.cc (try_music): Compile kludge.
920
921 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
922
923         * lily/*.cc: specify accepts for many engravers.
924
925         * scm/music-documentation-lib.scm: dump music expressions and
926         music subtypes.
927
928         * scm/documentation-lib.scm: complete revision.
929         Use GOOPS objects to store document tree explicitly. Cleaned up and
930         sped up doco generation a lot.
931
932 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
933
934         * input/trip.ly (fugaIILeft): add arpeggio
935
936         * lily/translator-group.cc (try_music_on_nongroup_children):
937         oops. The name symbol is in the cdr of the assoc handle.
938
939         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
940         Hyphen_req, Glissando_req, Break_req, Mark_req 
941
942 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
943
944         * lily/musical-request.cc (music-duration-length,
945         music-duration-compress): new functions.
946
947         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
948         throughout. Warning doesn't work yet.
949
950         * lily/translator-group.cc (try_music_on_nongroup_children):
951         new implementation: store candidate acceptors in a hashTable.
952
953 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
954
955         * scm/music-types.scm (music-descriptions): change name to
956         internal-class-name
957
958         * scm/chord-name.scm (chord::inner-name-banter): remove space.
959
960 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
961
962         * lily/beam.cc (connect_beams): don't crash if there are quarter
963         notes in beams.
964
965 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
966
967         * Documentation/user/refman.itely: corrected ancient clef
968         docu; added docu on ligatures
969
970 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
971
972         * Documentation/user/glossary.tely,
973         Documentation/user/refman.itely, input/les-nereides.ly,
974         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
975         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
976         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
977         Stem properties: flag-style -> stroke-style, style -> flag-style.
978
979 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
980
981         * scm/music-functions.scm (music-separator?): don't use name music
982         property.
983
984 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
985
986         * stepmake/stepmake/generic-targets.make (help): Document check
987         target.
988
989         * lily/new-accidental-engraver.cc: Compile fix.
990
991 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
992
993         * scripts/convert-ly.py: Add rule.
994
995         * input/test/music-creation.ly:
996         * input/test/add-staccato.ly:
997         * input/test/add-text-script.ly: ly-make-music.
998
999         * scm/drums.scm (make-head-type-elem, make-articulation-script):
1000         More ly-make-music renamings.
1001
1002         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
1003
1004         * lily/music-constructor.cc (make_music): Add debugging info.
1005
1006         * scm/music-functions.scm (make-simultaneous-music,
1007         (make-sequential-music, context-spec-music):
1008         * scm/music-types.scm (music-descriptions): Get lily to run.
1009
1010 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1011
1012         * lily/command-request.cc (transpose_key_alist): new function.
1013
1014         * lily/key-performer.cc (create_audio_elements): cleanup. 
1015
1016 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1017
1018         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
1019
1020         * lily/include/translator.hh (ENTER_DESCRIPTION): add
1021         events-accepted field.
1022
1023         * scm/music-types.scm: new file.
1024
1025         * lily/parser.yy: put music type initialization into scheme,
1026         similar to grob initialization.  Changes throughout.
1027
1028 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1029
1030         * Documentation/user/tutorial.itely: Fix links.
1031         
1032         * Documentation/index.texi: 
1033         * Documentation/header.html.in: 
1034         * Documentation/topdocs/index.tely: Small website fixes and updates.
1035
1036         * debian/: Debian patch by Anthony Fok.
1037
1038 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1039
1040         * Documentation/footer.html.in: How time flies: It's already 2002!
1041
1042         * Documentation/topdocs/index.tely: Stable/development fix.  Use
1043         more descriptive link names than 'here'.
1044
1045         * ROADMAP: Remove test stuff.
1046
1047         * scripts/update-lily.py: Allow auto-building of stable and
1048         development versions.  Bugfixes.
1049
1050 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1051
1052         * VERSION: released 1.7.0
1053
1054         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
1055
1056         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
1057         positive line widths.
1058
1059 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1060
1061         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
1062         go.  Fix comments.
1063
1064         * cygwin: Cygwin updates.
1065
1066 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1067
1068         * Documentation/windows/installing.texi (Top): version for python,
1069         urls for ghostscript (thanks to John Potelle)
1070         
1071         * lily/simultaneous-music-iterator.cc
1072         (Simultaneous_music_iterator): init children_list_ before
1073         triggering GC.
1074
1075         * lily/*-iterator.cc: be even more careful with smobbed copy
1076         constructors. 
1077
1078         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
1079         LeftEdge item.
1080
1081 2002-09-15  Werner Lemberg  <wl@gnu.org>
1082
1083         Improving LilyPond's output to make them ordinary TeX boxes with
1084         predictable dimensions.  System boxes are now vertically centered on
1085         the baseline; this offset can be further controlled with
1086         \lilypondscoreshift.
1087
1088         * lily/system.cc (System::post_processing): Pass length of current
1089         system to `start-system' (including any horizontal indentation).
1090
1091         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
1092         prettier.
1093         (lily-def): Append `%'.
1094         (start-system): Add parameter `wd'.  Output more TeX code to specify
1095         box dimensions.
1096         (stop-system, stop-last-system): Complement changes in
1097         `start-system'.
1098         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
1099         Updated.
1100
1101         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
1102         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
1103         Write final `\endinput'.
1104
1105         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
1106         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
1107         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
1108         files and macro definitions don't produce spurious spaces and
1109         paragraphs (using \endlinechar).
1110         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
1111
1112         * Documentation/user/internals.itely: Improved formatting, fixing
1113         typos.  Added a section `Output details' to describe how the TeX
1114         code looks like.
1115
1116 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
1117
1118         * lily/accidental-engraver.cc: Also work with partial measures.
1119
1120 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1121
1122         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
1123         spanner.
1124
1125 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1126
1127         * lily/identifier-smob.cc (unpack_identifier): new file.
1128
1129         * lily/lexer.ll (identifier_type): new function.  use ly-id to
1130         pass off scheme expressions as music identifiers.
1131
1132         * scm/lily.scm: reorganisation, cleanups.
1133
1134         * lily/main.cc: small cleanups.
1135
1136 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1137
1138         * lily/ly-module.{cc,hh}: new file.
1139
1140 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
1141
1142         * lily/accidental-engraver.cc: Also work with partial measures.
1143
1144 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1145
1146         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
1147
1148 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1149
1150         * lily/my-lily-lexer.cc: use SCM module in stead of
1151         Scheme_hash_table. Changes throughout.  
1152
1153 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1154
1155         * VERSION (MY_PATCH_LEVEL): make 1.7.0
1156