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