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