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