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