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