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