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