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