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