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