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