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