]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
[lilypond.git] / ChangeLog
1 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2
3         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
4         a warning that the warning may erroneous.
5
6         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
7         target.
8
9         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
10         targets.
11
12         * GNUmakefile.in ($(config_h)): config.h should depend on
13         config.hh.in .
14         (lilypond.words): remove fontball stuff.
15
16         * stepmake/aclocal.m4: only print config.cache warning if it exists.
17
18         * configure.in: remove pktrace reference.
19
20         * GNUmakefile.in (rsync-web): permissions and ownership for
21         website.
22
23         * lily/volta-engraver.cc (staff_eligible): new function.
24         (stop_translation_timestep): kill off spanners if not eligible.
25
26         * VERSION (PATCH_LEVEL): release 1.9.9
27
28         * input/regression/beam-quanting-32nd.ly (texidoc): new file
29
30         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
31         length is more important than forbidden quants.
32         
33 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
34
35         * buildscripts/lilypond.words: order words in search order,
36         add lilypond.words.vim to be generated.
37
38         * lilypond.vim: use lilypond.words.vim for keyword matching.
39
40         * lilypond-mode.el: use search order. fix word selection rules.
41
42         * lilypond-font-lock.el: fix fontifying long durations.
43
44         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
45
46 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
47
48         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
49
50         * stepmake/stepmake/generic-targets.make:
51         * stepmake/stepmake/bin/make-version.py: 
52         * stepmake/aclocal.m4:
53         * make/stepmake.make:
54         * make/toplevel-version.make: Build fixes: remove last traces of
55           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
56
57         * lily/beam.cc: Add gap-count property.
58
59 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
60
61         * scm/define-grob-properties.scm (gap-count): add gap-count
62
63         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
64
65 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
66
67         * cygwin/mknetrel.doc: Typo.
68
69         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
70
71         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
72
73 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
74
75         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
76         sizes. Remove support for 'ledger'(=tabloid+landscape).
77
78 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
79
80         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
81         sauter PFAs.
82
83         * configure.in: remove VERSION stuff once again.
84
85         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
86
87         * scm/define-grobs.scm (all-grob-descriptions): use sans family
88         for chord names.
89
90         * mf/GNUmakefile: always trace pfa fonts.
91         (SAUTER_FONTS): add cmss[567] too fonts
92
93         * configure.in: require mftrace. 
94
95         * lily/staff-performer.cc (new_instrument_string): don't look at
96         instrument property.
97
98         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
99         is_direction is the C++ one. Similar for ly_axis_p and
100         ly_number_pair_p
101
102 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
103
104         * lily/beam.cc (brew_molecule): read gap-count to determine
105         number of tremolo (gapped) beams.
106
107         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
108         shorter than 1/8
109
110         * flower/include/array.hh (default_compare): new function
111
112         * cygwin/mknetrel: Native fixes.
113
114         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
115
116 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
117
118         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
119         feature for Windows.
120
121         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
122
123         * cygwin/mknetrel: Updates for native use on Cygwin.
124
125         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
126
127         * stepmake/stepmake/help2man-rules.make: 
128         * cygwin/mknetrel: Bugfix for manpages.
129
130         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
131         $(builddir).  Stepmake is a normal subdirectory now, that is not
132         configured.  Another srcdir build fix.
133
134         * Documentation/topdocs/INSTALL.texi,
135         buildscripts/lilypond.words.py, lilypond-font-lock.el,
136         lilypond-init.el, lilypond-mode.el, debian/rules,
137         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
138         rename generated file lilypond.words to lilypond.words.el.
139
140 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
141
142         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
143
144         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
145         GNUmakefile.in.
146
147 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
148
149         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
150         when cross building.
151
152         * configure.in: srcdir build fix.
153
154         * cygwin/GNUmakefile:
155         * cygwin/lily-wins.py:
156         * cygwin/postremove-lilypond.sh: 
157         * cygwin/postinstall-lilypond.sh: Merge from stable.
158
159         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
160         s/ly2dvi/lilypond/.
161
162 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
163
164         * lily/slur.cc (after_line_breaking): only set control points if
165         none supplied yet.
166
167         * input/test/slur-manual.ly: new file.
168
169         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
170         <<  >> chords too.
171
172         * VERSION (PACKAGE_NAME): release 1.9.8
173
174         * scripts/lilypond.py (escape_path): escape spaces in directory names
175
176         * input/test/text-spanner.ly: fixes.
177
178 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
179
180         * buildscripts/lilypond.words.py: add drum names as note names to
181         Emacs-mode.
182
183 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
184
185         * input/regression/hairpin-dashed.ly: new file.
186
187         * scripts/convert-ly.py (conv): warn about dash-length.
188
189         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
190         automatically if we get a new one.
191
192         * lily/lookup.cc (dashed_line): new function
193
194         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
195         dash-fraction.
196
197 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
198
199         * buildscripts/lilypond.words.py: extract note names.
200
201         * lilypond-mode.el: take note names from lilypond.words -file.
202         small fix in the use of string-match.
203
204         * lilypond-font-lock.el: use lilypond.words for note names, add 
205         maxima to note a duration.
206
207 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
208
209         * lily/breathing-sign.cc: remove railtracks() function. 
210
211         * input/regression/arpeggio-bracket.ly (texidoc): add file.
212
213         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
214         (brew_molecule): bugfix don't make arpeggio shorter when
215         arpeggio-direction is set.
216
217         *  debian/rules: small corrections in the (Pedro K)
218
219         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
220         examples.
221
222         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
223         special (repeat) bar comes along.
224
225         * input/regression/auto-beam-bar.ly: update.
226
227         * scripts/lilypond-book.py (output_dict): remove support for the
228         EPS option.
229
230         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
231         VerticalAlignment and VerticalAxisGroup this fixes the size
232         computations for the entire system.
233  
234         * input/les-nereides.ly (bass): remove superfluous fontSize.
235
236         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
237         causes directory of file to be added to include path.
238
239         * input/regression/beam-break.ly: test single stem beams.
240
241         * input/regression/system-start-bracket.ly: fix.
242
243         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
244
245         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
246
247         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
248         (score_stem_lengths): do something sensible for single stem beams.
249
250         * lily/beam.cc (least_squares): add kludge for single stem beams.
251
252         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
253         keySignature to list of broken things.
254
255         * input/regression/keys.ly: fix.
256
257         * VERSION (PACKAGE_NAME): release 1.9.7
258
259         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
260
261         * Documentation/user/refman.itely (Pitches): doc quarter tones.
262
263         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
264         (quartertone_pitch): new function
265
266         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
267         flat. WARNING: FONT CHANGED.
268
269         * ly/nederlands.ly: add -eh and -ih for quarter tones.
270
271         * lily/accidental-placement.cc (add_accidental): support for
272         quarter tones.
273
274         * ly/LANGUAGEs.ly: use symbols for alterations.
275
276         * mf/feta-toevallig.mf: change accidental codes. 
277
278         * scm/lily.scm (ly:get-option): switch on debugging only for
279         --verbose.
280
281         * lily/lily-guile.cc: remove ly:verbose?
282
283         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
284
285         * lily/parser.yy (TODO): only do gh_call() for apply with
286         procedure argument.
287
288         * lily/tie-engraver.cc (start_translation_timestep): move melisma
289         stuff in accordance with new timing of tie-events.
290
291         * lily/my-lily-lexer.cc: remove \outputproperty
292
293         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
294
295         * scm/define-translator-properties.scm (melismaBusyProperties):
296         add melismaBusyProperties property.
297
298 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
299
300         * input/test/ambitus-mixed.ly (texidoc): new file.
301
302         * buildscripts/mutopia-index.py (find): prune debugging
303
304         * lily/side-position-interface.cc: doc updates
305
306         * Documentation/user/refman.itely: updates, tweaks.
307
308         * lily/parser.yy (Simple_music): remove outputproperty
309
310         * make/stepmake.make: use VERSION again; importing VERSION via
311         autoconf dependencies is too hairy.
312
313 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
314
315         * lilypond-mode.el: allow `-' for keywords and identifiers.
316
317 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
318
319         * VERSION: release 1.9.6
320         
321         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
322         iso. ly2dvi.
323
324         * Documentation/user/*.itely: fixes everywhere
325
326         * lily/completion-note-heads-engraver.cc: rewrite engraver:
327         produce ties from the engraver itself, do not broadcast TieEvent.
328
329         * lily/my-lily-lexer.cc: remove pitch & duration.
330
331         * lily/parser.yy (TODO): remove \pitch and \duration
332
333         * input/test/explicit.ly: remove file.
334
335         * Documentation/user/refman.itely (Pitches): remove \pitch 
336         \duration command.
337
338 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
339
340         * buildscripts/lilypond.words.py: add all slur types to Emacs
341         insertion menu, suppose everything is postfixed by dropping 
342         unnecessary `-' -marks.
343
344 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
345
346         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
347         tremoloed stems.
348
349         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
350         head for flagged stems.
351
352         * lily/stem.cc (get_default_stem_end_position): futz with extra
353         stem length if there is a stem tremolo.
354
355         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
356         it would be too small.
357
358         * lily/font-metric.cc: return #f for non-existent glyph.
359         
360         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
361         exported through config.make.
362
363         * input/regression/clef-oct.ly: new file.
364
365         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
366         transposition.
367
368         * input/template/*.ly: remove old relative.
369
370         * ly/english.ly: add X names for double sharp.
371
372 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
373
374         * lily/font-select.cc: new file handle font selection routines.
375
376         * lily/parser.yy: add ; (Patrick Atamaniuk)
377
378         * input/test/time-signature-double.ly: use markups for double time
379         sigs.
380
381         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
382         ChordNames.SeparationItem #'padding for adjusting space after chords.
383         
384         * lily/music-output-def.cc (LY_DEFINE): 
385         new function ly:paper-lookup.
386         
387         * mf/parmesan-clefs.mf: use # quantities for char_box
388         offsets. Fixes overflow errors in the PFA. 
389
390         * scm/new-markup.scm (strut-markup): change calling interface for
391         markup. Pass paper-def, not grob. This would allow \markup to be
392         used separately from grobs.
393
394         * lily/paper-def.cc: new function ly:paper-font; this function
395         replaces ly:get-font.
396
397         * lily/include/font-interface.hh (struct Font_interface): take
398         Paper_def iso. Grob for get_font().
399
400 2003-09-14  Graham Percival  <gperlist@shaw.ca>
401
402         * Documentation/user/ tutorial.itely, refman.itely: add warning
403         about \key and accidentals.
404
405 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
406
407         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
408
409         * Documentation/user/*.itely: manual tweaks
410
411 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
412
413         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
414         cleanup; bugfix: exact_center
415
416         * Documentation/user/refman.itely: added more documentation on
417         ambitus according to recent questions on lilypond-user list
418
419 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
420
421         * input/regression/ottava.ly (texidoc): demo 15ma too.
422
423         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
424
425         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
426         octave fixes.
427
428 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
429
430         * lily/lexer.ll: add \r to the rules for newlines; this fixes
431         problems on older Mac editors.
432
433 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
434
435         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
436
437 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
438
439         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
440         mf/parmesan-clefs.mf: added comments on character alignment and
441         set_char_box() conventions
442
443         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
444         set_char_box()'s
445
446         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
447
448 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
449
450         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
451
452 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
453
454         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
455         shortened to avoid almost-collision with staff line; code cleanup;
456         other custodes: fixed char boxes; code cleanup
457
458 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
459
460         * configure.in: release 1.9.5
461         
462         * scripts/lilypond.py (global_latex_preamble): only set
463         twosideshift if 'twoside' is in latexoptions 
464
465         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
466
467         * VERSION: remove
468
469         * scripts/*2ly.py: update <> syntax
470
471 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
472
473         * lily/chord-name-engraver.cc (process_music): add origin for
474         chord name.
475
476         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
477
478         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
479         bass notes for exceptions too.
480
481         * scm/define-grobs.scm (all-grob-descriptions): rename
482         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
483
484         * scm/define-grob-properties.scm (remove-first): add remove-first
485         property for orchestral scores.
486
487         * Documentation/user/*.itely: switch <<>> and <> 
488
489         * lily/glissando-engraver.cc (process_music): bugfix: move line to
490         last_line only once. This fixes the two consecutive glissandi problem.
491
492 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
493
494         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
495         error message "flexa-width undefined"
496
497         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
498         lily/include/gregorian-ligature.hh: print warning when ignoring
499         head prefixes on flexa shapes
500
501         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
502         space before a series of inclinatum heads
503
504         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
505         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
506         cleanups
507
508         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
509         and char_box
510
511 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
512
513         * input/regression/breathing-sign.ly: tiny fixes
514
515         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
516         semantical collision with vaticana ligatures
517
518         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
519         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
520         now consistent with mensural ligatures
521
522         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
523         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
524         context pitches and staff position; dto. for virga stem; removed
525         obsolete virga and clivis characters from parmesan font (WARNING:
526         font changed)
527
528         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
529         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
530
531         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
532         scm/define-grob-properties.scm: consistency fix: renamed
533         join_left->add_cauda
534
535         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
536         appendix length; bugfix: yoffs_bt for reverse direction punctum
537         characters
538
539         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
540         small cleanups; added more docu
541
542         * lily/mensural-ligature-engraver.cc, lily/vaticana-ligature-engraver.cc,
543         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
544         computation to CoherentLigatureEngraver
545
546         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
547         scm/define-grob-properties.scm: bugfix: added missing linea and
548         cavum properties; bugfix: removed dead semivocalis property
549
550         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
551         length; redesigned quilisma, stropha and auctum
552
553         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
554         line thickness
555
556         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
557         Documentation/user/refman.itely: bugfix: introduced shifted
558         epiphonus head to avoid collision with adjacent plica
559
560 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
561
562         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
563
564         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
565
566 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
567
568         * Documentation/user/tutorial.itely (A lead sheet): remove
569         duplicate chords.
570
571         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
572
573 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
574
575         * Documentation/bibliography/computer-notation.bib (isbn): add
576         xivcim publication.
577
578 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
579
580         * GNUmakefile.in: drop lilypond.words for generation.
581
582 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
583
584         * buildscripts/lilypond.words.py: take filename (also) from an arg.
585
586         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
587
588 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
589
590         * input/test/figured-bass-alternate.ly (fl): new file.
591
592         * Documentation/topdocs/README.texi (Top): clarifications.
593
594         * Documentation/bibliography/computer-notation.bib (isbn): add phd
595         theses of Gieseking and Renz.
596
597         * GNUmakefile.in (README_FILES): remove README.mandrake.
598
599 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
600
601         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
602         from source files and search patterns listed in the script.
603
604         * GNUmakefile.in: add target `lilypond.words'.
605
606         * lilypond.words: remove file, generated by `make lilypond.words'.
607
608         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
609
610 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
611
612         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
613
614 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
615
616         * VERSION: 1.9.4 released
617
618         * scripts/convert-ly.py (FatalConversionError.figures_replace):
619         rule for < > <-> << >> substitution
620
621         * lily/lexer.ll: exchange meaning of << >> and < > 
622
623         * VERSION (PACKAGE_NAME): 1.9.3 released
624
625         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
626         pages unconditionally.
627
628 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
629
630         * Documentation/user/music-glossary.tely (Top): small syntax
631         fixes.
632
633         * scm/music-functions.scm (remove-tag): filter \tagged music
634         expressions.
635
636         * input/regression/tag-filter.ly (texidoc): new file.
637
638         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
639         symbol2 .. ) etc. 
640
641         * scripts/convert-ly.py (FatalConversionError.conv): fingering
642         convert rule.
643
644         * Documentation/user/refman.itely (Fingering instructions): adjust manual.
645
646         * lily/new-fingering-engraver.cc (position_scripts): don't crash
647         for borderline cases (e.g. 1 fingering.)
648         (position_scripts): revise interface, use fingerOrientations to
649         set fingering positions.
650
651         * scm/document-translation.scm (context-doc): add aliases to
652         automated documentation.
653
654         * make/lilypond-vars.make: remove stepmake compat glue.
655
656         * make/generic-vars.make: remove cruft.
657
658         * lily/main.cc (main): don't identify binary.
659
660 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
661
662         * lily/include/translator.hh (class Translator): remove
663         type_string_ , use symbol for context name throughout.
664         Changes through whole source tree.
665
666         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
667         set PDF as default, and always make PDF.
668
669         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
670
671 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
672
673         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
674         Documentation/user/refman.itely input/regression/allfontstyle.ly
675         input/regression/grace-types.ly:
676         fix spelling for acciaccatura (Webster's 1913).
677
678 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
679
680         * lily/main.cc (usage): adjust blurb, include url.
681
682         * input/regression/breathing-sign.ly (texidoc): transpose up
683
684 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
685
686         * input/regression/breathing-sign.ly: changed ancient examples to
687         be relevant (by request of Han-Wen); updated BreathingSign text
688         property according to new syntax.
689
690         * ly/gregorian-init.ly: updated BreathingSign text property
691         according to new syntax
692
693 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
694
695         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
696         (Clef): index entries for clefs.
697
698         * python/lilylib.py (system): remove errorlog files.
699         
700 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
701
702         * lilypond.words: add \new and new graces. Add dynamics to menus
703         keeping 1.8.x compatibility; after all the engraving relating to 
704         notes becomes postfixed `-' marks will be removed.
705
706 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
707
708         * lily/molecule.cc (align_to): idem.
709
710         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
711         
712         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
713         accacciatura everywhere.
714
715         * VERSION (PACKAGE_NAME): released 1.9.2
716
717         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
718
719         * scm/document-markup.scm (markup-doc-node): sort markup function
720         list.
721
722         * lily/paper-outputter.cc (output_version): change "Lily was here"
723         into  "Engraved by LilyPond"
724
725         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
726         on unquoted strings before \notenames.
727
728         * lily/parser.yy (lyric_element): allow markup as lyric text. This
729         increases the number of s/r reductions to 4.
730
731         * scm/new-markup.scm (fraction-markup): \fraction command.
732
733         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
734         mode
735
736         * lily/lookup.cc (round_filled_box): rename function.
737         (LY_DEFINE): round-filled-box: change signature.
738
739         * Documentation/user/refman.itely: revise section explaining grace
740         notes.
741
742         * lily/translator-scheme.cc (LY_DEFINE): add ! to
743         ly:set-context-property
744
745         * input/*/*.ly (vmus): use \new everywhere.
746
747         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
748
749         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
750         default
751
752         * scm/music-functions.scm (set-stop-grace-properties)
753         (set-start-grace-properties, add-grace-property): new functions
754         for modular grace tweak control.
755
756         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
757         
758 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
759
760         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
761
762         * GNUmakefile.in (install-pfa-fonts):
763         (get-pfa-fonts): New target.
764
765         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
766         install-pfa-fonts help.
767
768 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
769
770         * lily/translator-scheme.cc (LY_DEFINE):
771         ly:context-pushpop-property new function.
772         (LY_DEFINE): new function ly:translator-find  
773         new function ly:translator?
774         (LY_DEFINE): new function ly:context?
775
776         * lily/translator-def.cc: remove Translator_def::apply_pushpop_property().
777
778         * python/lilylib.py (read_pipe): only store and display error log
779         if verbose not set.
780         (read_pipe): only display log if it contains something.
781
782 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
783
784         * Documentation/misc/GNUmakefile: Re-add.
785         (TEXTS): Add CHANGES.
786
787 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
788
789         * lilypond.words: add \newcontext.
790
791 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
792
793         * lily/tie-performer.cc (stop_translation_timestep): only flush
794         tied_notes when we have actually made a tie. Fixes bugs with ties
795         in polyphonic scores.
796
797 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
798
799         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
800         they do not exist.
801
802 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
803
804         * VERSION (PACKAGE_NAME): released 1.9.1 
805
806         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
807         Instrument_name_engraver
808
809         * lily/tie-performer.cc (create_audio_elements): bugfix
810
811         * Documentation/user/music-glossary.tely (Top): comment out
812         font-style statements.
813
814         * input/test/force-hshift.ly: revise example.
815
816         * Documentation/bibliography/engraving.bib (note): typos.
817
818         * configure.in: bump GCC requirements to 3.x
819
820         * lily/include/audio-item.hh (class Audio_tie): rename
821         note_l_drul_ to note_drul_
822
823         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
824
825         * lily/parser.yy (relative_music): whoops. All \relative were off
826         by ...  a lot .... Ahem.
827
828         * scm/define-music-types.scm (music-descriptions): idem.
829
830         * lily/beam-engraver.cc: move new-beam-event to beam-event
831
832         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
833         to Tie_engraver
834
835         * input/regression/bar-number.ly: remove unnecessary old-relative
836         options.
837         
838         * Documentation/user/internals.itely (Creating contexts): document
839         \newcontext
840
841         * lily/parser.yy (Composite_music): add \newcontext
842
843         * Documentation/user/refman.itely (MIDI block): add note about
844         dotted tempos.
845
846         * scm/font.scm: remove old markup legacy
847
848         * GNUmakefile.in (web-clean): remake share/ after web-clean.
849
850         * lily/breathing-sign.cc (brew_molecule): remove function
851
852         * lily/text-item.cc: remove old-style markups.
853         (interpret_markup): C++ version of markup function
854         (brew_molecule): idem.
855
856         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
857         as Scheme variable.
858
859         * scripts/convert-ly.py (conv): dashes rule.
860         Apply rule.
861
862         * Documentation/user/lilypond-book.itely: syntax fixes. 
863
864 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
865
866         * VERSION (PACKAGE_NAME): release 1.9.0
867
868         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
869         note about dvips. (Should backport.)
870
871         * scripts/convert-ly.py
872         (FatalConversionError.articulation_substitute): add
873         convert-new-chords code. Remove convert-new-chords.py
874
875         * Documentation/user/refman.itely (Octave check): document
876         \octave.
877
878         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
879         \relative changes.
880
881         * lily/parser.yy (command_element): octave check:
882
883            \octave PITCH
884
885         checks that PITCH (without octave) yields PITCH (with octave) in
886         \relative
887
888         * lily/relative-octave-music.cc (to_relative_octave): octave check.
889
890         * lily/scm-option.cc: ly:set-option now has the default argument
891         #t.
892
893         * lily/lexer.ll: add \renameinput
894
895         * python/lilylib.py (command_name): robustifications.
896
897         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
898         /dev/stderr. This is ash compatible.
899
900         * ly/init.ly: add warning if compatibility was not necessary.
901
902         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
903
904         * flower/include/string-handle.icc: formatting cleanups, rename
905         references by ref_count_.
906
907 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
908
909         * make/lilypond.mandrake.spec.in: syncronize the spec file with
910         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
911         package libs separately, fix conflicting php variable out=/dev/vc/
912         invoking `unset out', declare menus, use only one icon-file, fix
913         doc-path in menu.
914
915 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
916
917         * scripts/convert-ly.py (FatalConversionError.conv): typo
918
919         * Documentation/misc/GNUmakefile: restore misc directory.
920
921         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
922
923         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
924         Petites-Preludes 
925
926         * input/test/partial-blank.ly (quickmeasure): syntax
927
928         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
929         attachment property.
930
931         * Documentation/user/refman.itely: remove superfluous -'s 
932         (Grace notes): ) fixes.
933
934         * lily/music.cc: generic compress(), transpose() functions. Remove
935         others.
936
937         * lily/parser.yy (gen_text_def): remove support for #'(italic )
938         style markup entry.
939
940         * lily/parser.yy: all articulations postfix; remove obligatory -
941         for [,  ) and \!
942         
943         * lily/music.cc (to_relative_octave): write generic
944         to_relative_octave function; various relative cleanups.
945         Hmmm.
946
947         * lily/scm-option.cc: add options new-relative and old-relative
948
949         * po/sv.po: new po file.
950
951         * Documentation/user/refman.itely (Dynamics): website
952         fixes. (should backport!)
953
954 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
955
956         * make/lilypond.mandrake.spec.in: declare version only once.
957
958 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
959
960         * lily/simultaneous-music.cc (to_relative_octave): undo relative
961         meaning for now.
962
963 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
964
965         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
966
967         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
968
969         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
970
971         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
972
973         * lily/music.cc (var): add ly:music-transpose function.
974
975         * lily/parser.yy (pre_events): remove prefix articulations.
976
977         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
978
979         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
980
981         * Documentation/user/refman.itely (Text markup): add comment about
982         markup in header.
983
984 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
985
986         * lily/paper-outputter.cc (write_header_fields_to_file): 
987         only dump value if it is a string.
988
989         * flower/include/dictionary.hh: remove.
990         
991         * Documentation/ChangeLog-1.5: add back old log.
992
993         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
994         .pfas from a .deb.
995
996 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
997
998         * Documentation/bibliography/engraving.bib: add entry for
999         Jaschinski's Notation
1000
1001 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1002
1003         * Documentation/user/refman.itely (Beaming): add note about
1004         allowBeamBreak
1005
1006 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
1007
1008         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
1009         GregorianTranscription contexts
1010
1011         * ly/engraver-init.ly: vaticana contexts: minor fixes
1012
1013         * Documentation/user/refman.itely (Ancient notation): added note
1014         on appendix length bug
1015
1016         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
1017         input/test/vaticana.ly: use vaticana contexts; small fixes
1018
1019 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1020
1021         * flower/hash.cc: Remove.
1022
1023         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
1024         to (nonexistent?) hash_func_ identifier.
1025
1026         * python/midi.c (midi_error, midi_warning): Use char const* for
1027         __FUNCTION__ argument.
1028
1029         * python/gettext.py: Remove.  We already require python 2.1, which
1030         includes gettext.py.
1031
1032         * configure.in: Require python 2.1, as INSTALL.texi says.
1033         it.
1034
1035         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
1036         versions 1.50 and 1.75.  Remove note about lexer patch.
1037
1038 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1039
1040         * Documentation/topdocs/INSTALL.texi: Update type1 font
1041         description to actual situation.  Add comment about new font ball
1042         layout.
1043
1044         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
1045         in $LILYPONDPREFIX suffices for installation.
1046
1047 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1048
1049         * debian/control (Build-Depends): Add flex-old as alternative to
1050         flex.  Deprecate bison 1.75.
1051
1052 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
1053
1054         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
1055         Vaticana contexts
1056
1057         * Documentation/user/refman.itely (Ancient notation): documented
1058         some bugs; tiny fixes; added docu on Vaticana contexts
1059
1060         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
1061         scripts
1062
1063 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
1064
1065         * Documentation/user/refman.itely (Ancient notation): added some
1066         introductory words; added section on ancient time signatures;
1067         added some @seealso and @refcommands; small fixes and
1068         beautifications
1069
1070 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
1071
1072         * input/regression/note-head-style.ly: many fixes and updates
1073
1074         * Documentation/user/refman.itely: added small sections on ancient
1075         accidentals, rests and flags; revised ancient note head section;
1076         small wording/spelling fixes
1077
1078         * input/test/rests.ly: layout fixes
1079
1080 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
1081
1082         * input/puer-fragment.ly: bugfix: central C position of do clef
1083
1084         * ly/gregorian-init.ly: workaround: add small padding space before
1085         divisiones (the correct fix would be the spacing engine to handle
1086         this)
1087
1088 2003-08-13  Graham Percival  <gperlist@shaw.ca>
1089
1090         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
1091         cue-notes.ly: minor fixes.
1092
1093 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
1094
1095         * Documentation/user/refman.itely: bugfix: remove obsolete link to
1096         input/test/custos-style.ly
1097
1098         * Documentation/index.html.in: bugfix: link to Tutorial.html
1099
1100         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
1101         to neumes; bugfix: "et": epiphonus, not just a simple pes
1102
1103 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
1104
1105         * lilypond-mode.el: split `Insert Tag' if it is long enough.
1106
1107         * lilypond.words: add new features: markup, column, center, \[ \].
1108         
1109 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
1110
1111         * Documentation/topdocs/NEWS.texi, DEDICATION,
1112         stepmake/bin/add-html-footer.py
1113         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
1114         input/mutopia/J.S.Bach/wtk1-fugue1.ly
1115         input/mutopia/J.S.Bach/wtk1-prelude1.ly
1116         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
1117         added (only) after a sentence which is complete; if the sentence is 
1118         not ended a comma `,' or nothing is used. fix also spaces.
1119
1120 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1121
1122         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
1123         requirements to plain 1.6.
1124
1125         * buildscripts/mutopia-index.py (read_lilypond_header): update
1126         mutopia-index.py to 1.4 syntax [sic]
1127
1128 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
1129
1130         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
1131
1132 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1133
1134         * Documentation/index.html.in: url for regression pdf
1135
1136         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
1137
1138         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
1139
1140         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
1141
1142         * VERSION: 1.8.0 released
1143         
1144         * GNUmakefile.in (local-WWW-post): footify build fix.
1145
1146         * configure.in: require GUILE 1.6.4
1147
1148         * Documentation/user/GNUmakefile: don't copy *.png for
1149         lilypond-internals
1150
1151         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
1152         local-WWW-post target.
1153         (rsync-web): add rsync-web target
1154
1155         * Documentation/user/introduction.itely (Music notation and
1156         engraving): add neume example
1157
1158         * input/puer-fragment.ly (cantus): add puer-fragment
1159
1160 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1161
1162         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
1163         to notes, so that equalizer is actualy being used.
1164
1165         * scm/midi.scm (instrument-equalizer-alist):
1166         (absolute-volume-alist): Define public, so that user can copy or
1167         override.
1168
1169         * lily/key-performer.cc (create_audio_elements): Check for minor
1170         key.  Only if key is minor, set MIDI key to minor.
1171
1172 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1173
1174         * Documentation/user/refman.itely (Hiding staffs): fixes.
1175
1176         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
1177
1178         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
1179         vertical extents to deal with Hara kiri correctly.
1180
1181         * input/regression/hara-kiri-short.ly: remove
1182
1183         * input/regression/hara-kiri-pianostaff.ly: update test.
1184
1185         * Documentation/user/*.tely: remove WEBTITLE
1186
1187         * scm/output-tex.scm (comment): idem.
1188
1189         * scm/output-pdftex.scm: remove GUILE 1.4 glue
1190
1191         * scm/music-functions.scm (make-lyric-event): new function
1192
1193         * scm/lily.scm (lilypond-version): new function
1194
1195         * input/test/version-output.ly: new file.
1196
1197         * Documentation/user/lilypond.tely: add version number to
1198         front-page.
1199
1200 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1201
1202         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
1203
1204 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1205
1206         * input/template/gregorian-transcription.ly (barTwo): syntax update.
1207
1208         * Documentation/user/refman.itely (Hiding staffs): rename node.
1209
1210 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1211
1212         * input/regression/new-markup-syntax.ly (texidoc): remove
1213         molecule-callback override.
1214
1215 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1216
1217         * input/les-nereides.ly: Mark tweaks with %tweak.
1218
1219         * Debian patch, see debian/changelog (Anthony Fok).
1220
1221 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1222
1223         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
1224         problem.
1225
1226 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1227
1228         * Documentation/user/refman.itely (Text markup): Fix language bug.
1229
1230 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1231
1232         * input/* : postfix syntax fixes.
1233
1234         * Documentation/user/refman.itely (Text markup): add note about
1235         raise/lower with ^ or _ .
1236         
1237         * po/fi.po: fix \\apply strings.
1238
1239         * lily/parser.yy (open_event): warn for prefix articulations.
1240
1241 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
1242
1243         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
1244         fix also on parmesan font.
1245
1246 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1247
1248         * VERSION 1.7.30 released
1249         
1250         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
1251
1252         * buildscripts/mutopia-index.py (headertext): rewording
1253
1254 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1255
1256         * scm/new-markup.scm (strut-markup): new markup function.
1257
1258         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
1259         space also when no accidental is there.
1260
1261 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1262
1263         * input/les-nereides.ly: Updates.
1264
1265 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
1266
1267         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
1268         which repeats the tag insertion selected from "Insert tag" menu.
1269
1270 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1271
1272         * lily/all-font-metrics.cc (find_font): load AFM files first only
1273         for feta fonts. This fixes problems with TeXlive and other TeX
1274         distros that include AFM files for the CM fonts. 
1275
1276         * scm/font.scm (qualifiers-to-font-name): remove.
1277
1278         * lily/paper-def.cc: remove get_var.
1279
1280         * input/trip.ly: remove file.
1281         
1282         * input/regression/spacing-note-flags.ly (raggedright): remove
1283         stafflinethickness
1284
1285         * input/les-nereides.ly: update to new syntax, cleanups.
1286
1287 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1288
1289         * Documentation/user/refman.itely: Clarify shortest-note problem
1290         of autobeamer.
1291
1292 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
1293
1294         * lilypond-mode.el: Add each word to regexps only once.
1295
1296         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
1297         is based on the syntax definitions in lilypond.words. Remove all 
1298         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
1299         LilyPond->Insert menu is generated by the entries in lilypond.words 
1300         to which have been given a syntax definition.
1301
1302         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
1303         \notes, \relative, \score, \simultaneous, \transpose.
1304
1305         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
1306
1307         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
1308         
1309         * lilypond-mode.el: add menu keywords separately.
1310
1311         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
1312
1313 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1314
1315         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
1316         current ugly installation method for PFA fonts.
1317
1318 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
1319
1320         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
1321         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
1322
1323         * Documentation/user/music-glossary.tely: update legato.
1324
1325 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1326
1327         * lexer-gcc-3.0.patch: Remove.
1328
1329         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
1330
1331 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1332
1333         * debian/rules (binary-arch): remove NEWS.
1334
1335 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
1336
1337         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
1338         stepmake/bin{ many }: polish the `--help's of different scripts;
1339         model taken from the core-utils of Linux.
1340
1341         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
1342
1343 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1344
1345         * flower/parse-afm.cc (parseCharMetrics): add warnings.
1346
1347         * flower/libc-extension.cc: idem.
1348
1349         * flower/include/libc-extension.hh: protect against isinf macros.
1350
1351 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
1352
1353         * { many }: Use two uppercase letters in LilyPond.
1354
1355         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
1356
1357         * VERSION: 1.7.29 released.
1358         
1359 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1360
1361         * lily/tie.cc: add TODO comment.
1362
1363         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
1364
1365         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
1366         linejoins and linecaps. This fixes problems with occasional spikes
1367         on slur/tie endings.
1368         
1369         * input/regression/font-name.ly: don't use PS fonts for
1370         compatibility reasons. 
1371
1372         * mutopia/claop.py (accents): update to 1.8
1373
1374         * Documentation/user/music-glossary.tely (Top): remove 13pt.
1375
1376         * Documentation/user/macros.itexi: don't color glossary links.
1377
1378         * Documentation/user/invoking.itexi (Error messages): new section
1379
1380 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1381
1382         * input/regression/font-name.ly: add file.
1383
1384         * scm/document-backend.scm (grob-doc): remove <hr> from
1385         lilypond-internals
1386
1387         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
1388         reqd version to 1.6.4 
1389
1390         * lily/font-interface.cc (get_font): bugfix: take font-name from
1391         alist chain too. This fixes font-name override for \markup.
1392
1393 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1394
1395         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
1396
1397         * input/test/polymetric-differing-notes.ly: Compile fix.
1398
1399 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
1400
1401         * Documentation/user/refman.itely: fixed typo
1402
1403         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
1404         before flexa
1405
1406 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
1407
1408         * input/test/{ many }: search & fix some typos.
1409
1410 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1411
1412         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
1413         images.
1414
1415         * scm/music-functions.scm (make-voice-props-set): set Script /
1416         TextScript dir for polyphony too.
1417
1418         * scm/define-grobs.scm (all-grob-descriptions): decrease space
1419         before clef.
1420
1421         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
1422
1423 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
1424
1425         * Documentation/user/refman.itely (Percussion): Small
1426         clarifications and fixes.
1427
1428         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
1429         threads. This fixes different heads playing simultaneously.
1430
1431 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
1432
1433         * Documentation/user/{ many }: increase readability (read through 
1434         User manual from `one big page').
1435
1436 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1437
1438         * input/test/polymetric-differing-notes.ly: add example with
1439         disparate note values.
1440
1441         * input/test/polymetric.ly: rename from poly-metric
1442
1443         * scripts/ly2dvi.py (include_path): bugfix: use outbase
1444         iso. outname.
1445
1446         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
1447         G-clef bbox to real char extents. This fixes the G-clef being
1448         offset too much to the right.
1449         document perc clef offset.
1450
1451         WARNING: FONT CHANGED.
1452
1453         * Documentation/user/tutorial.itely (Tutorial): move menu.
1454
1455 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1456
1457         * buildscripts/lilypond-profile.sh (Error): trim error message.
1458
1459         * Documentation/user/invoking.itexi (Invoking the lilypond
1460         binary): add note about path.
1461
1462         * Documentation/user/macros.itexi: add @c at EOL, hopefully
1463         suppresses superfluous spaces.
1464
1465 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1466
1467         * buildscripts/lilypond-profile.sh: Add documentation to error
1468         message.
1469
1470         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
1471
1472 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1473
1474         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
1475         <mike@ossmann.com>)
1476
1477         * Documentation/bibliography/computer-notation.bib (pages): prune
1478         unscientific language.
1479
1480         * Documentation/user/GNUmakefile: copy unsplit file to
1481         lilypond.html (idem for lilypond-internals).
1482
1483         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
1484
1485         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
1486
1487         * python/lilylib.py (lilypond_version): 2.1 proof version check.
1488
1489         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
1490         fix.
1491         
1492 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
1493
1494         * Documentation/user/{ various }: bind text snippets with their
1495         examples, e.g. by punctuation: This is an example.
1496
1497 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1498
1499         * ly/performer-init.ly (VoiceContext): Typos.
1500
1501         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
1502         builds, leave final-install to toplevel srcdir makefile.
1503
1504         * make/srcdir.make.in (install): New target.
1505
1506 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1507
1508         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
1509         This fixes core dump on MIDI output (Simon Weatherill).
1510
1511         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
1512         on local-WWW-post.
1513
1514 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1515
1516         * make/lilypond.redhat.spec.in: add dvips to reqs.
1517
1518 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1519
1520         * make/srcdir.make.in (web): Add special web target.
1521
1522         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
1523         from inner $(LOOP).
1524
1525         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
1526
1527         * stepmake/stepmake/generic-targets.make (www-targets-help):
1528         * GNUmakefile.in (web-install): Install in $(webdir).
1529
1530         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
1531
1532         * cygwin/changelog: 
1533         * cygwin/mknetrel: Update.
1534
1535         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
1536         (html-doc): Remove (use: web).
1537
1538         * stepmake/stepmake/script-rules.make: 
1539         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
1540         Fix $(config_make) dependencies for srcdir build.
1541
1542         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
1543         target for srcdir build.
1544
1545         * stepmake/make/stepmake.make: 
1546         * make/srcdir.make.in: 
1547         * GNUmakefile.in:
1548         * make/stepmake.make (config_make): Rename variable (was:
1549         configuration).
1550
1551 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1552
1553         * Documentation/user/internals.itely (Manipulating music
1554         expressions): run lilypond on example too.
1555
1556         * flower/include/libc-extension.hh: move lrint define to
1557         header. bugfix.
1558         
1559 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1560
1561         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
1562         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
1563         do we recurse whole tree?).
1564
1565         * GNUmakefile.in (html-doc): Resurrect.
1566
1567         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
1568         obsolete $(package-icon) dependency.
1569
1570 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1571
1572         * Documentation/user/refman.itely (Automatic staff changes):
1573         add seealso 
1574
1575         * Documentation/index.html.in: link to bigpage.
1576
1577         * Documentation/user/tutorial.itely (Tutorial): streamline.
1578
1579         * Documentation/index.html.in: url typo.
1580
1581         * VERSION (PACKAGE_NAME): release 1.7.28
1582
1583         * python/lilylib.py (error_log): remove '/' from name.
1584
1585         * input/regression/pedal.ly: remove; dups input/test/
1586         
1587         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
1588
1589         * Documentation/index.html.in: python style doco index.
1590
1591         * Documentation/{footer,header}.html.in (src): remove, 
1592
1593         * Documentation/pictures: remove all but lelie-logo.xpm.
1594
1595         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
1596         before running makeinfo.
1597
1598         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
1599         @code{}
1600
1601 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1602
1603         * input/test/bar-number-regular-interval.ly: rename.
1604
1605         * Documentation/user/*: various fixes. 
1606
1607 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
1608
1609         * Documentation/{ many }: polish for update-all-menus. typos.
1610
1611         * po/fi.po: fixes.
1612
1613         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
1614
1615         * buildscripts/mutopia-index.py: polish.
1616
1617         * input/regression/{ many }, input/test{ many }: polish texidocs.
1618
1619 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1620
1621         * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style  
1622
1623         * lily/text-spanner.cc (brew_molecule): use bracket-flare
1624         iso. edge-widen.
1625
1626         * lily/piano-pedal-engraver.cc (process_music): change from
1627         process_acknowledged ()
1628
1629         * lily/piano-pedal-bracket.cc: new file. Change
1630         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
1631         cleaned up.
1632
1633         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
1634
1635         * input/regression/tuplets.ly (texidoc): rename file.
1636
1637         * po/fr.po: update
1638
1639         * buildscripts/lilypond-profile.sh: error message if script is not
1640         sourced.
1641
1642         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
1643         bracket-flare
1644         (make_bracket): simplify code.
1645
1646         * lily/parser.yy (verbose_command_req): catch typos in \key scale
1647         argument.
1648
1649         * python/lilylib.py (lilypond_version_check): new function
1650
1651         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
1652
1653         * scripts/ly2dvi.py (run_lilypond): add version check.
1654
1655         * scripts/lilypond-book.py (option_definitions): typo
1656
1657         * scripts/ly2dvi.py (include_path): typo
1658
1659         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
1660
1661         * lily/parse-scm.cc (parse_handler): typo
1662
1663         * Documentation/user/macros.itexi: use @heading for headings.
1664
1665         * Documentation/user/refman.itely: updates, fixes.
1666
1667 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
1668
1669         * po/fi.po: add Finnish translations. fixes.
1670
1671         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
1672
1673         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
1674         from lily/glissando-engraver.cc.
1675
1676 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1677
1678         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
1679         for non-first _broken_ bracket.
1680
1681         * Documentation/user/refman.itely: corrections.
1682
1683 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1684
1685         * lily/new-fingering-engraver.cc (position_scripts): add heads to
1686         support of the fingerings.
1687
1688         * po/fr.po: French translation update.
1689
1690         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
1691         strings.
1692
1693 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1694
1695         * Documentation/user/introduction.itely: Small fixes.
1696
1697 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
1698
1699         * Documentation/topdocs/AUTHORS.texi: polish.
1700
1701 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1702
1703         * Documentation/user/introduction.itely: revise
1704
1705         * Documentation/user/tutorial.itely: reorganise.
1706
1707         * Documentation/topdocs/index.tely: remove.
1708
1709         * Documentation/header.html.in: prune.
1710
1711         * GNUmakefile.in: clean up web building.
1712
1713         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
1714         target.
1715
1716 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
1717
1718         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
1719
1720         * lilypond-mode.el: turn on blink-matching-paren.
1721
1722 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1723
1724         * scm/output-sodipodi.scm (svg-header): Fix typo.
1725
1726 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1727
1728         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
1729         fixes a security hole.
1730
1731         * scripts/lilypond-book.py (original_dir): remove temp_dir
1732
1733         * scm/document-translation.scm: use @code tags.
1734
1735 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
1736
1737         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
1738
1739         * lilypond-mode.el: add a buffer-local post-command-hook to set
1740         context dependent syntax-table after each cursor event. Remove old
1741         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
1742
1743         * lilypond-indent.el: update comments.
1744
1745         * Documentation/footer.html.in: add period.
1746
1747 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1748
1749         * make/lilypond.redhat.spec.in (Group): don't strip binary.
1750
1751         * scm/document-translation.scm (document-property-operation): add
1752         @code{} tags.
1753
1754         * VERSION (PACKAGE_NAME): release 1.7.27
1755
1756         * config.make.in: add PAPER variable
1757
1758         * buildscripts/new-chords.py (help): add help text
1759
1760         * Documentation/user/introduction.itely (Typography and program
1761         architecture):  fixes.
1762
1763         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
1764         for texinfo and dvips. This fixes problems with PDF output of the
1765         wrong size.
1766
1767         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
1768         DVIPS_PAPERSIZE variable
1769
1770         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
1771         TEXINFO_PAPERSIZE variable 
1772
1773 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1774
1775         * mf/feta-macros.mf: whoops: only draw lines for test situations.
1776
1777         * mf/feta-toevallig.mf: lowres fixes.
1778
1779 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1780
1781         * NEWS: Typo and fill-paragraph fixes.
1782
1783         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
1784         cast #define.
1785
1786         * configure.in: 
1787         * config.hh.in: Check for lrint.
1788
1789 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1790
1791         * VERSION: 1.7.26 released
1792
1793         * lily/separation-item.cc: add padding property.
1794
1795         * input/test/*.ly: various fixes, remove solo-a2.ly
1796
1797         * scm/new-markup.scm (brew-new-markup-molecule): arg order
1798         bugfix. Fixes old-style markup compatibility.
1799
1800         * Documentation/user/introduction.itely (Introduction): historical
1801         elucidations
1802
1803         * Documentation/user/music-glossary.tely (Top): linewidth fix.
1804
1805         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
1806
1807         * Documentation/index.texi (Top): cleanup.
1808
1809         * Documentation/user/introduction.itely (Introduction): rewrite
1810         introduction, 
1811         (Music notation and  engraving): about notation. Add flat-picture
1812
1813 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1814
1815         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
1816         separation items. This keeps lyrics from bumping into each other.
1817
1818 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1819
1820         * GNUmakefile.in (topdocs-web): New target.
1821         (local-web): Depend on topdocs-web; fixes html-doc.
1822
1823 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1824
1825         * po/lilypond.pot: run po-replace
1826
1827         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
1828
1829         * scm/drums.scm (reset-drum-kit): new function.
1830
1831         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
1832
1833         * scripts/update-lily.py: remove
1834         
1835         * VERSION: release 1.7.25
1836         
1837         * Documentation/user/introduction.itely (Introduction): rewrite
1838         start of introduction.
1839
1840 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
1841
1842         * lily/all-font-metrics.cc: fixed typo
1843
1844 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
1845
1846         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
1847         LilyPond-mode-context-set-syntax-table): new functions to define
1848         the syntax table according to context.
1849
1850         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
1851
1852 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1853
1854         * Documentation/user/refman.itely (Figured bass): 
1855         language nit courtesy http://www.vocabula.com
1856
1857         * GNUmakefile.in: remove no kpathsea hack.
1858
1859         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
1860         doco.
1861
1862         * GNUmakefile.in: remove web-doc target.
1863
1864         * lily/all-font-metrics.cc (find_afm): add message about
1865         buildscripts/clean-fonts.sh 
1866
1867         * scm/define-music-properties.scm (figure): use string for 'figure
1868
1869         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
1870
1871         * input/regression/ : add raggedright = ##t where applicable. 
1872         
1873         * scm/bass-figure.scm (make-bass-figure-markup): add
1874         alignBassFigureAccidentals property.
1875
1876         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
1877         bracket.
1878
1879         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
1880         syllables widths into account for minimum-length.
1881
1882         * input/test/staff-container.ly: update file
1883
1884         * input/test/stem.ly: remove
1885
1886         * lily/event.cc (LY_DEFINE): add ly: prefix.
1887
1888         * input/test/clef-manual-control.ly: from manual-clef
1889
1890         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
1891
1892         * input/test/different-time-signatures.ly: move to poly-metric.ly
1893
1894         * input/test/hara-kiri*,scales.ly: remove
1895         
1896         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
1897         with chord-names-jazz.ly)
1898
1899         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
1900         get scalable cm fonts too.
1901
1902         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
1903         --encoding for mftrace if present.
1904
1905         * input/regression/slur-area.ly: move from test/
1906
1907         * input/test/: remove simple-slur-endings slur-attachment
1908         slur-broken-cross-staff slur-broken.ly slur-damping.ly
1909         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
1910         slur-symmetry slur-symmetry tie-broken.ly
1911
1912         * scm/drums.scm (set-drum-kit): add function.
1913
1914         * Documentation/user/refman.itely (Percussion staves): use
1915         set-drum-kit
1916
1917         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
1918         too
1919         (Global_measure.set_timesig): handle 3/8 time sig too.
1920
1921         * scm/output-lib.scm (note-head-style->attachment-coordinates):
1922         note about triangle note heads.
1923
1924         * scm/drums.scm: use alist for instrument-settings. This fixes the
1925         bug with assigning to drums in the .ly file.
1926
1927         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
1928         CHANGED.
1929
1930         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
1931         cluster-beacon-interface
1932
1933         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
1934
1935         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
1936
1937         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
1938
1939         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
1940         to get positions.
1941
1942         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
1943         make ClusterSpannerBeacon to record Y positions. This removes the
1944         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
1945         make cluster-note-events.
1946
1947 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1948
1949         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
1950
1951         * configure.in: Use lily/main.cc as identifying source file.
1952
1953         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
1954
1955         * config.hh.in: 
1956         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
1957
1958         * configure.in: Require PYTHON >= 2.0.
1959
1960         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
1961           $PYTHON for include dir location.
1962         (STEPMAKE_PYTHON): New function.  Use
1963         
1964             PYTHON=foo ./configure
1965
1966           to override.
1967
1968 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1969
1970         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
1971         something.
1972
1973         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
1974         ftp.lilypond.org everywhere.
1975
1976 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1977
1978         * lily/text-item.cc (interpret_new_markup): do only if new-markup
1979         detected.
1980
1981         * Documentation/user/refman.itely (Grace notes): note on explicit
1982         contexts
1983
1984 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
1985
1986         * lilypond-font-lock.el: add a comment about LilyPond specific
1987         escape characters: ^, - and _, in the syntax table.
1988
1989         * Documentation/user/appendices.itely: a majuscule fix.
1990
1991 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1992
1993         * input/test/trills.ly (endHorizScript): fixes.
1994
1995         * input/test/chord-names-jazz.ly: merge in alternate Jazz
1996         notation, move from regression.
1997
1998         * input/test/script-stack.ly: change name from stacked-scripts
1999
2000         * input/test/ossia.ly: octave errors.
2001
2002         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
2003         for midi-volume-equaliser
2004
2005 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2006
2007         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
2008         cm fonts.
2009
2010         * mf/feta-beugel.mf: don't multiply font_count by 10.
2011
2012         * lily/lookup.cc (horizontal_line): new function. Use
2013         horizontal-line in output backends.
2014
2015         * Documentation/user/tutorial.itely (An orchestral part): new
2016         section on orchestral stuff and identifiers.
2017
2018 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
2019
2020         * lilypond-mode.el: comment-out paren-highlighting, it still causes
2021         some interference to other modes.
2022
2023 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2024
2025         * lily/spacing-spanner.cc (musical_column_spacing): use average,
2026         not maximum of spacing wishes in polyphonic situations.
2027
2028         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
2029         number
2030
2031         * lilypond-indent.el: remove paren matching. 
2032
2033         * lily/text-item.cc (interpret_new_markup): new function
2034         use iso. text2molecule.
2035
2036         * lily/main.cc (notice): change FSF address 
2037
2038         * po/de.po: update PO file to 1.6.
2039
2040 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
2041
2042         * Documentation/user/ {many}: Add periods and remove spaces.
2043         
2044 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
2045
2046         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
2047         Disable buffer-locally default paren hook and make a new one. 
2048
2049         * lilypond-mode.el: Turn off locally paren-mode, but turn on
2050         locally LilyPond-paren-mode. Add todo for mouse double-click.
2051
2052 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
2053
2054         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
2055         Disable buffer-locally default paren idle timer and make a new one. 
2056
2057         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
2058         locally LilyPond-show-paren-mode. Add to menu a toggle for
2059         LilyPond-show-paren-function.
2060
2061 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2062
2063         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
2064
2065 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
2066
2067         * Documentation/user/refman.itely: spelling fix.
2068
2069         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
2070         paren highlight function definitions. add todo for
2071         LilyPond-show-paren-mode.
2072
2073 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2074
2075         * input/template/jazz-combo.ly: new file.
2076
2077 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2078
2079         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
2080         lo-res fixes.
2081
2082         * mf/feta-schrift.mf: bugfix in varcoda sign.
2083         WARNING: FONT CHANGED
2084
2085         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
2086         in accordance with lexer.ll.   
2087
2088 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2089
2090         * Documentation/user/tutorial.itely: Edit introduction.
2091
2092 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2093
2094         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
2095         ly:grob-staff-position
2096
2097 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2098
2099         * scm/to-xml.scm: import srfi-1
2100
2101         * VERSION (MAJOR_VERSION):  release 1.7.24
2102
2103         * python/lilylib.py (make_ps_images): make multipage _really_ work.
2104
2105         * scripts/lilypond-book.py (do_file): put texidoc before image.
2106         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
2107
2108         * input/regression/*.ly: fix snippet octaves 
2109
2110         * input/test/spanner-after-break-tweak.ly: import
2111         broken-spanner-adjustment
2112
2113         * input/no-notation/midi-transposing.ly: move from input/test/
2114
2115         * input/test/: remove chord-markup
2116
2117         * input/regression/instrument-name-partial.ly: move from input/test.
2118
2119         * input/test/vertical-text.ly: remove
2120
2121         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
2122         space above lyrics lines.
2123
2124         * input/test/uniform-breaking.ly: remove file.
2125
2126         * lily/gourlay-breaking.cc (combine_demerits): add comment about
2127         uniform spacing density. 
2128
2129         * input/test/chords.ly (keys): remove file.
2130
2131         * scm/documentation-lib.scm (oop): use srfi-1 too.
2132
2133         * input/regression/*.ly: add \version
2134
2135         * Documentation/user/*.itely: various fixes.
2136
2137         * buildscripts/mf-to-table.py (base): break table every three
2138         symbols.
2139
2140         * input/:  remove %% new-chords-done %% .
2141
2142         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
2143         os-music.ly
2144         
2145 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2146
2147         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
2148
2149         * scm/new-markup.scm (box-markup): new function.
2150         (box-markup): new function. Contributed by Dick Schoeller
2151         <schoeller@attbi.com>
2152
2153         * scm/lily.scm: remove reduce-no-unit 
2154         (list-insert-separator): use fold-right
2155
2156         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
2157         of arguments. 
2158
2159         * NEWS: more neutral language for ancient notation 
2160
2161         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
2162         inside pointing beaming for chord tremolo.
2163
2164         * Documentation/user/lilypond-book.itely: minor editing
2165
2166 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
2167
2168         * NEWS: added news for 1.8 regarding ancient notation
2169
2170         * Documentation/user/refman.itely (Gregorian square neumes
2171         ligatures): fixed typo
2172
2173         * lily/vaticana-ligature-engraver.cc,
2174         lily/include/vaticana-ligature.hh: bugfix: use special heads for
2175         lower/upper head of Pes only when heads are stacked
2176
2177         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2178         scm/define-grob-properties.scm: cleanup: make "join-left" a
2179         boolean grob property and save delta pitch in grob property
2180         "delta-pitch" instead
2181
2182         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
2183
2184 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2185
2186         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
2187         completely borked
2188
2189         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
2190         (try_music): bug fix: beam multiplicity was completely borked.
2191
2192         * scm/lily.scm: remove tail, filter-list, filter-out-list,
2193         first-n, butfirst-n in favor of srfi-1 functions.
2194         remove string-join, string-pad in favor of srfi-13 functions.
2195
2196         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
2197
2198         * NEWS: use complete sentences.
2199
2200         * Documentation/user/introduction.itely (Example applications):
2201         add note about databases and lilypond-book.
2202
2203         * input/test/volta.ly: remove file
2204
2205         * input/regression/volta-broken-left-edge.ly: simplify file
2206
2207 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2208
2209         * Documentation/user/refman.itely (Constructing a tweak): new
2210         subsection.
2211
2212         * Documentation/user/tutorial.itely (Fine tuning layout): add
2213         common tweaks.
2214
2215         * scm/define-grobs.scm (TextScript): use new brewer.
2216
2217 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2218
2219         * VERSION: release 1.7.23
2220
2221         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
2222
2223         * python/lilylib.py (make_ps_images): bugfixes.
2224
2225         * input/regression/volta-multi-staff.ly: new file.
2226
2227         * Documentation/user/macros.itexi: refcommands, refcommand macros.
2228
2229         * Documentation/user/tutorial.itely (Piano staffs): new section.
2230         (Setting variables): new section
2231         (Fine tuning layout): new section
2232
2233         * input/just-friends.ly: remove file. Superseeded by
2234         input/test/chords-without-melody.ly
2235
2236         * ly/property-init.ly: add all commands to refman.
2237
2238         * scm/define-translator-properties.scm: remove
2239         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
2240
2241         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
2242         name. Underscores botch up PS output.
2243
2244         * scm/define-translator-properties.scm: remove
2245         textNonEmpty, oneBeat, regularSpacingDelta
2246
2247         * scripts/convert-ly.py (FatalConversionError.conv): conversion
2248         rule for automaticBars.
2249
2250         * lily/timing-engraver.cc (start_translation_timestep): change
2251         barNonAuto to automaticBars
2252
2253 2003-06-30  Graham Percival  <gperlist@shaw.ca>
2254
2255         * input/test/perform-tie.ly: delete file.
2256
2257 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
2258
2259         * Documentation/user/refman.itely (Gregorian square neumes
2260         ligatures): bugfix: do not show ledger lines in neumes table
2261         (fixed by setting staff symbol to transparent rather than removing
2262         it from staff context)
2263
2264 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2265
2266         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
2267         glue into brew-new-markup-molecule.
2268
2269         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
2270
2271         * Documentation/user/introduction.itely (Computerized typography):
2272         new section
2273
2274         * Documentation/user/tutorial.itely (An orchestral part): remove
2275         pc example from tutorial.
2276
2277         * input/tutorial/lilbook.tex: use screech-boink
2278
2279         * scripts/lilypond-book.py (compile_all_files): split formatting
2280         output body and scheduling lilypond compilation.
2281         (format_lilypond_output_bodies): new function
2282         (format_lilypond_block): new function
2283         (html_pages): allow multi-page images in HTML
2284
2285         * python/lilylib.py (make_ps_images): rename function from
2286         make_preview, merge with make_page_images
2287
2288 2003-06-28  Graham Percival  <gperlist@shaw.ca>
2289
2290         * input/test/key-clefs.ly: moved to regression.
2291
2292         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
2293
2294         * input/no-notation/README: added note about midi-*.ly files.
2295
2296         * input/test/two-key.ly: moved to no-notation/parse5.ly
2297
2298         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
2299         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
2300
2301         * input/test/ {various}: modified comments, marked some for deletion.
2302
2303         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
2304
2305         * input/test/mmrest-collision: moved to regression.
2306
2307 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2308
2309         * scm/chord-name.scm (note-name->markup): don't superscript root
2310         alterations in chordnames.
2311
2312 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2313
2314         * Documentation/user/refman.itely (Multi measure rests): more
2315         index/cross-referencing.
2316
2317         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
2318
2319         * scm/font.scm: remove properties-to-font-name code.
2320
2321         * scm/define-grob-properties.scm: remove 'type
2322
2323         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
2324         conversion
2325
2326         * lily/text-spanner.cc: change 'type grob prop to 'style 
2327
2328         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
2329         "first" flag to decide whether to make a start-repeat
2330
2331         * input/regression/grace-volta-repeat-2.ly: new file.
2332
2333 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2334
2335         * lilypond-indent.el: rename generic functions to LilyPond-*
2336
2337 2003-06-22  Graham Percival  <gperlist@shaw.ca>
2338
2339         * input/test/thumb.ly: delete, merged into refman.
2340
2341         * Documentation/user/refman.itely: added thumb info to Fingering.
2342
2343         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
2344         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
2345         vertical-align.ly : deleted files.
2346
2347 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2348
2349         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
2350
2351         * lily/line-spanner.cc (broken_trend_offset): remove function.
2352         (get_broken_offset): idem.
2353         (brew_molecule): rewrite the line-break case.
2354
2355         * input/regression/follow-voice-break.ly:  new file.
2356
2357         * lily/line-spanner.cc (after_line_breaking): remove lines at the
2358         start of a system.
2359
2360 2003-06-20  Graham Percival  <gperlist@shaw.ca>
2361
2362         * input/test/tuplet-rest.ly: moved to regression.
2363
2364         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
2365         deleted file.
2366
2367         * input/test/ {many} : marked file for possible deletion.
2368
2369 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2370
2371         * input/regression/beam-funky.ly: add note about (disputed)
2372         correct beaming.
2373
2374         * ly/engraver-init.ly (ScoreContext): put key-signature after
2375         staff-bar
2376         
2377 2003-06-20  Graham Percival  <gperlist@shaw.ca>
2378
2379         * input/test/ broken.ly lyric-phrasing.ly: deleted.
2380
2381         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
2382
2383         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
2384
2385         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
2386         stem-extend was deleted (it was duplicate example, and not as
2387         good).
2388
2389         * input/test/[s-z]*.ly: add texidoc index.
2390
2391 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2392
2393         * lily/slur.cc (get_boundary_notecolumn_y): change name from
2394         get_first_notecolumn_y
2395
2396         * lily/spanner.cc (broken_spanner_index): new function.
2397
2398 2003-06-19  Graham Percival  <gperlist@shaw.ca>
2399
2400         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
2401         lyric-hyphen.ly : moved to regression.
2402
2403         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
2404         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
2405
2406         * input/test/instrument-name-mmrest.ly: moved to
2407         ../regression/multi-measure-rest-instr-name.ly
2408
2409         * input/test/knee-sym.ly: moved to
2410         ../regression/beam-knee-symmetry.ly.
2411
2412         * input/test/hymn.ly: change comments.
2413
2414         * input/test/[p-r]*.ly: add texidoc index.
2415
2416 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2417
2418         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
2419         to postfix syntax
2420         
2421         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
2422         syntax.
2423
2424         * VERSION: release 1.7.22
2425
2426 2003-06-18  Graham Percival  <gperlist@shaw.ca>
2427
2428         * input/test/[h-k]*.ly: added texidoc index.
2429
2430         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
2431
2432         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
2433
2434         * input/test/ various : mark files for deletion or moving to regression.
2435
2436         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
2437
2438         * input/test/[l-o]*.ly: added texidoc index.
2439
2440 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2441
2442         * scm/music-functions.scm (make-ottava-set): 
2443         only do ottavation if centralCPosition is set.
2444
2445         * lily/translator-scheme.cc (ly:context-property-where-defined):
2446         return '() if not found.
2447
2448 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
2449
2450         * lilypond-mode.el (LilyPond-un-comment-region): removed.
2451         Use one command for both commenting and uncommenting.
2452
2453         * lilypond-indent.el (LilyPond-comment-region): new function,
2454         (un)comments each line separately.
2455
2456         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
2457         
2458         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
2459         imenu is not added by default; adapted from f90.el,
2460         makes Help-menu, which does not fit, visible in XEmacs.
2461         
2462 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
2463
2464         * lilypond-mode.el: Set show-paren-mode local; minor-mode
2465         show-paren-mode sets blink-matching-paren-on-screen local.
2466         Try to make show-paren-function to paren-highlight local.
2467
2468         * lilypond-indent.el (LilyPond-scan-sexps): new function.
2469         Copy definitions of Emacs' show-paren-function and
2470         XEmacs' paren-highlight and make minimal changes;
2471         add comments about locality. 
2472         Fix matching first open-paren-char in '<< .. >>'.
2473
2474 2003-06-16  Graham Percival  <gperlist@shaw.ca>
2475
2476         * input/test/g*: added texidoc index.
2477
2478         * input/test/[a-g]*: added raggedright==#t when it
2479          seemed appropiate.
2480
2481         * input/test/ fake-grace.ly figured-bass.ly : removed file.
2482
2483         * Documentation/topdoc/INSTALL.texi: removed false warnings
2484         about gcc 3.3.
2485
2486 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2487
2488         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
2489
2490         * input/test/chords-without-melody.ly (texidoc): add from
2491         input/just-friends.ly
2492
2493         * input/regression/size{13--26}.ly: move from input/
2494
2495         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
2496         input/{star-spangled-banner,twinkle}.ly: remove 
2497         
2498         * lily/slur.cc: remove slur over rest warnings.
2499
2500         * lily/note-spacing.cc (get_spacing): include left part of right
2501         object in fixed space. This fixes stretched space before
2502         accidentals.
2503
2504         * input/regression/spacing-accidental-stretch.ly: new file.
2505
2506 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
2507
2508         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
2509         Reduce to 16pt.
2510
2511 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2512
2513         * input/regression/spacing-knee.ly: docstring
2514
2515         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
2516
2517         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
2518         input/tutorial/{test,solar,flowing}.ly: remove
2519
2520         * input/rhythm.ly: remove
2521
2522         * input/mutopia/F.Schubert/standchen.ly: update syntax.
2523
2524         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
2525         update syntax. 
2526
2527         * scm/define-grobs.scm (all-grob-descriptions): set
2528         knee-spacing-correction to 1.0
2529
2530         * lily/note-spacing.cc (stem_dir_correction): compute knee
2531         correction using stem-thickness and head width.
2532
2533         * input/regression/beam-quanting-horizontal.ly: update texidoc
2534
2535         * scm/define-grobs.scm (all-grob-descriptions): set
2536         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
2537         This fixes 32nd beams for noteheads in spaces quants.
2538
2539         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
2540
2541 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
2542
2543         * README.mandrake: Change lilypond-extras to lilypond-documentation.
2544
2545 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2546
2547         * input/test/dpncnt.ly,part-combine-score.ly: remove.
2548
2549         * VERSION (PACKAGE_NAME): release 1.7.21
2550
2551         * input/regression/stem-shorten.ly: new file.
2552
2553         * lily/stem.cc (get_default_stem_end_position): revise stem
2554         shortening code.
2555
2556         * input/regression/spacing-multi-tuplet.ly: move from input/test/
2557
2558         * input/test/{scripts,volta-start,sleur}.ly: remove
2559         
2560         * input/regression/span-bar.ly: smaller file.
2561
2562         * input/regression/spacing-{natural,tight,loose}.ly: remove
2563
2564         * input/test/markup.ly: remove
2565
2566         * scripts/lilypond-book.py: put printfilename in separate chunk,
2567         so texidoc is printed after the filename.  
2568
2569 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
2570
2571         * make/lilypond.mandrake.spec.in: fix docdirs.
2572
2573 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2574
2575         * input/regression/beam-french.ly: bugfix.
2576
2577         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
2578
2579         * input/regression/(various).ly: add raggedright = #t.
2580
2581         * input/regression/auto-beam.ly: move from abe.ly
2582
2583 2003-06-13  Graham Percival  <gperlist@shaw.ca>
2584
2585         * input/test/f*.ly: added texinfo index.
2586         
2587         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
2588
2589 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2590
2591         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
2592         quant penalty for beam just outside staff.
2593
2594         * input/regression/beam-quanting-horizontal.ly (texidoc): move
2595         from beam-pos.ly,  remove non-horizontal tests. 
2596
2597         * input/test/(various): cleanup header info. 
2598
2599         * input/test/tchaikovsky.ly: remove file.
2600
2601         * scm/chord-generic-names.scm: move from
2602         double-plus-new-chord-name.scm
2603
2604         * input/test/orchestscore.ly: remove file
2605
2606         * Documentation/user/refman.itely (Vocal music): update documentation.
2607
2608         * scm/define-translator-properties.scm (chordNoteNamer): remove
2609         chordNameStyle, use chordNameFunction
2610
2611         * scm/chord-name.scm (set-chord-name-style): remove
2612         set-chord-name-style. Use \property chordNameFunction.
2613
2614 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2615
2616         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2617         music): remove @TeX{} command.
2618
2619 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2620
2621         * lilypond-indent.el (scan-sexps): Renamed to
2622         aargh-this-breaks-other-emacs-modes-scan-sexps.
2623
2624 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
2625
2626         * lilypond-indent.el: Fix: match concurrent one-char opening and 
2627         closing slurs: '()', etc. Add comments.
2628
2629         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
2630
2631         * lilypond-font-lock.el: match unending string at eof.
2632
2633         * make/lilypond.mandrake.spec.in: refreshed packed file list.
2634         
2635 2003-06-10  Graham Percival  <gperlist@shaw.ca>
2636
2637         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
2638         input/test/beam-dir.ly input/test/beam-position.ly    
2639         input/test/beam-suspect.ly input/test/beam-trend.ly    
2640         input/test/beams.ly input/test/crescendo-text.ly : deleted
2641         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
2642         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
2643         * input/test/default-bars.ly: moved to bar-always.ly
2644         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
2645
2646 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2647
2648         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
2649
2650 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2651
2652         * scm/chord-ignatzek-names.scm (remove-step): rename file.
2653
2654 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
2655
2656         * lilypond-indent.el: Match better slurs in scheme expressions.
2657         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
2658
2659         * Documentation/user/invoking.itexi: document Emacs' paren matching.
2660
2661 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2662
2663         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
2664
2665         * input/ac-extra-voice.ly: Add texidoc.
2666
2667         * ly/chord-modifiers-init.ly: 
2668         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
2669         and chordNameExceptionsPartial for new chord names.
2670
2671         * input/test/chord-names-dpnj.ly: 
2672         * input/test/dpncnt.ly: Update.
2673
2674         * scm/chord-name.scm: 
2675         * scm/double-plus-new-chord-name.scm: Add compatibility for new
2676         chord selection and options.
2677
2678         * ly/chord-modifiers-init.ly: Add exceptions 
2679
2680         * scm/define-translator-properties.scm (chordNameStyle) 
2681         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
2682
2683 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
2684
2685         * ly/property-init.ly (germanChords): Added.
2686         (semiGermanChords): Added.
2687         
2688         * input/test/chord-names-german.ly: Use new macros
2689         
2690 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
2691
2692         * lilypond-indent.el: Use similar parenthesis highlighting for 
2693         Emacs and XEmacs through redefinitions of parenthesis highlighting 
2694         functions; removed LilyPond-show-paren-function. Fix indenting.
2695         Turn paren-matching on also in XEmacs.
2696
2697         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
2698         as needed by parenthesis highlighting functions (in scan-sexp).
2699
2700 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2701
2702         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
2703         function.
2704         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
2705
2706 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
2707
2708         * lilypond-indent.el: tune regexp for show-paren-function.
2709
2710 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2711
2712         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
2713         for all LilyPond-produced tex snippets.
2714
2715         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
2716         fixes one line --preview output of ly2dvi.
2717
2718 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
2719
2720         * lilypond-indent.el: match only one type of slurs in
2721         LilyPond-show-paren-function.
2722
2723 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2724
2725         * debian/GNUmakefile (EXTRA_DIST_FILES): 
2726         * debian/lilypond1.7.dirs: 
2727         * debian/lilypond1.7-doc.dirs: New file.
2728
2729         * input/regression/chord-name-exceptions.ly: Add parameter for
2730         ignatzekExceptions.  Quote hash in docstring.
2731
2732 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
2733
2734         * lilypond-indent.el (show-paren-function): define show-paren-function
2735         as LilyPond-blink-matching-open and use it for closing parens.
2736         Let LilyPond-blink-matching-open know whether a bracket was inserted.
2737
2738         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
2739         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
2740         LilyPond-blink-matching-paren in order to match both open and close
2741         brackets.
2742         
2743 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
2744
2745         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
2746         testing by modifying the code from FSF Emacs paren.el. Add comments.
2747
2748 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2749
2750         * input/test/dpncnt.ly: Transpose example to match new
2751         default \chords octave.  Add comment.
2752         
2753         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
2754         comment about octave change.
2755
2756 2003-06-04  Graham Percival  <gperlist@shaw.ca>
2757
2758         * input/test/[d,e]: added texinfo index tags.
2759         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
2760
2761 2003-06-04  Graham Percival  <gperlist@shaw.ca>
2762
2763         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
2764
2765 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
2766
2767         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
2768         as in blink-matching-open.
2769
2770 2003-06-03  Graham Percival  <gperlist@shaw.ca>
2771
2772         * input/test/[a-c]: more comments in files.
2773         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
2774         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
2775         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
2776         mark file for proposed deletion.
2777         * input/test: renaming files:
2778         auto-beam-4-8.ly to beam-auto-4-8.ly
2779         auto-beam-override.ly to beam-auto-override.ly
2780         auto-beam.ly to beam-auto.ly
2781         blank.ly to blank-paper.ly
2782         absolute-volume.ly to dynamic-absolute-volume.ly
2783
2784 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2785
2786         * input/test/dpncnt.ly: 
2787         * input/test/chord-names-dpnj.ly: Resurrect.
2788
2789         * lily/my-lily-lexer.cc: Remove chordnames keyword.
2790
2791         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
2792
2793         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
2794         Better docstring, add parameter OMIT-ROOT, tidy up.
2795
2796 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
2797
2798         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
2799
2800 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2801
2802         * scm/output-ascii-script.scm (as-font-alist-alist):
2803         (as-properties-to-font-name):
2804         (as-make-style-sheet): Remove.
2805
2806         * scm/font.scm (as-make-font-list): New function.
2807         (as-font-sheet-alist): New variable.
2808
2809         * ly/paper-as9-init.ly: 
2810         * ly/paper-as5-init.ly: Update.
2811
2812         * ly/paper-as5.ly:
2813         * ly/paper-as9.ly: New file.
2814
2815 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2816
2817         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
2818
2819 2003-05-28  Graham Percival  <gperlist@shaw.ca>
2820         * input/sondag-morgen/*: removed due to copyright concerns.
2821         * input/[a,b]*.ly: added a newline at the end of the texinfo
2822         doc string (produces better output in HTML version).
2823         * input/c*.ly: added texinfo index and added comments to
2824         aid in future changes to input/test/ files.
2825
2826 2003-05-28  Graham Percival  <gperlist@shaw.ca>
2827         
2828         * Documentation/user/refman.itely: fixed build problem (missing
2829         file) caused by previous renaming.
2830
2831 2003-05-28  Graham Percival  <gperlist@shaw.ca>
2832         
2833         * input/test/[a,b]*.ly: added texinfo index and added comments to
2834         aid in future changes to input/test/ files.
2835         * input/test/bar-number-every-5-reset.ly: renamed to
2836         bar-number-every-five-reset.ly
2837         * input/test/bar-script-visibility.ly: renamed to
2838         bar-number-show-all.ly
2839
2840 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2841
2842         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
2843         to Voice.
2844
2845         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
2846         out note-line and glissando functionality.
2847         
2848         * lily/line-spanner.cc (brew_molecule): cleanup.
2849
2850 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2851
2852         * scripts/as2text.scm: Use rdelim module.
2853         (start-system): Rename from start-line.
2854         (stop-system): Rename from stop-line.
2855         (af-gulp-file): Use string iso symbol for getenv.
2856
2857         * scm/output-ascii-script.scm: Add guile and lily modules.
2858         (font-name-alist): New variable.
2859         (draw-line): New function.
2860
2861         * scm/output-lib.scm (func, arg->string): Re-add from archive.
2862         (Were these silently removed, without ChangeLog entry?)
2863
2864 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2865
2866         * scm/music-functions.scm (make-ottava-set): bugfixes: also
2867         process 2nd ottava correctly.
2868
2869 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
2870
2871         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
2872
2873 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2874
2875         * Documentation/user/converters.itely (Invoking midi2ly): Update.
2876
2877 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2878
2879         * VERSION: release 1.7.20
2880         
2881         * lily/text-spanner.cc (brew_molecule): clean up function. This
2882         fixes bugs with broken 8va spanners.
2883
2884         * lily/simple-spacer.cc (solve): also compute force for raggedright.
2885         This prevents spurious line-breaks with raggedright
2886         
2887 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2888
2889         * lily/key-performer.cc (create_audio_elements): always use major
2890         key
2891
2892         * Documentation/user/internals.itely: updates
2893
2894         * input/regression/beam-break.ly: new file.
2895
2896         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
2897         beams if starting or terminating stems have 'beaming set.)
2898
2899         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
2900         property.
2901
2902         * lily/parser.yy (verbose_command_req): add comment about scales.
2903
2904 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
2905
2906         * lilypond-indent.el: adjust regexps in bracket-matching.
2907
2908 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
2909
2910         * Documentation/user/refman.itely: more tiny fixes
2911
2912         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
2913         "Chord names"; added table with input syntax for solesmes neumes
2914         table; added some words about rationale on input syntax design
2915
2916         * lily/gregorian-ligature-engraver.cc,
2917         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2918         lily/include/gregorian-ligature.hh: bugfix: horizontal head
2919         alignment of Pes Initio Debilis
2920
2921         * Documentation/user/refman.itely,
2922         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2923         mf/parmesan-heads.mf: fixed most of the head selection/alignment
2924         bugs in the solesmes neumes table
2925
2926 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
2927
2928         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
2929         Similarly, match '[' and ']' by skipping '\[' and '\]'.
2930
2931         * lilypond-mode.el: fix tag-score. small improvements.
2932
2933 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2934
2935         * .cvsignore: Add aclocal.m4.
2936
2937         * lily/music-constructor.cc: Include <assert.h>.
2938
2939 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2940
2941         * ly/engraver-init.ly (HaraKiriStaffContext): use
2942         RemoveEmptyStaffContext instead.
2943
2944         * Documentation/user/refman.itely: updates
2945
2946 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
2947
2948         * Documentation/user/refman.itely: added solesmes neumes table;
2949         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
2950         bugfix: "Ornaments" -> "Articulations"
2951
2952         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
2953
2954 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
2955
2956         * lilypond-indent.el: Add a message about trying to match \] or \).
2957         
2958 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
2959         
2960         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
2961         obsolete "arithmetic_*"
2962
2963         * input/bugs/ligatures.ly: removed (will be put into a different
2964         directory later)
2965
2966 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2967
2968         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
2969         libkpathsea (Maurizio Tomasi).
2970
2971 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2972
2973         * input/regression/repeat-slash.ly (texidoc): new file
2974
2975         * lily/slash-repeat-engraver.cc (try_music): new file, handle
2976         slash repeats separately. Slash repeats and %
2977         repeats can now be nested.
2978
2979 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
2980
2981         * lilypond-indent.el: Add preliminary test for closing \] and \).
2982         
2983 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
2984
2985         * lily/gregorian-ligature-engraver.cc,
2986         lily/vaticana-ligature-engraver.cc,
2987         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
2988         mf/parmesan-heads.mf: various semivocalis related bugfixes
2989
2990         * input/bugs/ligatures.ly: new file demonstrating problems with
2991         ligatures
2992         
2993 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
2994
2995         * lilypond-mode.el,
2996         lilypond-font-lock.el,
2997         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
2998
2999 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
3000
3001         * lilypond-mode.el: Remove outdated code. Stress the difference 
3002         between Emacs and XEmacs definitions.
3003
3004         * lilypond-mode.el,
3005         lilypond-indent.el: Define a function interactive only when necessary.
3006
3007 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
3008
3009         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
3010         Use inactive regions also in XEmacs.
3011
3012 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3013
3014         * Documentation/user/refman.itely (Repeat syntax): more updates
3015
3016         * lily/simple-spacer.cc (solve): move solution process into
3017         solve(). This fixes a bug with collisions and raggedright = ##t.
3018  
3019         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
3020
3021         * ly/engraver-init.ly: remove GraceContext. Update examples.
3022
3023 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3024
3025         * GNUmakefile.in (fonts): Also make fontball.
3026
3027         * Website fixes:
3028
3029         * ly/engraver-init.ly (GraceContext): Add.
3030
3031         * run:
3032
3033             convert-ly $(find . -name *.ly)
3034
3035         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
3036         new chords.
3037
3038 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3039
3040         * VERSION: 1.7.19 released
3041         
3042         * scm/music-functions.scm (set-octavation): new function.
3043
3044         * input/regression/ottava.ly: new file
3045
3046         * lily/translator-scheme.cc (LY_DEFINE): new function
3047         ly:unset-context-property
3048         (LY_DEFINE) new function ly:context-property-where-defined: 
3049
3050 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
3051
3052         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
3053
3054         * lilypond.words: add few.
3055
3056         * input/test/script-chart.ly: fix typo.
3057
3058 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3059
3060         * scm/define-grobs.scm: uniform naming for definitions and output
3061         routine files. 
3062
3063         * ly/engraver-init.ly (ChoirStaffContext): add \description from
3064         scm/context-description.scm
3065
3066         * lily/parser.yy (translator_spec_body): add \description to the
3067         \translator{} body syntax.
3068
3069         * lily/ottava-engraver.cc: new file.
3070
3071         * scm/chord-name.scm (natural-chord-alteration): replace old
3072         chord stuff. 
3073
3074         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
3075
3076         * Documentation/user/refman.itely (Metronome marks): update doco.
3077
3078         * input/regression/markup-note.ly: new file
3079
3080         * input/regression/metronome-marking.ly: new file
3081
3082         * lily/metronome-engraver.cc: new file. Print \tempo markings.
3083
3084         * scm/new-markup.scm (note-markup): make a note glyph, useful for
3085         metronome marks.
3086
3087 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3088
3089         * Documentation/user/GNUmakefile: Compatibility fix for new
3090         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
3091         for making binary packages; info splitting bug has been fixed.
3092
3093         * Documentation/user/refman.itely: Compile fixes.
3094
3095 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
3096
3097         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
3098         Count \midi -keywords also for a region.
3099
3100 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3101
3102         * lily/lookup.cc (LY_DEFINE): new function
3103
3104         * Documentation/user/tutorial.itely: updates
3105
3106 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
3107
3108         * lilypond-mode.el: Allow Midi on buffer.
3109         Use only '.ly'-extension, remove '.sly' and '.fly'.
3110         Allow use of inactive regions. Invoke next Command on Master file, 
3111         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
3112
3113 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3114
3115         * Documentation/user/tutorial.itely: updates.
3116
3117 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
3118
3119         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
3120
3121 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
3122
3123         * lily/coherent-ligature-engraver.cc: fixed typo
3124
3125         * lily/coherent-ligature-engraver.cc,
3126         lily/gregorian-ligature-engraver.cc,
3127         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
3128         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
3129         lily/vaticana-ligature-engraver.cc,
3130         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
3131         scm/grob-description.scm: cleanup: junked LigatureHead grob and
3132         removed all ligature specific stuff from NoteHead code
3133
3134         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
3135         ligatures now use regular noteheads
3136
3137         * lily/vaticana-ligature.cc: tiny code cleanups
3138
3139         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
3140         space between two adjacent noteheads of the same pitch
3141
3142         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
3143         description; cleanup: removed obsolete font-family settings
3144
3145 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
3146
3147         * lily/coherent-ligature-engraver.cc,
3148         lily/gregorian-ligature-engraver.cc,
3149         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
3150         lily/mensural-ligature-engraver.cc,
3151         lily/vaticana-ligature-engraver.cc,
3152         lily/include/gregorian-ligature-engraver.hh: updated for new
3153         Coherent_ligature_engraver; added comments that describe the basic
3154         design ideas of the ligature implementation
3155
3156         * lily/coherent-ligature-engraver.cc,
3157         lily/include/coherent-ligature-engraver.hh: new file: shared code
3158         between mensural ligatures and Gregorian chant notation ligatures
3159
3160 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
3161
3162         * lilypond-mode.el: XEmacs fixes: include two definitions for the
3163         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
3164         use only two arguments in sit-for, use no arguments in
3165         read-char-exclusive, backspace is not a character (127) in XEmacs.
3166
3167         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
3168
3169 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
3170
3171         * lilypond-mode.el: un-commenting works after syntax-table fix.
3172
3173         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
3174         group, verbose commenting for syntax table.
3175
3176         * lilypond-indent.el: add TODO for ligature slurs.
3177
3178 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
3179
3180         * lilypond-mode.el: Move comments of parenthesis matching away,
3181         (blink-matching-paren-on-screen) fix blinking in Emacs.
3182
3183         * lilypond-font-lock.el: Fix parent-matching for Emacs:
3184         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
3185
3186         * lilypond-indent.el: Add TODO for parenthesis matching.
3187
3188 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
3189
3190         * lilypond-mode.el: Fix XEmacs: 
3191         changed [S-iso-lefttab] to [(shift iso-lefttab)],
3192         invoke explicitly easy-menu-add (in Emacs done automatically).
3193         
3194         * lilypond.words: Add few words from input/*/*.ly.
3195
3196 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3197
3198         * VERSION (PATCH_LEVEL): release 1.7.18
3199
3200         * scripts/lilypond-book.py: only print basename for printfilename
3201         option
3202
3203         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
3204         and syntax updates.
3205
3206 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3207
3208         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
3209         better parametrisation. Move fatness of bulb downward.
3210
3211         * mf/parmesan-custodes.mf (dir_down): remove underscores from
3212         glyph names. Underscores are not allowed .ps encoding files.
3213
3214 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
3215
3216         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
3217         variable "packed" for packed right-ragged mode
3218
3219         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
3220         unused variable ragged; fixed indentation
3221
3222         * Documentation/user/refman.itely: tiny cleanups in ancient
3223         clef and custos section
3224
3225 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3226
3227         * lily/parser.yy (Simple_music): add \applyoutput, syntax
3228         \applyoutput PROCEDURE
3229
3230         * lily/my-lily-lexer.cc: add \applyoutput.
3231
3232         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
3233
3234         * lily/text-item.cc: clean text-interface description
3235
3236 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3237
3238         * input/{regression,test}/: use postfix for slur endings and beam
3239         begins.
3240
3241         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
3242         style beams too. 
3243
3244         * input/regression/lyrics-melisma-beam.ly: new file.
3245
3246         * lily/lyric-engraver.cc (process_music): change from
3247         process_acknowledged_grobs()
3248
3249         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
3250         functions to set and revert auto-beam settings.
3251
3252 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3253
3254         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
3255
3256 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
3257
3258         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
3259         Documentation/user/lilypond.tely: fixed some typos; updated author
3260         info
3261
3262         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
3263         #"" -> #'flag-style = #'()
3264
3265         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
3266         cleanup: removed dead #includes
3267
3268         * lily/gregorian-ligature-engraver.cc,
3269         lily/include/gregorian-ligature.hh,
3270         scm/grob-property-description.scm: small cleanups, small spacing
3271         fixes
3272
3273         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
3274         lily/vaticana-ligature.cc,
3275         lily/include/gregorian-ligature-engraver.hh,
3276         scm/grob-property-description.scm, scm/music-types.scm:
3277         "porrectus" -> "pes or flexa"
3278
3279         * ly/engraver-init.ly, scm/grob-description.scm,
3280         scm/grob-property-description.scm: junked porrectus, now handled
3281         by ligature code
3282
3283         * scm/grob-description.scm: bugfix: added space-alist entry for
3284         breathing sign/custos
3285
3286 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3287
3288         * Another grand 2003 update.
3289         
3290         * Remove mentioning of `mudela'; There's no such thing.
3291
3292 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3293
3294         * Documentation/user/preface.itely (Preface to version 1.8): update
3295
3296         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
3297
3298         * Documentation/user/converters.itely (Invoking convert-ly): revise
3299
3300         * scripts/convert-ly.py (outfile_name): remove --assume-old.
3301
3302         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
3303
3304 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3305
3306         * Documentation/user/internals.itely: more updates.
3307
3308 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3309
3310         * Documentation/user/refman.itely: revise 
3311
3312         * Documentation/user/internals.itely: revise
3313
3314         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
3315
3316 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
3317
3318         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
3319         beautification: reformatted ancient clefs section; cleanup: small
3320         wording fixes
3321
3322 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
3323
3324         * lilypond.words: added words for chant notation, sorted
3325         alphabetically through "sort lilypond.words"
3326
3327 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
3328
3329         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
3330         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
3331         chant notation
3332
3333 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
3334
3335         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
3336         prevent TeX from interpreting them as long dash
3337
3338         * input/test/vaticana.ly: updated
3339
3340         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
3341         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
3342         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
3343         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
3344         fixes
3345
3346         * mf/parmesan-heads.mf: ledger endings: removed dead code
3347
3348 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3349
3350         * VERSION: 1.7.17 released
3351         
3352         * Documentation/user/GNUmakefile
3353         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
3354         files too.
3355
3356         * scm/document-markup.scm: new file: document all markup
3357         functions.
3358
3359         * scm/documentation-generate.scm: rename all documentation modules
3360         to document-*.scm
3361
3362         * scripts/lilypond-book.py: generate link to .ly file iso. link to
3363         .png
3364
3365         * input/test/divisiones.ly: added
3366
3367         * input/regression/output-property.ly: new file
3368
3369         * lily/cluster.cc: change cluster-interface to use style property
3370
3371 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
3372
3373         * input/test/chord-names-german.ly: modified.
3374
3375         * scm/chords-ignatzek.scm:
3376           chord-name->german-markup: Added
3377           note-name->german-markup: Changed (now producing lowercase notenames)
3378
3379         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
3380         
3381 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3382
3383         * scripts/convert-ly.py (FatalConversionError.conv):
3384         divisiominima -> divisioMinima, etc.
3385
3386         * ly/engraver-init.ly (FiguredBassContext): add
3387         Separating_line_group_engraver to Figured bass context.
3388
3389         * ly/german-chords-init.ly: remove file
3390
3391         * input/test/chord-names-german.ly (scm): new file.
3392
3393         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
3394
3395         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
3396         Chord_name_engraver
3397
3398         * Documentation/user/refman.itely: lots of updates.
3399
3400         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
3401         new file
3402
3403         * input/test/bar-number-every-5-reset.ly: new file.
3404
3405 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3406
3407         * input/regression/chord-name-major7.ly: new file
3408
3409         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
3410         if specced explicitly.
3411
3412         * input/regression/chord-name-entry-11.ly: new file.
3413
3414         * input/test/slur-beautiful.ly: new file.
3415
3416         * Documentation/user/refman.itely: updates.
3417
3418         * input/regression/collisions.ly (threevoice): cleanup.
3419
3420         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
3421
3422 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3423
3424         * Documentation/user/*.itely: various updates.
3425
3426         * ly/spanners-init.ly: enddecr/ endcr.
3427
3428         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
3429         of tutorial
3430
3431 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3432
3433         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
3434
3435         * lily/new-chord-name-engraver.cc (process_music): use octavation
3436         (a number) instead of original-pitch to store inversions. This
3437         fixes a problem with transposed chords with inversions.  
3438
3439 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3440
3441         * stepmake/aclocal.m4: Include compile fix for broken flex, as
3442         used in includable-lexer.hh.
3443
3444         * lily/includable-lexer.cc: Bugfix: include config.h.
3445
3446         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
3447         circumvention of Debian packaging bug.
3448
3449 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3450
3451         * flex-2.5.31 hits Debian/unstable.  Fixes below.
3452         
3453         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
3454
3455         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
3456         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
3457
3458         * lily/include/includable-lexer.hh: 
3459         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
3460
3461         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
3462
3463         * aclocal.m4: Regenerate.
3464
3465         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
3466         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
3467
3468         * scm/pdf.scm (use-modules): Include lily.
3469
3470         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
3471         Noordkamp).
3472         (use-modules): Include lily.
3473         (lily-def): Bugfix: include tex-val in let.
3474
3475 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
3476
3477         * lilypond-mode.el: sensible error if lilypond.words not found.
3478
3479         * lilypond.words: add few words.
3480
3481 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
3482
3483         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
3484
3485         * mf/parmesan-scripts.mf: fixed typo in char name
3486
3487 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3488
3489         * VERSION: 1.7.16 released
3490
3491         * python/lilylib.py (setup_temp): temporary directories are mode 700.
3492         (this is a security vulnerability).
3493
3494         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
3495
3496         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
3497         add staff support.
3498
3499 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
3500
3501         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
3502         ly/script-init.ly, scm/script.scm: bugfix: renamed
3503         fermata->signumcongruentiae to fix naming clash with feta font
3504
3505 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3506
3507         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
3508
3509         * lily/multi-measure-rest-engraver.cc
3510         (start_translation_timestep): use grace timing too for determining
3511         when to make mmrest.
3512         (start_translation_timestep): clear numbers too.
3513
3514 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
3515
3516         * scm/music-types.scm: compile fix: escape braces
3517
3518         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
3519         work around font selection problem
3520
3521         * Documentation/user/refman.itely: BreathingSign: added docu for
3522         property "text"
3523
3524 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3525
3526         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
3527         information.
3528
3529 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3530
3531         * lily/multi-measure-rest-engraver.cc (class
3532         Multi_measure_rest_engraver): make multiple Number objects, one
3533         for each MultiMeasureTextEvent.
3534
3535         * scm/music-functions.scm (glue-mm-rest-texts): use
3536         MultiMeasureTextEvent
3537
3538         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
3539
3540         * Documentation/user/refman.itely (Multi measure rests): update.
3541
3542 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3543
3544         * lily/ly-module.cc (ly_copy_module_variables): use
3545         scm_internal_hash_fold() for iterating modules.
3546
3547 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
3548
3549         * Documentation/user/refman.itely: Section Custodes: added more
3550         example code
3551
3552         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
3553         neo-mensural rests to parmesan font
3554
3555         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
3556         header
3557
3558 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3559
3560         * Documentation/user/macros.itexi: @fileref macro.
3561
3562         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
3563         each file. 
3564
3565 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
3566
3567         * lily/include/custos.hh, make/lilypond.suse.spec.in,
3568         Documentation/topdocs/AUTHORS.texi: updated my email address
3569
3570         * Documentation/user/refman.itely: updated custos documentation;
3571         beautified divisiones example; beautified articulations table
3572
3573         * lily/breathing-sign.cc: bugfix: finalis molecule
3574
3575 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
3576
3577         * Documentation/user/refman.itely: added docu for
3578         contemporary fermata symbols, gregorian breathing signs; small fixes
3579
3580         * ly/gregorian-init.ly: removed obsolete #'type props
3581
3582 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3583
3584         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
3585         minimum-length property correctly.
3586
3587 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3588
3589         * scm/music-functions.scm (make-multi-measure-rest): set input
3590         locations for multimeasure rests.
3591
3592 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
3593
3594         * input/regression/breathing-sign.ly: updated to for ancient
3595         notation
3596
3597 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3598
3599         * scripts/ly2dvi.py: Add newline.
3600
3601 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3602
3603         * scripts/ly2dvi.py (dependency_files): Compile fix.
3604
3605 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3606
3607         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
3608         (make_html_menu_file): --html menu. 
3609
3610 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3611
3612         * scripts/ly2dvi.py (run_dvips): +add the .map file 
3613
3614 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3615
3616         * input/screech-boink.ly: new file.
3617
3618 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3619
3620         * scripts/lilypond-book.py (make_lilypond_file): convert
3621         lilypond-file to lilypond block directly, without going through
3622         begin/end lilypond text.
3623         
3624
3625 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
3626
3627         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
3628         scm/grob-description.scm: moved Michael's original breathing sign
3629         code in brew_molecule() to divisio_minima(); provided new
3630         brew_molecule() that effectively replaces the
3631         Text_item::brew_molecule callback (with additional fallback to
3632         Michael's original code); added callbacks for brewing divisio
3633         maior/maxima and finalis
3634
3635         * gregorian-init.ly: added breathing sign shortcuts for virgula,
3636         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
3637
3638         * script-init.ly: added shortfermata, longfermata,
3639         verylongfermata, varcoda
3640
3641         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
3642         longfermata, verylongfermata, varcomma, varcoda
3643
3644 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3645
3646         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
3647           Remove all noquote and insert a few quote.
3648         
3649         * Documentation/user/lilypond-book.itely (Music fragment options),
3650           scripts/lilypond-book.py: Don't include quotation blocks by
3651           default. Introduce option quote instead of noquote
3652
3653 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3654
3655         * VERSION: 1.7.15 released
3656         
3657         * Documentation/user/lilypond.tely: omf updates.
3658
3659         * buildscripts/texi2omf.py (omf_vars): include version.date
3660
3661         * make/lilypond.redhat.spec.in: fixes for spec file. 
3662
3663         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
3664         by function definition: lily now requires a recent GNU Make.
3665
3666         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
3667
3668         * make/ly-rules.make: remove .ly -> .tex rule
3669
3670         * Documentation/user/refman.itely (Figured bass): revised figured
3671         bass example.
3672
3673 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3674
3675         * stepmake/stepmake/omf-targets.make (local-install): add
3676         scrollkeeper-update message.
3677
3678         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
3679         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
3680
3681         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
3682
3683         * Documentation/user/converters.itely (Invoking midi2ly): add
3684         track/channel notice.
3685
3686 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3687
3688         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
3689
3690         * lily/parser.yy (scalar): DIGIT is also a scalar.
3691
3692         * Documentation/user/music-glossary.tely: add @omf tags
3693
3694         * Documentation/user/lilypond.tely: add @omf tags
3695
3696         * scm/generate-documentation.scm (string-append): add @omf tags.
3697
3698         * stepmake/stepmake/omf-*: new files 
3699
3700         * input/regression/multi-measure-rest.ly (texidoc): add doco
3701
3702         * GNUmakefile.in (web-doc-install): add web-doc-install target
3703
3704         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
3705         fixes crashes while dumping MIDI.
3706
3707         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
3708         midi
3709
3710 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3711
3712         * buildscripts/texi2omf.py: new file.
3713
3714         * mf/feta-beugel.mf: include font count, not staffsize (16) in
3715         font-name
3716
3717 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3718
3719         * input/regression/beam-manual-beaming.ly (texidoc): new file.
3720
3721         * lily/sequential-iterator.cc (descend_to_child): call
3722         descend_to_child() for all types of music.
3723
3724 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3725
3726         * scm/translator-property-description.scm: Add
3727         bassFigureFormatFunction.  Replace some entries.
3728
3729 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3730
3731         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
3732         clean out.
3733
3734 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3735
3736         * scripts/midi2ly.py (Note.dump): never dump duration for
3737         dump_dur=0.
3738
3739         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
3740         new function
3741
3742         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
3743         figures using new markups. Much simpler, and should improve layout
3744         a little.
3745
3746         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
3747
3748 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3749
3750         * ly/engraver-init.ly: use Hara kiri by default for 
3751         ChordNames, FiguredBass and Lyrics(Voice) context. 
3752
3753         * lily/axis-group-engraver.cc (acknowledge_grob): use
3754         rhythmic-grob-interface for selecting items not to hara-kiri'd 
3755
3756         * scm/new-markup.scm (markup-function-list): add bracket,
3757         vbracket.
3758
3759         * ly/engraver-init.ly (ChordNamesContext): set
3760         minimumVerticalExtent
3761
3762 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3763
3764         * input/test/time-signature-double.ly: new file 
3765
3766         * input/regression/collision-head-chords.ly (texidoc): new file.
3767
3768         * lily/type-swallow-translator.cc: add note swallow translator 
3769
3770         * input/test/time-signature-double.ly: new file.
3771
3772         * lily/type-swallow-translator.cc: add Rest_swallow_translator
3773
3774         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
3775         (FiguredBassContext): idem.
3776
3777         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
3778
3779         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
3780
3781         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
3782
3783         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
3784         .afm dependency
3785
3786         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
3787
3788         * python/lilylib.py (make_page_images): add function.
3789
3790         * scripts/ly2dvi.py (run_latex): include title in preview image.
3791
3792         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
3793         from lilypond-book for <ly2dvifile> tags in HTML.
3794
3795         * scripts/ly2dvi.py (option_definitions): add --debug option to
3796         print out environment.
3797
3798         * input/regression/tie-chord-partial.ly: new file.
3799
3800 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
3801
3802         * lilypond.words: add 3
3803
3804 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3805
3806         * scm/new-markup.scm (markup-function-list): add finger-markup
3807
3808         * input/tutorial/brahms-tweaked.ly: new markup 
3809
3810         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
3811
3812         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
3813         crash when processing '() markup
3814
3815         * input/regression/breathing-sign.ly (texidoc): add caesura example.
3816
3817         * lily/breathing-sign.cc (railtracks): another caesura.
3818
3819         * mf/feta-schrift.mf: caesura symbol. 
3820
3821 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3822
3823         * scripts/convert-ly.py (FatalConversionError.conv): add
3824         ly:molecule-XXX conversions.
3825
3826         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
3827
3828         * input/regression/multi-measure-rest-text.ly: new file.
3829
3830         * scm/music-functions.scm (glue-mm-rest-texts): automatically
3831         convert MMREST-TEXT to MultiMeasureRestNumber settings.
3832
3833         * ly/engraver-init.ly (ScoreContext): move tablature settings to
3834         ScoreContext
3835
3836         * scm/new-markup.scm (center-markup): \center markup.
3837
3838         * scm/music-functions.scm: remove pitchify scripts.
3839
3840         * lily/music.cc (print_smob): display music name if available 
3841
3842 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3843
3844         * Documentation/user/refman.itely (Instrument names): remove
3845         \turnOff doco.
3846
3847 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3848
3849         * lily/score.cc (mark_smob): bugfix.
3850
3851         * input/regression/rehearsal-mark.ly: new file.
3852
3853         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
3854         report error at the current token again.
3855
3856 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3857
3858         * cygwin/mknetrel: Exit if doc build fails.
3859
3860         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
3861
3862 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3863
3864         * scm/music-types.scm (music-descriptions): add doc strings
3865
3866 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3867
3868         * lily/lexer.ll: 
3869         * lily/include/my-lily-lexer.hh: 
3870         * lily/include/includable-lexer.hh: Add flex kludge.
3871
3872         * config.hh.in: 
3873         * config.make.in: 
3874         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
3875         cruft.
3876         
3877         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
3878         code.
3879
3880 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3881
3882         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
3883
3884         * lily/parser.yy (new_chord): Compile fix.
3885
3886 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3887
3888         * Documentation/user/refman.itely (Tuning groups of objects):
3889         remove documentation for \turnOff. 
3890
3891         * lily/percent-repeat-engraver.cc (try_music): add correct
3892         processing moments for double-measure percents as well.
3893
3894         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
3895
3896         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
3897         grob prop type. 
3898
3899         * Documentation/user/refman.itely (Printing named chords): add
3900         chord name tweak doco.
3901
3902         * input/template/gregorian-transcription.ly: new file.
3903
3904 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3905
3906         * VERSION: 1.7.13 released
3907         
3908         * input/test/*: lots of cleanups/comment-outs/removals in chord
3909         examples
3910         
3911         * input/regression/*: lots of cleanups/comment-outs/removals in
3912         chord examples
3913         
3914         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
3915         options
3916
3917         * lily/new-chord-name-engraver.cc (process_music): give original
3918         inversion pitch to chord name routine.
3919
3920         * input/tutorial/os-score.ly: update to new markup
3921
3922         * Documentation/user/appendices.itely: simply include
3923         chords-ignatzek. 
3924
3925         * Documentation/user/refman.itely (Chords mode): add documentation
3926         for chord mode.
3927
3928         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
3929         not present in chord.
3930         (construct-chord): add inversion and bass support.
3931
3932         * lily/chord.cc: junk contents.
3933
3934 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
3935
3936         * Documentation/user/refman.itely:
3937         * Documentation/user/music-glossary.tely: fix. 
3938
3939 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3940
3941         * scm/chord-entry.scm (construct-chord): move chord construction
3942         to Scheme.
3943
3944         * lily/parser.yy (new_chord): new setup for chord entry.
3945
3946 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
3947
3948         * lilypond.words:
3949         * Documentation/user/music-glossary.tely: add ambitus.
3950
3951 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3952
3953         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
3954
3955         * lily/include/*.hh: string() -> to_string()
3956
3957         * scm/chords-ignatzek.scm: new file.
3958
3959         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
3960         standard chord name exceptions.
3961
3962         * scm/translator-property-description.scm (chordNameSeparator):
3963         add property.
3964         (majorSevenSymbol): add property
3965
3966         * lily/translator-scheme.cc (ly:context-properties): new function
3967         (ly:context-parent): new function.
3968         (print_smob): print context name.
3969
3970         * lily/music.cc (ly:get-music-length): new function
3971         (print_smob): don't print properties.
3972
3973         * lily/duration.cc (duration<?): new function
3974
3975         * input/regression/chords-funky-ignatzek.ly: new file.
3976
3977         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
3978         jazz chords.
3979
3980         * lily/pitch.cc (ly:pitch-diff): new function.
3981
3982         * input/regression/chords-ignatzek.ly: new file.
3983
3984 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3985
3986         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
3987         pitches for jazz chords.
3988
3989 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3990
3991         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
3992
3993 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
3994
3995         * lilypond.words: add 1
3996
3997 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
3998
3999         * Documentation/topdocs/AUTHORS.texi: refine.
4000
4001 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
4002
4003         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
4004         
4005         * lilypond.words: add one.
4006
4007 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
4008
4009         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
4010         Fontify bass note in chords, e.g., e in c1/e.
4011         
4012 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4013
4014         * Documentation/user/music-glossary.tely: Dutch updates and
4015         additions (Arent Storm).
4016
4017 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4018
4019         * input/regression/ambitus.ly:  move file.      
4020
4021         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
4022
4023         * lily/event.cc (transpose): add tonic property to Key_change_req
4024         and to Key_engraver.
4025
4026 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
4027
4028         * Documentation/user/refman.itely: fix typo.
4029
4030         * lilypond.words: removed wrong identifiers.
4031
4032 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4033
4034         * mf/feta-toevallig.mf: make flat stem shorter 
4035
4036 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
4037
4038         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
4039
4040         * lilypond.words: add from Phrasing slur.
4041         
4042 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
4043
4044         * lilypond-mode.el: allow launching multiple ViewPS processes.
4045         
4046         * lilypond.words: add from Text markup.
4047
4048 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4049
4050         * input/test/ossia.ly (texidoc): add comment.
4051
4052         * input/regression/voice-follower.ly: new file.
4053
4054         * mf/feta-toevallig.mf: make flat heavier.
4055
4056         * lily/cluster-engraver.cc: clean up Cluster engraver
4057
4058         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
4059         Engraver. Use Note_column to compute Y positions and deal with
4060         line break stuff.
4061
4062 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4063
4064         * lily/stem.cc: move french-beaming to stem.
4065
4066 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
4067
4068         * lilypond-font-lock.el: fontify all durations in chords.
4069
4070         * lilypond.words: add from lily/my-lily-lexer.cc
4071
4072 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4073
4074         * VERSION: release 1.7.12
4075
4076         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
4077
4078         * lily/gregorian-ligature.cc: new file
4079
4080         * lily/*: the Great 2003 search & replace.
4081
4082         * Documentation/user/refman.itely (Manual repeat commands): add
4083         note about font selection.
4084
4085 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
4086
4087         * lilypond-mode.el: propose recompiling midi while invoking playing,
4088         not while stopping playing.
4089
4090 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
4091
4092         * lilypond.words: add one.
4093
4094         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
4095         and expressional note grouping. Fontify chord modes.
4096
4097 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
4098
4099         * Documentation/user/music-glossary.tely (Top): translate melisma.
4100
4101 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4102
4103         * Documentation/user/music-glossary.tely (Top): add melisma.
4104
4105 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
4106
4107         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
4108         interfaces for (abstract) grob GregorianLigature
4109
4110         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
4111         renamed head* -> glyph_name*, x-shift* -> x-offset*
4112
4113         * scm/grob-property-description.scm: bugfix: added missing descriptions
4114
4115 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4116
4117         * input/test/chord-names-dpnj.ly: New file.
4118
4119         * scm/double-plus-new-chord-name.scm: Implement full and partial
4120         exceptions.
4121
4122         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
4123
4124         * scm/double-plus-new-chord-name.scm
4125         (double-plus-new-chord->markup): Fix sub->markup.
4126
4127
4128 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
4129
4130         * lily/custos-engraver.cc: added TODO; editorial changes
4131
4132         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
4133         consistency with other ligature engravers; removed access on (now)
4134         private variable _ligature of Ligature_engraver
4135
4136         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
4137         renamed last_bound -> last_bound_; issue programming_error on
4138         abstract method calls; moved primitives code from
4139         Mensural_bracket_engraver to here (because almost ligature
4140         engravers will need it); renamed try_stop_ligature () ->
4141         typeset_ligature (); bugfix: store primitives of finished ligature
4142         in separate variable finished_primitives_ to avoid clash on input
4143         like "\] \["; added current_ligature () to enable access on
4144         private variable _ligature
4145
4146         * lily/mensural-ligature-engraver.cc: removed primitives_ code
4147         (now in super class); renamed try_stop_ligature () ->
4148         typeset_ligature ()
4149
4150         * lily/mensural-ligature.cc: issue programming_error on abstract
4151         method calls
4152
4153         * lily/note-heads-engraver.cc: added TODO comment upon bool
4154         in_ligature
4155
4156         * mf/parmesan-heads.mf: fixed some of set_char_box()
4157
4158         * scm/grob-description.scm: added VaticanaLigature
4159
4160         * scm/grob-property-description.scm: added neume prefix properties
4161
4162         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
4163         lily/include/gregorian-ligature-engraver.hh,
4164         lily/include/gregorian-ligature.hh: new files; framework for
4165         gregorian ligature engravers such as vaticana
4166
4167         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
4168         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
4169         vaticana style ligature implementation (still somewhat uncomplete)
4170
4171 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4172
4173         * VERSION: release 1.7.11
4174
4175         * scripts/convert-ly.py: add ly:pitch-transpose rule
4176
4177 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4178
4179         * input/test/dpncnt.ly: New file.
4180
4181         * lily/my-lily-lexer.cc: Add chordnames keyword.
4182
4183         * lily/parser.yy (chordnames_block): Parse chord name exception
4184         lists, see input/test/dpncnt.ly.
4185
4186         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
4187         function.
4188
4189         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
4190         filter-out too.
4191
4192         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
4193         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
4194         pitch functions (except for ly:make-pitch, but that's apparently
4195         some sort of scheme naming standard?).
4196
4197         * scm/lily.scm (!=): define-public.
4198
4199         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
4200
4201 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4202
4203         * scm/double-plus-new-chord-name.scm
4204         (double-plus-new-chord-name->markup): New file.
4205
4206 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4207
4208         * python/lilylib.py (make_preview): don't suppress progress for
4209         bbox extraction.
4210
4211 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4212
4213         * Documentation/user/appendices.itely (scheme): update for new syntax.
4214
4215         * input/regression/chord-name-styles.ly: new file
4216
4217         * lily/instrument-name-engraver.cc: create instrument names
4218         without barline too.  Allows instrument name on ChordNames  
4219
4220         * scm/new-markup.scm (interpret-markup): allow simple strings as
4221         markup too.
4222
4223 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4224
4225         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
4226         (step->markup-accidental): Fix: add accidental.
4227         (chord::inner-name-american): 
4228         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
4229         append stray '/' if last superscript addition was 'o'.
4230
4231         * scm/new-markup.scm (normal-size-sub-markup) 
4232         (normal-size-super-markup): New function.
4233
4234         * lily/source-file.cc (Source_file): Add warning for possibly
4235         intentional but suspicious initialization.
4236
4237         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
4238         add comments about cut-and-paste programming.
4239
4240         * flower/rational.cc (lcm): Not used; comment out.
4241
4242 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4243
4244         * lily/new-fingering-engraver.cc (position_scripts): use
4245         fingerHorizontalDirection to determine fingering horizontal
4246         directions.
4247  
4248         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
4249         fingering support.
4250
4251         * scripts/convert-ly.py (FatalConversionError.conv): add style
4252         conversion rule. 
4253
4254         * scm/chord-name.scm (set-chord-name-style): new function.
4255         (new-chord-name-brew-molecule): revise to interpret markup only
4256         (new-chord->markup): cleanuppish rewrite. To be called from the
4257         new engraver.
4258
4259         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
4260         Markup earlier, during interpreting.
4261
4262         * input/test/{banter,jazz,american}-chords.ly (scheme): update
4263         style settings. Rename to chord-names-*.ly
4264
4265 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4266
4267         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
4268         markup code and update to new markup.  Most probably broke some of
4269         it.
4270         
4271 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
4272
4273         * Documentation/user/refman.itely: added docu for ambitus and
4274         clusters
4275
4276         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
4277         ly_quote_scm() in lookup.cc
4278
4279         * mf/parmesan-clefs.mf: set_char_box fix
4280
4281         * lily/cluster-engraver.cc: junk implicit protection; use
4282         Protected_scm instead
4283
4284 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4285
4286         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
4287         throughout.
4288
4289         * scm/new-markup.scm: Turn-off error-triggering test code.
4290
4291 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4292
4293         * scm/new-markup.scm (markup-thrower-typecheck) 
4294         (markup-typecheck?):  add full typechecking functions.
4295         (make-markup-maker): add make-FOO-markup functions.
4296         (markup-argument-list-error): nice error checking messages.
4297         (make-markup): better function: less quoting escapades.
4298
4299 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4300
4301         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
4302
4303 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4304
4305         * cygwin/lilypond.hint (requires): Add cygwin.
4306
4307         * .cvsignore: Remove stepmake (huh!?!), add lib.
4308
4309         * GNUmakefile.in: Add libdir links for builddir runs.
4310
4311         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
4312         instead of datadir.
4313
4314         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
4315         local_lilypond_libdir.
4316
4317         * config.make.in (lilypond_libdir): Add.
4318
4319         * stepmake/stepmake/substitute-rules.make: 
4320         * stepmake/stepmake/script-rules.make: 
4321         * stepmake/stepmake/python-module-rules.make:
4322         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
4323         lilypond-python-module patch.
4324
4325 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4326
4327         * Documentation/user/refman.itely (Graphical interfaces): add note
4328         about xml2ly.
4329
4330 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4331
4332         * scripts/ly2dvi.py (run_dvips): remove trailing newline
4333
4334 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4335
4336         * VERSION: released 1.7.10
4337
4338         * scripts/musedata2ly.py (): idem
4339
4340         * scripts/midi2ly.py (dump_chord): idem
4341
4342         * scripts/etf2ly.py (version): idem 
4343
4344         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
4345
4346         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
4347
4348         * scm/tex.scm (tex-output-expression): remove eval compat
4349         glut. Other output files too.
4350
4351         * scm/chord-name.scm: don't export anything from chord module.
4352
4353         * input/test/american-chords.ly: idem
4354
4355         * input/test/banter-chords.ly (texidoc): idem
4356
4357         * input/test/Cc-chords.ly: add breakage notes.
4358
4359         * Documentation/user/refman.itely (Text markup): rewrite manual section.
4360
4361         * lily/parser.yy (scalar): allow \markup { } as property value. 
4362
4363         * scm/chord-name.scm: complete new markup usage
4364
4365         * scm/grob-description.scm (all-grob-descriptions): use new markup
4366         texts by default
4367
4368 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4369
4370         * scm/chord-name.scm: partial move to new markup texts.
4371
4372 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4373
4374         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
4375
4376         * scm/bass-figure.scm (brew-bass-figure): make stack direction
4377         settable.
4378
4379 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
4380
4381         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
4382         invoked for old midi, wait for killing.
4383
4384 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
4385
4386         * Documentation/user/music-glossary.tely: Finnishing.
4387
4388 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4389
4390         * mf/feta-nummer-code.mf: some kerning pairs.
4391
4392 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
4393
4394         * scm/output-lib.scm (set-bar-number-visibility): Context-function
4395         Added.
4396
4397         * Documentation/user/refman.itely (Bar numbers):
4398         set-bar-number-visibility added, modulo-bar-number removed again
4399         (sorry).
4400
4401 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
4402
4403         * scm/output-lib.scm (modulo-bar-number-visible): add function.
4404
4405         * Documentation/user/refman.itely: add modulo-bar-number-visible.
4406
4407         * Documentation/user/music-glossary.tely: translate into Finnish.
4408
4409 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
4410
4411         * lilypond-mode.el: add shortcut for 2midi
4412
4413         * lilypond-font-lock.el: fontify lyrics
4414
4415 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
4416
4417         * scm/drums.scm : use 1.7.x names.
4418
4419         * input/regression/drums.ly : Don't use << chords >>
4420
4421 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
4422
4423         * lilypond-mode.el: tidy, add TODO
4424
4425         * make/lilypond.mandrake.spec.in: install-info quietly.
4426
4427 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4428
4429         * input/test/markup.ly: use new syntax.
4430
4431 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4432
4433         * ly/params-init.ly (interscoreline): add word-space
4434
4435         * input/test/metronome.ly (eighthNote): idem.
4436
4437         * input/test/script-priority.ly: use new markup
4438
4439         * lily/parser.yy (markup): allow HEAD markup0 markup1 
4440
4441         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
4442
4443         * lily/parser.yy (gen_text_def): bugfix.
4444         (full_markup): allow markup identifier.
4445
4446 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
4447
4448         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
4449         jobs at the same time. Add horizontal lines to Command menu.
4450         Allow one compiling job -- propose killing others before a new one.
4451
4452         * lilypond.words: add markup, teeny, etc.
4453
4454 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
4455
4456         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
4457         Allow only one type of midi process; launching Midi either stops
4458         midis or plays the current midi and launching MidiAll stops midis
4459         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
4460         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
4461
4462 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4463
4464         * lily/text-engraver.cc (process_acknowledged_grobs): use new
4465         markup  for new markup texts.
4466
4467         * lily/mark-engraver.cc (process_music): idem
4468         
4469         * lily/instrument-name-engraver.cc (create_text): idem
4470
4471         * scm/new-markup.scm (magnify-markup): new function.
4472
4473         * scm/molecule.scm (stack-lines): bugfix.
4474
4475         * lily/font-interface.cc (get_font): take font-magnification from
4476         alist chain.
4477
4478 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4479
4480         * lily/molecule-scheme.cc: move scheme functions to separate file.
4481
4482         * lily/font-metric.cc  (ly_get_glyph): new function. 
4483         
4484         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
4485         (italic-markup, dynamic-markup): new functions
4486         (font-markup): new function
4487
4488         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
4489         padding and minimum
4490
4491 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
4492
4493         * lily/accidental-engraver.cc:
4494         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
4495
4496 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
4497
4498         * lilypond.vim:
4499         * lilypond-font-lock.el: Put \longa as duration. Accept only 
4500         [a-zA-Z] for user defined identifiers. Separate note cases 
4501         with and without a duration (allow cis\longaX).
4502
4503         * lilypond.words: Add words from Info.
4504
4505 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
4506
4507         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
4508
4509 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
4510
4511         * lilypond-mode.el: Propose reverting buffer before a command if
4512         it was edited with an another editor.
4513
4514 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4515
4516         * lily/molecule.cc (ly_translate_molecule): new function
4517
4518         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
4519         into libdir
4520
4521         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
4522
4523         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
4524
4525 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
4526
4527         * lilypond.words: take \words from Info-index.
4528
4529 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4530
4531         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
4532
4533 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
4534
4535         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
4536
4537 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
4538
4539         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
4540         and lilypond-documentation.
4541
4542 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4543
4544         * lily/parser.yy: Compile fix (bison 1.75).
4545
4546 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4547
4548         * VERSION: 1.7.9 released
4549
4550         * scm/music-functions.scm (shift-one-duration-log): refactor.
4551         Use music-map.
4552
4553         * input/regression/chord-tremolo.ly (texidoc): add dot test.
4554
4555         * NEWS: update.
4556
4557         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
4558         argument
4559         
4560         * scm/music-functions.scm (display-music): new function
4561         (music-map): change arg order.
4562
4563         * input/regression/new-markup-syntax.scm: new file
4564
4565         * lily/parser.yy (markup): add \markup { .. } syntax.
4566
4567         * scm/new-markup.scm (override-markup): new function
4568         (lookup-markup): new function
4569         (music-markup): new function
4570         (lookup-markup-command): use markup-signature to store argument
4571         format for parser.
4572
4573         * lily/lexer.ll: preliminary \markup syntax. 
4574
4575 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
4576
4577         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
4578         add pre/post-dependencies and menus with icons from source.
4579
4580         * Documentation/pictures/lilypond-48x48.xpm:
4581         * Documentation/pictures/lilypond-32x32.xpm:
4582         * Documentation/pictures/lilypond-16x16.xpm: new files, background
4583         transparent.
4584
4585         * stepmake/stepmake/generic-targets.make:
4586         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
4587
4588 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4589
4590         * input/regression/music-map.ly (texidoc): new file.
4591
4592         * scm/music-functions.scm (music-map): new function
4593
4594 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4595
4596         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
4597
4598 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
4599
4600         * input/test/to-xml.ly:
4601         * lily/ligature-engraver.cc: Fixes documentation.
4602
4603         * lilypond.mandrake.spec.in:
4604         * lilypond.redhat.spec.in: Add lilypond.words.
4605
4606         * Documentation/user/refman.itely: Mention Info inside emacs.
4607         
4608         * lilypond.suse.spec.in:
4609         * lilypond.redhat.spec.in: 
4610         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
4611
4612 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4613
4614         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
4615         os.popen.read ().
4616
4617 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4618
4619         * scripts/ly2dvi.py (include_path): print warning if failing anything.
4620
4621         * python/lilylib.py (error): add space
4622
4623 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4624
4625         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
4626         distribution.
4627
4628 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4629
4630         * lily/paper-outputter.cc (Paper_outputter): close port when
4631         finishing score.
4632
4633 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4634
4635         * scm/sodipodi.scm: Fixes.
4636
4637 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
4638
4639         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
4640
4641         * buildscripts/make-font-dir.py: Fix. 
4642
4643 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
4644
4645         * lilypond-mode.el: Add support for Info inside Emacs.
4646
4647 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4648
4649         * buildscripts/make-font-dir.py: 
4650         * mf/GNUmakefile: Make sodipodi font map.
4651
4652         * scm/sodipodi.scm: Add more output functions.
4653
4654         * mf/feta-nummer.mf: 
4655         * mf/feta-beugel.mf: Add font_coding_scheme.
4656
4657         * lily/paper-outputter.cc (output_header): Fix creator string.
4658
4659 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
4660
4661         * lilypond-mode.el (LilyPond-autocompletion): invoked with
4662         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
4663
4664         * lilypond.words: add two (Everybody can add/remove words now!).
4665
4666         * debian/rules:
4667         * make/lilypond.suse.spec.in:
4668         * make/lilypond.mandrake.spec.in:
4669         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
4670
4671         * Documentation/user/refman.itely: Mention autocompletion.
4672
4673 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4674
4675         * scripts/ly2dvi.py: Add paper sizes.
4676
4677         * lily/timing-engraver.cc: 
4678         * lily/time-signature.cc: 
4679         * lily/span-bar.cc: 
4680         * lily/grob-scheme.cc: Code formatting fixes.
4681
4682         * scm/sodipodi.scm: 
4683         * scm/sketch.scm:
4684         * buildscripts/mf-to-table.py: 
4685         * buildscripts/make-font-dir.py: Font testing.
4686
4687 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
4688
4689         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
4690         inserts try-completion and shows all-completions.
4691
4692         * lilypond.words: '\' -> '\\'
4693
4694         * lilypond-mode.el: load libraries in the end, lilypond.words defines
4695         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
4696         
4697         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
4698         and LilyPond-reserved-words.
4699         
4700 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
4701
4702         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
4703         from load-path.
4704         
4705         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
4706         the mini-buffer with Control-Shift-c.
4707         
4708 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4709
4710         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
4711         duration. This fixes \tempo taking time.
4712
4713 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
4714
4715         * lily/volta-engraver.cc (process_acknowledged_grobs): 
4716         Allow for text markup in repeatCommands. 
4717
4718 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
4719
4720         * lilypond-mode.el (LilyPond-insert-string): new function, use it
4721         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
4722         Get rid of skeleton.el-dependency.
4723
4724         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
4725
4726 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4727
4728         * lily/beam-engraver.cc (stop_translation_timestep): reset
4729         now_stop_ev_
4730
4731         * lily/scm-option.cc: add parse-protect to ly:set-option
4732
4733         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
4734
4735 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4736
4737         * lily/include/ligature-bracket.hh: removed
4738         * lily/ligature-bracket.cc: removed
4739
4740         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
4741         .tex
4742
4743         * lily/beam.cc (set_beaming): don't change beam count on rests.
4744         (brew_molecule): always set flag-width > 0.
4745
4746 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
4747
4748         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
4749         chars, remove instructions; instead, refer to lilypond-init.el and
4750         Documentation/topdocs/INSTALL.texi.
4751
4752         * lilypond.words: add identifiers and reserved words.
4753
4754         * Documentation/topdocs/INSTALL.texi: separate sections for installing
4755         files and adding a load-path.
4756
4757         * lilypond-init.el: Instructions, extracted from 
4758         Documentation/topdocs/INSTALL.texi. 
4759         
4760 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4761
4762         * VERSION: 1.7.8 released 
4763
4764         * lily/grob.cc (warning): better robustness fix.
4765
4766 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
4767
4768         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
4769
4770         * lily/cluster-engraver.cc: stick better to variable naming
4771         conventions
4772
4773         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
4774         until stop_translation_timestep()
4775
4776         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
4777         min/max coordinates to backend, but no musical info such as
4778         pitches
4779
4780         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
4781
4782         * lily/grob.cc: robustness fix: warning(): do not crash if
4783         cause is not set
4784
4785         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
4786         the much more elaborated tuplet brackets than the very naive and
4787         simple ligature bracket grob
4788
4789 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4790
4791         * Documentation/user/refman.itely (Analysis brackets): add
4792         horizontal bracket doco.
4793
4794         * ly/property-init.ly (setMmRestFermata): added.
4795
4796         * Documentation/user/refman.itely (Multi measure rests): fermatas
4797         on mm rests.
4798
4799         * input/regression/apply-context.ly (texidoc): new file
4800
4801         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
4802         code to be executed during interpretation. Possible applications:
4803         smart octavation, more advanced bar checks. 
4804
4805         * lily/apply-context-iterator.cc: new file.
4806
4807 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4808
4809         * input/test/new-markup.ly: new file.
4810
4811         * lily/text-item.cc (text_to_molecule): new function
4812
4813         * scm/new-markup.scm (lambda): new file
4814
4815         * lily/function-documentation.cc (ly_add_function_documentation):
4816         add proc property as well
4817
4818 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4819
4820         * Documentation/user/music-glossary.tely (Top): add custos.
4821
4822 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
4823
4824         * Documentation/topdocs/INSTALL.texi: advise how to include source
4825         path to Emacs load-path and improve language.
4826
4827 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4828
4829         * GNUmakefile.in: config.h message fix.
4830
4831         * autogen.sh:
4832         * aclocal.m4: Regenerate.
4833
4834         * configure.in: 
4835         * config.make.in: 
4836         * stepmake/config.make.in: 
4837         * stepmake/configure.in: 
4838         * stepmake/autogen.sh: 
4839         * stepmake/aclocal.m4: Update for autoconf 2.56.
4840
4841 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
4842
4843         * Documentation/topdocs/INSTALL.texi: instructions for an user how
4844         to install Emacs-mode. Instructions how to use vim-mode.
4845
4846 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4847
4848         * scm/music-types.scm (music-descriptions): no length for tempo event.
4849
4850         * input/*.ly: add \version everywhere.
4851         
4852         * input/*.ly: update syntax to 1.7 + new-chords.
4853
4854         * VERSION: 1.7.7 released.
4855         
4856         * Documentation/user/*.tely: new chord syntax.
4857
4858         * input/regression/[bc]*.ly (texidoc): syntax updates.
4859         
4860 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
4861
4862         * lilypond.words: add vocabulary to be used in auto-completion
4863
4864         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
4865
4866         * lilypond.vim: allow note name at EOF
4867
4868 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4869
4870         * buildscripts/new-chords.py (edit): -e option: inline editing.
4871
4872         * input/regression/a*.ly (texidoc): syntax updates.
4873
4874         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
4875         music): elucidations. 
4876
4877 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
4878
4879         * lily/include/lily-proto.hh, ly/engraver-init.ly,
4880         ly/spanners-init.ly, scm/grob-description.scm,
4881         scm/grob-property-description.scm, scm/music-types.scm,
4882         lily/cluster-engraver.cc, lily/cluster.cc,
4883         lily/include/cluster.hh, input/test/cluster.ly: cluster
4884         implementation
4885
4886         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
4887         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
4888         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
4889
4890         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
4891
4892         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
4893
4894         * scm/grob-description.scm: bugfix: by default, use default note
4895         head style when engraving ligatures
4896
4897         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
4898
4899         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
4900         events
4901
4902         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
4903
4904         * input/test/ancient-font.ly: bugfix: style -> flag-style
4905
4906         * lily/ligature-engraver.cc: indentation fix
4907
4908         * lily/parser.yy: indentation fixes
4909         
4910 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4911
4912         * input/regression/measure-grouping.ly: more elaborate example.
4913
4914         * lily/moment.cc: ly:add-moment, ly:mul-moment,
4915         ly:div-moment. New functions 
4916
4917         * scm/music-functions.scm (set-time-signature): new function,
4918         allow inline time sig settings with measure grouping.
4919
4920         * lily/parser.yy (command_element): move time sig construction
4921         into Scheme.
4922
4923         * lily/side-position-interface.cc (out_of_staff): new function,
4924         like padding, but keep minimum distance from staff. Easier than
4925         linespanners (dynamics, pedals), but roughly the same effect.
4926
4927 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
4928
4929         * emacs-mode.el: Added spanish-note-replacements 
4930         (Carlos Betancourt, <carlos.betancourt@chello.be>).
4931
4932         * vimrc: (Un)commenting with <(S-)F12>, tidy.
4933
4934 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
4935
4936         * lilypond.vim: Do not fontify cises, desis, etc.
4937
4938         * vimrc: view dvi with <S-F6>
4939
4940 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4941
4942         * lily/lookup.cc (triangle): new function.
4943
4944         * input/regression/measure-grouping.ly (texidoc): new file: show
4945         triangles and brackets for beat groups of 3 and 2.
4946
4947         * lily/include/measure-grouping-spanner.hh (class
4948         Measure_grouping): new file.
4949
4950         * lily/measure-grouping-spanner.cc (brew_molecule): new file
4951
4952         * lily/measure-grouping-engraver.cc (class
4953         Measure_grouping_engraver): new file.
4954
4955 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4956
4957         * Merge from stable:
4958
4959             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
4960         
4961         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
4962         stylesheet.
4963
4964         * ly/paper19.ly: Include paper19-init.ly.
4965
4966         * ly/paper19-init.ly: New file.
4967
4968         * Documentation/user/tutorial.itely (First steps): Fix first
4969         example for font test.
4970
4971         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
4972
4973         * ChangeLog: Add 1.7.6 release marker (see below).
4974
4975         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
4976         Add .py files.
4977
4978 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4979
4980         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
4981
4982         * input/tutorial/*.ly: update to new syntax.
4983
4984         * lily/parser.yy (Composite_music): new transpose syntax,
4985         \transpose FROM TO MUSIC. 
4986
4987 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4988
4989         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
4990         latex progress/error output to stderr (by default this goes to
4991         stdout).  Show lilypond progress, even when not verbose.
4992
4993         * python/lilylib.py (system): New optional parameter to control
4994         showing of progress.
4995
4996         * scm/backend-documentation-lib.scm (check-dangling-properties):
4997         Fix error message.
4998
4999         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
5000         axis, extent.
5001
5002         * scm/grob-property-description.scm (magnify): Remove.
5003         (extent, axis): Add.
5004
5005 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5006
5007         * VERSION: Release 1.7.6.
5008
5009         * scripts/convert-ly.py: more uniformization substitutions.
5010
5011         * buildscripts/new-chords.py (sub_chords): new file.
5012
5013 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5014
5015         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
5016         lilypond.map.  Include sauter fonts too.  Cleanups.
5017
5018 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5019
5020         * Documentation/user/tutorial.itely (First steps): change to new
5021         chord/tie/slur/beam notation.
5022
5023         * lily/parser.yy (event_that_take_dir): allow postfix notation for
5024         ties.
5025
5026         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
5027         engraver. Process ties in postfix notation, i.e. c8-~ c
5028
5029         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
5030
5031         * input/regression/beam-postfix-notation.ly (texidoc): new file.
5032
5033         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
5034
5035         * lily/beam-engraver.cc (try_music): accept new-beam-events
5036
5037         * input/regression/chord-scripts.ly (texidoc): new file
5038
5039         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
5040         script-events.
5041
5042         * scm/script.scm (default-script-alist): cleanup.
5043
5044         * lily/script-engraver.cc (make_script_from_event): cleanup.
5045
5046         * lily/lyric-combine-music-iterator.cc
5047         (Lyric_combine_music_iterator): remove superfluous events.
5048         (melisma_busy): new function. Fix broken melismas.
5049
5050 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5051
5052         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
5053         Remove nonvalid settings. Use descriptive key names.
5054         Use <Return> to indicate the pressing of that key.
5055
5056 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5057
5058         * scripts/lilypond-book.py (option_definitions): Typo.
5059
5060         * scripts/ly2dvi.py: Updates.
5061
5062         * python/lilylib.py (setup_environment, print_environment)
5063         (get_bbox, make_preview): Merge and remove from ly2dvi and
5064         lilypond-book.
5065
5066         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
5067
5068         * .cvsignore: Remove some cruft.
5069
5070         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
5071         path.
5072
5073         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
5074         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
5075         throughout.
5076
5077         * python/lilylib.py (quiet_system): Junk
5078         (system): Display error log upon failure.
5079         (read_pipe): New function.  Cleanups and fixes.
5080
5081         * python/*.py: Rename from *.py.in.
5082         
5083         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
5084
5085         * GNUmakefile.in (SUBDIRS): Move python before scripts.
5086
5087 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5088
5089         * python/GNUmakefile: Bugfix: handle modules.
5090
5091         * stepmake/stepmake/python-module-targets.make (default): Add
5092         compiled modules. 
5093
5094         * stepmake/stepmake/python-module-rules.make: Add rule for byte
5095         compiling modules.
5096
5097         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
5098         Bugfix.  (OUT_PYC_MODULES): Add.
5099
5100 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5101
5102         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
5103         Use default paths. Refresh description.
5104
5105 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5106
5107         * VERSION: 1.7.5 released
5108
5109         * input/regression/finger-chords.ly (texidoc): new file.
5110
5111         * lily/script-engraver.cc (process_music): remove scriptHorizontal
5112         support
5113
5114         * lily/fingering-engraver.cc (process_music): remove kludgy
5115         scriptHorizontal stuff.
5116
5117         * lily/script.cc: remove staff-support property.
5118
5119         * lily/new-fingering-engraver.cc (add_fingering): new
5120         file. Fingering engraver for new style chords.
5121
5122 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5123
5124         * lily/parser.yy (bare_number): allow 4 \cm (without
5125         decimal dot). (should backport to 1.6?)
5126
5127         * ly/declarations-init.ly: use Scheme for dimension defs.
5128
5129         * lily/parser.yy (TODO): remove hard coded dimensions, add
5130         REAL NUMBER_IDENTIFIER production.
5131
5132         * lily/rest-collision.cc (force_shift_callback): rewrite using
5133         -done property.
5134
5135         * scm/grob-property-description.scm (rest-collision-done): add
5136         property.
5137         
5138         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
5139
5140 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5141
5142         * input/regression/multi-measure-rest-center.ly: new file.
5143
5144         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
5145         off horizontally by 0.05 ss. Fixed.
5146
5147 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5148
5149         * scm/pdftex.scm: Rename ly-number to ly:number->string.
5150
5151         * Documentation/topdocs/index.tely: Remove duplicate from merge.
5152
5153 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5154
5155         * lily/tie.cc (get_control_points): also avoid staff lines on the
5156         just outside the outer staff lines
5157
5158 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5159
5160         * ly/params-init.ly: Just define style-alist, no need to
5161         define-public.
5162
5163         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
5164         (thanks Han-Wen).
5165
5166         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
5167         (FET_FILES): = FONT_FILES.
5168
5169         * Merge from stable:
5170
5171             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
5172
5173 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5174
5175         * VERSION: 1.7.4 released.  
5176         
5177         * scm/generate-documentation.scm (string-append): add macro
5178         definitions.
5179
5180         * lily/text-item.cc (lookup_text): don't use virtual fonts for
5181         normal texts.
5182
5183         * lily/multi-measure-rest-engraver.cc: make separate
5184         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
5185
5186         * lily/multi-measure-rest.cc: remove text handling. Remove
5187         number-threshold.
5188
5189 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5190
5191         * scm/music-types.scm: doc patch by Graham Percival
5192
5193 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5194
5195         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
5196         encoding part.
5197         (Font_info.set_defaults): pixelsize now also defauts to '0'.
5198         (sketch_p): Sketch wants only first four elements of X11 font spec.
5199
5200         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
5201
5202         * mf/feta-autometric.mf: Write foundry and family to log.
5203
5204         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
5205         font translation table.
5206
5207         * buildscripts/mf-to-table.py: Better font info into afm.
5208
5209         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
5210         1.0.9 required.
5211
5212         * configure.in: Whine for mftrace 1.0.9.
5213
5214 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5215
5216         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
5217
5218         * lily/main.cc (main_prog): don't try to load init.EXT when
5219         processing foo.EXT.
5220
5221 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
5222
5223         * scm/tex.scm (zigzig-line): added.
5224
5225         * scm/ps.scm (zigzag-line): added.
5226
5227         * ps/music-drawing-routines.ps (subvec): added.
5228         (draw_zigzag_line): added.
5229         
5230         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
5231         grob properties zigzag-width and zigzag-length.
5232
5233         * input/regression/glissando.ly: Add some zig-zagged glissandi.
5234
5235 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5236
5237         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
5238         svg output, including font.
5239
5240 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5241
5242         * scm/lily.scm: Register sodipodi output module.
5243
5244         * scm/sodipodi.scm: New file.
5245
5246         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
5247
5248         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
5249         comment, after header.
5250         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
5251         FullName.  Fix FontName key.
5252
5253 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
5254
5255         * lily/rest.cc (after_line_breaking): bugfix: dots after half
5256         and breve rests.
5257         
5258         * input/test/blank-notes.ly: bugfix
5259
5260         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
5261         rests. (Kim Shrier)
5262
5263         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
5264         
5265 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5266
5267         * scm/tex.scm: 
5268         * scm/ps.scm: Cleanup and remove obsolete junk.
5269
5270         * Documentation/user/internals.itely:
5271         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
5272
5273         * lily/parser.yy: Identify shift/reduce problems.
5274
5275         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
5276         make-style-sheet.  Too specific for convert-ly?
5277
5278 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5279
5280         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
5281
5282         * input/test/*.ly: various fixes.
5283
5284         * lily/music.cc (name): bugfix
5285
5286         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
5287
5288         * lily/input-file-results.cc (code): set-point-and-click! ->
5289         set-point-and-click
5290         
5291 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5292
5293         * Use uniform ly: prefix for exported scheme primitive functions.
5294
5295         * scm/music-types.scm: junk compat glue
5296
5297         * scripts/convert-ly.py: add rules for stuff below, junk
5298         compatibility glue for spanrequest.
5299
5300         * lily/parser.yy (verbose_event): remove \spanrequest,
5301         \commandspanrequest, \script. 
5302         
5303         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
5304
5305         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
5306         for \penalty, \glissando.
5307
5308         * VERSION: release 1.7.3
5309         
5310 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
5311
5312         * lily/accidental-engraver.cc: Fix
5313         grace-in-the-beginning-of-measure bug caused by the resent
5314         partial-measure fix.
5315
5316         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
5317         overlap looks too crowded)
5318         
5319 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5320
5321         * lily/parser.yy (assignment): allow SCM expression as assignment.
5322
5323         * lily/include/music-output-def.hh (class Music_output_def):
5324         * lily/music-output-def.cc: 
5325         * lily/paper-def.cc: 
5326         * scm/font.scm (markup-to-properties):
5327         * lily/parser.yy (music_output_def_body): 
5328         remove style_sheet_
5329
5330 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5331
5332         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
5333         length.
5334
5335         * input/regression/spacing-to-grace.ly: new file.
5336
5337         * input/regression/spacing-end-of-line.ly: new file.
5338
5339         * lily/note-spacing.cc (get_spacing): take into account breakable
5340         stuff sticking out at the left (time sig change at line break).
5341
5342         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
5343         raggedright code.
5344
5345         * scm/music-functions.scm (make-voice-props-set): add
5346         staff-position for mm rests.
5347  
5348         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
5349         before grace notes a little.
5350
5351         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
5352
5353         * lily/break-align-interface.cc (do_alignment): right-edge spacing
5354         key adds space at the end of line. 
5355
5356 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5357
5358         * scm/sketch.scm: Fix beams.
5359
5360         * buildscripts/mf-to-table.py: Add EncodingScheme.
5361
5362         * scm/sketch.scm: Resurrect.
5363
5364 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5365
5366         * lily/multi-measure-rest.cc: use breve rests for measure lengths
5367         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
5368
5369 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5370
5371         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
5372
5373         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
5374
5375 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5376
5377         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
5378         token for origin information.
5379
5380         * lily/parser.yy (My_lily_lexer): do identifier location and
5381         cloning from lexer.
5382
5383         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
5384         logic out of the parser. Add bar checks on both ends.
5385
5386         * Documentation/user/refman.itely (Multi measure rests): add more
5387         notes about mm rests.
5388
5389 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5390
5391         * input/regression/bar-scripts.ly: Re-enable.
5392
5393         * lily/parser.yy:
5394         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
5395         released rsn.  Bison 1.50 has a crucial bug and won't work.
5396
5397         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
5398
5399
5400 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5401
5402         * input/regression/bar-scripts.ly: Blunt documentation build fix.
5403
5404 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5405
5406         * Actually merge changes since 1.6.4 besides ChangeLog, and
5407         resolve conflicts.  Lots of updates, hope all is well.
5408         
5409         * cygwin/lilypond.hint (requires): Add ghostscript.
5410
5411         * scm: Update some (c).
5412         
5413 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5414
5415         * input/test/{various}.ly: add \header fields and texidoc strings.
5416
5417 2002-10-05  Werner Lemberg  <wl@gnu.org>
5418
5419         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
5420         renamed to `output_latex_quoted'.
5421         Added `output_latex_noquote'.
5422         (schedule_lilypond_block): Implement `noquote' option for LaTeX
5423         mode.
5424
5425 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5426
5427         * ChangeLog: Add 1.6.6 release marker.  See below.
5428
5429         * stepmake/stepmake/po-targets.make: Remove --c++ option.
5430
5431         * scripts/midi2ly.py: Fix global syntax warnings.
5432
5433         * GNUmakefile.in: Generate builddir locale tree too.
5434
5435         * scripts/ly2dvi.py:
5436         * scripts/midi2ly.py: 
5437         * scripts/mup2ly.py: 
5438         * scripts/update-lily.py:
5439         * lily/main.cc (setup_paths): Fix for locales setup.
5440
5441 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5442
5443         * Documentation/windows/installing.texi: Soften wording about
5444         necessity of becoming Administrator.  tommie@iae.nl reports this
5445         does not seem to be necessary for his flavour of Windows 2000.
5446         Explicitely discourage text mode mounts.
5447
5448 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5449
5450         * lily/rest.cc (after_line_breaking): backport dot position fix.
5451
5452         * lily/rest-collision.cc (do_shift): also remove dots for suicided
5453         rests. Thanks to Klaus Zimmermann for finding this bug.
5454
5455 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5456
5457         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
5458
5459 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5460
5461         * Documentation/user/music-glossary.tely: fix links.
5462
5463 2002-10-21  Werner Lemberg  <wl@gnu.org>
5464
5465         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
5466         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
5467         scaling factor) only once and use them in the definition of
5468         \embeddedps.
5469         * ps/music-drawing-routines.ps (skeel): Removed.
5470
5471 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5472
5473         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
5474         Solaris7, as we don't use nested $( ) constructs.
5475
5476 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5477
5478         * VERSION: Release 1.6.6.
5479         
5480 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5481
5482         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
5483         as workaround for /bin/sh problems on Solaris7.
5484
5485 2002-10-19  Werner Lemberg  <wl@gnu.org>
5486
5487         * GNUmakefile.in (web-doc): Fix typos.
5488         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
5489         `music-drawing-routines.ps' but emit \special{header=...} once.
5490         * scm/tex.scm (header-end): Updated.
5491
5492 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5493
5494         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
5495         undefined tremolo. 
5496
5497 2002-10-15  Werner Lemberg  <wl@gnu.org>
5498
5499         * scripts/lilypond-book.py (g_make_html): New global variable.
5500         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
5501         if `g_make_html' isn't set.
5502         [main]: Add format `texi-html'.
5503         (option_definitions): Updated.
5504         * Documentation/user/lilypond-book.itely: Updated.
5505
5506         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
5507         * make/ly-rules.make (%.texi, %.nexi): Use it.
5508         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
5509         format to lilypond-book.
5510         * GNUmakefile.in (web-doc): Ditto.
5511
5512 2002-10-14  Werner Lemberg  <wl@gnu.org>
5513
5514         Further improve TeX output.  The produced files are about 40%
5515         smaller.  `lilyponddefs.tex' is now read only once.
5516
5517         * tex/lilyponddefs.tex: Remove footer stuff.
5518         (\ifundefined): Renamed to...
5519         (\lilypondundefined): This.  Use LaTeX's definition to
5520         make it nestable and make it global.
5521         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
5522         output.
5523         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
5524         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
5525         them global.
5526         (\placebox): Renamed to...
5527         (\lyitem): This.
5528         Make it global and call \outputscale by itself.
5529         (\lybox, \lyvrule): New macros to reduce input data.
5530         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
5531         New auxiliary macros.
5532         (\SkipLilydefs, \EndLilyPondOutput): Removed.
5533         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
5534         to...
5535         (\lilypondspace): This and made it global.
5536         (\turnOnPostScript): Renamed to...
5537         (\lilypondpostscript): This and made it global.
5538         (\turnOnExperimentalFeatures): Renamed to...
5539         (\lilypondexperimentalfeatures): This and made it global.
5540         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
5541         (\lilypondsetdimen): This and made it global.
5542         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
5543         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
5544         (all, $(outdir)/music-drawing-routines.ps): New rules.
5545         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
5546         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
5547         start-system, stop-system, stop-last-system, filledbox): Updated to
5548         use the changed macros from lilyponddefs.tex.
5549         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
5550
5551 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5552
5553         * Documentation/windows/installing.texi: Update.
5554
5555 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5556
5557         * VERSION: 1.6.5 released
5558
5559         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
5560
5561 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5562
5563         * scm/translator-property-description.scm (voltaOnThisStaff): add
5564         property.
5565
5566 2002-09-28  Werner Lemberg  <wl@gnu.org>
5567
5568         * scm/tex.scm (header-end): Suppress page numbering.
5569
5570         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
5571         Fix quotation for HTML output.
5572
5573 2002-09-28   Graham Percival   <gperciva@sfu.ca>
5574         
5575         * Documentation/user/refman.itely: grammar and phrasing
5576           fixes to "Note Entry" section.  Also adds a few new examples.
5577
5578 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5579
5580         * flower/include/string-data.icc: include string.h
5581
5582 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5583
5584         * scm/chord-name.scm (chord::inner-name-banter): remove space.
5585
5586 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5587
5588         * Documentation/user/GNUmakefile (extra-local-help): Add.
5589
5590         * stepmake/stepmake/www-targets.make (local-help): Add.
5591
5592 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5593
5594         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
5595         packages.
5596
5597         * Documentation/topdocs/README.texi (Top): building documentation
5598         (not website.)
5599
5600 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5601
5602         * Documentation/user/refman.itely: 
5603         * Documentation/user/tutorial.itely: 
5604         * Documentation/user/music-glossary.tely: Merge changes.
5605
5606         * Documentation/user/glossary.html.in: 
5607         * Documentation/index.texi: 
5608         * Documentation/header.html.in: Accomodate renaming of glossary.
5609         
5610         * Documentation/user/tutorial.itely: Add some glossary references.
5611         
5612         * Documentation/user/refman.itely: Minor fixes.
5613         
5614         * Documentation/user/lilypond.tely: Add glossary do direntry.
5615
5616         * Documentation/user/music-glossary.tely: Rename (previously:
5617         glossary.tely).  Fix anchor placement.
5618
5619         * Documentation/user/GNUmakefile: Make music-glossary.info too.
5620
5621 2002-09-23  Werner Lemberg  <wl@gnu.org>
5622
5623         * scripts/lilypond-book.py (output_dict): Fix handling of
5624         various environments by avoid extraneous newlines.
5625         Rename `output-all' regexp for html to `output-html'.
5626         Replace `output-all' regexp for texi with `output-texi-quote'
5627         and `output-texi-noquote'.
5628         (compose_full_body): Don't override `linewidth' user option
5629         for `singleline'.
5630         (schedule_lilypond_block): Don't indent text specified with
5631         `intertext' option.
5632         Add new option `noquote'.
5633         (compile_all_files): Use latex instead of tex to compile ly
5634         files directly.
5635
5636         * Documentation/user/lilypond-book.itely: Updated and revised.
5637         Improve layout.
5638
5639         * Documentation/user/glossary.tely,
5640         Documentation/user/introduction.itely,
5641         Documentation/user/tutorial.itely,
5642         Documentation/user/refman.itely,
5643         Documentation/user/appendices.itely: Fix overfull LilyPond
5644         boxes caused by the new lilypond-book code.  Other minor
5645         fixes.
5646
5647         * Documentation/user/macros.itexi (@texiflat): Don't emit
5648         trailing space.
5649
5650         * scm/tex.scm (end-output, header-end): Add preamble and
5651         postamble to make lilypond output directly compilable with
5652         latex.
5653
5654         
5655 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5656
5657         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
5658         instructions.
5659
5660 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5661
5662         * Documentation/user/glossary.tely: Add titling and hyperlinks.
5663
5664 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5665
5666         * lily/beam.cc (connect_beams): don't crash if there are quarter
5667         notes in beams.
5668
5669 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
5670
5671         * Documentation/user/refman.itely: corrected ancient clef
5672         docu; added docu on ligatures
5673
5674 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
5675
5676         * Documentation/user/glossary.tely,
5677         Documentation/user/refman.itely, input/les-nereides.ly,
5678         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
5679         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
5680         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
5681         Stem properties: flag-style -> stroke-style, style -> flag-style.
5682
5683
5684 2002-09-22  Werner Lemberg  <wl@gnu.org>
5685
5686         * scripts/lilypond-book.py: Add option `notime' to suppress
5687         printing of a time signature.  Specify default indentation of 0pt
5688         if single line fragment.  Don't emit redundant `\paper{ }'.
5689
5690         * Documentation/user/lilypond-book.itely: Updated.
5691
5692         * Documentation/user/glossary.tely: Completely reformatting.
5693
5694 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5695
5696         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
5697
5698 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5699
5700         * Documentation/user/tutorial.itely: Fix links.
5701         
5702         * Documentation/topdocs/index.tely:
5703         * Documentation/index.texi:
5704         * Documentation/header.html.in: Small website fixes and updates.
5705
5706         * debian/: Debian patch by Anthony Fok.
5707
5708 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5709
5710         * Documentation/footer.html.in: How time flies: It's already 2002!
5711
5712         * Documentation/topdocs/index.tely: Stable/development fix.  Use
5713         more descriptive link names than 'here'.
5714
5715 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5716
5717         * VERSION: 1.7.2 released
5718         * VERSION: 1.6.4 released
5719         
5720         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
5721
5722         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
5723         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
5724
5725         * mf/feta-din.mf (test): add x-height and space.
5726
5727         * lily/dynamic-engraver.cc (process_music): take dynamic direction
5728         from ^_ for crescendi. Idem for slurs and phrasing slurs.
5729
5730         * ly/grace-init.ly: add-to-grace-init: function to portably add
5731         settings to \grace. 
5732
5733         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
5734         if we get an absolute dynamic event.
5735  
5736         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
5737
5738         * lily/source-file.cc (get_line): oops. All line numbers were off
5739         by 2. Fix that. 
5740
5741         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
5742         be after the note, combined with -_^, i.e. c4-(-\)-\>  
5743
5744         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
5745
5746         * lily/parser.yy (number_factor): remove (number) as number
5747         expression. ("Let them eat Lisp").
5748
5749 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5750
5751         * lily/horizontal-bracket.cc: new file.
5752
5753         * lily/horizontal-bracket-engraver.cc: new file.
5754
5755         * input/regression/note-group-bracket.ly: new file. Support
5756         horizontal note brackets for music analysis.
5757
5758         * lily/stem.cc (flag): new flag-style: no-flag.
5759
5760         * input/test/stem-cross-staff.ly: new file
5761         
5762         * Documentation/user/internals.itely: Improved formatting, fixing
5763         typos.  Added a section `Output details' to describe how the TeX
5764         code looks like.
5765
5766         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
5767
5768         * lily/parser.yy: remove \dynamicscript.
5769
5770         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
5771         definitions. 
5772
5773         * python/midi.c (midi_error): take two arguments.
5774
5775         * Merge 1.6.5 changes:
5776         
5777 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5778
5779         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
5780         staff-space.  Previous 1.5 was probably meant as half-spaces.
5781         (cautionary-style): parentheses (was: smaller).  This is what doco
5782         says, and it seems more logical.
5783
5784         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
5785         for 2nd sentence.
5786
5787 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5788
5789         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
5790
5791 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5792
5793         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
5794
5795 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5796
5797         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
5798
5799 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5800
5801         * scm/translator-property-description.scm (voltaOnThisStaff): add
5802         property.
5803
5804 2002-09-28  Werner Lemberg  <wl@gnu.org>
5805
5806         * scm/tex.scm (header-end): Suppress page numbering.
5807
5808         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
5809         Fix quotation for HTML output.
5810
5811 2002-09-28   Graham Percival   <gperciva@sfu.ca>
5812         
5813         * Documentation/user/refman.itely: grammar and phrasing
5814           fixes to "Note Entry" section.  Also adds a few new examples.
5815
5816 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5817
5818         * flower/include/string-data.icc: include string.h
5819
5820 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5821
5822         * scm/chord-name.scm (chord::inner-name-banter): remove space.
5823
5824 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5825
5826         * Documentation/user/GNUmakefile (extra-local-help): Add.
5827
5828         * stepmake/stepmake/www-targets.make (local-help): Add.
5829
5830 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5831
5832         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
5833         packages.
5834
5835         * Documentation/topdocs/README.texi (Top): building documentation
5836         (not website.)
5837
5838 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5839
5840         * Documentation/user/refman.itely: 
5841         * Documentation/user/tutorial.itely: 
5842         * Documentation/user/music-glossary.tely: Merge changes.
5843
5844         * Documentation/user/glossary.html.in: 
5845         * Documentation/index.texi: 
5846         * Documentation/header.html.in: Accomodate renaming of glossary.
5847         
5848         * Documentation/user/tutorial.itely: Add some glossary references.
5849         
5850         * Documentation/user/refman.itely: Minor fixes.
5851         
5852         * Documentation/user/lilypond.tely: Add glossary do direntry.
5853
5854         * Documentation/user/music-glossary.tely: Rename (previously:
5855         glossary.tely).  Fix anchor placement.
5856
5857         * Documentation/user/GNUmakefile: Make music-glossary.info too.
5858
5859 2002-09-23  Werner Lemberg  <wl@gnu.org>
5860
5861         * scripts/lilypond-book.py (output_dict): Fix handling of
5862         various environments by avoid extraneous newlines.
5863         Rename `output-all' regexp for html to `output-html'.
5864         Replace `output-all' regexp for texi with `output-texi-quote'
5865         and `output-texi-noquote'.
5866         (compose_full_body): Don't override `linewidth' user option
5867         for `singleline'.
5868         (schedule_lilypond_block): Don't indent text specified with
5869         `intertext' option.
5870         Add new option `noquote'.
5871         (compile_all_files): Use latex instead of tex to compile ly
5872         files directly.
5873
5874         * Documentation/user/lilypond-book.itely: Updated and revised.
5875         Improve layout.
5876
5877         * Documentation/user/glossary.tely,
5878         Documentation/user/introduction.itely,
5879         Documentation/user/tutorial.itely,
5880         Documentation/user/refman.itely,
5881         Documentation/user/appendices.itely: Fix overfull LilyPond
5882         boxes caused by the new lilypond-book code.  Other minor
5883         fixes.
5884
5885         * Documentation/user/macros.itexi (@texiflat): Don't emit
5886         trailing space.
5887
5888         * scm/tex.scm (end-output, header-end): Add preamble and
5889         postamble to make lilypond output directly compilable with
5890         latex.
5891
5892         
5893 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5894
5895         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
5896         instructions.
5897
5898 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5899
5900         * Documentation/user/glossary.tely: Add titling and hyperlinks.
5901
5902 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5903
5904         * lily/beam.cc (connect_beams): don't crash if there are quarter
5905         notes in beams.
5906
5907 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
5908
5909         * Documentation/user/refman.itely: corrected ancient clef
5910         docu; added docu on ligatures
5911
5912 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
5913
5914         * Documentation/user/glossary.tely,
5915         Documentation/user/refman.itely, input/les-nereides.ly,
5916         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
5917         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
5918         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
5919         Stem properties: flag-style -> stroke-style, style -> flag-style.
5920
5921 2002-09-22  Werner Lemberg  <wl@gnu.org>
5922
5923         * scripts/lilypond-book.py: Add option `notime' to suppress
5924         printing of a time signature.  Specify default indentation of 0pt
5925         if single line fragment.  Don't emit redundant `\paper{ }'.
5926
5927         * Documentation/user/lilypond-book.itely: Updated.
5928
5929         * Documentation/user/glossary.tely: Completely reformatting.
5930
5931 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5932
5933         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
5934
5935 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5936
5937         * Documentation/user/tutorial.itely: Fix links.
5938         
5939         * Documentation/topdocs/index.tely:
5940         * Documentation/index.texi:
5941         * Documentation/header.html.in: Small website fixes and updates.
5942
5943         * debian/: Debian patch by Anthony Fok.
5944
5945 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5946
5947         * Documentation/footer.html.in: How time flies: It's already 2002!
5948
5949         * Documentation/topdocs/index.tely: Stable/development fix.  Use
5950         more descriptive link names than 'here'.
5951
5952 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5953
5954         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
5955
5956 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5957
5958         * lily/part-combine-music-iterator.cc (get_state): cleanup
5959         (get_music_info): cleanup.
5960
5961 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5962
5963         * scm/backend-documentation-lib.scm (interface-doc-string):
5964         crosslinks between interfaces and grobs. Headings for interfaces
5965         in grob explanation.
5966
5967 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5968
5969         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
5970         dtd).  Add preliminary dtd.
5971         (re-sub-alist): Robustify.
5972
5973 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5974
5975         * lily/include/event-chord-iterator.hh,
5976         lily/context-specced-music-iterator.cc,
5977         lily/event.cc, lily/event-chord-iterator.cc: add
5978
5979 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5980
5981         * lily/: some (c) header fixes.
5982         
5983         * lily/request-chord.cc: Remove.
5984         
5985         * lily/include/event-chord-iterator.hh:
5986         * lily/include/event.hh:
5987         * lily/event-chord.cc: New file.
5988         
5989         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
5990         requested.
5991
5992 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5993
5994         * lily/ : rename Request to Event
5995
5996         * lily/parser.yy (command_element): move clef stuff into Scheme.
5997
5998         * lily/:  rename length_mom () to get_length()
5999
6000         * lily/part-combine-music.cc: removed file and class.
6001
6002         * lily/context-specced-music-iterator.cc (class
6003         Context_specced_music_iterator): new file. Obsoletes the
6004         Context_specced_music type.
6005
6006         * scm/music-types.scm (make-repeated-music): put different kinds
6007         of repeated music into music-type table.
6008
6009         * VERSION: 1.7.1 released.
6010
6011         * scm/to-xml.scm: new file.
6012
6013         * input/test/to-xml.ly (fooBar): demo of what is possible with the
6014         new Input representation: dump music as XML.
6015
6016         * scm/engraver-documentation-lib.scm
6017         (engraver-accepts-music-types?): add links from music to engraver,
6018         from music-type to engraver.
6019
6020         * lily/include/command-request.hh: removed
6021         lily/include/musical-request.hh: removed. Removed all _req classes
6022         except Key_change_req. Changes throughout.
6023
6024 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6025
6026         * lily/tuplet-engraver.cc (try_music): Compile kludge.
6027
6028 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6029
6030         * lily/*.cc: specify accepts for many engravers.
6031
6032         * scm/music-documentation-lib.scm: dump music expressions and
6033         music subtypes.
6034
6035         * scm/documentation-lib.scm: complete revision.
6036         Use GOOPS objects to store document tree explicitly. Cleaned up and
6037         sped up doco generation a lot.
6038
6039 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6040
6041         * input/trip.ly (fugaIILeft): add arpeggio
6042
6043         * lily/translator-group.cc (try_music_on_nongroup_children):
6044         oops. The name symbol is in the cdr of the assoc handle.
6045
6046         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
6047         Hyphen_req, Glissando_req, Break_req, Mark_req 
6048
6049 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6050
6051         * lily/musical-request.cc (music-duration-length,
6052         music-duration-compress): new functions.
6053
6054         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
6055         throughout. Warning doesn't work yet.
6056
6057         * lily/translator-group.cc (try_music_on_nongroup_children):
6058         new implementation: store candidate acceptors in a hashTable.
6059
6060 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6061
6062         * scm/music-types.scm (music-descriptions): change name to
6063         internal-class-name
6064
6065         * scm/chord-name.scm (chord::inner-name-banter): remove space.
6066
6067 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6068
6069         * lily/beam.cc (connect_beams): don't crash if there are quarter
6070         notes in beams.
6071
6072 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
6073
6074         * Documentation/user/refman.itely: corrected ancient clef
6075         docu; added docu on ligatures
6076
6077 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
6078
6079         * Documentation/user/glossary.tely,
6080         Documentation/user/refman.itely, input/les-nereides.ly,
6081         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
6082         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
6083         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
6084         Stem properties: flag-style -> stroke-style, style -> flag-style.
6085
6086 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6087
6088         * scm/music-functions.scm (music-separator?): don't use name music
6089         property.
6090
6091 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6092
6093         * stepmake/stepmake/generic-targets.make (help): Document check
6094         target.
6095
6096         * lily/new-accidental-engraver.cc: Compile fix.
6097
6098 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6099
6100         * scripts/convert-ly.py: Add rule.
6101
6102         * input/test/music-creation.ly:
6103         * input/test/add-staccato.ly:
6104         * input/test/add-text-script.ly: ly-make-music.
6105
6106         * scm/drums.scm (make-head-type-elem, make-articulation-script):
6107         More ly-make-music renamings.
6108
6109         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
6110
6111         * lily/music-constructor.cc (make_music): Add debugging info.
6112
6113         * scm/music-functions.scm (make-simultaneous-music,
6114         (make-sequential-music, context-spec-music):
6115         * scm/music-types.scm (music-descriptions): Get lily to run.
6116
6117 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6118
6119         * lily/command-request.cc (transpose_key_alist): new function.
6120
6121         * lily/key-performer.cc (create_audio_elements): cleanup. 
6122
6123 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6124
6125         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
6126
6127         * lily/include/translator.hh (ENTER_DESCRIPTION): add
6128         events-accepted field.
6129
6130         * scm/music-types.scm: new file.
6131
6132         * lily/parser.yy: put music type initialization into scheme,
6133         similar to grob initialization.  Changes throughout.
6134
6135 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6136
6137         * Documentation/user/tutorial.itely: Fix links.
6138         
6139         * Documentation/index.texi: 
6140         * Documentation/header.html.in: 
6141         * Documentation/topdocs/index.tely: Small website fixes and updates.
6142
6143         * debian/: Debian patch by Anthony Fok.
6144
6145 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6146
6147         * Documentation/footer.html.in: How time flies: It's already 2002!
6148
6149         * Documentation/topdocs/index.tely: Stable/development fix.  Use
6150         more descriptive link names than 'here'.
6151
6152         * ROADMAP: Remove test stuff.
6153
6154         * scripts/update-lily.py: Allow auto-building of stable and
6155         development versions.  Bugfixes.
6156
6157 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6158
6159         * VERSION: released 1.7.0
6160
6161         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
6162
6163         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
6164         positive line widths.
6165
6166 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6167
6168         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
6169         go.  Fix comments.
6170
6171         * cygwin: Cygwin updates.
6172
6173 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6174
6175         * Documentation/windows/installing.texi (Top): version for python,
6176         urls for ghostscript (thanks to John Potelle)
6177         
6178         * lily/simultaneous-music-iterator.cc
6179         (Simultaneous_music_iterator): init children_list_ before
6180         triggering GC.
6181
6182         * lily/*-iterator.cc: be even more careful with smobbed copy
6183         constructors. 
6184
6185         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
6186         LeftEdge item.
6187
6188 2002-09-15  Werner Lemberg  <wl@gnu.org>
6189
6190         Improving LilyPond's output to make them ordinary TeX boxes with
6191         predictable dimensions.  System boxes are now vertically centered on
6192         the baseline; this offset can be further controlled with
6193         \lilypondscoreshift.
6194
6195         * lily/system.cc (System::post_processing): Pass length of current
6196         system to `start-system' (including any horizontal indentation).
6197
6198         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
6199         prettier.
6200         (lily-def): Append `%'.
6201         (start-system): Add parameter `wd'.  Output more TeX code to specify
6202         box dimensions.
6203         (stop-system, stop-last-system): Complement changes in
6204         `start-system'.
6205         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
6206         Updated.
6207
6208         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
6209         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
6210         Write final `\endinput'.
6211
6212         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
6213         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
6214         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
6215         files and macro definitions don't produce spurious spaces and
6216         paragraphs (using \endlinechar).
6217         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
6218
6219         * Documentation/user/internals.itely: Improved formatting, fixing
6220         typos.  Added a section `Output details' to describe how the TeX
6221         code looks like.
6222
6223 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
6224
6225         * lily/accidental-engraver.cc: Also work with partial measures.
6226
6227 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6228
6229         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
6230         spanner.
6231
6232 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6233
6234         * lily/identifier-smob.cc (unpack_identifier): new file.
6235
6236         * lily/lexer.ll (identifier_type): new function.  use ly-id to
6237         pass off scheme expressions as music identifiers.
6238
6239         * scm/lily.scm: reorganisation, cleanups.
6240
6241         * lily/main.cc: small cleanups.
6242
6243 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6244
6245         * lily/ly-module.{cc,hh}: new file.
6246
6247 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
6248
6249         * lily/accidental-engraver.cc: Also work with partial measures.
6250
6251 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6252
6253         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
6254
6255 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6256
6257         * lily/my-lily-lexer.cc: use SCM module in stead of
6258         Scheme_hash_table. Changes throughout.  
6259
6260 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6261
6262         * VERSION (MY_PATCH_LEVEL): make 1.7.0
6263