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