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