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