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