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