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