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