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