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