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