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