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