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