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