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