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