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