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