]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
new function: LilyPond-paren-set-mode
[lilypond.git] / ChangeLog
1 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
2
3         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
4         Disable buffer-locally default paren hook and make a new one. 
5
6         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7         locally LilyPond-paren-mode. Add todo for mouse double-click.
8
9 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
10
11         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
12         Disable buffer-locally default paren idle timer and make a new one. 
13
14         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
15         locally LilyPond-show-paren-mode. Add to menu a toggle for
16         LilyPond-show-paren-function.
17
18 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
19
20         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
21
22 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
23
24         * Documentation/user/refman.itely: spelling fix.
25
26         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
27         paren highlight function definitions. add todo for
28         Lilypond-show-paren-mode.
29
30 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
31
32         * input/template/jazz-combo.ly: new file.
33
34 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
35
36         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
37         lo-res fixes.
38
39         * mf/feta-schrift.mf: bugfix in varcoda sign.
40         WARNING: FONT CHANGED
41
42         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
43         in accordance with lexer.ll.   
44
45 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
46
47         * Documentation/user/tutorial.itely: Edit introduction.
48
49 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
50
51         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
52         ly:grob-staff-position
53
54 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
55
56         * scm/to-xml.scm: import srfi-1
57
58         * VERSION (MAJOR_VERSION):  release 1.7.24
59
60         * python/lilylib.py (make_ps_images): make multipage _really_ work.
61
62         * scripts/lilypond-book.py (do_file): put texidoc before image.
63         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
64
65         * input/regression/*.ly: fix snippet octaves 
66
67         * input/test/spanner-after-break-tweak.ly: import
68         broken-spanner-adjustment
69
70         * input/no-notation/midi-transposing.ly: move from input/test/
71
72         * input/test/: remove chord-markup
73
74         * input/regression/instrument-name-partial.ly: move from input/test.
75
76         * input/test/vertical-text.ly: remove
77
78         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
79         space above lyrics lines.
80
81         * input/test/uniform-breaking.ly: remove file.
82
83         * lily/gourlay-breaking.cc (combine_demerits): add comment about
84         uniform spacing density. 
85
86         * input/test/chords.ly (keys): remove file.
87
88         * scm/documentation-lib.scm (oop): use srfi-1 too.
89
90         * input/regression/*.ly: add \version
91
92         * Documentation/user/*.itely: various fixes.
93
94         * buildscripts/mf-to-table.py (base): break table every three
95         symbols.
96
97         * input/:  remove %% new-chords-done %% .
98
99         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
100         os-music.ly
101         
102 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
103
104         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
105
106         * scm/new-markup.scm (box-markup): new function.
107         (box-markup): new function. Contributed by Dick Schoeller
108         <schoeller@attbi.com>
109
110         * scm/lily.scm: remove reduce-no-unit 
111         (list-insert-separator): use fold-right
112
113         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
114         of arguments. 
115
116         * NEWS: more neutral language for ancient notation 
117
118         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
119         inside pointing beaming for chord tremolo.
120
121         * Documentation/user/lilypond-book.itely: minor editing
122
123 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
124
125         * NEWS: added news for 1.8 regarding ancient notation
126
127         * Documentation/user/refman.itely (Gregorian square neumes
128         ligatures): fixed typo
129
130         * lily/vaticana-ligature-engraver.cc,
131         lily/include/vaticana-ligature.hh: bugfix: use special heads for
132         lower/upper head of Pes only when heads are stacked
133
134         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
135         scm/define-grob-properties.scm: cleanup: make "join-left" a
136         boolean grob property and save delta pitch in grob property
137         "delta-pitch" instead
138
139         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
140
141 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
142
143         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
144         completely borked
145
146         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
147         (try_music): bug fix: beam multiplicity was completely borked.
148
149         * scm/lily.scm: remove tail, filter-list, filter-out-list,
150         first-n, butfirst-n in favor of srfi-1 functions.
151         remove string-join, string-pad in favor of srfi-13 functions.
152
153         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
154
155         * NEWS: use complete sentences.
156
157         * Documentation/user/introduction.itely (Example applications):
158         add note about databases and lilypond-book.
159
160         * input/test/volta.ly: remove file
161
162         * input/regression/volta-broken-left-edge.ly: simplify file
163
164 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
165
166         * Documentation/user/refman.itely (Constructing a tweak): new
167         subsection.
168
169         * Documentation/user/tutorial.itely (Fine tuning layout): add
170         common tweaks.
171
172         * scm/define-grobs.scm (TextScript): use new brewer.
173
174 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
175
176         * VERSION: release 1.7.23
177
178         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
179
180         * python/lilylib.py (make_ps_images): bugfixes.
181
182         * input/regression/volta-multi-staff.ly: new file.
183
184         * Documentation/user/macros.itexi: refcommands, refcommand macros.
185
186         * Documentation/user/tutorial.itely (Piano staffs): new section.
187         (Setting variables): new section
188         (Fine tuning layout): new section
189
190         * input/just-friends.ly: remove file. Superseeded by
191         input/test/chords-without-melody.ly
192
193         * ly/property-init.ly: add all commands to refman.
194
195         * scm/define-translator-properties.scm: remove
196         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
197
198         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
199         name. Underscores botch up PS output.
200
201         * scm/define-translator-properties.scm: remove
202         textNonEmpty, oneBeat, regularSpacingDelta
203
204         * scripts/convert-ly.py (FatalConversionError.conv): conversion
205         rule for automaticBars.
206
207         * lily/timing-engraver.cc (start_translation_timestep): change
208         barNonAuto to automaticBars
209
210 2003-06-30  Graham Percival  <gperlist@shaw.ca>
211
212         * input/test/perform-tie.ly: delete file.
213
214 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
215
216         * Documentation/user/refman.itely (Gregorian square neumes
217         ligatures): bugfix: do not show ledger lines in neumes table
218         (fixed by setting staff symbol to transparent rather than removing
219         it from staff context)
220
221 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
222
223         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
224         glue into brew-new-markup-molecule.
225
226         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
227
228         * Documentation/user/introduction.itely (Computerized typography):
229         new section
230
231         * Documentation/user/tutorial.itely (An orchestral part): remove
232         pc example from tutorial.
233
234         * input/tutorial/lilbook.tex: use screech-boink
235
236         * scripts/lilypond-book.py (compile_all_files): split formatting
237         output body and scheduling lilypond compilation.
238         (format_lilypond_output_bodies): new function
239         (format_lilypond_block): new function
240         (html_pages): allow multi-page images in HTML
241
242         * python/lilylib.py (make_ps_images): rename function from
243         make_preview, merge with make_page_images
244
245 2003-06-28  Graham Percival  <gperlist@shaw.ca>
246
247         * input/test/key-clefs.ly: moved to regression.
248
249         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
250
251         * input/no-notation/README: added note about midi-*.ly files.
252
253         * input/test/two-key.ly: moved to no-notation/parse5.ly
254
255         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
256         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
257
258         * input/test/ {various}: modified comments, marked some for deletion.
259
260         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
261
262         * input/test/mmrest-collision: moved to regression.
263
264 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
265
266         * scm/chord-name.scm (note-name->markup): don't superscript root
267         alterations in chordnames.
268
269 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
270
271         * Documentation/user/refman.itely (Multi measure rests): more
272         index/cross-referencing.
273
274         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
275
276         * scm/font.scm: remove properties-to-font-name code.
277
278         * scm/define-grob-properties.scm: remove 'type
279
280         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
281         conversion
282
283         * lily/text-spanner.cc: change 'type grob prop to 'style 
284
285         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
286         "first" flag to decide whether to make a start-repeat
287
288         * input/regression/grace-volta-repeat-2.ly: new file.
289
290 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
291
292         * lilypond-indent.el: rename generic functions to LilyPond-*
293
294 2003-06-22  Graham Percival  <gperlist@shaw.ca>
295
296         * input/test/thumb.ly: delete, merged into refman.
297
298         * Documentation/user/refman.itely: added thumb info to Fingering.
299
300         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
301         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
302         vertical-align.ly : deleted files.
303
304 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
305
306         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
307
308         * lily/line-spanner.cc (broken_trend_offset): remove function.
309         (get_broken_offset): idem.
310         (brew_molecule): rewrite the line-break case.
311
312         * input/regression/follow-voice-break.ly:  new file.
313
314         * lily/line-spanner.cc (after_line_breaking): remove lines at the
315         start of a system.
316
317 2003-06-20  Graham Percival  <gperlist@shaw.ca>
318
319         * input/test/tuplet-rest.ly: moved to regression.
320
321         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
322         deleted file.
323
324         * input/test/ {many} : marked file for possible deletion.
325
326 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
327
328         * input/regression/beam-funky.ly: add note about (disputed)
329         correct beaming.
330
331         * ly/engraver-init.ly (ScoreContext): put key-signature after
332         staff-bar
333         
334 2003-06-20  Graham Percival  <gperlist@shaw.ca>
335
336         * input/test/ broken.ly lyric-phrasing.ly: deleted.
337
338         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
339
340         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
341
342         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
343         stem-extend was deleted (it was duplicate example, and not as
344         good).
345
346         * input/test/[s-z]*.ly: add texidoc index.
347
348 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
349
350         * lily/slur.cc (get_boundary_notecolumn_y): change name from
351         get_first_notecolumn_y
352
353         * lily/spanner.cc (broken_spanner_index): new function.
354
355 2003-06-19  Graham Percival  <gperlist@shaw.ca>
356
357         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
358         lyric-hyphen.ly : moved to regression.
359
360         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
361         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
362
363         * input/test/instrument-name-mmrest.ly: moved to
364         ../regression/multi-measure-rest-instr-name.ly
365
366         * input/test/knee-sym.ly: moved to
367         ../regression/beam-knee-symmetry.ly.
368
369         * input/test/hymn.ly: change comments.
370
371         * input/test/[p-r]*.ly: add texidoc index.
372
373 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
374
375         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
376         to postfix syntax
377         
378         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
379         syntax.
380
381         * VERSION: release 1.7.22
382
383 2003-06-18  Graham Percival  <gperlist@shaw.ca>
384
385         * input/test/[h-k]*.ly: added texidoc index.
386
387         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
388
389         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
390
391         * input/test/ various : mark files for deletion or moving to regression.
392
393         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
394
395         * input/test/[l-o]*.ly: added texidoc index.
396
397 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
398
399         * scm/music-functions.scm (make-ottava-set): 
400         only do ottavation if centralCPosition is set.
401
402         * lily/translator-scheme.cc (ly:context-property-where-defined):
403         return '() if not found.
404
405 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
406
407         * lilypond-mode.el (LilyPond-un-comment-region): removed.
408         Use one command for both commenting and uncommenting.
409
410         * lilypond-indent.el (LilyPond-comment-region): new function,
411         (un)comments each line separately.
412
413         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
414         
415         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
416         imenu is not added by default; adapted from f90.el,
417         makes Help-menu, which does not fit, visible in XEmacs.
418         
419 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
420
421         * lilypond-mode.el: Set show-paren-mode local; minor-mode
422         show-paren-mode sets blink-matching-paren-on-screen local.
423         Try to make show-paren-function to paren-highlight local.
424
425         * lilypond-indent.el (LilyPond-scan-sexps): new function.
426         Copy definitions of Emacs' show-paren-function and
427         XEmacs' paren-highlight and make minimal changes;
428         add comments about locality. 
429         Fix matching first open-paren-char in '<< .. >>'.
430
431 2003-06-16  Graham Percival  <gperlist@shaw.ca>
432
433         * input/test/g*: added texidoc index.
434
435         * input/test/[a-g]*: added raggedright==#t when it
436          seemed appropiate.
437
438         * input/test/ fake-grace.ly figured-bass.ly : removed file.
439
440         * Documentation/topdoc/INSTALL.texi: removed false warnings
441         about gcc 3.3.
442
443 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
444
445         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
446
447         * input/test/chords-without-melody.ly (texidoc): add from
448         input/just-friends.ly
449
450         * input/regression/size{13--26}.ly: move from input/
451
452         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
453         input/{star-spangled-banner,twinkle}.ly: remove 
454         
455         * lily/slur.cc: remove slur over rest warnings.
456
457         * lily/note-spacing.cc (get_spacing): include left part of right
458         object in fixed space. This fixes stretched space before
459         accidentals.
460
461         * input/regression/spacing-accidental-stretch.ly: new file.
462
463 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
464
465         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
466         Reduce to 16pt.
467
468 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
469
470         * input/regression/spacing-knee.ly: docstring
471
472         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
473
474         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
475         input/tutorial/{test,solar,flowing}.ly: remove
476
477         * input/rhythm.ly: remove
478
479         * input/mutopia/F.Schubert/standchen.ly: update syntax.
480
481         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
482         update syntax. 
483
484         * scm/define-grobs.scm (all-grob-descriptions): set
485         knee-spacing-correction to 1.0
486
487         * lily/note-spacing.cc (stem_dir_correction): compute knee
488         correction using stem-thickness and head width.
489
490         * input/regression/beam-quanting-horizontal.ly: update texidoc
491
492         * scm/define-grobs.scm (all-grob-descriptions): set
493         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
494         This fixes 32nd beams for noteheads in spaces quants.
495
496         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
497
498 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
499
500         * README.mandrake: Change lilypond-extras to lilypond-documentation.
501
502 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
503
504         * input/test/dpncnt.ly,part-combine-score.ly: remove.
505
506         * VERSION (PACKAGE_NAME): release 1.7.21
507
508         * input/regression/stem-shorten.ly: new file.
509
510         * lily/stem.cc (get_default_stem_end_position): revise stem
511         shortening code.
512
513         * input/regression/spacing-multi-tuplet.ly: move from input/test/
514
515         * input/test/{scripts,volta-start,sleur}.ly: remove
516         
517         * input/regression/span-bar.ly: smaller file.
518
519         * input/regression/spacing-{natural,tight,loose}.ly: remove
520
521         * input/test/markup.ly: remove
522
523         * scripts/lilypond-book.py: put printfilename in separate chunk,
524         so texidoc is printed after the filename.  
525
526 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
527
528         * make/lilypond.mandrake.spec.in: fix docdirs.
529
530 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
531
532         * input/regression/beam-french.ly: bugfix.
533
534         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
535
536         * input/regression/(various).ly: add raggedright = #t.
537
538         * input/regression/auto-beam.ly: move from abe.ly
539
540 2003-06-13  Graham Percival  <gperlist@shaw.ca>
541
542         * input/test/f*.ly: added texinfo index.
543         
544         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
545
546 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
547
548         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
549         quant penalty for beam just outside staff.
550
551         * input/regression/beam-quanting-horizontal.ly (texidoc): move
552         from beam-pos.ly,  remove non-horizontal tests. 
553
554         * input/test/(various): cleanup header info. 
555
556         * input/test/tchaikovsky.ly: remove file.
557
558         * scm/chord-generic-names.scm: move from
559         double-plus-new-chord-name.scm
560
561         * input/test/orchestscore.ly: remove file
562
563         * Documentation/user/refman.itely (Vocal music): update documentation.
564
565         * scm/define-translator-properties.scm (chordNoteNamer): remove
566         chordNameStyle, use chordNameFunction
567
568         * scm/chord-name.scm (set-chord-name-style): remove
569         set-chord-name-style. Use \property chordNameFunction.
570
571 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
572
573         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
574         music): remove @TeX{} command.
575
576 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
577
578         * lilypond-indent.el (scan-sexps): Renamed to
579         aargh-this-breaks-other-emacs-modes-scan-sexps.
580
581 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
582
583         * lilypond-indent.el: Fix: match concurrent one-char opening and 
584         closing slurs: '()', etc. Add comments.
585
586         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
587
588         * lilypond-font-lock.el: match unending string at eof.
589
590         * make/lilypond.mandrake.spec.in: refreshed packed file list.
591         
592 2003-06-10  Graham Percival  <gperlist@shaw.ca>
593
594         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
595         input/test/beam-dir.ly input/test/beam-position.ly    
596         input/test/beam-suspect.ly input/test/beam-trend.ly    
597         input/test/beams.ly input/test/crescendo-text.ly : deleted
598         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
599         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
600         * input/test/default-bars.ly: moved to bar-always.ly
601         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
602
603 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
604
605         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
606
607 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
608
609         * scm/chord-ignatzek-names.scm (remove-step): rename file.
610
611 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
612
613         * lilypond-indent.el: Match better slurs in scheme expressions.
614         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
615
616         * Documentation/user/invoking.itexi: document Emacs' paren matching.
617
618 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
619
620         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
621
622         * input/ac-extra-voice.ly: Add texidoc.
623
624         * ly/chord-modifiers-init.ly: 
625         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
626         and chordNameExceptionsPartial for new chord names.
627
628         * input/test/chord-names-dpnj.ly: 
629         * input/test/dpncnt.ly: Update.
630
631         * scm/chord-name.scm: 
632         * scm/double-plus-new-chord-name.scm: Add compatibility for new
633         chord selection and options.
634
635         * ly/chord-modifiers-init.ly: Add exceptions 
636
637         * scm/define-translator-properties.scm (chordNameStyle) 
638         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
639
640 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
641
642         * ly/property-init.ly (germanChords): Added.
643         (semiGermanChords): Added.
644         
645         * input/test/chord-names-german.ly: Use new macros
646         
647 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
648
649         * lilypond-indent.el: Use similar parenthesis highlighting for 
650         Emacs and XEmacs through redefinitions of parenthesis highlighting 
651         functions; removed LilyPond-show-paren-function. Fix indenting.
652         Turn paren-matching on also in XEmacs.
653
654         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
655         as needed by parenthesis highlighting functions (in scan-sexp).
656
657 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
658
659         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
660         function.
661         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
662
663 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
664
665         * lilypond-indent.el: tune regexp for show-paren-function.
666
667 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
668
669         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
670         for all LilyPond-produced tex snippets.
671
672         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
673         fixes one line --preview output of ly2dvi.
674
675 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
676
677         * lilypond-indent.el: match only one type of slurs in
678         LilyPond-show-paren-function.
679
680 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
681
682         * debian/GNUmakefile (EXTRA_DIST_FILES): 
683         * debian/lilypond1.7.dirs: 
684         * debian/lilypond1.7-doc.dirs: New file.
685
686         * input/regression/chord-name-exceptions.ly: Add parameter for
687         ignatzekExceptions.  Quote hash in docstring.
688
689 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
690
691         * lilypond-indent.el (show-paren-function): define show-paren-function
692         as LilyPond-blink-matching-open and use it for closing parens.
693         Let LilyPond-blink-matching-open know whether a bracket was inserted.
694
695         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
696         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
697         LilyPond-blink-matching-paren in order to match both open and close
698         brackets.
699         
700 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
701
702         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
703         testing by modifying the code from FSF Emacs paren.el. Add comments.
704
705 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
706
707         * input/test/dpncnt.ly: Transpose example to match new
708         default \chords octave.  Add comment.
709         
710         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
711         comment about octave change.
712
713 2003-06-04  Graham Percival  <gperlist@shaw.ca>
714
715         * input/test/[d,e]: added texinfo index tags.
716         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
717
718 2003-06-04  Graham Percival  <gperlist@shaw.ca>
719
720         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
721
722 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
723
724         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
725         as in blink-matching-open.
726
727 2003-06-03  Graham Percival  <gperlist@shaw.ca>
728
729         * input/test/[a-c]: more comments in files.
730         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
731         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
732         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
733         mark file for proposed deletion.
734         * input/test: renaming files:
735         auto-beam-4-8.ly to beam-auto-4-8.ly
736         auto-beam-override.ly to beam-auto-override.ly
737         auto-beam.ly to beam-auto.ly
738         blank.ly to blank-paper.ly
739         absolute-volume.ly to dynamic-absolute-volume.ly
740
741 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
742
743         * input/test/dpncnt.ly: 
744         * input/test/chord-names-dpnj.ly: Resurrect.
745
746         * lily/my-lily-lexer.cc: Remove chordnames keyword.
747
748         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
749
750         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
751         Better docstring, add parameter OMIT-ROOT, tidy up.
752
753 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
754
755         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
756
757 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
758
759         * scm/output-ascii-script.scm (as-font-alist-alist):
760         (as-properties-to-font-name):
761         (as-make-style-sheet): Remove.
762
763         * scm/font.scm (as-make-font-list): New function.
764         (as-font-sheet-alist): New variable.
765
766         * ly/paper-as9-init.ly: 
767         * ly/paper-as5-init.ly: Update.
768
769         * ly/paper-as5.ly:
770         * ly/paper-as9.ly: New file.
771
772 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
773
774         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
775
776 2003-05-28  Graham Percival  <gperlist@shaw.ca>
777         * input/sondag-morgen/*: removed due to copyright concerns.
778         * input/[a,b]*.ly: added a newline at the end of the texinfo
779         doc string (produces better output in HTML version).
780         * input/c*.ly: added texinfo index and added comments to
781         aid in future changes to input/test/ files.
782
783 2003-05-28  Graham Percival  <gperlist@shaw.ca>
784         
785         * Documentation/user/refman.itely: fixed build problem (missing
786         file) caused by previous renaming.
787
788 2003-05-28  Graham Percival  <gperlist@shaw.ca>
789         
790         * input/test/[a,b]*.ly: added texinfo index and added comments to
791         aid in future changes to input/test/ files.
792         * input/test/bar-number-every-5-reset.ly: renamed to
793         bar-number-every-five-reset.ly
794         * input/test/bar-script-visibility.ly: renamed to
795         bar-number-show-all.ly
796
797 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
798
799         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
800         to Voice.
801
802         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
803         out note-line and glissando functionality.
804         
805         * lily/line-spanner.cc (brew_molecule): cleanup.
806
807 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
808
809         * scripts/as2text.scm: Use rdelim module.
810         (start-system): Rename from start-line.
811         (stop-system): Rename from stop-line.
812         (af-gulp-file): Use string iso symbol for getenv.
813
814         * scm/output-ascii-script.scm: Add guile and lily modules.
815         (font-name-alist): New variable.
816         (draw-line): New function.
817
818         * scm/output-lib.scm (func, arg->string): Re-add from archive.
819         (Were these silently removed, without ChangeLog entry?)
820
821 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
822
823         * scm/music-functions.scm (make-ottava-set): bugfixes: also
824         process 2nd ottava correctly.
825
826 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
827
828         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
829
830 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
831
832         * Documentation/user/converters.itely (Invoking midi2ly): Update.
833
834 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
835
836         * VERSION: release 1.7.20
837         
838         * lily/text-spanner.cc (brew_molecule): clean up function. This
839         fixes bugs with broken 8va spanners.
840
841         * lily/simple-spacer.cc (solve): also compute force for raggedright.
842         This prevents spurious line-breaks with raggedright
843         
844 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
845
846         * lily/key-performer.cc (create_audio_elements): always use major
847         key
848
849         * Documentation/user/internals.itely: updates
850
851         * input/regression/beam-break.ly: new file.
852
853         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
854         beams if starting or terminating stems have 'beaming set.)
855
856         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
857         property.
858
859         * lily/parser.yy (verbose_command_req): add comment about scales.
860
861 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
862
863         * lilypond-indent.el: adjust regexps in bracket-matching.
864
865 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
866
867         * Documentation/user/refman.itely: more tiny fixes
868
869         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
870         "Chord names"; added table with input syntax for solesmes neumes
871         table; added some words about rationale on input syntax design
872
873         * lily/gregorian-ligature-engraver.cc,
874         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
875         lily/include/gregorian-ligature.hh: bugfix: horizontal head
876         alignment of Pes Initio Debilis
877
878         * Documentation/user/refman.itely,
879         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
880         mf/parmesan-heads.mf: fixed most of the head selection/alignment
881         bugs in the solesmes neumes table
882
883 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
884
885         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
886         Similarly, match '[' and ']' by skipping '\[' and '\]'.
887
888         * lilypond-mode.el: fix tag-score. small improvements.
889
890 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
891
892         * .cvsignore: Add aclocal.m4.
893
894         * lily/music-constructor.cc: Include <assert.h>.
895
896 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
897
898         * ly/engraver-init.ly (HaraKiriStaffContext): use
899         RemoveEmptyStaffContext instead.
900
901         * Documentation/user/refman.itely: updates
902
903 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
904
905         * Documentation/user/refman.itely: added solesmes neumes table;
906         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
907         bugfix: "Ornaments" -> "Articulations"
908
909         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
910
911 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
912
913         * lilypond-indent.el: Add a message about trying to match \] or \).
914         
915 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
916         
917         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
918         obsolete "arithmetic_*"
919
920         * input/bugs/ligatures.ly: removed (will be put into a different
921         directory later)
922
923 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
924
925         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
926         libkpathsea (Maurizio Tomasi).
927
928 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
929
930         * input/regression/repeat-slash.ly (texidoc): new file
931
932         * lily/slash-repeat-engraver.cc (try_music): new file, handle
933         slash repeats separately. Slash repeats and %
934         repeats can now be nested.
935
936 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
937
938         * lilypond-indent.el: Add preliminary test for closing \] and \).
939         
940 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
941
942         * lily/gregorian-ligature-engraver.cc,
943         lily/vaticana-ligature-engraver.cc,
944         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
945         mf/parmesan-heads.mf: various semivocalis related bugfixes
946
947         * input/bugs/ligatures.ly: new file demonstrating problems with
948         ligatures
949         
950 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
951
952         * lilypond-mode.el,
953         lilypond-font-lock.el,
954         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
955
956 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
957
958         * lilypond-mode.el: Remove outdated code. Stress the difference 
959         between Emacs and XEmacs definitions.
960
961         * lilypond-mode.el,
962         lilypond-indent.el: Define a function interactive only when necessary.
963
964 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
965
966         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
967         Use inactive regions also in XEmacs.
968
969 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
970
971         * Documentation/user/refman.itely (Repeat syntax): more updates
972
973         * lily/simple-spacer.cc (solve): move solution process into
974         solve(). This fixes a bug with collisions and raggedright = ##t.
975  
976         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
977
978         * ly/engraver-init.ly: remove GraceContext. Update examples.
979
980 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
981
982         * GNUmakefile.in (fonts): Also make fontball.
983
984         * Website fixes:
985
986         * ly/engraver-init.ly (GraceContext): Add.
987
988         * run:
989
990             convert-ly $(find . -name *.ly)
991
992         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
993         new chords.
994
995 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
996
997         * VERSION: 1.7.19 released
998         
999         * scm/music-functions.scm (set-octavation): new function.
1000
1001         * input/regression/ottava.ly: new file
1002
1003         * lily/translator-scheme.cc (LY_DEFINE): new function
1004         ly:unset-context-property
1005         (LY_DEFINE) new function ly:context-property-where-defined: 
1006
1007 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
1008
1009         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
1010
1011         * lilypond.words: add few.
1012
1013         * input/test/script-chart.ly: fix typo.
1014
1015 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1016
1017         * scm/define-grobs.scm: uniform naming for definitions and output
1018         routine files. 
1019
1020         * ly/engraver-init.ly (ChoirStaffContext): add \description from
1021         scm/context-description.scm
1022
1023         * lily/parser.yy (translator_spec_body): add \description to the
1024         \translator{} body syntax.
1025
1026         * lily/ottava-engraver.cc: new file.
1027
1028         * scm/chord-name.scm (natural-chord-alteration): replace old
1029         chord stuff. 
1030
1031         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
1032
1033         * Documentation/user/refman.itely (Metronome marks): update doco.
1034
1035         * input/regression/markup-note.ly: new file
1036
1037         * input/regression/metronome-marking.ly: new file
1038
1039         * lily/metronome-engraver.cc: new file. Print \tempo markings.
1040
1041         * scm/new-markup.scm (note-markup): make a note glyph, useful for
1042         metronome marks.
1043
1044 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1045
1046         * Documentation/user/GNUmakefile: Compatibility fix for new
1047         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
1048         for making binary packages; info splitting bug has been fixed.
1049
1050         * Documentation/user/refman.itely: Compile fixes.
1051
1052 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
1053
1054         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
1055         Count \midi -keywords also for a region.
1056
1057 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1058
1059         * lily/lookup.cc (LY_DEFINE): new function
1060
1061         * Documentation/user/tutorial.itely: updates
1062
1063 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
1064
1065         * lilypond-mode.el: Allow Midi on buffer.
1066         Use only '.ly'-extension, remove '.sly' and '.fly'.
1067         Allow use of inactive regions. Invoke next Command on Master file, 
1068         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
1069
1070 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1071
1072         * Documentation/user/tutorial.itely: updates.
1073
1074 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
1075
1076         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
1077
1078 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
1079
1080         * lily/coherent-ligature-engraver.cc: fixed typo
1081
1082         * lily/coherent-ligature-engraver.cc,
1083         lily/gregorian-ligature-engraver.cc,
1084         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1085         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
1086         lily/vaticana-ligature-engraver.cc,
1087         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
1088         scm/grob-description.scm: cleanup: junked LigatureHead grob and
1089         removed all ligature specific stuff from NoteHead code
1090
1091         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
1092         ligatures now use regular noteheads
1093
1094         * lily/vaticana-ligature.cc: tiny code cleanups
1095
1096         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
1097         space between two adjacent noteheads of the same pitch
1098
1099         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
1100         description; cleanup: removed obsolete font-family settings
1101
1102 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
1103
1104         * lily/coherent-ligature-engraver.cc,
1105         lily/gregorian-ligature-engraver.cc,
1106         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1107         lily/mensural-ligature-engraver.cc,
1108         lily/vaticana-ligature-engraver.cc,
1109         lily/include/gregorian-ligature-engraver.hh: updated for new
1110         Coherent_ligature_engraver; added comments that describe the basic
1111         design ideas of the ligature implementation
1112
1113         * lily/coherent-ligature-engraver.cc,
1114         lily/include/coherent-ligature-engraver.hh: new file: shared code
1115         between mensural ligatures and Gregorian chant notation ligatures
1116
1117 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1118
1119         * lilypond-mode.el: XEmacs fixes: include two definitions for the
1120         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
1121         use only two arguments in sit-for, use no arguments in
1122         read-char-exclusive, backspace is not a character (127) in XEmacs.
1123
1124         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
1125
1126 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
1127
1128         * lilypond-mode.el: un-commenting works after syntax-table fix.
1129
1130         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
1131         group, verbose commenting for syntax table.
1132
1133         * lilypond-indent.el: add TODO for ligature slurs.
1134
1135 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
1136
1137         * lilypond-mode.el: Move comments of parenthesis matching away,
1138         (blink-matching-paren-on-screen) fix blinking in Emacs.
1139
1140         * lilypond-font-lock.el: Fix parent-matching for Emacs:
1141         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
1142
1143         * lilypond-indent.el: Add TODO for parenthesis matching.
1144
1145 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
1146
1147         * lilypond-mode.el: Fix XEmacs: 
1148         changed [S-iso-lefttab] to [(shift iso-lefttab)],
1149         invoke explicitly easy-menu-add (in Emacs done automatically).
1150         
1151         * lilypond.words: Add few words from input/*/*.ly.
1152
1153 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1154
1155         * VERSION (PATCH_LEVEL): release 1.7.18
1156
1157         * scripts/lilypond-book.py: only print basename for printfilename
1158         option
1159
1160         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
1161         and syntax updates.
1162
1163 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1164
1165         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
1166         better parametrisation. Move fatness of bulb downward.
1167
1168         * mf/parmesan-custodes.mf (dir_down): remove underscores from
1169         glyph names. Underscores are not allowed .ps encoding files.
1170
1171 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
1172
1173         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
1174         variable "packed" for packed right-ragged mode
1175
1176         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
1177         unused variable ragged; fixed indentation
1178
1179         * Documentation/user/refman.itely: tiny cleanups in ancient
1180         clef and custos section
1181
1182 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1183
1184         * lily/parser.yy (Simple_music): add \applyoutput, syntax
1185         \applyoutput PROCEDURE
1186
1187         * lily/my-lily-lexer.cc: add \applyoutput.
1188
1189         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
1190
1191         * lily/text-item.cc: clean text-interface description
1192
1193 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1194
1195         * input/{regression,test}/: use postfix for slur endings and beam
1196         begins.
1197
1198         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
1199         style beams too. 
1200
1201         * input/regression/lyrics-melisma-beam.ly: new file.
1202
1203         * lily/lyric-engraver.cc (process_music): change from
1204         process_acknowledged_grobs()
1205
1206         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
1207         functions to set and revert auto-beam settings.
1208
1209 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1210
1211         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
1212
1213 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
1214
1215         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
1216         Documentation/user/lilypond.tely: fixed some typos; updated author
1217         info
1218
1219         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
1220         #"" -> #'flag-style = #'()
1221
1222         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
1223         cleanup: removed dead #includes
1224
1225         * lily/gregorian-ligature-engraver.cc,
1226         lily/include/gregorian-ligature.hh,
1227         scm/grob-property-description.scm: small cleanups, small spacing
1228         fixes
1229
1230         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
1231         lily/vaticana-ligature.cc,
1232         lily/include/gregorian-ligature-engraver.hh,
1233         scm/grob-property-description.scm, scm/music-types.scm:
1234         "porrectus" -> "pes or flexa"
1235
1236         * ly/engraver-init.ly, scm/grob-description.scm,
1237         scm/grob-property-description.scm: junked porrectus, now handled
1238         by ligature code
1239
1240         * scm/grob-description.scm: bugfix: added space-alist entry for
1241         breathing sign/custos
1242
1243 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1244
1245         * Another grand 2003 update.
1246         
1247         * Remove mentioning of `mudela'; There's no such thing.
1248
1249 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1250
1251         * Documentation/user/preface.itely (Preface to version 1.8): update
1252
1253         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
1254
1255         * Documentation/user/converters.itely (Invoking convert-ly): revise
1256
1257         * scripts/convert-ly.py (outfile_name): remove --assume-old.
1258
1259         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
1260
1261 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1262
1263         * Documentation/user/internals.itely: more updates.
1264
1265 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1266
1267         * Documentation/user/refman.itely: revise 
1268
1269         * Documentation/user/internals.itely: revise
1270
1271         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
1272
1273 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
1274
1275         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
1276         beautification: reformatted ancient clefs section; cleanup: small
1277         wording fixes
1278
1279 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
1280
1281         * lilypond.words: added words for chant notation, sorted
1282         alphabetically through "sort lilypond.words"
1283
1284 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
1285
1286         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
1287         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
1288         chant notation
1289
1290 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
1291
1292         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
1293         prevent TeX from interpreting them as long dash
1294
1295         * input/test/vaticana.ly: updated
1296
1297         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
1298         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
1299         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
1300         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
1301         fixes
1302
1303         * mf/parmesan-heads.mf: ledger endings: removed dead code
1304
1305 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1306
1307         * VERSION: 1.7.17 released
1308         
1309         * Documentation/user/GNUmakefile
1310         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
1311         files too.
1312
1313         * scm/document-markup.scm: new file: document all markup
1314         functions.
1315
1316         * scm/documentation-generate.scm: rename all documentation modules
1317         to document-*.scm
1318
1319         * scripts/lilypond-book.py: generate link to .ly file iso. link to
1320         .png
1321
1322         * input/test/divisiones.ly: added
1323
1324         * input/regression/output-property.ly: new file
1325
1326         * lily/cluster.cc: change cluster-interface to use style property
1327
1328 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
1329
1330         * input/test/chord-names-german.ly: modified.
1331
1332         * scm/chords-ignatzek.scm:
1333           chord-name->german-markup: Added
1334           note-name->german-markup: Changed (now producing lowercase notenames)
1335
1336         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
1337         
1338 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1339
1340         * scripts/convert-ly.py (FatalConversionError.conv):
1341         divisiominima -> divisioMinima, etc.
1342
1343         * ly/engraver-init.ly (FiguredBassContext): add
1344         Separating_line_group_engraver to Figured bass context.
1345
1346         * ly/german-chords-init.ly: remove file
1347
1348         * input/test/chord-names-german.ly (scm): new file.
1349
1350         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
1351
1352         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
1353         Chord_name_engraver
1354
1355         * Documentation/user/refman.itely: lots of updates.
1356
1357         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
1358         new file
1359
1360         * input/test/bar-number-every-5-reset.ly: new file.
1361
1362 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1363
1364         * input/regression/chord-name-major7.ly: new file
1365
1366         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
1367         if specced explicitly.
1368
1369         * input/regression/chord-name-entry-11.ly: new file.
1370
1371         * input/test/slur-beautiful.ly: new file.
1372
1373         * Documentation/user/refman.itely: updates.
1374
1375         * input/regression/collisions.ly (threevoice): cleanup.
1376
1377         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
1378
1379 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1380
1381         * Documentation/user/*.itely: various updates.
1382
1383         * ly/spanners-init.ly: enddecr/ endcr.
1384
1385         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
1386         of tutorial
1387
1388 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1389
1390         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
1391
1392         * lily/new-chord-name-engraver.cc (process_music): use octavation
1393         (a number) instead of original-pitch to store inversions. This
1394         fixes a problem with transposed chords with inversions.  
1395
1396 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1397
1398         * stepmake/aclocal.m4: Include compile fix for broken flex, as
1399         used in includable-lexer.hh.
1400
1401         * lily/includable-lexer.cc: Bugfix: include config.h.
1402
1403         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
1404         circumvention of Debian packaging bug.
1405
1406 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1407
1408         * flex-2.5.31 hits Debian/unstable.  Fixes below.
1409         
1410         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
1411
1412         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
1413         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
1414
1415         * lily/include/includable-lexer.hh: 
1416         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
1417
1418         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
1419
1420         * aclocal.m4: Regenerate.
1421
1422         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
1423         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
1424
1425         * scm/pdf.scm (use-modules): Include lily.
1426
1427         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
1428         Noordkamp).
1429         (use-modules): Include lily.
1430         (lily-def): Bugfix: include tex-val in let.
1431
1432 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
1433
1434         * lilypond-mode.el: sensible error if lilypond.words not found.
1435
1436         * lilypond.words: add few words.
1437
1438 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
1439
1440         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
1441
1442         * mf/parmesan-scripts.mf: fixed typo in char name
1443
1444 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1445
1446         * VERSION: 1.7.16 released
1447
1448         * python/lilylib.py (setup_temp): temporary directories are mode 700.
1449         (this is a security vulnerability).
1450
1451         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
1452
1453         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
1454         add staff support.
1455
1456 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
1457
1458         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
1459         ly/script-init.ly, scm/script.scm: bugfix: renamed
1460         fermata->signumcongruentiae to fix naming clash with feta font
1461
1462 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1463
1464         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
1465
1466         * lily/multi-measure-rest-engraver.cc
1467         (start_translation_timestep): use grace timing too for determining
1468         when to make mmrest.
1469         (start_translation_timestep): clear numbers too.
1470
1471 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
1472
1473         * scm/music-types.scm: compile fix: escape braces
1474
1475         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
1476         work around font selection problem
1477
1478         * Documentation/user/refman.itely: BreathingSign: added docu for
1479         property "text"
1480
1481 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1482
1483         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
1484         information.
1485
1486 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1487
1488         * lily/multi-measure-rest-engraver.cc (class
1489         Multi_measure_rest_engraver): make multiple Number objects, one
1490         for each MultiMeasureTextEvent.
1491
1492         * scm/music-functions.scm (glue-mm-rest-texts): use
1493         MultiMeasureTextEvent
1494
1495         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
1496
1497         * Documentation/user/refman.itely (Multi measure rests): update.
1498
1499 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1500
1501         * lily/ly-module.cc (ly_copy_module_variables): use
1502         scm_internal_hash_fold() for iterating modules.
1503
1504 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
1505
1506         * Documentation/user/refman.itely: Section Custodes: added more
1507         example code
1508
1509         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
1510         neo-mensural rests to parmesan font
1511
1512         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
1513         header
1514
1515 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1516
1517         * Documentation/user/macros.itexi: @fileref macro.
1518
1519         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
1520         each file. 
1521
1522 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
1523
1524         * lily/include/custos.hh, make/lilypond.suse.spec.in,
1525         Documentation/topdocs/AUTHORS.texi: updated my email address
1526
1527         * Documentation/user/refman.itely: updated custos documentation;
1528         beautified divisiones example; beautified articulations table
1529
1530         * lily/breathing-sign.cc: bugfix: finalis molecule
1531
1532 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
1533
1534         * Documentation/user/refman.itely: added docu for
1535         contemporary fermata symbols, gregorian breathing signs; small fixes
1536
1537         * ly/gregorian-init.ly: removed obsolete #'type props
1538
1539 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1540
1541         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
1542         minimum-length property correctly.
1543
1544 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1545
1546         * scm/music-functions.scm (make-multi-measure-rest): set input
1547         locations for multimeasure rests.
1548
1549 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
1550
1551         * input/regression/breathing-sign.ly: updated to for ancient
1552         notation
1553
1554 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1555
1556         * scripts/ly2dvi.py: Add newline.
1557
1558 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1559
1560         * scripts/ly2dvi.py (dependency_files): Compile fix.
1561
1562 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1563
1564         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
1565         (make_html_menu_file): --html menu. 
1566
1567 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1568
1569         * scripts/ly2dvi.py (run_dvips): +add the .map file 
1570
1571 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1572
1573         * input/screech-boink.ly: new file.
1574
1575 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1576
1577         * scripts/lilypond-book.py (make_lilypond_file): convert
1578         lilypond-file to lilypond block directly, without going through
1579         begin/end lilypond text.
1580         
1581
1582 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
1583
1584         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
1585         scm/grob-description.scm: moved Michael's original breathing sign
1586         code in brew_molecule() to divisio_minima(); provided new
1587         brew_molecule() that effectively replaces the
1588         Text_item::brew_molecule callback (with additional fallback to
1589         Michael's original code); added callbacks for brewing divisio
1590         maior/maxima and finalis
1591
1592         * gregorian-init.ly: added breathing sign shortcuts for virgula,
1593         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
1594
1595         * script-init.ly: added shortfermata, longfermata,
1596         verylongfermata, varcoda
1597
1598         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
1599         longfermata, verylongfermata, varcomma, varcoda
1600
1601 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1602
1603         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
1604           Remove all noquote and insert a few quote.
1605         
1606         * Documentation/user/lilypond-book.itely (Music fragment options),
1607           scripts/lilypond-book.py: Don't include quotation blocks by
1608           default. Introduce option quote instead of noquote
1609
1610 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1611
1612         * VERSION: 1.7.15 released
1613         
1614         * Documentation/user/lilypond.tely: omf updates.
1615
1616         * buildscripts/texi2omf.py (omf_vars): include version.date
1617
1618         * make/lilypond.redhat.spec.in: fixes for spec file. 
1619
1620         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
1621         by function definition: lily now requires a recent GNU Make.
1622
1623         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
1624
1625         * make/ly-rules.make: remove .ly -> .tex rule
1626
1627         * Documentation/user/refman.itely (Figured bass): revised figured
1628         bass example.
1629
1630 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1631
1632         * stepmake/stepmake/omf-targets.make (local-install): add
1633         scrollkeeper-update message.
1634
1635         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
1636         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
1637
1638         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
1639
1640         * Documentation/user/converters.itely (Invoking midi2ly): add
1641         track/channel notice.
1642
1643 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1644
1645         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
1646
1647         * lily/parser.yy (scalar): DIGIT is also a scalar.
1648
1649         * Documentation/user/music-glossary.tely: add @omf tags
1650
1651         * Documentation/user/lilypond.tely: add @omf tags
1652
1653         * scm/generate-documentation.scm (string-append): add @omf tags.
1654
1655         * stepmake/stepmake/omf-*: new files 
1656
1657         * input/regression/multi-measure-rest.ly (texidoc): add doco
1658
1659         * GNUmakefile.in (web-doc-install): add web-doc-install target
1660
1661         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
1662         fixes crashes while dumping MIDI.
1663
1664         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
1665         midi
1666
1667 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1668
1669         * buildscripts/texi2omf.py: new file.
1670
1671         * mf/feta-beugel.mf: include font count, not staffsize (16) in
1672         font-name
1673
1674 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1675
1676         * input/regression/beam-manual-beaming.ly (texidoc): new file.
1677
1678         * lily/sequential-iterator.cc (descend_to_child): call
1679         descend_to_child() for all types of music.
1680
1681 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1682
1683         * scm/translator-property-description.scm: Add
1684         bassFigureFormatFunction.  Replace some entries.
1685
1686 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1687
1688         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
1689         clean out.
1690
1691 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1692
1693         * scripts/midi2ly.py (Note.dump): never dump duration for
1694         dump_dur=0.
1695
1696         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
1697         new function
1698
1699         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
1700         figures using new markups. Much simpler, and should improve layout
1701         a little.
1702
1703         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
1704
1705 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1706
1707         * ly/engraver-init.ly: use Hara kiri by default for 
1708         ChordNames, FiguredBass and Lyrics(Voice) context. 
1709
1710         * lily/axis-group-engraver.cc (acknowledge_grob): use
1711         rhythmic-grob-interface for selecting items not to hara-kiri'd 
1712
1713         * scm/new-markup.scm (markup-function-list): add bracket,
1714         vbracket.
1715
1716         * ly/engraver-init.ly (ChordNamesContext): set
1717         minimumVerticalExtent
1718
1719 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1720
1721         * input/test/time-signature-double.ly: new file 
1722
1723         * input/regression/collision-head-chords.ly (texidoc): new file.
1724
1725         * lily/type-swallow-translator.cc: add note swallow translator 
1726
1727         * input/test/time-signature-double.ly: new file.
1728
1729         * lily/type-swallow-translator.cc: add Rest_swallow_translator
1730
1731         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
1732         (FiguredBassContext): idem.
1733
1734         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
1735
1736         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
1737
1738         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
1739
1740         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
1741         .afm dependency
1742
1743         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
1744
1745         * python/lilylib.py (make_page_images): add function.
1746
1747         * scripts/ly2dvi.py (run_latex): include title in preview image.
1748
1749         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
1750         from lilypond-book for <ly2dvifile> tags in HTML.
1751
1752         * scripts/ly2dvi.py (option_definitions): add --debug option to
1753         print out environment.
1754
1755         * input/regression/tie-chord-partial.ly: new file.
1756
1757 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
1758
1759         * lilypond.words: add 3
1760
1761 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1762
1763         * scm/new-markup.scm (markup-function-list): add finger-markup
1764
1765         * input/tutorial/brahms-tweaked.ly: new markup 
1766
1767         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
1768
1769         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
1770         crash when processing '() markup
1771
1772         * input/regression/breathing-sign.ly (texidoc): add caesura example.
1773
1774         * lily/breathing-sign.cc (railtracks): another caesura.
1775
1776         * mf/feta-schrift.mf: caesura symbol. 
1777
1778 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1779
1780         * scripts/convert-ly.py (FatalConversionError.conv): add
1781         ly:molecule-XXX conversions.
1782
1783         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
1784
1785         * input/regression/multi-measure-rest-text.ly: new file.
1786
1787         * scm/music-functions.scm (glue-mm-rest-texts): automatically
1788         convert MMREST-TEXT to MultiMeasureRestNumber settings.
1789
1790         * ly/engraver-init.ly (ScoreContext): move tablature settings to
1791         ScoreContext
1792
1793         * scm/new-markup.scm (center-markup): \center markup.
1794
1795         * scm/music-functions.scm: remove pitchify scripts.
1796
1797         * lily/music.cc (print_smob): display music name if available 
1798
1799 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1800
1801         * Documentation/user/refman.itely (Instrument names): remove
1802         \turnOff doco.
1803
1804 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1805
1806         * lily/score.cc (mark_smob): bugfix.
1807
1808         * input/regression/rehearsal-mark.ly: new file.
1809
1810         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
1811         report error at the current token again.
1812
1813 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1814
1815         * cygwin/mknetrel: Exit if doc build fails.
1816
1817         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
1818
1819 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1820
1821         * scm/music-types.scm (music-descriptions): add doc strings
1822
1823 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1824
1825         * lily/lexer.ll: 
1826         * lily/include/my-lily-lexer.hh: 
1827         * lily/include/includable-lexer.hh: Add flex kludge.
1828
1829         * config.hh.in: 
1830         * config.make.in: 
1831         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
1832         cruft.
1833         
1834         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
1835         code.
1836
1837 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1838
1839         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
1840
1841         * lily/parser.yy (new_chord): Compile fix.
1842
1843 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1844
1845         * Documentation/user/refman.itely (Tuning groups of objects):
1846         remove documentation for \turnOff. 
1847
1848         * lily/percent-repeat-engraver.cc (try_music): add correct
1849         processing moments for double-measure percents as well.
1850
1851         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
1852
1853         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
1854         grob prop type. 
1855
1856         * Documentation/user/refman.itely (Printing named chords): add
1857         chord name tweak doco.
1858
1859         * input/template/gregorian-transcription.ly: new file.
1860
1861 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1862
1863         * VERSION: 1.7.13 released
1864         
1865         * input/test/*: lots of cleanups/comment-outs/removals in chord
1866         examples
1867         
1868         * input/regression/*: lots of cleanups/comment-outs/removals in
1869         chord examples
1870         
1871         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
1872         options
1873
1874         * lily/new-chord-name-engraver.cc (process_music): give original
1875         inversion pitch to chord name routine.
1876
1877         * input/tutorial/os-score.ly: update to new markup
1878
1879         * Documentation/user/appendices.itely: simply include
1880         chords-ignatzek. 
1881
1882         * Documentation/user/refman.itely (Chords mode): add documentation
1883         for chord mode.
1884
1885         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
1886         not present in chord.
1887         (construct-chord): add inversion and bass support.
1888
1889         * lily/chord.cc: junk contents.
1890
1891 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
1892
1893         * Documentation/user/refman.itely:
1894         * Documentation/user/music-glossary.tely: fix. 
1895
1896 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1897
1898         * scm/chord-entry.scm (construct-chord): move chord construction
1899         to Scheme.
1900
1901         * lily/parser.yy (new_chord): new setup for chord entry.
1902
1903 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
1904
1905         * lilypond.words:
1906         * Documentation/user/music-glossary.tely: add ambitus.
1907
1908 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1909
1910         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
1911
1912         * lily/include/*.hh: string() -> to_string()
1913
1914         * scm/chords-ignatzek.scm: new file.
1915
1916         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
1917         standard chord name exceptions.
1918
1919         * scm/translator-property-description.scm (chordNameSeparator):
1920         add property.
1921         (majorSevenSymbol): add property
1922
1923         * lily/translator-scheme.cc (ly:context-properties): new function
1924         (ly:context-parent): new function.
1925         (print_smob): print context name.
1926
1927         * lily/music.cc (ly:get-music-length): new function
1928         (print_smob): don't print properties.
1929
1930         * lily/duration.cc (duration<?): new function
1931
1932         * input/regression/chords-funky-ignatzek.ly: new file.
1933
1934         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
1935         jazz chords.
1936
1937         * lily/pitch.cc (ly:pitch-diff): new function.
1938
1939         * input/regression/chords-ignatzek.ly: new file.
1940
1941 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1942
1943         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
1944         pitches for jazz chords.
1945
1946 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1947
1948         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
1949
1950 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
1951
1952         * lilypond.words: add 1
1953
1954 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
1955
1956         * Documentation/topdocs/AUTHORS.texi: refine.
1957
1958 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
1959
1960         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
1961         
1962         * lilypond.words: add one.
1963
1964 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
1965
1966         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
1967         Fontify bass note in chords, e.g., e in c1/e.
1968         
1969 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1970
1971         * Documentation/user/music-glossary.tely: Dutch updates and
1972         additions (Arent Storm).
1973
1974 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1975
1976         * input/regression/ambitus.ly:  move file.      
1977
1978         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
1979
1980         * lily/event.cc (transpose): add tonic property to Key_change_req
1981         and to Key_engraver.
1982
1983 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
1984
1985         * Documentation/user/refman.itely: fix typo.
1986
1987         * lilypond.words: removed wrong identifiers.
1988
1989 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1990
1991         * mf/feta-toevallig.mf: make flat stem shorter 
1992
1993 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
1994
1995         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
1996
1997         * lilypond.words: add from Phrasing slur.
1998         
1999 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
2000
2001         * lilypond-mode.el: allow launching multiple ViewPS processes.
2002         
2003         * lilypond.words: add from Text markup.
2004
2005 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2006
2007         * input/test/ossia.ly (texidoc): add comment.
2008
2009         * input/regression/voice-follower.ly: new file.
2010
2011         * mf/feta-toevallig.mf: make flat heavier.
2012
2013         * lily/cluster-engraver.cc: clean up Cluster engraver
2014
2015         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
2016         Engraver. Use Note_column to compute Y positions and deal with
2017         line break stuff.
2018
2019 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2020
2021         * lily/stem.cc: move french-beaming to stem.
2022
2023 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
2024
2025         * lilypond-font-lock.el: fontify all durations in chords.
2026
2027         * lilypond.words: add from lily/my-lily-lexer.cc
2028
2029 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2030
2031         * VERSION: release 1.7.12
2032
2033         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
2034
2035         * lily/gregorian-ligature.cc: new file
2036
2037         * lily/*: the Great 2003 search & replace.
2038
2039         * Documentation/user/refman.itely (Manual repeat commands): add
2040         note about font selection.
2041
2042 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
2043
2044         * lilypond-mode.el: propose recompiling midi while invoking playing,
2045         not while stopping playing.
2046
2047 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
2048
2049         * lilypond.words: add one.
2050
2051         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
2052         and expressional note grouping. Fontify chord modes.
2053
2054 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
2055
2056         * Documentation/user/music-glossary.tely (Top): translate melisma.
2057
2058 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2059
2060         * Documentation/user/music-glossary.tely (Top): add melisma.
2061
2062 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
2063
2064         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
2065         interfaces for (abstract) grob GregorianLigature
2066
2067         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
2068         renamed head* -> glyph_name*, x-shift* -> x-offset*
2069
2070         * scm/grob-property-description.scm: bugfix: added missing descriptions
2071
2072 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2073
2074         * input/test/chord-names-dpnj.ly: New file.
2075
2076         * scm/double-plus-new-chord-name.scm: Implement full and partial
2077         exceptions.
2078
2079         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
2080
2081         * scm/double-plus-new-chord-name.scm
2082         (double-plus-new-chord->markup): Fix sub->markup.
2083
2084
2085 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
2086
2087         * lily/custos-engraver.cc: added TODO; editorial changes
2088
2089         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
2090         consistency with other ligature engravers; removed access on (now)
2091         private variable _ligature of Ligature_engraver
2092
2093         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
2094         renamed last_bound -> last_bound_; issue programming_error on
2095         abstract method calls; moved primitives code from
2096         Mensural_bracket_engraver to here (because almost ligature
2097         engravers will need it); renamed try_stop_ligature () ->
2098         typeset_ligature (); bugfix: store primitives of finished ligature
2099         in separate variable finished_primitives_ to avoid clash on input
2100         like "\] \["; added current_ligature () to enable access on
2101         private variable _ligature
2102
2103         * lily/mensural-ligature-engraver.cc: removed primitives_ code
2104         (now in super class); renamed try_stop_ligature () ->
2105         typeset_ligature ()
2106
2107         * lily/mensural-ligature.cc: issue programming_error on abstract
2108         method calls
2109
2110         * lily/note-heads-engraver.cc: added TODO comment upon bool
2111         in_ligature
2112
2113         * mf/parmesan-heads.mf: fixed some of set_char_box()
2114
2115         * scm/grob-description.scm: added VaticanaLigature
2116
2117         * scm/grob-property-description.scm: added neume prefix properties
2118
2119         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
2120         lily/include/gregorian-ligature-engraver.hh,
2121         lily/include/gregorian-ligature.hh: new files; framework for
2122         gregorian ligature engravers such as vaticana
2123
2124         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
2125         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
2126         vaticana style ligature implementation (still somewhat uncomplete)
2127
2128 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2129
2130         * VERSION: release 1.7.11
2131
2132         * scripts/convert-ly.py: add ly:pitch-transpose rule
2133
2134 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2135
2136         * input/test/dpncnt.ly: New file.
2137
2138         * lily/my-lily-lexer.cc: Add chordnames keyword.
2139
2140         * lily/parser.yy (chordnames_block): Parse chord name exception
2141         lists, see input/test/dpncnt.ly.
2142
2143         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
2144         function.
2145
2146         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
2147         filter-out too.
2148
2149         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
2150         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
2151         pitch functions (except for ly:make-pitch, but that's apparently
2152         some sort of scheme naming standard?).
2153
2154         * scm/lily.scm (!=): define-public.
2155
2156         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
2157
2158 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2159
2160         * scm/double-plus-new-chord-name.scm
2161         (double-plus-new-chord-name->markup): New file.
2162
2163 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2164
2165         * python/lilylib.py (make_preview): don't suppress progress for
2166         bbox extraction.
2167
2168 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2169
2170         * Documentation/user/appendices.itely (scheme): update for new syntax.
2171
2172         * input/regression/chord-name-styles.ly: new file
2173
2174         * lily/instrument-name-engraver.cc: create instrument names
2175         without barline too.  Allows instrument name on ChordNames  
2176
2177         * scm/new-markup.scm (interpret-markup): allow simple strings as
2178         markup too.
2179
2180 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2181
2182         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
2183         (step->markup-accidental): Fix: add accidental.
2184         (chord::inner-name-american): 
2185         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
2186         append stray '/' if last superscript addition was 'o'.
2187
2188         * scm/new-markup.scm (normal-size-sub-markup) 
2189         (normal-size-super-markup): New function.
2190
2191         * lily/source-file.cc (Source_file): Add warning for possibly
2192         intentional but suspicious initialization.
2193
2194         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
2195         add comments about cut-and-paste programming.
2196
2197         * flower/rational.cc (lcm): Not used; comment out.
2198
2199 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2200
2201         * lily/new-fingering-engraver.cc (position_scripts): use
2202         fingerHorizontalDirection to determine fingering horizontal
2203         directions.
2204  
2205         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
2206         fingering support.
2207
2208         * scripts/convert-ly.py (FatalConversionError.conv): add style
2209         conversion rule. 
2210
2211         * scm/chord-name.scm (set-chord-name-style): new function.
2212         (new-chord-name-brew-molecule): revise to interpret markup only
2213         (new-chord->markup): cleanuppish rewrite. To be called from the
2214         new engraver.
2215
2216         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
2217         Markup earlier, during interpreting.
2218
2219         * input/test/{banter,jazz,american}-chords.ly (scheme): update
2220         style settings. Rename to chord-names-*.ly
2221
2222 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2223
2224         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
2225         markup code and update to new markup.  Most probably broke some of
2226         it.
2227         
2228 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
2229
2230         * Documentation/user/refman.itely: added docu for ambitus and
2231         clusters
2232
2233         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
2234         ly_quote_scm() in lookup.cc
2235
2236         * mf/parmesan-clefs.mf: set_char_box fix
2237
2238         * lily/cluster-engraver.cc: junk implicit protection; use
2239         Protected_scm instead
2240
2241 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2242
2243         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
2244         throughout.
2245
2246         * scm/new-markup.scm: Turn-off error-triggering test code.
2247
2248 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2249
2250         * scm/new-markup.scm (markup-thrower-typecheck) 
2251         (markup-typecheck?):  add full typechecking functions.
2252         (make-markup-maker): add make-FOO-markup functions.
2253         (markup-argument-list-error): nice error checking messages.
2254         (make-markup): better function: less quoting escapades.
2255
2256 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2257
2258         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
2259
2260 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2261
2262         * cygwin/lilypond.hint (requires): Add cygwin.
2263
2264         * .cvsignore: Remove stepmake (huh!?!), add lib.
2265
2266         * GNUmakefile.in: Add libdir links for builddir runs.
2267
2268         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
2269         instead of datadir.
2270
2271         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
2272         local_lilypond_libdir.
2273
2274         * config.make.in (lilypond_libdir): Add.
2275
2276         * stepmake/stepmake/substitute-rules.make: 
2277         * stepmake/stepmake/script-rules.make: 
2278         * stepmake/stepmake/python-module-rules.make:
2279         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
2280         lilypond-python-module patch.
2281
2282 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2283
2284         * Documentation/user/refman.itely (Graphical interfaces): add note
2285         about xml2ly.
2286
2287 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2288
2289         * scripts/ly2dvi.py (run_dvips): remove trailing newline
2290
2291 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2292
2293         * VERSION: released 1.7.10
2294
2295         * scripts/musedata2ly.py (): idem
2296
2297         * scripts/midi2ly.py (dump_chord): idem
2298
2299         * scripts/etf2ly.py (version): idem 
2300
2301         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
2302
2303         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
2304
2305         * scm/tex.scm (tex-output-expression): remove eval compat
2306         glut. Other output files too.
2307
2308         * scm/chord-name.scm: don't export anything from chord module.
2309
2310         * input/test/american-chords.ly: idem
2311
2312         * input/test/banter-chords.ly (texidoc): idem
2313
2314         * input/test/Cc-chords.ly: add breakage notes.
2315
2316         * Documentation/user/refman.itely (Text markup): rewrite manual section.
2317
2318         * lily/parser.yy (scalar): allow \markup { } as property value. 
2319
2320         * scm/chord-name.scm: complete new markup usage
2321
2322         * scm/grob-description.scm (all-grob-descriptions): use new markup
2323         texts by default
2324
2325 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2326
2327         * scm/chord-name.scm: partial move to new markup texts.
2328
2329 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2330
2331         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
2332
2333         * scm/bass-figure.scm (brew-bass-figure): make stack direction
2334         settable.
2335
2336 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
2337
2338         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
2339         invoked for old midi, wait for killing.
2340
2341 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
2342
2343         * Documentation/user/music-glossary.tely: Finnishing.
2344
2345 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2346
2347         * mf/feta-nummer-code.mf: some kerning pairs.
2348
2349 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
2350
2351         * scm/output-lib.scm (set-bar-number-visibility): Context-function
2352         Added.
2353
2354         * Documentation/user/refman.itely (Bar numbers):
2355         set-bar-number-visibility added, modulo-bar-number removed again
2356         (sorry).
2357
2358 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
2359
2360         * scm/output-lib.scm (modulo-bar-number-visible): add function.
2361
2362         * Documentation/user/refman.itely: add modulo-bar-number-visible.
2363
2364         * Documentation/user/music-glossary.tely: translate into Finnish.
2365
2366 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
2367
2368         * lilypond-mode.el: add shortcut for 2midi
2369
2370         * lilypond-font-lock.el: fontify lyrics
2371
2372 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
2373
2374         * scm/drums.scm : use 1.7.x names.
2375
2376         * input/regression/drums.ly : Don't use << chords >>
2377
2378 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
2379
2380         * lilypond-mode.el: tidy, add TODO
2381
2382         * make/lilypond.mandrake.spec.in: install-info quietly.
2383
2384 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2385
2386         * input/test/markup.ly: use new syntax.
2387
2388 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2389
2390         * ly/params-init.ly (interscoreline): add word-space
2391
2392         * input/test/metronome.ly (eighthNote): idem.
2393
2394         * input/test/script-priority.ly: use new markup
2395
2396         * lily/parser.yy (markup): allow HEAD markup0 markup1 
2397
2398         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
2399
2400         * lily/parser.yy (gen_text_def): bugfix.
2401         (full_markup): allow markup identifier.
2402
2403 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
2404
2405         * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
2406         jobs at the same time. Add horizontal lines to Command menu.
2407         Allow one compiling job -- propose killing others before a new one.
2408
2409         * lilypond.words: add markup, teeny, etc.
2410
2411 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
2412
2413         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
2414         Allow only one type of midi process; launching Midi either stops
2415         midis or plays the current midi and launching MidiAll stops midis
2416         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
2417         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
2418
2419 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2420
2421         * lily/text-engraver.cc (process_acknowledged_grobs): use new
2422         markup  for new markup texts.
2423
2424         * lily/mark-engraver.cc (process_music): idem
2425         
2426         * lily/instrument-name-engraver.cc (create_text): idem
2427
2428         * scm/new-markup.scm (magnify-markup): new function.
2429
2430         * scm/molecule.scm (stack-lines): bugfix.
2431
2432         * lily/font-interface.cc (get_font): take font-magnification from
2433         alist chain.
2434
2435 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2436
2437         * lily/molecule-scheme.cc: move scheme functions to separate file.
2438
2439         * lily/font-metric.cc  (ly_get_glyph): new function. 
2440         
2441         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
2442         (italic-markup, dynamic-markup): new functions
2443         (font-markup): new function
2444
2445         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
2446         padding and minimum
2447
2448 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
2449
2450         * lily/accidental-engraver.cc:
2451         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
2452
2453 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
2454
2455         * lilypond.vim:
2456         * lilypond-font-lock.el: Put \longa as duration. Accept only 
2457         [a-zA-Z] for user defined identifiers. Separate note cases 
2458         with and without a duration (allow cis\longaX).
2459
2460         * lilypond.words: Add words from Info.
2461
2462 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2463
2464         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
2465
2466 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
2467
2468         * lilypond-mode.el: Propose reverting buffer before a command if
2469         it was edited with an another editor.
2470
2471 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2472
2473         * lily/molecule.cc (ly_translate_molecule): new function
2474
2475         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
2476         into libdir
2477
2478         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
2479
2480         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
2481
2482 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
2483
2484         * lilypond.words: take \words from Info-index.
2485
2486 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2487
2488         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
2489
2490 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
2491
2492         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
2493
2494 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
2495
2496         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
2497         and lilypond-documentation.
2498
2499 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2500
2501         * lily/parser.yy: Compile fix (bison 1.75).
2502
2503 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2504
2505         * VERSION: 1.7.9 released
2506
2507         * scm/music-functions.scm (shift-one-duration-log): refactor.
2508         Use music-map.
2509
2510         * input/regression/chord-tremolo.ly (texidoc): add dot test.
2511
2512         * NEWS: update.
2513
2514         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
2515         argument
2516         
2517         * scm/music-functions.scm (display-music): new function
2518         (music-map): change arg order.
2519
2520         * input/regression/new-markup-syntax.scm: new file
2521
2522         * lily/parser.yy (markup): add \markup { .. } syntax.
2523
2524         * scm/new-markup.scm (override-markup): new function
2525         (lookup-markup): new function
2526         (music-markup): new function
2527         (lookup-markup-command): use markup-signature to store argument
2528         format for parser.
2529
2530         * lily/lexer.ll: preliminary \markup syntax. 
2531
2532 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
2533
2534         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
2535         add pre/post-dependencies and menus with icons from source.
2536
2537         * Documentation/pictures/lilypond-48x48.xpm:
2538         * Documentation/pictures/lilypond-32x32.xpm:
2539         * Documentation/pictures/lilypond-16x16.xpm: new files, background
2540         transparent.
2541
2542         * stepmake/stepmake/generic-targets.make:
2543         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
2544
2545 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2546
2547         * input/regression/music-map.ly (texidoc): new file.
2548
2549         * scm/music-functions.scm (music-map): new function
2550
2551 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2552
2553         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
2554
2555 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
2556
2557         * input/test/to-xml.ly:
2558         * lily/ligature-engraver.cc: Fixes documentation.
2559
2560         * lilypond.mandrake.spec.in:
2561         * lilypond.redhat.spec.in: Add lilypond.words.
2562
2563         * Documentation/user/refman.itely: Mention Info inside emacs.
2564         
2565         * lilypond.suse.spec.in:
2566         * lilypond.redhat.spec.in: 
2567         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
2568
2569 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2570
2571         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
2572         os.popen.read ().
2573
2574 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2575
2576         * scripts/ly2dvi.py (include_path): print warning if failing anything.
2577
2578         * python/lilylib.py (error): add space
2579
2580 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2581
2582         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
2583         distribution.
2584
2585 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2586
2587         * lily/paper-outputter.cc (Paper_outputter): close port when
2588         finishing score.
2589
2590 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2591
2592         * scm/sodipodi.scm: Fixes.
2593
2594 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
2595
2596         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
2597
2598         * buildscripts/make-font-dir.py: Fix. 
2599
2600 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
2601
2602         * lilypond-mode.el: Add support for Info inside Emacs.
2603
2604 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2605
2606         * buildscripts/make-font-dir.py: 
2607         * mf/GNUmakefile: Make sodipodi font map.
2608
2609         * scm/sodipodi.scm: Add more output functions.
2610
2611         * mf/feta-nummer.mf: 
2612         * mf/feta-beugel.mf: Add font_coding_scheme.
2613
2614         * lily/paper-outputter.cc (output_header): Fix creator string.
2615
2616 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
2617
2618         * lilypond-mode.el (LilyPond-autocompletion): invoked with
2619         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
2620
2621         * lilypond.words: add two (Everybody can add/remove words now!).
2622
2623         * debian/rules:
2624         * make/lilypond.suse.spec.in:
2625         * make/lilypond.mandrake.spec.in:
2626         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
2627
2628         * Documentation/user/refman.itely: Mention autocompletion.
2629
2630 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2631
2632         * scripts/ly2dvi.py: Add paper sizes.
2633
2634         * lily/timing-engraver.cc: 
2635         * lily/time-signature.cc: 
2636         * lily/span-bar.cc: 
2637         * lily/grob-scheme.cc: Code formatting fixes.
2638
2639         * scm/sodipodi.scm: 
2640         * scm/sketch.scm:
2641         * buildscripts/mf-to-table.py: 
2642         * buildscripts/make-font-dir.py: Font testing.
2643
2644 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
2645
2646         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
2647         inserts try-completion and shows all-completions.
2648
2649         * lilypond.words: '\' -> '\\'
2650
2651         * lilypond-mode.el: load libraries in the end, lilypond.words defines
2652         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
2653         
2654         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
2655         and LilyPond-reserved-words.
2656         
2657 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
2658
2659         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
2660         from load-path.
2661         
2662         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
2663         the mini-buffer with Control-Shift-c.
2664         
2665 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2666
2667         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
2668         duration. This fixes \tempo taking time.
2669
2670 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2671
2672         * lily/volta-engraver.cc (process_acknowledged_grobs): 
2673         Allow for text markup in repeatCommands. 
2674
2675 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
2676
2677         * lilypond-mode.el (LilyPond-insert-string): new function, use it
2678         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
2679         Get rid of skeleton.el-dependency.
2680
2681         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
2682
2683 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2684
2685         * lily/beam-engraver.cc (stop_translation_timestep): reset
2686         now_stop_ev_
2687
2688         * lily/scm-option.cc: add parse-protect to ly:set-option
2689
2690         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
2691
2692 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2693
2694         * lily/include/ligature-bracket.hh: removed
2695         * lily/ligature-bracket.cc: removed
2696
2697         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
2698         .tex
2699
2700         * lily/beam.cc (set_beaming): don't change beam count on rests.
2701         (brew_molecule): always set flag-width > 0.
2702
2703 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
2704
2705         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
2706         chars, remove instructions; instead, refer to lilypond-init.el and
2707         Documentation/topdocs/INSTALL.texi.
2708
2709         * lilypond.words: add identifiers and reserved words.
2710
2711         * Documentation/topdocs/INSTALL.texi: separate sections for installing
2712         files and adding a load-path.
2713
2714         * lilypond-init.el: Instructions, extracted from 
2715         Documentation/topdocs/INSTALL.texi. 
2716         
2717 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2718
2719         * VERSION: 1.7.8 released 
2720
2721         * lily/grob.cc (warning): better robustness fix.
2722
2723 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
2724
2725         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
2726
2727         * lily/cluster-engraver.cc: stick better to variable naming
2728         conventions
2729
2730         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
2731         until stop_translation_timestep()
2732
2733         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
2734         min/max coordinates to backend, but no musical info such as
2735         pitches
2736
2737         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
2738
2739         * lily/grob.cc: robustness fix: warning(): do not crash if
2740         cause is not set
2741
2742         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
2743         the much more elaborated tuplet brackets than the very naive and
2744         simple ligature bracket grob
2745
2746 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2747
2748         * Documentation/user/refman.itely (Analysis brackets): add
2749         horizontal bracket doco.
2750
2751         * ly/property-init.ly (setMmRestFermata): added.
2752
2753         * Documentation/user/refman.itely (Multi measure rests): fermatas
2754         on mm rests.
2755
2756         * input/regression/apply-context.ly (texidoc): new file
2757
2758         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
2759         code to be executed during interpretation. Possible applications:
2760         smart octavation, more advanced bar checks. 
2761
2762         * lily/apply-context-iterator.cc: new file.
2763
2764 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2765
2766         * input/test/new-markup.ly: new file.
2767
2768         * lily/text-item.cc (text_to_molecule): new function
2769
2770         * scm/new-markup.scm (lambda): new file
2771
2772         * lily/function-documentation.cc (ly_add_function_documentation):
2773         add proc property as well
2774
2775 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2776
2777         * Documentation/user/music-glossary.tely (Top): add custos.
2778
2779 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
2780
2781         * Documentation/topdocs/INSTALL.texi: advise how to include source
2782         path to Emacs load-path and improve language.
2783
2784 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2785
2786         * GNUmakefile.in: config.h message fix.
2787
2788         * autogen.sh:
2789         * aclocal.m4: Regenerate.
2790
2791         * configure.in: 
2792         * config.make.in: 
2793         * stepmake/config.make.in: 
2794         * stepmake/configure.in: 
2795         * stepmake/autogen.sh: 
2796         * stepmake/aclocal.m4: Update for autoconf 2.56.
2797
2798 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
2799
2800         * Documentation/topdocs/INSTALL.texi: instructions for an user how
2801         to install Emacs-mode. Instructions how to use vim-mode.
2802
2803 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2804
2805         * scm/music-types.scm (music-descriptions): no length for tempo event.
2806
2807         * input/*.ly: add \version everywhere.
2808         
2809         * input/*.ly: update syntax to 1.7 + new-chords.
2810
2811         * VERSION: 1.7.7 released.
2812         
2813         * Documentation/user/*.tely: new chord syntax.
2814
2815         * input/regression/[bc]*.ly (texidoc): syntax updates.
2816         
2817 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
2818
2819         * lilypond.words: add vocabulary to be used in auto-completion
2820
2821         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
2822
2823         * lilypond.vim: allow note name at EOF
2824
2825 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2826
2827         * buildscripts/new-chords.py (edit): -e option: inline editing.
2828
2829         * input/regression/a*.ly (texidoc): syntax updates.
2830
2831         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
2832         music): elucidations. 
2833
2834 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
2835
2836         * lily/include/lily-proto.hh, ly/engraver-init.ly,
2837         ly/spanners-init.ly, scm/grob-description.scm,
2838         scm/grob-property-description.scm, scm/music-types.scm,
2839         lily/cluster-engraver.cc, lily/cluster.cc,
2840         lily/include/cluster.hh, input/test/cluster.ly: cluster
2841         implementation
2842
2843         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
2844         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
2845         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
2846
2847         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
2848
2849         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
2850
2851         * scm/grob-description.scm: bugfix: by default, use default note
2852         head style when engraving ligatures
2853
2854         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
2855
2856         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
2857         events
2858
2859         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
2860
2861         * input/test/ancient-font.ly: bugfix: style -> flag-style
2862
2863         * lily/ligature-engraver.cc: indentation fix
2864
2865         * lily/parser.yy: indentation fixes
2866         
2867 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2868
2869         * input/regression/measure-grouping.ly: more elaborate example.
2870
2871         * lily/moment.cc: ly:add-moment, ly:mul-moment,
2872         ly:div-moment. New functions 
2873
2874         * scm/music-functions.scm (set-time-signature): new function,
2875         allow inline time sig settings with measure grouping.
2876
2877         * lily/parser.yy (command_element): move time sig construction
2878         into Scheme.
2879
2880         * lily/side-position-interface.cc (out_of_staff): new function,
2881         like padding, but keep minimum distance from staff. Easier than
2882         linespanners (dynamics, pedals), but roughly the same effect.
2883
2884 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
2885
2886         * emacs-mode.el: Added spanish-note-replacements 
2887         (<carlos.betancourt@chello.be>).
2888
2889         * vimrc: (Un)commenting with <(S-)F12>, tidy.
2890
2891 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
2892
2893         * lilypond.vim: Do not fontify cises, desis, etc.
2894
2895         * vimrc: view dvi with <S-F6>
2896
2897 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2898
2899         * lily/lookup.cc (triangle): new function.
2900
2901         * input/regression/measure-grouping.ly (texidoc): new file: show
2902         triangles and brackets for beat groups of 3 and 2.
2903
2904         * lily/include/measure-grouping-spanner.hh (class
2905         Measure_grouping): new file.
2906
2907         * lily/measure-grouping-spanner.cc (brew_molecule): new file
2908
2909         * lily/measure-grouping-engraver.cc (class
2910         Measure_grouping_engraver): new file.
2911
2912 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2913
2914         * Merge from stable:
2915
2916             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
2917         
2918         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
2919         stylesheet.
2920
2921         * ly/paper19.ly: Include paper19-init.ly.
2922
2923         * ly/paper19-init.ly: New file.
2924
2925         * Documentation/user/tutorial.itely (First steps): Fix first
2926         example for font test.
2927
2928         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
2929
2930         * ChangeLog: Add 1.7.6 release marker (see below).
2931
2932         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
2933         Add .py files.
2934
2935 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2936
2937         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
2938
2939         * input/tutorial/*.ly: update to new syntax.
2940
2941         * lily/parser.yy (Composite_music): new transpose syntax,
2942         \transpose FROM TO MUSIC. 
2943
2944 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2945
2946         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
2947         latex progress/error output to stderr (by default this goes to
2948         stdout).  Show lilypond progress, even when not verbose.
2949
2950         * python/lilylib.py (system): New optional parameter to control
2951         showing of progress.
2952
2953         * scm/backend-documentation-lib.scm (check-dangling-properties):
2954         Fix error message.
2955
2956         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
2957         axis, extent.
2958
2959         * scm/grob-property-description.scm (magnify): Remove.
2960         (extent, axis): Add.
2961
2962 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2963
2964         * VERSION: Release 1.7.6.
2965
2966         * scripts/convert-ly.py: more uniformization substitutions.
2967
2968         * buildscripts/new-chords.py (sub_chords): new file.
2969
2970 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2971
2972         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
2973         lilypond.map.  Include sauter fonts too.  Cleanups.
2974
2975 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2976
2977         * Documentation/user/tutorial.itely (First steps): change to new
2978         chord/tie/slur/beam notation.
2979
2980         * lily/parser.yy (event_that_take_dir): allow postfix notation for
2981         ties.
2982
2983         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
2984         engraver. Process ties in postfix notation, i.e. c8-~ c
2985
2986         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
2987
2988         * input/regression/beam-postfix-notation.ly (texidoc): new file.
2989
2990         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
2991
2992         * lily/beam-engraver.cc (try_music): accept new-beam-events
2993
2994         * input/regression/chord-scripts.ly (texidoc): new file
2995
2996         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
2997         script-events.
2998
2999         * scm/script.scm (default-script-alist): cleanup.
3000
3001         * lily/script-engraver.cc (make_script_from_event): cleanup.
3002
3003         * lily/lyric-combine-music-iterator.cc
3004         (Lyric_combine_music_iterator): remove superfluous events.
3005         (melisma_busy): new function. Fix broken melismas.
3006
3007 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
3008
3009         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
3010         Remove nonvalid settings. Use descriptive key names.
3011         Use <Return> to indicate the pressing of that key.
3012
3013 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3014
3015         * scripts/lilypond-book.py (option_definitions): Typo.
3016
3017         * scripts/ly2dvi.py: Updates.
3018
3019         * python/lilylib.py (setup_environment, print_environment)
3020         (get_bbox, make_preview): Merge and remove from ly2dvi and
3021         lilypond-book.
3022
3023         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
3024
3025         * .cvsignore: Remove some cruft.
3026
3027         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
3028         path.
3029
3030         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
3031         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
3032         throughout.
3033
3034         * python/lilylib.py (quiet_system): Junk
3035         (system): Display error log upon failure.
3036         (read_pipe): New function.  Cleanups and fixes.
3037
3038         * python/*.py: Rename from *.py.in.
3039         
3040         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
3041
3042         * GNUmakefile.in (SUBDIRS): Move python before scripts.
3043
3044 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3045
3046         * python/GNUmakefile: Bugfix: handle modules.
3047
3048         * stepmake/stepmake/python-module-targets.make (default): Add
3049         compiled modules. 
3050
3051         * stepmake/stepmake/python-module-rules.make: Add rule for byte
3052         compiling modules.
3053
3054         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
3055         Bugfix.  (OUT_PYC_MODULES): Add.
3056
3057 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
3058
3059         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
3060         Use default paths. Refresh description.
3061
3062 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3063
3064         * VERSION: 1.7.5 released
3065
3066         * input/regression/finger-chords.ly (texidoc): new file.
3067
3068         * lily/script-engraver.cc (process_music): remove scriptHorizontal
3069         support
3070
3071         * lily/fingering-engraver.cc (process_music): remove kludgy
3072         scriptHorizontal stuff.
3073
3074         * lily/script.cc: remove staff-support property.
3075
3076         * lily/new-fingering-engraver.cc (add_fingering): new
3077         file. Fingering engraver for new style chords.
3078
3079 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3080
3081         * lily/parser.yy (bare_number): allow 4 \cm (without
3082         decimal dot). (should backport to 1.6?)
3083
3084         * ly/declarations-init.ly: use Scheme for dimension defs.
3085
3086         * lily/parser.yy (TODO): remove hard coded dimensions, add
3087         REAL NUMBER_IDENTIFIER production.
3088
3089         * lily/rest-collision.cc (force_shift_callback): rewrite using
3090         -done property.
3091
3092         * scm/grob-property-description.scm (rest-collision-done): add
3093         property.
3094         
3095         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
3096
3097 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3098
3099         * input/regression/multi-measure-rest-center.ly: new file.
3100
3101         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
3102         off horizontally by 0.05 ss. Fixed.
3103
3104 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3105
3106         * scm/pdftex.scm: Rename ly-number to ly:number->string.
3107
3108         * Documentation/topdocs/index.tely: Remove duplicate from merge.
3109
3110 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3111
3112         * lily/tie.cc (get_control_points): also avoid staff lines on the
3113         just outside the outer staff lines
3114
3115 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3116
3117         * ly/params-init.ly: Just define style-alist, no need to
3118         define-public.
3119
3120         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
3121         (thanks Han-Wen).
3122
3123         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
3124         (FET_FILES): = FONT_FILES.
3125
3126         * Merge from stable:
3127
3128             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
3129
3130 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3131
3132         * VERSION: 1.7.4 released.  
3133         
3134         * scm/generate-documentation.scm (string-append): add macro
3135         definitions.
3136
3137         * lily/text-item.cc (lookup_text): don't use virtual fonts for
3138         normal texts.
3139
3140         * lily/multi-measure-rest-engraver.cc: make separate
3141         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
3142
3143         * lily/multi-measure-rest.cc: remove text handling. Remove
3144         number-threshold.
3145
3146 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3147
3148         * scm/music-types.scm: doc patch by Graham Percival
3149
3150 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3151
3152         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
3153         encoding part.
3154         (Font_info.set_defaults): pixelsize now also defauts to '0'.
3155         (sketch_p): Sketch wants only first four elements of X11 font spec.
3156
3157         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
3158
3159         * mf/feta-autometric.mf: Write foundry and family to log.
3160
3161         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
3162         font translation table.
3163
3164         * buildscripts/mf-to-table.py: Better font info into afm.
3165
3166         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
3167         1.0.9 required.
3168
3169         * configure.in: Whine for mftrace 1.0.9.
3170
3171 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3172
3173         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
3174
3175         * lily/main.cc (main_prog): don't try to load init.EXT when
3176         processing foo.EXT.
3177
3178 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
3179
3180         * scm/tex.scm (zigzig-line): added.
3181
3182         * scm/ps.scm (zigzag-line): added.
3183
3184         * ps/music-drawing-routines.ps (subvec): added.
3185         (draw_zigzag_line): added.
3186         
3187         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
3188         grob properties zigzag-width and zigzag-length.
3189
3190         * input/regression/glissando.ly: Add some zig-zagged glissandi.
3191
3192 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3193
3194         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
3195         svg output, including font.
3196
3197 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3198
3199         * scm/lily.scm: Register sodipodi output module.
3200
3201         * scm/sodipodi.scm: New file.
3202
3203         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
3204
3205         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
3206         comment, after header.
3207         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
3208         FullName.  Fix FontName key.
3209
3210 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
3211
3212         * lily/rest.cc (after_line_breaking): bugfix: dots after half
3213         and breve rests.
3214         
3215         * input/test/blank-notes.ly: bugfix
3216
3217         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
3218         rests. (Kim Shrier)
3219
3220         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
3221         
3222 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3223
3224         * scm/tex.scm: 
3225         * scm/ps.scm: Cleanup and remove obsolete junk.
3226
3227         * Documentation/user/internals.itely:
3228         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
3229
3230         * lily/parser.yy: Identify shift/reduce problems.
3231
3232         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
3233         make-style-sheet.  Too specific for convert-ly?
3234
3235 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3236
3237         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
3238
3239         * input/test/*.ly: various fixes.
3240
3241         * lily/music.cc (name): bugfix
3242
3243         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
3244
3245         * lily/input-file-results.cc (code): set-point-and-click! ->
3246         set-point-and-click
3247         
3248 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3249
3250         * Use uniform ly: prefix for exported scheme primitive functions.
3251
3252         * scm/music-types.scm: junk compat glue
3253
3254         * scripts/convert-ly.py: add rules for stuff below, junk
3255         compatibility glue for spanrequest.
3256
3257         * lily/parser.yy (verbose_event): remove \spanrequest,
3258         \commandspanrequest, \script. 
3259         
3260         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
3261
3262         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
3263         for \penalty, \glissando.
3264
3265         * VERSION: release 1.7.3
3266         
3267 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
3268
3269         * lily/accidental-engraver.cc: Fix
3270         grace-in-the-beginning-of-measure bug caused by the resent
3271         partial-measure fix.
3272
3273         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
3274         overlap looks too crowded)
3275         
3276 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3277
3278         * lily/parser.yy (assignment): allow SCM expression as assignment.
3279
3280         * lily/include/music-output-def.hh (class Music_output_def):
3281         * lily/music-output-def.cc: 
3282         * lily/paper-def.cc: 
3283         * scm/font.scm (markup-to-properties):
3284         * lily/parser.yy (music_output_def_body): 
3285         remove style_sheet_
3286
3287 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3288
3289         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
3290         length.
3291
3292         * input/regression/spacing-to-grace.ly: new file.
3293
3294         * input/regression/spacing-end-of-line.ly: new file.
3295
3296         * lily/note-spacing.cc (get_spacing): take into account breakable
3297         stuff sticking out at the left (time sig change at line break).
3298
3299         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
3300         raggedright code.
3301
3302         * scm/music-functions.scm (make-voice-props-set): add
3303         staff-position for mm rests.
3304  
3305         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
3306         before grace notes a little.
3307
3308         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
3309
3310         * lily/break-align-interface.cc (do_alignment): right-edge spacing
3311         key adds space at the end of line. 
3312
3313 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3314
3315         * scm/sketch.scm: Fix beams.
3316
3317         * buildscripts/mf-to-table.py: Add EncodingScheme.
3318
3319         * scm/sketch.scm: Resurrect.
3320
3321 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3322
3323         * lily/multi-measure-rest.cc: use breve rests for measure lengths
3324         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
3325
3326 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3327
3328         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
3329
3330         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
3331
3332 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3333
3334         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
3335         token for origin information.
3336
3337         * lily/parser.yy (My_lily_lexer): do identifier location and
3338         cloning from lexer.
3339
3340         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
3341         logic out of the parser. Add bar checks on both ends.
3342
3343         * Documentation/user/refman.itely (Multi measure rests): add more
3344         notes about mm rests.
3345
3346 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3347
3348         * input/regression/bar-scripts.ly: Re-enable.
3349
3350         * lily/parser.yy:
3351         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
3352         released rsn.  Bison 1.50 has a crucial bug and won't work.
3353
3354         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
3355
3356
3357 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3358
3359         * input/regression/bar-scripts.ly: Blunt documentation build fix.
3360
3361 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3362
3363         * Actually merge changes since 1.6.4 besides ChangeLog, and
3364         resolve conflicts.  Lots of updates, hope all is well.
3365         
3366         * cygwin/lilypond.hint (requires): Add ghostscript.
3367
3368         * scm: Update some (c).
3369         
3370 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3371
3372         * input/test/{various}.ly: add \header fields and texidoc strings.
3373
3374 2002-10-05  Werner Lemberg  <wl@gnu.org>
3375
3376         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
3377         renamed to `output_latex_quoted'.
3378         Added `output_latex_noquote'.
3379         (schedule_lilypond_block): Implement `noquote' option for LaTeX
3380         mode.
3381
3382 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3383
3384         * ChangeLog: Add 1.6.6 release marker.  See below.
3385
3386         * stepmake/stepmake/po-targets.make: Remove --c++ option.
3387
3388         * scripts/midi2ly.py: Fix global syntax warnings.
3389
3390         * GNUmakefile.in: Generate builddir locale tree too.
3391
3392         * scripts/ly2dvi.py:
3393         * scripts/midi2ly.py: 
3394         * scripts/mup2ly.py: 
3395         * scripts/update-lily.py:
3396         * lily/main.cc (setup_paths): Fix for locales setup.
3397
3398 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3399
3400         * Documentation/windows/installing.texi: Soften wording about
3401         necessity of becoming Administrator.  tommie@iae.nl reports this
3402         does not seem to be necessary for his flavour of Windows 2000.
3403         Explicitely discourage text mode mounts.
3404
3405 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3406
3407         * lily/rest.cc (after_line_breaking): backport dot position fix.
3408
3409         * lily/rest-collision.cc (do_shift): also remove dots for suicided
3410         rests. Thanks to Klaus Zimmermann for finding this bug.
3411
3412 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3413
3414         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
3415
3416 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3417
3418         * Documentation/user/music-glossary.tely: fix links.
3419
3420 2002-10-21  Werner Lemberg  <wl@gnu.org>
3421
3422         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
3423         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
3424         scaling factor) only once and use them in the definition of
3425         \embeddedps.
3426         * ps/music-drawing-routines.ps (skeel): Removed.
3427
3428 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3429
3430         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
3431         Solaris7, as we don't use nested $( ) constructs.
3432
3433 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3434
3435         * VERSION: Release 1.6.6.
3436         
3437 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3438
3439         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
3440         as workaround for /bin/sh problems on Solaris7.
3441
3442 2002-10-19  Werner Lemberg  <wl@gnu.org>
3443
3444         * GNUmakefile.in (web-doc): Fix typos.
3445         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
3446         `music-drawing-routines.ps' but emit \special{header=...} once.
3447         * scm/tex.scm (header-end): Updated.
3448
3449 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3450
3451         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
3452         undefined tremolo. 
3453
3454 2002-10-15  Werner Lemberg  <wl@gnu.org>
3455
3456         * scripts/lilypond-book.py (g_make_html): New global variable.
3457         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
3458         if `g_make_html' isn't set.
3459         [main]: Add format `texi-html'.
3460         (option_definitions): Updated.
3461         * Documentation/user/lilypond-book.itely: Updated.
3462
3463         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
3464         * make/ly-rules.make (%.texi, %.nexi): Use it.
3465         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
3466         format to lilypond-book.
3467         * GNUmakefile.in (web-doc): Ditto.
3468
3469 2002-10-14  Werner Lemberg  <wl@gnu.org>
3470
3471         Further improve TeX output.  The produced files are about 40%
3472         smaller.  `lilyponddefs.tex' is now read only once.
3473
3474         * tex/lilyponddefs.tex: Remove footer stuff.
3475         (\ifundefined): Renamed to...
3476         (\lilypondundefined): This.  Use LaTeX's definition to
3477         make it nestable and make it global.
3478         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
3479         output.
3480         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
3481         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
3482         them global.
3483         (\placebox): Renamed to...
3484         (\lyitem): This.
3485         Make it global and call \outputscale by itself.
3486         (\lybox, \lyvrule): New macros to reduce input data.
3487         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
3488         New auxiliary macros.
3489         (\SkipLilydefs, \EndLilyPondOutput): Removed.
3490         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
3491         to...
3492         (\lilypondspace): This and made it global.
3493         (\turnOnPostScript): Renamed to...
3494         (\lilypondpostscript): This and made it global.
3495         (\turnOnExperimentalFeatures): Renamed to...
3496         (\lilypondexperimentalfeatures): This and made it global.
3497         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
3498         (\lilypondsetdimen): This and made it global.
3499         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
3500         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
3501         (all, $(outdir)/music-drawing-routines.ps): New rules.
3502         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
3503         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
3504         start-system, stop-system, stop-last-system, filledbox): Updated to
3505         use the changed macros from lilyponddefs.tex.
3506         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
3507
3508 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3509
3510         * Documentation/windows/installing.texi: Update.
3511
3512 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3513
3514         * VERSION: 1.6.5 released
3515
3516         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
3517
3518 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3519
3520         * scm/translator-property-description.scm (voltaOnThisStaff): add
3521         property.
3522
3523 2002-09-28  Werner Lemberg  <wl@gnu.org>
3524
3525         * scm/tex.scm (header-end): Suppress page numbering.
3526
3527         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
3528         Fix quotation for HTML output.
3529
3530 2002-09-28   Graham Percival   <gperciva@sfu.ca>
3531         
3532         * Documentation/user/refman.itely: grammar and phrasing
3533           fixes to "Note Entry" section.  Also adds a few new examples.
3534
3535 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3536
3537         * flower/include/string-data.icc: include string.h
3538
3539 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3540
3541         * scm/chord-name.scm (chord::inner-name-banter): remove space.
3542
3543 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3544
3545         * Documentation/user/GNUmakefile (extra-local-help): Add.
3546
3547         * stepmake/stepmake/www-targets.make (local-help): Add.
3548
3549 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3550
3551         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
3552         packages.
3553
3554         * Documentation/topdocs/README.texi (Top): building documentation
3555         (not website.)
3556
3557 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3558
3559         * Documentation/user/refman.itely: 
3560         * Documentation/user/tutorial.itely: 
3561         * Documentation/user/music-glossary.tely: Merge changes.
3562
3563         * Documentation/user/glossary.html.in: 
3564         * Documentation/index.texi: 
3565         * Documentation/header.html.in: Accomodate renaming of glossary.
3566         
3567         * Documentation/user/tutorial.itely: Add some glossary references.
3568         
3569         * Documentation/user/refman.itely: Minor fixes.
3570         
3571         * Documentation/user/lilypond.tely: Add glossary do direntry.
3572
3573         * Documentation/user/music-glossary.tely: Rename (previously:
3574         glossary.tely).  Fix anchor placement.
3575
3576         * Documentation/user/GNUmakefile: Make music-glossary.info too.
3577
3578 2002-09-23  Werner Lemberg  <wl@gnu.org>
3579
3580         * scripts/lilypond-book.py (output_dict): Fix handling of
3581         various environments by avoid extraneous newlines.
3582         Rename `output-all' regexp for html to `output-html'.
3583         Replace `output-all' regexp for texi with `output-texi-quote'
3584         and `output-texi-noquote'.
3585         (compose_full_body): Don't override `linewidth' user option
3586         for `singleline'.
3587         (schedule_lilypond_block): Don't indent text specified with
3588         `intertext' option.
3589         Add new option `noquote'.
3590         (compile_all_files): Use latex instead of tex to compile ly
3591         files directly.
3592
3593         * Documentation/user/lilypond-book.itely: Updated and revised.
3594         Improve layout.
3595
3596         * Documentation/user/glossary.tely,
3597         Documentation/user/introduction.itely,
3598         Documentation/user/tutorial.itely,
3599         Documentation/user/refman.itely,
3600         Documentation/user/appendices.itely: Fix overfull LilyPond
3601         boxes caused by the new lilypond-book code.  Other minor
3602         fixes.
3603
3604         * Documentation/user/macros.itexi (@texiflat): Don't emit
3605         trailing space.
3606
3607         * scm/tex.scm (end-output, header-end): Add preamble and
3608         postamble to make lilypond output directly compilable with
3609         latex.
3610
3611         
3612 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3613
3614         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
3615         instructions.
3616
3617 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3618
3619         * Documentation/user/glossary.tely: Add titling and hyperlinks.
3620
3621 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3622
3623         * lily/beam.cc (connect_beams): don't crash if there are quarter
3624         notes in beams.
3625
3626 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
3627
3628         * Documentation/user/refman.itely: corrected ancient clef
3629         docu; added docu on ligatures
3630
3631 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
3632
3633         * Documentation/user/glossary.tely,
3634         Documentation/user/refman.itely, input/les-nereides.ly,
3635         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
3636         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
3637         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
3638         Stem properties: flag-style -> stroke-style, style -> flag-style.
3639
3640
3641 2002-09-22  Werner Lemberg  <wl@gnu.org>
3642
3643         * scripts/lilypond-book.py: Add option `notime' to suppress
3644         printing of a time signature.  Specify default indentation of 0pt
3645         if single line fragment.  Don't emit redundant `\paper{ }'.
3646
3647         * Documentation/user/lilypond-book.itely: Updated.
3648
3649         * Documentation/user/glossary.tely: Completely reformatting.
3650
3651 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3652
3653         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
3654
3655 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3656
3657         * Documentation/user/tutorial.itely: Fix links.
3658         
3659         * Documentation/topdocs/index.tely:
3660         * Documentation/index.texi:
3661         * Documentation/header.html.in: Small website fixes and updates.
3662
3663         * debian/: Debian patch by Anthony Fok.
3664
3665 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3666
3667         * Documentation/footer.html.in: How time flies: It's already 2002!
3668
3669         * Documentation/topdocs/index.tely: Stable/development fix.  Use
3670         more descriptive link names than 'here'.
3671
3672 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3673
3674         * VERSION: 1.7.2 released
3675         * VERSION: 1.6.4 released
3676         
3677         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
3678
3679         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
3680         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
3681
3682         * mf/feta-din.mf (test): add x-height and space.
3683
3684         * lily/dynamic-engraver.cc (process_music): take dynamic direction
3685         from ^_ for crescendi. Idem for slurs and phrasing slurs.
3686
3687         * ly/grace-init.ly: add-to-grace-init: function to portably add
3688         settings to \grace. 
3689
3690         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
3691         if we get an absolute dynamic event.
3692  
3693         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
3694
3695         * lily/source-file.cc (get_line): oops. All line numbers were off
3696         by 2. Fix that. 
3697
3698         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
3699         be after the note, combined with -_^, i.e. c4-(-\)-\>  
3700
3701         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
3702
3703         * lily/parser.yy (number_factor): remove (number) as number
3704         expression. ("Let them eat Lisp").
3705
3706 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3707
3708         * lily/horizontal-bracket.cc: new file.
3709
3710         * lily/horizontal-bracket-engraver.cc: new file.
3711
3712         * input/regression/note-group-bracket.ly: new file. Support
3713         horizontal note brackets for music analysis.
3714
3715         * lily/stem.cc (flag): new flag-style: no-flag.
3716
3717         * input/test/stem-cross-staff.ly: new file
3718         
3719         * Documentation/user/internals.itely: Improved formatting, fixing
3720         typos.  Added a section `Output details' to describe how the TeX
3721         code looks like.
3722
3723         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
3724
3725         * lily/parser.yy: remove \dynamicscript.
3726
3727         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
3728         definitions. 
3729
3730         * python/midi.c (midi_error): take two arguments.
3731
3732         * Merge 1.6.5 changes:
3733         
3734 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3735
3736         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
3737         staff-space.  Previous 1.5 was probably meant as half-spaces.
3738         (cautionary-style): parentheses (was: smaller).  This is what doco
3739         says, and it seems more logical.
3740
3741         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
3742         for 2nd sentence.
3743
3744 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3745
3746         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
3747
3748 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3749
3750         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
3751
3752 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3753
3754         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
3755
3756 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3757
3758         * scm/translator-property-description.scm (voltaOnThisStaff): add
3759         property.
3760
3761 2002-09-28  Werner Lemberg  <wl@gnu.org>
3762
3763         * scm/tex.scm (header-end): Suppress page numbering.
3764
3765         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
3766         Fix quotation for HTML output.
3767
3768 2002-09-28   Graham Percival   <gperciva@sfu.ca>
3769         
3770         * Documentation/user/refman.itely: grammar and phrasing
3771           fixes to "Note Entry" section.  Also adds a few new examples.
3772
3773 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3774
3775         * flower/include/string-data.icc: include string.h
3776
3777 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3778
3779         * scm/chord-name.scm (chord::inner-name-banter): remove space.
3780
3781 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3782
3783         * Documentation/user/GNUmakefile (extra-local-help): Add.
3784
3785         * stepmake/stepmake/www-targets.make (local-help): Add.
3786
3787 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3788
3789         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
3790         packages.
3791
3792         * Documentation/topdocs/README.texi (Top): building documentation
3793         (not website.)
3794
3795 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3796
3797         * Documentation/user/refman.itely: 
3798         * Documentation/user/tutorial.itely: 
3799         * Documentation/user/music-glossary.tely: Merge changes.
3800
3801         * Documentation/user/glossary.html.in: 
3802         * Documentation/index.texi: 
3803         * Documentation/header.html.in: Accomodate renaming of glossary.
3804         
3805         * Documentation/user/tutorial.itely: Add some glossary references.
3806         
3807         * Documentation/user/refman.itely: Minor fixes.
3808         
3809         * Documentation/user/lilypond.tely: Add glossary do direntry.
3810
3811         * Documentation/user/music-glossary.tely: Rename (previously:
3812         glossary.tely).  Fix anchor placement.
3813
3814         * Documentation/user/GNUmakefile: Make music-glossary.info too.
3815
3816 2002-09-23  Werner Lemberg  <wl@gnu.org>
3817
3818         * scripts/lilypond-book.py (output_dict): Fix handling of
3819         various environments by avoid extraneous newlines.
3820         Rename `output-all' regexp for html to `output-html'.
3821         Replace `output-all' regexp for texi with `output-texi-quote'
3822         and `output-texi-noquote'.
3823         (compose_full_body): Don't override `linewidth' user option
3824         for `singleline'.
3825         (schedule_lilypond_block): Don't indent text specified with
3826         `intertext' option.
3827         Add new option `noquote'.
3828         (compile_all_files): Use latex instead of tex to compile ly
3829         files directly.
3830
3831         * Documentation/user/lilypond-book.itely: Updated and revised.
3832         Improve layout.
3833
3834         * Documentation/user/glossary.tely,
3835         Documentation/user/introduction.itely,
3836         Documentation/user/tutorial.itely,
3837         Documentation/user/refman.itely,
3838         Documentation/user/appendices.itely: Fix overfull LilyPond
3839         boxes caused by the new lilypond-book code.  Other minor
3840         fixes.
3841
3842         * Documentation/user/macros.itexi (@texiflat): Don't emit
3843         trailing space.
3844
3845         * scm/tex.scm (end-output, header-end): Add preamble and
3846         postamble to make lilypond output directly compilable with
3847         latex.
3848
3849         
3850 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3851
3852         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
3853         instructions.
3854
3855 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3856
3857         * Documentation/user/glossary.tely: Add titling and hyperlinks.
3858
3859 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3860
3861         * lily/beam.cc (connect_beams): don't crash if there are quarter
3862         notes in beams.
3863
3864 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
3865
3866         * Documentation/user/refman.itely: corrected ancient clef
3867         docu; added docu on ligatures
3868
3869 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
3870
3871         * Documentation/user/glossary.tely,
3872         Documentation/user/refman.itely, input/les-nereides.ly,
3873         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
3874         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
3875         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
3876         Stem properties: flag-style -> stroke-style, style -> flag-style.
3877
3878 2002-09-22  Werner Lemberg  <wl@gnu.org>
3879
3880         * scripts/lilypond-book.py: Add option `notime' to suppress
3881         printing of a time signature.  Specify default indentation of 0pt
3882         if single line fragment.  Don't emit redundant `\paper{ }'.
3883
3884         * Documentation/user/lilypond-book.itely: Updated.
3885
3886         * Documentation/user/glossary.tely: Completely reformatting.
3887
3888 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3889
3890         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
3891
3892 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3893
3894         * Documentation/user/tutorial.itely: Fix links.
3895         
3896         * Documentation/topdocs/index.tely:
3897         * Documentation/index.texi:
3898         * Documentation/header.html.in: Small website fixes and updates.
3899
3900         * debian/: Debian patch by Anthony Fok.
3901
3902 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3903
3904         * Documentation/footer.html.in: How time flies: It's already 2002!
3905
3906         * Documentation/topdocs/index.tely: Stable/development fix.  Use
3907         more descriptive link names than 'here'.
3908
3909 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3910
3911         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
3912
3913 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3914
3915         * lily/part-combine-music-iterator.cc (get_state): cleanup
3916         (get_music_info): cleanup.
3917
3918 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3919
3920         * scm/backend-documentation-lib.scm (interface-doc-string):
3921         crosslinks between interfaces and grobs. Headings for interfaces
3922         in grob explanation.
3923
3924 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3925
3926         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
3927         dtd).  Add preliminary dtd.
3928         (re-sub-alist): Robustify.
3929
3930 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3931
3932         * lily/include/event-chord-iterator.hh,
3933         lily/context-specced-music-iterator.cc,
3934         lily/event.cc, lily/event-chord-iterator.cc: add
3935
3936 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3937
3938         * lily/: some (c) header fixes.
3939         
3940         * lily/request-chord.cc: Remove.
3941         
3942         * lily/include/event-chord-iterator.hh:
3943         * lily/include/event.hh:
3944         * lily/event-chord.cc: New file.
3945         
3946         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
3947         requested.
3948
3949 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3950
3951         * lily/ : rename Request to Event
3952
3953         * lily/parser.yy (command_element): move clef stuff into Scheme.
3954
3955         * lily/:  rename length_mom () to get_length()
3956
3957         * lily/part-combine-music.cc: removed file and class.
3958
3959         * lily/context-specced-music-iterator.cc (class
3960         Context_specced_music_iterator): new file. Obsoletes the
3961         Context_specced_music type.
3962
3963         * scm/music-types.scm (make-repeated-music): put different kinds
3964         of repeated music into music-type table.
3965
3966         * VERSION: 1.7.1 released.
3967
3968         * scm/to-xml.scm: new file.
3969
3970         * input/test/to-xml.ly (fooBar): demo of what is possible with the
3971         new Input representation: dump music as XML.
3972
3973         * scm/engraver-documentation-lib.scm
3974         (engraver-accepts-music-types?): add links from music to engraver,
3975         from music-type to engraver.
3976
3977         * lily/include/command-request.hh: removed
3978         lily/include/musical-request.hh: removed. Removed all _req classes
3979         except Key_change_req. Changes throughout.
3980
3981 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3982
3983         * lily/tuplet-engraver.cc (try_music): Compile kludge.
3984
3985 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3986
3987         * lily/*.cc: specify accepts for many engravers.
3988
3989         * scm/music-documentation-lib.scm: dump music expressions and
3990         music subtypes.
3991
3992         * scm/documentation-lib.scm: complete revision.
3993         Use GOOPS objects to store document tree explicitly. Cleaned up and
3994         sped up doco generation a lot.
3995
3996 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3997
3998         * input/trip.ly (fugaIILeft): add arpeggio
3999
4000         * lily/translator-group.cc (try_music_on_nongroup_children):
4001         oops. The name symbol is in the cdr of the assoc handle.
4002
4003         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
4004         Hyphen_req, Glissando_req, Break_req, Mark_req 
4005
4006 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4007
4008         * lily/musical-request.cc (music-duration-length,
4009         music-duration-compress): new functions.
4010
4011         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
4012         throughout. Warning doesn't work yet.
4013
4014         * lily/translator-group.cc (try_music_on_nongroup_children):
4015         new implementation: store candidate acceptors in a hashTable.
4016
4017 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4018
4019         * scm/music-types.scm (music-descriptions): change name to
4020         internal-class-name
4021
4022         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4023
4024 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4025
4026         * lily/beam.cc (connect_beams): don't crash if there are quarter
4027         notes in beams.
4028
4029 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4030
4031         * Documentation/user/refman.itely: corrected ancient clef
4032         docu; added docu on ligatures
4033
4034 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4035
4036         * Documentation/user/glossary.tely,
4037         Documentation/user/refman.itely, input/les-nereides.ly,
4038         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4039         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4040         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4041         Stem properties: flag-style -> stroke-style, style -> flag-style.
4042
4043 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4044
4045         * scm/music-functions.scm (music-separator?): don't use name music
4046         property.
4047
4048 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4049
4050         * stepmake/stepmake/generic-targets.make (help): Document check
4051         target.
4052
4053         * lily/new-accidental-engraver.cc: Compile fix.
4054
4055 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4056
4057         * scripts/convert-ly.py: Add rule.
4058
4059         * input/test/music-creation.ly:
4060         * input/test/add-staccato.ly:
4061         * input/test/add-text-script.ly: ly-make-music.
4062
4063         * scm/drums.scm (make-head-type-elem, make-articulation-script):
4064         More ly-make-music renamings.
4065
4066         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
4067
4068         * lily/music-constructor.cc (make_music): Add debugging info.
4069
4070         * scm/music-functions.scm (make-simultaneous-music,
4071         (make-sequential-music, context-spec-music):
4072         * scm/music-types.scm (music-descriptions): Get lily to run.
4073
4074 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4075
4076         * lily/command-request.cc (transpose_key_alist): new function.
4077
4078         * lily/key-performer.cc (create_audio_elements): cleanup. 
4079
4080 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4081
4082         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
4083
4084         * lily/include/translator.hh (ENTER_DESCRIPTION): add
4085         events-accepted field.
4086
4087         * scm/music-types.scm: new file.
4088
4089         * lily/parser.yy: put music type initialization into scheme,
4090         similar to grob initialization.  Changes throughout.
4091
4092 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4093
4094         * Documentation/user/tutorial.itely: Fix links.
4095         
4096         * Documentation/index.texi: 
4097         * Documentation/header.html.in: 
4098         * Documentation/topdocs/index.tely: Small website fixes and updates.
4099
4100         * debian/: Debian patch by Anthony Fok.
4101
4102 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4103
4104         * Documentation/footer.html.in: How time flies: It's already 2002!
4105
4106         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4107         more descriptive link names than 'here'.
4108
4109         * ROADMAP: Remove test stuff.
4110
4111         * scripts/update-lily.py: Allow auto-building of stable and
4112         development versions.  Bugfixes.
4113
4114 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4115
4116         * VERSION: released 1.7.0
4117
4118         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
4119
4120         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
4121         positive line widths.
4122
4123 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4124
4125         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
4126         go.  Fix comments.
4127
4128         * cygwin: Cygwin updates.
4129
4130 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4131
4132         * Documentation/windows/installing.texi (Top): version for python,
4133         urls for ghostscript (thanks to John Potelle)
4134         
4135         * lily/simultaneous-music-iterator.cc
4136         (Simultaneous_music_iterator): init children_list_ before
4137         triggering GC.
4138
4139         * lily/*-iterator.cc: be even more careful with smobbed copy
4140         constructors. 
4141
4142         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
4143         LeftEdge item.
4144
4145 2002-09-15  Werner Lemberg  <wl@gnu.org>
4146
4147         Improving LilyPond's output to make them ordinary TeX boxes with
4148         predictable dimensions.  System boxes are now vertically centered on
4149         the baseline; this offset can be further controlled with
4150         \lilypondscoreshift.
4151
4152         * lily/system.cc (System::post_processing): Pass length of current
4153         system to `start-system' (including any horizontal indentation).
4154
4155         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
4156         prettier.
4157         (lily-def): Append `%'.
4158         (start-system): Add parameter `wd'.  Output more TeX code to specify
4159         box dimensions.
4160         (stop-system, stop-last-system): Complement changes in
4161         `start-system'.
4162         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
4163         Updated.
4164
4165         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
4166         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
4167         Write final `\endinput'.
4168
4169         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
4170         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
4171         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
4172         files and macro definitions don't produce spurious spaces and
4173         paragraphs (using \endlinechar).
4174         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
4175
4176         * Documentation/user/internals.itely: Improved formatting, fixing
4177         typos.  Added a section `Output details' to describe how the TeX
4178         code looks like.
4179
4180 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4181
4182         * lily/accidental-engraver.cc: Also work with partial measures.
4183
4184 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4185
4186         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
4187         spanner.
4188
4189 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4190
4191         * lily/identifier-smob.cc (unpack_identifier): new file.
4192
4193         * lily/lexer.ll (identifier_type): new function.  use ly-id to
4194         pass off scheme expressions as music identifiers.
4195
4196         * scm/lily.scm: reorganisation, cleanups.
4197
4198         * lily/main.cc: small cleanups.
4199
4200 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4201
4202         * lily/ly-module.{cc,hh}: new file.
4203
4204 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4205
4206         * lily/accidental-engraver.cc: Also work with partial measures.
4207
4208 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4209
4210         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
4211
4212 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4213
4214         * lily/my-lily-lexer.cc: use SCM module in stead of
4215         Scheme_hash_table. Changes throughout.  
4216
4217 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4218
4219         * VERSION (MY_PATCH_LEVEL): make 1.7.0
4220