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