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