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