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