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