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