]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* input/test/dpncnt.ly: Transpose example to match new
[lilypond.git] / ChangeLog
1 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * input/test/dpncnt.ly: Transpose example to match new
4         default \chords octave.  Add comment.
5         
6         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
7         comment about octave change.
8
9 2003-06-04  Graham Percival  <gperlist@shaw.ca>
10
11         * input/test/[d,e]: added texinfo index tags.
12         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
13
14 2003-06-04  Graham Percival  <gperlist@shaw.ca>
15
16         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
17
18 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
19
20         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
21         as in blink-matching-open.
22
23 2003-06-03  Graham Percival  <gperlist@shaw.ca>
24
25         * input/test/[a-c]: more comments in files.
26         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
27         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
28         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
29         mark file for proposed deletion.
30         * input/test: renaming files:
31         auto-beam-4-8.ly to beam-auto-4-8.ly
32         auto-beam-override.ly to beam-auto-override.ly
33         auto-beam.ly to beam-auto.ly
34         blank.ly to blank-paper.ly
35         absolute-volume.ly to dynamic-absolute-volume.ly
36
37 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
38
39         * input/test/dpncnt.ly: 
40         * input/test/chord-names-dpnj.ly: Resurrect.
41
42         * lily/my-lily-lexer.cc: Remove chordnames keyword.
43
44         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
45
46         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
47         Better docstring, add parameter OMIT-ROOT, tidy up.
48
49 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
50
51         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
52
53 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
54
55         * scm/output-ascii-script.scm (as-font-alist-alist):
56         (as-properties-to-font-name):
57         (as-make-style-sheet): Remove.
58
59         * scm/font.scm (as-make-font-list): New function.
60         (as-font-sheet-alist): New variable.
61
62         * ly/paper-as9-init.ly: 
63         * ly/paper-as5-init.ly: Update.
64
65         * ly/paper-as5.ly:
66         * ly/paper-as9.ly: New file.
67
68 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
69
70         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
71
72 2003-05-28  Graham Percival  <gperlist@shaw.ca>
73         * input/sondag-morgen/*: removed due to copyright concerns.
74         * input/[a,b]*.ly: added a newline at the end of the texinfo
75         doc string (produces better output in HTML version).
76         * input/c*.ly: added texinfo index and added comments to
77         aid in future changes to input/test/ files.
78
79 2003-05-28  Graham Percival  <gperlist@shaw.ca>
80    * Documentation/user/refman.itely: fixed build problem (missing
81    file) caused by previous renaming.
82
83 2003-05-28  Graham Percival  <gperlist@shaw.ca>
84    * input/test/[a,b]*.ly: added texinfo index and added comments to
85    aid in future changes to input/test/ files.
86    * input/test/bar-number-every-5-reset.ly: renamed to
87    bar-number-every-five-reset.ly
88    * input/test/bar-script-visibility.ly: renamed to
89    bar-number-show-all.ly
90
91 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
92
93         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
94         to Voice.
95
96         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
97         out note-line and glissando functionality. 
98         
99
100         * lily/line-spanner.cc (brew_molecule): cleanup.
101
102 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
103
104         * scripts/as2text.scm: Use rdelim module.
105         (start-system): Rename from start-line.
106         (stop-system): Rename from stop-line.
107         (af-gulp-file): Use string iso symbol for getenv.
108
109         * scm/output-ascii-script.scm: Add guile and lily modules.
110         (font-name-alist): New variable.
111         (draw-line): New function.
112
113         * scm/output-lib.scm (func, arg->string): Re-add from archive.
114         (Were these silently removed, without ChangeLog entry?)
115
116 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
117
118         * scm/music-functions.scm (make-ottava-set): bugfixes: also
119         process 2nd ottava correctly.
120
121 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
122
123         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
124
125 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
126
127         * Documentation/user/converters.itely (Invoking midi2ly): Update.
128
129 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
130
131         * lily/text-spanner.cc (brew_molecule): clean up function. This
132         fixes bugs with broken 8va spanners.
133
134         * lily/simple-spacer.cc (solve): also compute force for raggedright.
135         This prevents spurious line-breaks with raggedright
136         
137 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
138
139         * lily/key-performer.cc (create_audio_elements): always use major
140         key
141
142         * Documentation/user/internals.itely: updates
143
144         * input/regression/beam-break.ly: new file.
145
146         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
147         beams if starting or terminating stems have 'beaming set.)
148
149         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
150         property.
151
152         * lily/parser.yy (verbose_command_req): add comment about scales.
153
154 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
155
156         * lilypond-indent.el: adjust regexps in bracket-matching.
157
158 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
159
160         * Documentation/user/refman.itely: more tiny fixes
161
162         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
163         "Chord names"; added table with input syntax for solesmes neumes
164         table; added some words about rationale on input syntax design
165
166         * lily/gregorian-ligature-engraver.cc,
167         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
168         lily/include/gregorian-ligature.hh: bugfix: horizontal head
169         alignment of Pes Initio Debilis
170
171         * Documentation/user/refman.itely,
172         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
173         mf/parmesan-heads.mf: fixed most of the head selection/alignment
174         bugs in the solesmes neumes table
175
176 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
177
178         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
179         Similarly, match '[' and ']' by skipping '\[' and '\]'.
180
181         * lilypond-mode.el: fix tag-score. small improvements.
182
183 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
184
185         * .cvsignore: Add aclocal.m4.
186
187         * lily/music-constructor.cc: Include <assert.h>.
188
189 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
190
191         * ly/engraver-init.ly (HaraKiriStaffContext): use
192         RemoveEmptyStaffContext instead.
193
194         * Documentation/user/refman.itely: updates
195
196 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
197
198         * Documentation/user/refman.itely: added solesmes neumes table;
199         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
200         bugfix: "Ornaments" -> "Articulations"
201
202         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
203
204 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
205
206         * lilypond-indent.el: Add a message about trying to match \] or \).
207         
208 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
209         
210         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
211         obsolete "arithmetic_*"
212
213         * input/bugs/ligatures.ly: removed (will be put into a different
214         directory later)
215
216 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
217
218         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
219         libkpathsea (Maurizio Tomasi).
220
221 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
222
223         * input/regression/repeat-slash.ly (texidoc): new file
224
225         * lily/slash-repeat-engraver.cc (try_music): new file, handle
226         slash repeats separately. Slash repeats and %
227         repeats can now be nested.
228
229 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
230
231         * lilypond-indent.el: Add preliminary test for closing \] and \).
232         
233 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
234
235         * lily/gregorian-ligature-engraver.cc,
236         lily/vaticana-ligature-engraver.cc,
237         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
238         mf/parmesan-heads.mf: various semivocalis related bugfixes
239
240         * input/bugs/ligatures.ly: new file demonstrating problems with
241         ligatures
242         
243 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
244
245         * lilypond-mode.el,
246         lilypond-font-lock.el,
247         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
248
249 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
250
251         * lilypond-mode.el: Remove outdated code. Stress the difference 
252         between Emacs and XEmacs definitions.
253
254         * lilypond-mode.el,
255         lilypond-indent.el: Define a function interactive only when necessary.
256
257 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
258
259         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
260         Use inactive regions also in XEmacs.
261
262 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
263
264         * Documentation/user/refman.itely (Repeat syntax): more updates
265
266         * lily/simple-spacer.cc (solve): move solution process into
267         solve(). This fixes a bug with collisions and raggedright = ##t.
268  
269         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
270
271         * ly/engraver-init.ly: remove GraceContext. Update examples.
272
273 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
274
275         * GNUmakefile.in (fonts): Also make fontball.
276
277         * Website fixes:
278
279         * ly/engraver-init.ly (GraceContext): Add.
280
281         * run:
282
283             convert-ly $(find . -name *.ly)
284
285         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
286         new chords.
287
288 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
289
290         * VERSION: 1.7.19 released
291         
292         * scm/music-functions.scm (set-octavation): new function.
293
294         * input/regression/ottava.ly: new file
295
296         * lily/translator-scheme.cc (LY_DEFINE): new function
297         ly:unset-context-property
298         (LY_DEFINE) new function ly:context-property-where-defined: 
299
300 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
301
302         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
303
304         * lilypond.words: add few.
305
306         * input/test/script-chart.ly: fix typo.
307
308 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
309
310         * scm/define-grobs.scm: uniform naming for definitions and output
311         routine files. 
312
313         * ly/engraver-init.ly (ChoirStaffContext): add \description from
314         scm/context-description.scm
315
316         * lily/parser.yy (translator_spec_body): add \description to the
317         \translator{} body syntax.
318
319         * lily/ottava-engraver.cc: new file.
320
321         * scm/chord-name.scm (natural-chord-alteration): replace old
322         chord stuff. 
323
324         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
325
326         * Documentation/user/refman.itely (Metronome marks): update doco.
327
328         * input/regression/markup-note.ly: new file
329
330         * input/regression/metronome-marking.ly: new file
331
332         * lily/metronome-engraver.cc: new file. Print \tempo markings.
333
334         * scm/new-markup.scm (note-markup): make a note glyph, useful for
335         metronome marks.
336
337 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
338
339         * Documentation/user/GNUmakefile: Compatibility fix for new
340         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
341         for making binary packages; info splitting bug has been fixed.
342
343         * Documentation/user/refman.itely: Compile fixes.
344
345 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
346
347         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
348         Count \midi -keywords also for a region.
349
350 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
351
352         * lily/lookup.cc (LY_DEFINE): new function
353
354         * Documentation/user/tutorial.itely: updates
355
356 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
357
358         * lilypond-mode.el: Allow Midi on buffer.
359         Use only '.ly'-extension, remove '.sly' and '.fly'.
360         Allow use of inactive regions. Invoke next Command on Master file, 
361         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
362
363 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
364
365         * Documentation/user/tutorial.itely: updates.
366
367 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
368
369         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
370
371 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
372
373         * lily/coherent-ligature-engraver.cc: fixed typo
374
375         * lily/coherent-ligature-engraver.cc,
376         lily/gregorian-ligature-engraver.cc,
377         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
378         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
379         lily/vaticana-ligature-engraver.cc,
380         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
381         scm/grob-description.scm: cleanup: junked LigatureHead grob and
382         removed all ligature specific stuff from NoteHead code
383
384         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
385         ligatures now use regular noteheads
386
387         * lily/vaticana-ligature.cc: tiny code cleanups
388
389         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
390         space between two adjacent noteheads of the same pitch
391
392         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
393         description; cleanup: removed obsolete font-family settings
394
395 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
396
397         * lily/coherent-ligature-engraver.cc,
398         lily/gregorian-ligature-engraver.cc,
399         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
400         lily/mensural-ligature-engraver.cc,
401         lily/vaticana-ligature-engraver.cc,
402         lily/include/gregorian-ligature-engraver.hh: updated for new
403         Coherent_ligature_engraver; added comments that describe the basic
404         design ideas of the ligature implementation
405
406         * lily/coherent-ligature-engraver.cc,
407         lily/include/coherent-ligature-engraver.hh: new file: shared code
408         between mensural ligatures and Gregorian chant notation ligatures
409
410 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
411
412         * lilypond-mode.el: XEmacs fixes: include two definitions for the
413         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
414         use only two arguments in sit-for, use no arguments in
415         read-char-exclusive, backspace is not a character (127) in XEmacs.
416
417         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
418
419 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
420
421         * lilypond-mode.el: un-commenting works after syntax-table fix.
422
423         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
424         group, verbose commenting for syntax table.
425
426         * lilypond-indent.el: add TODO for ligature slurs.
427
428 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
429
430         * lilypond-mode.el: Move comments of parenthesis matching away,
431         (blink-matching-paren-on-screen) fix blinking in Emacs.
432
433         * lilypond-font-lock.el: Fix parent-matching for Emacs:
434         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
435
436         * lilypond-indent.el: Add TODO for parenthesis matching.
437
438 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
439
440         * lilypond-mode.el: Fix XEmacs: 
441         changed [S-iso-lefttab] to [(shift iso-lefttab)],
442         invoke explicitly easy-menu-add (in Emacs done automatically).
443         
444         * lilypond.words: Add few words from input/*/*.ly.
445
446 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
447
448         * VERSION (PATCH_LEVEL): release 1.7.18
449
450         * scripts/lilypond-book.py: only print basename for printfilename
451         option
452
453         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
454         and syntax updates.
455
456 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
457
458         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
459         better parametrisation. Move fatness of bulb downward.
460
461         * mf/parmesan-custodes.mf (dir_down): remove underscores from
462         glyph names. Underscores are not allowed .ps encoding files.
463
464 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
465
466         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
467         variable "packed" for packed right-ragged mode
468
469         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
470         unused variable ragged; fixed indentation
471
472         * Documentation/user/refman.itely: tiny cleanups in ancient
473         clef and custos section
474
475 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
476
477         * lily/parser.yy (Simple_music): add \applyoutput, syntax
478         \applyoutput PROCEDURE
479
480         * lily/my-lily-lexer.cc: add \applyoutput.
481
482         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
483
484         * lily/text-item.cc: clean text-interface description
485
486 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
487
488         * input/{regression,test}/: use postfix for slur endings and beam
489         begins.
490
491         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
492         style beams too. 
493
494         * input/regression/lyrics-melisma-beam.ly: new file.
495
496         * lily/lyric-engraver.cc (process_music): change from
497         process_acknowledged_grobs()
498
499         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
500         functions to set and revert auto-beam settings.
501
502 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
503
504         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
505
506 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
507
508         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
509         Documentation/user/lilypond.tely: fixed some typos; updated author
510         info
511
512         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
513         #"" -> #'flag-style = #'()
514
515         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
516         cleanup: removed dead #includes
517
518         * lily/gregorian-ligature-engraver.cc,
519         lily/include/gregorian-ligature.hh,
520         scm/grob-property-description.scm: small cleanups, small spacing
521         fixes
522
523         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
524         lily/vaticana-ligature.cc,
525         lily/include/gregorian-ligature-engraver.hh,
526         scm/grob-property-description.scm, scm/music-types.scm:
527         "porrectus" -> "pes or flexa"
528
529         * ly/engraver-init.ly, scm/grob-description.scm,
530         scm/grob-property-description.scm: junked porrectus, now handled
531         by ligature code
532
533         * scm/grob-description.scm: bugfix: added space-alist entry for
534         breathing sign/custos
535
536 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
537
538         * Another grand 2003 update.
539         
540         * Remove mentioning of `mudela'; There's no such thing.
541
542 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
543
544         * Documentation/user/preface.itely (Preface to version 1.8): update
545
546         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
547
548         * Documentation/user/converters.itely (Invoking convert-ly): revise
549
550         * scripts/convert-ly.py (outfile_name): remove --assume-old.
551
552         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
553
554 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
555
556         * Documentation/user/internals.itely: more updates.
557
558 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
559
560         * Documentation/user/refman.itely: revise 
561
562         * Documentation/user/internals.itely: revise
563
564         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
565
566 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
567
568         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
569         beautification: reformatted ancient clefs section; cleanup: small
570         wording fixes
571
572 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
573
574         * lilypond.words: added words for chant notation, sorted
575         alphabetically through "sort lilypond.words"
576
577 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
578
579         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
580         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
581         chant notation
582
583 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
584
585         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
586         prevent TeX from interpreting them as long dash
587
588         * input/test/vaticana.ly: updated
589
590         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
591         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
592         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
593         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
594         fixes
595
596         * mf/parmesan-heads.mf: ledger endings: removed dead code
597
598 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
599
600         * VERSION: 1.7.17 released
601         
602         * Documentation/user/GNUmakefile
603         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
604         files too.
605
606         * scm/document-markup.scm: new file: document all markup
607         functions.
608
609         * scm/documentation-generate.scm: rename all documentation modules
610         to document-*.scm
611
612         * scripts/lilypond-book.py: generate link to .ly file iso. link to
613         .png
614
615         * input/test/divisiones.ly: added
616
617         * input/regression/output-property.ly: new file
618
619         * lily/cluster.cc: change cluster-interface to use style property
620
621 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
622
623         * input/test/chord-names-german.ly: modified.
624
625         * scm/chords-ignatzek.scm:
626           chord-name->german-markup: Added
627           note-name->german-markup: Changed (now producing lowercase notenames)
628
629         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
630         
631 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
632
633         * scripts/convert-ly.py (FatalConversionError.conv):
634         divisiominima -> divisioMinima, etc.
635
636         * ly/engraver-init.ly (FiguredBassContext): add
637         Separating_line_group_engraver to Figured bass context.
638
639         * ly/german-chords-init.ly: remove file
640
641         * input/test/chord-names-german.ly (scm): new file.
642
643         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
644
645         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
646         Chord_name_engraver
647
648         * Documentation/user/refman.itely: lots of updates.
649
650         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
651         new file
652
653         * input/test/bar-number-every-5-reset.ly: new file.
654
655 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
656
657         * input/regression/chord-name-major7.ly: new file
658
659         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
660         if specced explicitly.
661
662         * input/regression/chord-name-entry-11.ly: new file.
663
664         * input/test/slur-beautiful.ly: new file.
665
666         * Documentation/user/refman.itely: updates.
667
668         * input/regression/collisions.ly (threevoice): cleanup.
669
670         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
671
672 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
673
674         * Documentation/user/*.itely: various updates.
675
676         * ly/spanners-init.ly: enddecr/ endcr.
677
678         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
679         of tutorial
680
681 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
682
683         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
684
685         * lily/new-chord-name-engraver.cc (process_music): use octavation
686         (a number) instead of original-pitch to store inversions. This
687         fixes a problem with transposed chords with inversions.  
688
689 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
690
691         * stepmake/aclocal.m4: Include compile fix for broken flex, as
692         used in includable-lexer.hh.
693
694         * lily/includable-lexer.cc: Bugfix: include config.h.
695
696         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
697         circumvention of Debian packaging bug.
698
699 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
700
701         * flex-2.5.31 hits Debian/unstable.  Fixes below.
702         
703         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
704
705         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
706         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
707
708         * lily/include/includable-lexer.hh: 
709         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
710
711         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
712
713         * aclocal.m4: Regenerate.
714
715         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
716         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
717
718         * scm/pdf.scm (use-modules): Include lily.
719
720         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
721         Noordkamp).
722         (use-modules): Include lily.
723         (lily-def): Bugfix: include tex-val in let.
724
725 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
726
727         * lilypond-mode.el: sensible error if lilypond.words not found.
728
729         * lilypond.words: add few words.
730
731 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
732
733         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
734
735         * mf/parmesan-scripts.mf: fixed typo in char name
736
737 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
738
739         * VERSION: 1.7.16 released
740
741         * python/lilylib.py (setup_temp): temporary directories are mode 700.
742         (this is a security vulnerability).
743
744         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
745
746         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
747         add staff support.
748
749 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
750
751         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
752         ly/script-init.ly, scm/script.scm: bugfix: renamed
753         fermata->signumcongruentiae to fix naming clash with feta font
754
755 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
756
757         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
758
759         * lily/multi-measure-rest-engraver.cc
760         (start_translation_timestep): use grace timing too for determining
761         when to make mmrest.
762         (start_translation_timestep): clear numbers too.
763
764 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
765
766         * scm/music-types.scm: compile fix: escape braces
767
768         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
769         work around font selection problem
770
771         * Documentation/user/refman.itely: BreathingSign: added docu for
772         property "text"
773
774 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
775
776         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
777         information.
778
779 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
780
781         * lily/multi-measure-rest-engraver.cc (class
782         Multi_measure_rest_engraver): make multiple Number objects, one
783         for each MultiMeasureTextEvent.
784
785         * scm/music-functions.scm (glue-mm-rest-texts): use
786         MultiMeasureTextEvent
787
788         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
789
790         * Documentation/user/refman.itely (Multi measure rests): update.
791
792 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
793
794         * lily/ly-module.cc (ly_copy_module_variables): use
795         scm_internal_hash_fold() for iterating modules.
796
797 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
798
799         * Documentation/user/refman.itely: Section Custodes: added more
800         example code
801
802         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
803         neo-mensural rests to parmesan font
804
805         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
806         header
807
808 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
809
810         * Documentation/user/macros.itexi: @fileref macro.
811
812         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
813         each file. 
814
815 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
816
817         * lily/include/custos.hh, make/lilypond.suse.spec.in,
818         Documentation/topdocs/AUTHORS.texi: updated my email address
819
820         * Documentation/user/refman.itely: updated custos documentation;
821         beautified divisiones example; beautified articulations table
822
823         * lily/breathing-sign.cc: bugfix: finalis molecule
824
825 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
826
827         * Documentation/user/refman.itely: added docu for
828         contemporary fermata symbols, gregorian breathing signs; small fixes
829
830         * ly/gregorian-init.ly: removed obsolete #'type props
831
832 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
833
834         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
835         minimum-length property correctly.
836
837 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
838
839         * scm/music-functions.scm (make-multi-measure-rest): set input
840         locations for multimeasure rests.
841
842 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
843
844         * input/regression/breathing-sign.ly: updated to for ancient
845         notation
846
847 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
848
849         * scripts/ly2dvi.py: Add newline.
850
851 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
852
853         * scripts/ly2dvi.py (dependency_files): Compile fix.
854
855 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
856
857         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
858         (make_html_menu_file): --html menu. 
859
860 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
861
862         * scripts/ly2dvi.py (run_dvips): +add the .map file 
863
864 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
865
866         * input/screech-boink.ly: new file.
867
868 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
869
870         * scripts/lilypond-book.py (make_lilypond_file): convert
871         lilypond-file to lilypond block directly, without going through
872         begin/end lilypond text.
873         
874
875 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
876
877         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
878         scm/grob-description.scm: moved Michael's original breathing sign
879         code in brew_molecule() to divisio_minima(); provided new
880         brew_molecule() that effectively replaces the
881         Text_item::brew_molecule callback (with additional fallback to
882         Michael's original code); added callbacks for brewing divisio
883         maior/maxima and finalis
884
885         * gregorian-init.ly: added breathing sign shortcuts for virgula,
886         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
887
888         * script-init.ly: added shortfermata, longfermata,
889         verylongfermata, varcoda
890
891         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
892         longfermata, verylongfermata, varcomma, varcoda
893
894 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
895
896         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
897           Remove all noquote and insert a few quote.
898         
899         * Documentation/user/lilypond-book.itely (Music fragment options),
900           scripts/lilypond-book.py: Don't include quotation blocks by
901           default. Introduce option quote instead of noquote
902
903 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
904
905         * VERSION: 1.7.15 released
906         
907         * Documentation/user/lilypond.tely: omf updates.
908
909         * buildscripts/texi2omf.py (omf_vars): include version.date
910
911         * make/lilypond.redhat.spec.in: fixes for spec file. 
912
913         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
914         by function definition: lily now requires a recent GNU Make.
915
916         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
917
918         * make/ly-rules.make: remove .ly -> .tex rule
919
920         * Documentation/user/refman.itely (Figured bass): revised figured
921         bass example.
922
923 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
924
925         * stepmake/stepmake/omf-targets.make (local-install): add
926         scrollkeeper-update message.
927
928         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
929         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
930
931         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
932
933         * Documentation/user/converters.itely (Invoking midi2ly): add
934         track/channel notice.
935
936 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
937
938         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
939
940         * lily/parser.yy (scalar): DIGIT is also a scalar.
941
942         * Documentation/user/music-glossary.tely: add @omf tags
943
944         * Documentation/user/lilypond.tely: add @omf tags
945
946         * scm/generate-documentation.scm (string-append): add @omf tags.
947
948         * stepmake/stepmake/omf-*: new files 
949
950         * input/regression/multi-measure-rest.ly (texidoc): add doco
951
952         * GNUmakefile.in (web-doc-install): add web-doc-install target
953
954         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
955         fixes crashes while dumping MIDI.
956
957         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
958         midi
959
960 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
961
962         * buildscripts/texi2omf.py: new file.
963
964         * mf/feta-beugel.mf: include font count, not staffsize (16) in
965         font-name
966
967 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
968
969         * input/regression/beam-manual-beaming.ly (texidoc): new file.
970
971         * lily/sequential-iterator.cc (descend_to_child): call
972         descend_to_child() for all types of music.
973
974 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
975
976         * scm/translator-property-description.scm: Add
977         bassFigureFormatFunction.  Replace some entries.
978
979 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
980
981         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
982         clean out.
983
984 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
985
986         * scripts/midi2ly.py (Note.dump): never dump duration for
987         dump_dur=0.
988
989         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
990         new function
991
992         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
993         figures using new markups. Much simpler, and should improve layout
994         a little.
995
996         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
997
998 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
999
1000         * ly/engraver-init.ly: use Hara kiri by default for 
1001         ChordNames, FiguredBass and Lyrics(Voice) context. 
1002
1003         * lily/axis-group-engraver.cc (acknowledge_grob): use
1004         rhythmic-grob-interface for selecting items not to hara-kiri'd 
1005
1006         * scm/new-markup.scm (markup-function-list): add bracket,
1007         vbracket.
1008
1009         * ly/engraver-init.ly (ChordNamesContext): set
1010         minimumVerticalExtent
1011
1012 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1013
1014         * input/test/time-signature-double.ly: new file 
1015
1016         * input/regression/collision-head-chords.ly (texidoc): new file.
1017
1018         * lily/type-swallow-translator.cc: add note swallow translator 
1019
1020         * input/test/time-signature-double.ly: new file.
1021
1022         * lily/type-swallow-translator.cc: add Rest_swallow_translator
1023
1024         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
1025         (FiguredBassContext): idem.
1026
1027         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
1028
1029         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
1030
1031         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
1032
1033         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
1034         .afm dependency
1035
1036         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
1037
1038         * python/lilylib.py (make_page_images): add function.
1039
1040         * scripts/ly2dvi.py (run_latex): include title in preview image.
1041
1042         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
1043         from lilypond-book for <ly2dvifile> tags in HTML.
1044
1045         * scripts/ly2dvi.py (option_definitions): add --debug option to
1046         print out environment.
1047
1048         * input/regression/tie-chord-partial.ly: new file.
1049
1050 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
1051
1052         * lilypond.words: add 3
1053
1054 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1055
1056         * scm/new-markup.scm (markup-function-list): add finger-markup
1057
1058         * input/tutorial/brahms-tweaked.ly: new markup 
1059
1060         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
1061
1062         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
1063         crash when processing '() markup
1064
1065         * input/regression/breathing-sign.ly (texidoc): add caesura example.
1066
1067         * lily/breathing-sign.cc (railtracks): another caesura.
1068
1069         * mf/feta-schrift.mf: caesura symbol. 
1070
1071 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1072
1073         * scripts/convert-ly.py (FatalConversionError.conv): add
1074         ly:molecule-XXX conversions.
1075
1076         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
1077
1078         * input/regression/multi-measure-rest-text.ly: new file.
1079
1080         * scm/music-functions.scm (glue-mm-rest-texts): automatically
1081         convert MMREST-TEXT to MultiMeasureRestNumber settings.
1082
1083         * ly/engraver-init.ly (ScoreContext): move tablature settings to
1084         ScoreContext
1085
1086         * scm/new-markup.scm (center-markup): \center markup.
1087
1088         * scm/music-functions.scm: remove pitchify scripts.
1089
1090         * lily/music.cc (print_smob): display music name if available 
1091
1092 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1093
1094         * Documentation/user/refman.itely (Instrument names): remove
1095         \turnOff doco.
1096
1097 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1098
1099         * lily/score.cc (mark_smob): bugfix.
1100
1101         * input/regression/rehearsal-mark.ly: new file.
1102
1103         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
1104         report error at the current token again.
1105
1106 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1107
1108         * cygwin/mknetrel: Exit if doc build fails.
1109
1110         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
1111
1112 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1113
1114         * scm/music-types.scm (music-descriptions): add doc strings
1115
1116 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1117
1118         * lily/lexer.ll: 
1119         * lily/include/my-lily-lexer.hh: 
1120         * lily/include/includable-lexer.hh: Add flex kludge.
1121
1122         * config.hh.in: 
1123         * config.make.in: 
1124         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
1125         cruft.
1126         
1127         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
1128         code.
1129
1130 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1131
1132         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
1133
1134         * lily/parser.yy (new_chord): Compile fix.
1135
1136 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1137
1138         * Documentation/user/refman.itely (Tuning groups of objects):
1139         remove documentation for \turnOff. 
1140
1141         * lily/percent-repeat-engraver.cc (try_music): add correct
1142         processing moments for double-measure percents as well.
1143
1144         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
1145
1146         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
1147         grob prop type. 
1148
1149         * Documentation/user/refman.itely (Printing named chords): add
1150         chord name tweak doco.
1151
1152         * input/template/gregorian-transcription.ly: new file.
1153
1154 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1155
1156         * VERSION: 1.7.13 released
1157         
1158         * input/test/*: lots of cleanups/comment-outs/removals in chord
1159         examples
1160         
1161         * input/regression/*: lots of cleanups/comment-outs/removals in
1162         chord examples
1163         
1164         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
1165         options
1166
1167         * lily/new-chord-name-engraver.cc (process_music): give original
1168         inversion pitch to chord name routine.
1169
1170         * input/tutorial/os-score.ly: update to new markup
1171
1172         * Documentation/user/appendices.itely: simply include
1173         chords-ignatzek. 
1174
1175         * Documentation/user/refman.itely (Chords mode): add documentation
1176         for chord mode.
1177
1178         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
1179         not present in chord.
1180         (construct-chord): add inversion and bass support.
1181
1182         * lily/chord.cc: junk contents.
1183
1184 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
1185
1186         * Documentation/user/refman.itely:
1187         * Documentation/user/music-glossary.tely: fix. 
1188
1189 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1190
1191         * scm/chord-entry.scm (construct-chord): move chord construction
1192         to Scheme.
1193
1194         * lily/parser.yy (new_chord): new setup for chord entry.
1195
1196 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
1197
1198         * lilypond.words:
1199         * Documentation/user/music-glossary.tely: add ambitus.
1200
1201 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1202
1203         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
1204
1205         * lily/include/*.hh: string() -> to_string()
1206
1207         * scm/chords-ignatzek.scm: new file.
1208
1209         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
1210         standard chord name exceptions.
1211
1212         * scm/translator-property-description.scm (chordNameSeparator):
1213         add property.
1214         (majorSevenSymbol): add property
1215
1216         * lily/translator-scheme.cc (ly:context-properties): new function
1217         (ly:context-parent): new function.
1218         (print_smob): print context name.
1219
1220         * lily/music.cc (ly:get-music-length): new function
1221         (print_smob): don't print properties.
1222
1223         * lily/duration.cc (duration<?): new function
1224
1225         * input/regression/chords-funky-ignatzek.ly: new file.
1226
1227         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
1228         jazz chords.
1229
1230         * lily/pitch.cc (ly:pitch-diff): new function.
1231
1232         * input/regression/chords-ignatzek.ly: new file.
1233
1234 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1235
1236         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
1237         pitches for jazz chords.
1238
1239 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1240
1241         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
1242
1243 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
1244
1245         * lilypond.words: add 1
1246
1247 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
1248
1249         * Documentation/topdocs/AUTHORS.texi: refine.
1250
1251 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
1252
1253         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
1254         
1255         * lilypond.words: add one.
1256
1257 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
1258
1259         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
1260         Fontify bass note in chords, e.g., e in c1/e.
1261         
1262 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1263
1264         * Documentation/user/music-glossary.tely: Dutch updates and
1265         additions (Arent Storm).
1266
1267 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1268
1269         * input/regression/ambitus.ly:  move file.      
1270
1271         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
1272
1273         * lily/event.cc (transpose): add tonic property to Key_change_req
1274         and to Key_engraver.
1275
1276 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
1277
1278         * Documentation/user/refman.itely: fix typo.
1279
1280         * lilypond.words: removed wrong identifiers.
1281
1282 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1283
1284         * mf/feta-toevallig.mf: make flat stem shorter 
1285
1286 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
1287
1288         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
1289
1290         * lilypond.words: add from Phrasing slur.
1291         
1292 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
1293
1294         * lilypond-mode.el: allow launching multiple ViewPS processes.
1295         
1296         * lilypond.words: add from Text markup.
1297
1298 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1299
1300         * input/test/ossia.ly (texidoc): add comment.
1301
1302         * input/regression/voice-follower.ly: new file.
1303
1304         * mf/feta-toevallig.mf: make flat heavier.
1305
1306         * lily/cluster-engraver.cc: clean up Cluster engraver
1307
1308         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
1309         Engraver. Use Note_column to compute Y positions and deal with
1310         line break stuff.
1311
1312 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1313
1314         * lily/stem.cc: move french-beaming to stem.
1315
1316 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
1317
1318         * lilypond-font-lock.el: fontify all durations in chords.
1319
1320         * lilypond.words: add from lily/my-lily-lexer.cc
1321
1322 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1323
1324         * VERSION: release 1.7.12
1325
1326         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
1327
1328         * lily/gregorian-ligature.cc: new file
1329
1330         * lily/*: the Great 2003 search & replace.
1331
1332         * Documentation/user/refman.itely (Manual repeat commands): add
1333         note about font selection.
1334
1335 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
1336
1337         * lilypond-mode.el: propose recompiling midi while invoking playing,
1338         not while stopping playing.
1339
1340 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
1341
1342         * lilypond.words: add one.
1343
1344         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
1345         and expressional note grouping. Fontify chord modes.
1346
1347 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
1348
1349         * Documentation/user/music-glossary.tely (Top): translate melisma.
1350
1351 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1352
1353         * Documentation/user/music-glossary.tely (Top): add melisma.
1354
1355 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
1356
1357         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
1358         interfaces for (abstract) grob GregorianLigature
1359
1360         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
1361         renamed head* -> glyph_name*, x-shift* -> x-offset*
1362
1363         * scm/grob-property-description.scm: bugfix: added missing descriptions
1364
1365 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1366
1367         * input/test/chord-names-dpnj.ly: New file.
1368
1369         * scm/double-plus-new-chord-name.scm: Implement full and partial
1370         exceptions.
1371
1372         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
1373
1374         * scm/double-plus-new-chord-name.scm
1375         (double-plus-new-chord->markup): Fix sub->markup.
1376
1377
1378 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
1379
1380         * lily/custos-engraver.cc: added TODO; editorial changes
1381
1382         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
1383         consistency with other ligature engravers; removed access on (now)
1384         private variable _ligature of Ligature_engraver
1385
1386         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
1387         renamed last_bound -> last_bound_; issue programming_error on
1388         abstract method calls; moved primitives code from
1389         Mensural_bracket_engraver to here (because almost ligature
1390         engravers will need it); renamed try_stop_ligature () ->
1391         typeset_ligature (); bugfix: store primitives of finished ligature
1392         in separate variable finished_primitives_ to avoid clash on input
1393         like "\] \["; added current_ligature () to enable access on
1394         private variable _ligature
1395
1396         * lily/mensural-ligature-engraver.cc: removed primitives_ code
1397         (now in super class); renamed try_stop_ligature () ->
1398         typeset_ligature ()
1399
1400         * lily/mensural-ligature.cc: issue programming_error on abstract
1401         method calls
1402
1403         * lily/note-heads-engraver.cc: added TODO comment upon bool
1404         in_ligature
1405
1406         * mf/parmesan-heads.mf: fixed some of set_char_box()
1407
1408         * scm/grob-description.scm: added VaticanaLigature
1409
1410         * scm/grob-property-description.scm: added neume prefix properties
1411
1412         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
1413         lily/include/gregorian-ligature-engraver.hh,
1414         lily/include/gregorian-ligature.hh: new files; framework for
1415         gregorian ligature engravers such as vaticana
1416
1417         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
1418         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
1419         vaticana style ligature implementation (still somewhat uncomplete)
1420
1421 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1422
1423         * VERSION: release 1.7.11
1424
1425         * scripts/convert-ly.py: add ly:pitch-transpose rule
1426
1427 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1428
1429         * input/test/dpncnt.ly: New file.
1430
1431         * lily/my-lily-lexer.cc: Add chordnames keyword.
1432
1433         * lily/parser.yy (chordnames_block): Parse chord name exception
1434         lists, see input/test/dpncnt.ly.
1435
1436         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
1437         function.
1438
1439         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
1440         filter-out too.
1441
1442         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
1443         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
1444         pitch functions (except for ly:make-pitch, but that's apparently
1445         some sort of scheme naming standard?).
1446
1447         * scm/lily.scm (!=): define-public.
1448
1449         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
1450
1451 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1452
1453         * scm/double-plus-new-chord-name.scm
1454         (double-plus-new-chord-name->markup): New file.
1455
1456 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1457
1458         * python/lilylib.py (make_preview): don't suppress progress for
1459         bbox extraction.
1460
1461 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1462
1463         * Documentation/user/appendices.itely (scheme): update for new syntax.
1464
1465         * input/regression/chord-name-styles.ly: new file
1466
1467         * lily/instrument-name-engraver.cc: create instrument names
1468         without barline too.  Allows instrument name on ChordNames  
1469
1470         * scm/new-markup.scm (interpret-markup): allow simple strings as
1471         markup too.
1472
1473 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1474
1475         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
1476         (step->markup-accidental): Fix: add accidental.
1477         (chord::inner-name-american): 
1478         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
1479         append stray '/' if last superscript addition was 'o'.
1480
1481         * scm/new-markup.scm (normal-size-sub-markup) 
1482         (normal-size-super-markup): New function.
1483
1484         * lily/source-file.cc (Source_file): Add warning for possibly
1485         intentional but suspicious initialization.
1486
1487         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
1488         add comments about cut-and-paste programming.
1489
1490         * flower/rational.cc (lcm): Not used; comment out.
1491
1492 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1493
1494         * lily/new-fingering-engraver.cc (position_scripts): use
1495         fingerHorizontalDirection to determine fingering horizontal
1496         directions.
1497  
1498         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
1499         fingering support.
1500
1501         * scripts/convert-ly.py (FatalConversionError.conv): add style
1502         conversion rule. 
1503
1504         * scm/chord-name.scm (set-chord-name-style): new function.
1505         (new-chord-name-brew-molecule): revise to interpret markup only
1506         (new-chord->markup): cleanuppish rewrite. To be called from the
1507         new engraver.
1508
1509         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
1510         Markup earlier, during interpreting.
1511
1512         * input/test/{banter,jazz,american}-chords.ly (scheme): update
1513         style settings. Rename to chord-names-*.ly
1514
1515 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1516
1517         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
1518         markup code and update to new markup.  Most probably broke some of
1519         it.
1520         
1521 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
1522
1523         * Documentation/user/refman.itely: added docu for ambitus and
1524         clusters
1525
1526         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
1527         ly_quote_scm() in lookup.cc
1528
1529         * mf/parmesan-clefs.mf: set_char_box fix
1530
1531         * lily/cluster-engraver.cc: junk implicit protection; use
1532         Protected_scm instead
1533
1534 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1535
1536         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
1537         throughout.
1538
1539         * scm/new-markup.scm: Turn-off error-triggering test code.
1540
1541 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1542
1543         * scm/new-markup.scm (markup-thrower-typecheck) 
1544         (markup-typecheck?):  add full typechecking functions.
1545         (make-markup-maker): add make-FOO-markup functions.
1546         (markup-argument-list-error): nice error checking messages.
1547         (make-markup): better function: less quoting escapades.
1548
1549 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1550
1551         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
1552
1553 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1554
1555         * cygwin/lilypond.hint (requires): Add cygwin.
1556
1557         * .cvsignore: Remove stepmake (huh!?!), add lib.
1558
1559         * GNUmakefile.in: Add libdir links for builddir runs.
1560
1561         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
1562         instead of datadir.
1563
1564         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
1565         local_lilypond_libdir.
1566
1567         * config.make.in (lilypond_libdir): Add.
1568
1569         * stepmake/stepmake/substitute-rules.make: 
1570         * stepmake/stepmake/script-rules.make: 
1571         * stepmake/stepmake/python-module-rules.make:
1572         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
1573         lilypond-python-module patch.
1574
1575 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1576
1577         * Documentation/user/refman.itely (Graphical interfaces): add note
1578         about xml2ly.
1579
1580 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1581
1582         * scripts/ly2dvi.py (run_dvips): remove trailing newline
1583
1584 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1585
1586         * VERSION: released 1.7.10
1587
1588         * scripts/musedata2ly.py (): idem
1589
1590         * scripts/midi2ly.py (dump_chord): idem
1591
1592         * scripts/etf2ly.py (version): idem 
1593
1594         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
1595
1596         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
1597
1598         * scm/tex.scm (tex-output-expression): remove eval compat
1599         glut. Other output files too.
1600
1601         * scm/chord-name.scm: don't export anything from chord module.
1602
1603         * input/test/american-chords.ly: idem
1604
1605         * input/test/banter-chords.ly (texidoc): idem
1606
1607         * input/test/Cc-chords.ly: add breakage notes.
1608
1609         * Documentation/user/refman.itely (Text markup): rewrite manual section.
1610
1611         * lily/parser.yy (scalar): allow \markup { } as property value. 
1612
1613         * scm/chord-name.scm: complete new markup usage
1614
1615         * scm/grob-description.scm (all-grob-descriptions): use new markup
1616         texts by default
1617
1618 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1619
1620         * scm/chord-name.scm: partial move to new markup texts.
1621
1622 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1623
1624         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
1625
1626         * scm/bass-figure.scm (brew-bass-figure): make stack direction
1627         settable.
1628
1629 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
1630
1631         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
1632         invoked for old midi, wait for killing.
1633
1634 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
1635
1636         * Documentation/user/music-glossary.tely: Finnishing.
1637
1638 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1639
1640         * mf/feta-nummer-code.mf: some kerning pairs.
1641
1642 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
1643
1644         * scm/output-lib.scm (set-bar-number-visibility): Context-function
1645         Added.
1646
1647         * Documentation/user/refman.itely (Bar numbers):
1648         set-bar-number-visibility added, modulo-bar-number removed again
1649         (sorry).
1650
1651 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
1652
1653         * scm/output-lib.scm (modulo-bar-number-visible): add function.
1654
1655         * Documentation/user/refman.itely: add modulo-bar-number-visible.
1656
1657         * Documentation/user/music-glossary.tely: translate into Finnish.
1658
1659 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
1660
1661         * lilypond-mode.el: add shortcut for 2midi
1662
1663         * lilypond-font-lock.el: fontify lyrics
1664
1665 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
1666
1667         * scm/drums.scm : use 1.7.x names.
1668
1669         * input/regression/drums.ly : Don't use << chords >>
1670
1671 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
1672
1673         * lilypond-mode.el: tidy, add TODO
1674
1675         * make/lilypond.mandrake.spec.in: install-info quietly.
1676
1677 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1678
1679         * input/test/markup.ly: use new syntax.
1680
1681 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1682
1683         * ly/params-init.ly (interscoreline): add word-space
1684
1685         * input/test/metronome.ly (eighthNote): idem.
1686
1687         * input/test/script-priority.ly: use new markup
1688
1689         * lily/parser.yy (markup): allow HEAD markup0 markup1 
1690
1691         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
1692
1693         * lily/parser.yy (gen_text_def): bugfix.
1694         (full_markup): allow markup identifier.
1695
1696 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
1697
1698         * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
1699         jobs at the same time. Add horizontal lines to Command menu.
1700         Allow one compiling job -- propose killing others before a new one.
1701
1702         * lilypond.words: add markup, teeny, etc.
1703
1704 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
1705
1706         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
1707         Allow only one type of midi process; launching Midi either stops
1708         midis or plays the current midi and launching MidiAll stops midis
1709         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
1710         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
1711
1712 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1713
1714         * lily/text-engraver.cc (process_acknowledged_grobs): use new
1715         markup  for new markup texts.
1716
1717         * lily/mark-engraver.cc (process_music): idem
1718         
1719         * lily/instrument-name-engraver.cc (create_text): idem
1720
1721         * scm/new-markup.scm (magnify-markup): new function.
1722
1723         * scm/molecule.scm (stack-lines): bugfix.
1724
1725         * lily/font-interface.cc (get_font): take font-magnification from
1726         alist chain.
1727
1728 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1729
1730         * lily/molecule-scheme.cc: move scheme functions to separate file.
1731
1732         * lily/font-metric.cc  (ly_get_glyph): new function. 
1733         
1734         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
1735         (italic-markup, dynamic-markup): new functions
1736         (font-markup): new function
1737
1738         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
1739         padding and minimum
1740
1741 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
1742
1743         * lily/accidental-engraver.cc:
1744         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
1745
1746 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
1747
1748         * lilypond.vim:
1749         * lilypond-font-lock.el: Put \longa as duration. Accept only 
1750         [a-zA-Z] for user defined identifiers. Separate note cases 
1751         with and without a duration (allow cis\longaX).
1752
1753         * lilypond.words: Add words from Info.
1754
1755 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1756
1757         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
1758
1759 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
1760
1761         * lilypond-mode.el: Propose reverting buffer before a command if
1762         it was edited with an another editor.
1763
1764 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1765
1766         * lily/molecule.cc (ly_translate_molecule): new function
1767
1768         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
1769         into libdir
1770
1771         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
1772
1773         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
1774
1775 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
1776
1777         * lilypond.words: take \words from Info-index.
1778
1779 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1780
1781         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
1782
1783 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
1784
1785         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
1786
1787 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
1788
1789         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
1790         and lilypond-documentation.
1791
1792 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1793
1794         * lily/parser.yy: Compile fix (bison 1.75).
1795
1796 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1797
1798         * VERSION: 1.7.9 released
1799
1800         * scm/music-functions.scm (shift-one-duration-log): refactor.
1801         Use music-map.
1802
1803         * input/regression/chord-tremolo.ly (texidoc): add dot test.
1804
1805         * NEWS: update.
1806
1807         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
1808         argument
1809         
1810         * scm/music-functions.scm (display-music): new function
1811         (music-map): change arg order.
1812
1813         * input/regression/new-markup-syntax.scm: new file
1814
1815         * lily/parser.yy (markup): add \markup { .. } syntax.
1816
1817         * scm/new-markup.scm (override-markup): new function
1818         (lookup-markup): new function
1819         (music-markup): new function
1820         (lookup-markup-command): use markup-signature to store argument
1821         format for parser.
1822
1823         * lily/lexer.ll: preliminary \markup syntax. 
1824
1825 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
1826
1827         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
1828         add pre/post-dependencies and menus with icons from source.
1829
1830         * Documentation/pictures/lilypond-48x48.xpm:
1831         * Documentation/pictures/lilypond-32x32.xpm:
1832         * Documentation/pictures/lilypond-16x16.xpm: new files, background
1833         transparent.
1834
1835         * stepmake/stepmake/generic-targets.make:
1836         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
1837
1838 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1839
1840         * input/regression/music-map.ly (texidoc): new file.
1841
1842         * scm/music-functions.scm (music-map): new function
1843
1844 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1845
1846         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
1847
1848 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
1849
1850         * input/test/to-xml.ly:
1851         * lily/ligature-engraver.cc: Fixes documentation.
1852
1853         * lilypond.mandrake.spec.in:
1854         * lilypond.redhat.spec.in: Add lilypond.words.
1855
1856         * Documentation/user/refman.itely: Mention Info inside emacs.
1857         
1858         * lilypond.suse.spec.in:
1859         * lilypond.redhat.spec.in: 
1860         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
1861
1862 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1863
1864         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
1865         os.popen.read ().
1866
1867 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1868
1869         * scripts/ly2dvi.py (include_path): print warning if failing anything.
1870
1871         * python/lilylib.py (error): add space
1872
1873 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1874
1875         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
1876         distribution.
1877
1878 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1879
1880         * lily/paper-outputter.cc (Paper_outputter): close port when
1881         finishing score.
1882
1883 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1884
1885         * scm/sodipodi.scm: Fixes.
1886
1887 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
1888
1889         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
1890
1891         * buildscripts/make-font-dir.py: Fix. 
1892
1893 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
1894
1895         * lilypond-mode.el: Add support for Info inside Emacs.
1896
1897 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1898
1899         * buildscripts/make-font-dir.py: 
1900         * mf/GNUmakefile: Make sodipodi font map.
1901
1902         * scm/sodipodi.scm: Add more output functions.
1903
1904         * mf/feta-nummer.mf: 
1905         * mf/feta-beugel.mf: Add font_coding_scheme.
1906
1907         * lily/paper-outputter.cc (output_header): Fix creator string.
1908
1909 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
1910
1911         * lilypond-mode.el (LilyPond-autocompletion): invoked with
1912         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
1913
1914         * lilypond.words: add two (Everybody can add/remove words now!).
1915
1916         * debian/rules:
1917         * make/lilypond.suse.spec.in:
1918         * make/lilypond.mandrake.spec.in:
1919         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
1920
1921         * Documentation/user/refman.itely: Mention autocompletion.
1922
1923 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1924
1925         * scripts/ly2dvi.py: Add paper sizes.
1926
1927         * lily/timing-engraver.cc: 
1928         * lily/time-signature.cc: 
1929         * lily/span-bar.cc: 
1930         * lily/grob-scheme.cc: Code formatting fixes.
1931
1932         * scm/sodipodi.scm: 
1933         * scm/sketch.scm:
1934         * buildscripts/mf-to-table.py: 
1935         * buildscripts/make-font-dir.py: Font testing.
1936
1937 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
1938
1939         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
1940         inserts try-completion and shows all-completions.
1941
1942         * lilypond.words: '\' -> '\\'
1943
1944         * lilypond-mode.el: load libraries in the end, lilypond.words defines
1945         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
1946         
1947         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
1948         and LilyPond-reserved-words.
1949         
1950 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
1951
1952         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
1953         from load-path.
1954         
1955         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
1956         the mini-buffer with Control-Shift-c.
1957         
1958 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1959
1960         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
1961         duration. This fixes \tempo taking time.
1962
1963 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1964
1965         * lily/volta-engraver.cc (process_acknowledged_grobs): 
1966         Allow for text markup in repeatCommands. 
1967
1968 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
1969
1970         * lilypond-mode.el (LilyPond-insert-string): new function, use it
1971         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
1972         Get rid of skeleton.el-dependency.
1973
1974         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
1975
1976 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1977
1978         * lily/beam-engraver.cc (stop_translation_timestep): reset
1979         now_stop_ev_
1980
1981         * lily/scm-option.cc: add parse-protect to ly:set-option
1982
1983         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
1984
1985 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1986
1987         * lily/include/ligature-bracket.hh: removed
1988         * lily/ligature-bracket.cc: removed
1989
1990         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
1991         .tex
1992
1993         * lily/beam.cc (set_beaming): don't change beam count on rests.
1994         (brew_molecule): always set flag-width > 0.
1995
1996 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
1997
1998         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
1999         chars, remove instructions; instead, refer to lilypond-init.el and
2000         Documentation/topdocs/INSTALL.texi.
2001
2002         * lilypond.words: add identifiers and reserved words.
2003
2004         * Documentation/topdocs/INSTALL.texi: separate sections for installing
2005         files and adding a load-path.
2006
2007         * lilypond-init.el: Instructions, extracted from 
2008         Documentation/topdocs/INSTALL.texi. 
2009         
2010 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2011
2012         * VERSION: 1.7.8 released 
2013
2014         * lily/grob.cc (warning): better robustness fix.
2015
2016 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
2017
2018         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
2019
2020         * lily/cluster-engraver.cc: stick better to variable naming
2021         conventions
2022
2023         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
2024         until stop_translation_timestep()
2025
2026         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
2027         min/max coordinates to backend, but no musical info such as
2028         pitches
2029
2030         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
2031
2032         * lily/grob.cc: robustness fix: warning(): do not crash if
2033         cause is not set
2034
2035         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
2036         the much more elaborated tuplet brackets than the very naive and
2037         simple ligature bracket grob
2038
2039 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2040
2041         * Documentation/user/refman.itely (Analysis brackets): add
2042         horizontal bracket doco.
2043
2044         * ly/property-init.ly (setMmRestFermata): added.
2045
2046         * Documentation/user/refman.itely (Multi measure rests): fermatas
2047         on mm rests.
2048
2049         * input/regression/apply-context.ly (texidoc): new file
2050
2051         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
2052         code to be executed during interpretation. Possible applications:
2053         smart octavation, more advanced bar checks. 
2054
2055         * lily/apply-context-iterator.cc: new file.
2056
2057 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2058
2059         * input/test/new-markup.ly: new file.
2060
2061         * lily/text-item.cc (text_to_molecule): new function
2062
2063         * scm/new-markup.scm (lambda): new file
2064
2065         * lily/function-documentation.cc (ly_add_function_documentation):
2066         add proc property as well
2067
2068 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2069
2070         * Documentation/user/music-glossary.tely (Top): add custos.
2071
2072 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
2073
2074         * Documentation/topdocs/INSTALL.texi: advise how to include source
2075         path to Emacs load-path and improve language.
2076
2077 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2078
2079         * GNUmakefile.in: config.h message fix.
2080
2081         * autogen.sh:
2082         * aclocal.m4: Regenerate.
2083
2084         * configure.in: 
2085         * config.make.in: 
2086         * stepmake/config.make.in: 
2087         * stepmake/configure.in: 
2088         * stepmake/autogen.sh: 
2089         * stepmake/aclocal.m4: Update for autoconf 2.56.
2090
2091 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
2092
2093         * Documentation/topdocs/INSTALL.texi: instructions for an user how
2094         to install Emacs-mode. Instructions how to use vim-mode.
2095
2096 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2097
2098         * scm/music-types.scm (music-descriptions): no length for tempo event.
2099
2100         * input/*.ly: add \version everywhere.
2101         
2102         * input/*.ly: update syntax to 1.7 + new-chords.
2103
2104         * VERSION: 1.7.7 released.
2105         
2106         * Documentation/user/*.tely: new chord syntax.
2107
2108         * input/regression/[bc]*.ly (texidoc): syntax updates.
2109         
2110 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
2111
2112         * lilypond.words: add vocabulary to be used in auto-completion
2113
2114         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
2115
2116         * lilypond.vim: allow note name at EOF
2117
2118 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2119
2120         * buildscripts/new-chords.py (edit): -e option: inline editing.
2121
2122         * input/regression/a*.ly (texidoc): syntax updates.
2123
2124         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
2125         music): elucidations. 
2126
2127 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
2128
2129         * lily/include/lily-proto.hh, ly/engraver-init.ly,
2130         ly/spanners-init.ly, scm/grob-description.scm,
2131         scm/grob-property-description.scm, scm/music-types.scm,
2132         lily/cluster-engraver.cc, lily/cluster.cc,
2133         lily/include/cluster.hh, input/test/cluster.ly: cluster
2134         implementation
2135
2136         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
2137         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
2138         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
2139
2140         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
2141
2142         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
2143
2144         * scm/grob-description.scm: bugfix: by default, use default note
2145         head style when engraving ligatures
2146
2147         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
2148
2149         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
2150         events
2151
2152         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
2153
2154         * input/test/ancient-font.ly: bugfix: style -> flag-style
2155
2156         * lily/ligature-engraver.cc: indentation fix
2157
2158         * lily/parser.yy: indentation fixes
2159         
2160 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2161
2162         * input/regression/measure-grouping.ly: more elaborate example.
2163
2164         * lily/moment.cc: ly:add-moment, ly:mul-moment,
2165         ly:div-moment. New functions 
2166
2167         * scm/music-functions.scm (set-time-signature): new function,
2168         allow inline time sig settings with measure grouping.
2169
2170         * lily/parser.yy (command_element): move time sig construction
2171         into Scheme.
2172
2173         * lily/side-position-interface.cc (out_of_staff): new function,
2174         like padding, but keep minimum distance from staff. Easier than
2175         linespanners (dynamics, pedals), but roughly the same effect.
2176
2177 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
2178
2179         * emacs-mode.el: Added spanish-note-replacements 
2180         (<carlos.betancourt@chello.be>).
2181
2182         * vimrc: (Un)commenting with <(S-)F12>, tidy.
2183
2184 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
2185
2186         * lilypond.vim: Do not fontify cises, desis, etc.
2187
2188         * vimrc: view dvi with <S-F6>
2189
2190 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2191
2192         * lily/lookup.cc (triangle): new function.
2193
2194         * input/regression/measure-grouping.ly (texidoc): new file: show
2195         triangles and brackets for beat groups of 3 and 2.
2196
2197         * lily/include/measure-grouping-spanner.hh (class
2198         Measure_grouping): new file.
2199
2200         * lily/measure-grouping-spanner.cc (brew_molecule): new file
2201
2202         * lily/measure-grouping-engraver.cc (class
2203         Measure_grouping_engraver): new file.
2204
2205 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2206
2207         * Merge from stable:
2208
2209             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
2210         
2211         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
2212         stylesheet.
2213
2214         * ly/paper19.ly: Include paper19-init.ly.
2215
2216         * ly/paper19-init.ly: New file.
2217
2218         * Documentation/user/tutorial.itely (First steps): Fix first
2219         example for font test.
2220
2221         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
2222
2223         * ChangeLog: Add 1.7.6 release marker (see below).
2224
2225         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
2226         Add .py files.
2227
2228 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2229
2230         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
2231
2232         * input/tutorial/*.ly: update to new syntax.
2233
2234         * lily/parser.yy (Composite_music): new transpose syntax,
2235         \transpose FROM TO MUSIC. 
2236
2237 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2238
2239         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
2240         latex progress/error output to stderr (by default this goes to
2241         stdout).  Show lilypond progress, even when not verbose.
2242
2243         * python/lilylib.py (system): New optional parameter to control
2244         showing of progress.
2245
2246         * scm/backend-documentation-lib.scm (check-dangling-properties):
2247         Fix error message.
2248
2249         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
2250         axis, extent.
2251
2252         * scm/grob-property-description.scm (magnify): Remove.
2253         (extent, axis): Add.
2254
2255 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2256
2257         * VERSION: Release 1.7.6.
2258
2259         * scripts/convert-ly.py: more uniformization substitutions.
2260
2261         * buildscripts/new-chords.py (sub_chords): new file.
2262
2263 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2264
2265         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
2266         lilypond.map.  Include sauter fonts too.  Cleanups.
2267
2268 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2269
2270         * Documentation/user/tutorial.itely (First steps): change to new
2271         chord/tie/slur/beam notation.
2272
2273         * lily/parser.yy (event_that_take_dir): allow postfix notation for
2274         ties.
2275
2276         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
2277         engraver. Process ties in postfix notation, i.e. c8-~ c
2278
2279         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
2280
2281         * input/regression/beam-postfix-notation.ly (texidoc): new file.
2282
2283         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
2284
2285         * lily/beam-engraver.cc (try_music): accept new-beam-events
2286
2287         * input/regression/chord-scripts.ly (texidoc): new file
2288
2289         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
2290         script-events.
2291
2292         * scm/script.scm (default-script-alist): cleanup.
2293
2294         * lily/script-engraver.cc (make_script_from_event): cleanup.
2295
2296         * lily/lyric-combine-music-iterator.cc
2297         (Lyric_combine_music_iterator): remove superfluous events.
2298         (melisma_busy): new function. Fix broken melismas.
2299
2300 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
2301
2302         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
2303         Remove nonvalid settings. Use descriptive key names.
2304         Use <Return> to indicate the pressing of that key.
2305
2306 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2307
2308         * scripts/lilypond-book.py (option_definitions): Typo.
2309
2310         * scripts/ly2dvi.py: Updates.
2311
2312         * python/lilylib.py (setup_environment, print_environment)
2313         (get_bbox, make_preview): Merge and remove from ly2dvi and
2314         lilypond-book.
2315
2316         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
2317
2318         * .cvsignore: Remove some cruft.
2319
2320         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
2321         path.
2322
2323         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
2324         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
2325         throughout.
2326
2327         * python/lilylib.py (quiet_system): Junk
2328         (system): Display error log upon failure.
2329         (read_pipe): New function.  Cleanups and fixes.
2330
2331         * python/*.py: Rename from *.py.in.
2332         
2333         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
2334
2335         * GNUmakefile.in (SUBDIRS): Move python before scripts.
2336
2337 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2338
2339         * python/GNUmakefile: Bugfix: handle modules.
2340
2341         * stepmake/stepmake/python-module-targets.make (default): Add
2342         compiled modules. 
2343
2344         * stepmake/stepmake/python-module-rules.make: Add rule for byte
2345         compiling modules.
2346
2347         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
2348         Bugfix.  (OUT_PYC_MODULES): Add.
2349
2350 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
2351
2352         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
2353         Use default paths. Refresh description.
2354
2355 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2356
2357         * VERSION: 1.7.5 released
2358
2359         * input/regression/finger-chords.ly (texidoc): new file.
2360
2361         * lily/script-engraver.cc (process_music): remove scriptHorizontal
2362         support
2363
2364         * lily/fingering-engraver.cc (process_music): remove kludgy
2365         scriptHorizontal stuff.
2366
2367         * lily/script.cc: remove staff-support property.
2368
2369         * lily/new-fingering-engraver.cc (add_fingering): new
2370         file. Fingering engraver for new style chords.
2371
2372 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2373
2374         * lily/parser.yy (bare_number): allow 4 \cm (without
2375         decimal dot). (should backport to 1.6?)
2376
2377         * ly/declarations-init.ly: use Scheme for dimension defs.
2378
2379         * lily/parser.yy (TODO): remove hard coded dimensions, add
2380         REAL NUMBER_IDENTIFIER production.
2381
2382         * lily/rest-collision.cc (force_shift_callback): rewrite using
2383         -done property.
2384
2385         * scm/grob-property-description.scm (rest-collision-done): add
2386         property.
2387         
2388         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
2389
2390 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2391
2392         * input/regression/multi-measure-rest-center.ly: new file.
2393
2394         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
2395         off horizontally by 0.05 ss. Fixed.
2396
2397 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2398
2399         * scm/pdftex.scm: Rename ly-number to ly:number->string.
2400
2401         * Documentation/topdocs/index.tely: Remove duplicate from merge.
2402
2403 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2404
2405         * lily/tie.cc (get_control_points): also avoid staff lines on the
2406         just outside the outer staff lines
2407
2408 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2409
2410         * ly/params-init.ly: Just define style-alist, no need to
2411         define-public.
2412
2413         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
2414         (thanks Han-Wen).
2415
2416         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
2417         (FET_FILES): = FONT_FILES.
2418
2419         * Merge from stable:
2420
2421             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
2422
2423 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2424
2425         * VERSION: 1.7.4 released.  
2426         
2427         * scm/generate-documentation.scm (string-append): add macro
2428         definitions.
2429
2430         * lily/text-item.cc (lookup_text): don't use virtual fonts for
2431         normal texts.
2432
2433         * lily/multi-measure-rest-engraver.cc: make separate
2434         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
2435
2436         * lily/multi-measure-rest.cc: remove text handling. Remove
2437         number-threshold.
2438
2439 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2440
2441         * scm/music-types.scm: doc patch by Graham Percival
2442
2443 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2444
2445         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
2446         encoding part.
2447         (Font_info.set_defaults): pixelsize now also defauts to '0'.
2448         (sketch_p): Sketch wants only first four elements of X11 font spec.
2449
2450         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
2451
2452         * mf/feta-autometric.mf: Write foundry and family to log.
2453
2454         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
2455         font translation table.
2456
2457         * buildscripts/mf-to-table.py: Better font info into afm.
2458
2459         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
2460         1.0.9 required.
2461
2462         * configure.in: Whine for mftrace 1.0.9.
2463
2464 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2465
2466         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
2467
2468         * lily/main.cc (main_prog): don't try to load init.EXT when
2469         processing foo.EXT.
2470
2471 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
2472
2473         * scm/tex.scm (zigzig-line): added.
2474
2475         * scm/ps.scm (zigzag-line): added.
2476
2477         * ps/music-drawing-routines.ps (subvec): added.
2478         (draw_zigzag_line): added.
2479         
2480         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
2481         grob properties zigzag-width and zigzag-length.
2482
2483         * input/regression/glissando.ly: Add some zig-zagged glissandi.
2484
2485 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2486
2487         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
2488         svg output, including font.
2489
2490 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2491
2492         * scm/lily.scm: Register sodipodi output module.
2493
2494         * scm/sodipodi.scm: New file.
2495
2496         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
2497
2498         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
2499         comment, after header.
2500         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
2501         FullName.  Fix FontName key.
2502
2503 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
2504
2505         * lily/rest.cc (after_line_breaking): bugfix: dots after half
2506         and breve rests.
2507         
2508         * input/test/blank-notes.ly: bugfix
2509
2510         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
2511         rests. (Kim Shrier)
2512
2513         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
2514         
2515 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2516
2517         * scm/tex.scm: 
2518         * scm/ps.scm: Cleanup and remove obsolete junk.
2519
2520         * Documentation/user/internals.itely:
2521         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
2522
2523         * lily/parser.yy: Identify shift/reduce problems.
2524
2525         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
2526         make-style-sheet.  Too specific for convert-ly?
2527
2528 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2529
2530         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
2531
2532         * input/test/*.ly: various fixes.
2533
2534         * lily/music.cc (name): bugfix
2535
2536         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
2537
2538         * lily/input-file-results.cc (code): set-point-and-click! ->
2539         set-point-and-click
2540         
2541 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2542
2543         * Use uniform ly: prefix for exported scheme primitive functions.
2544
2545         * scm/music-types.scm: junk compat glue
2546
2547         * scripts/convert-ly.py: add rules for stuff below, junk
2548         compatibility glue for spanrequest.
2549
2550         * lily/parser.yy (verbose_event): remove \spanrequest,
2551         \commandspanrequest, \script. 
2552         
2553         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
2554
2555         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
2556         for \penalty, \glissando.
2557
2558         * VERSION: release 1.7.3
2559         
2560 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
2561
2562         * lily/accidental-engraver.cc: Fix
2563         grace-in-the-beginning-of-measure bug caused by the resent
2564         partial-measure fix.
2565
2566         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
2567         overlap looks too crowded)
2568         
2569 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2570
2571         * lily/parser.yy (assignment): allow SCM expression as assignment.
2572
2573         * lily/include/music-output-def.hh (class Music_output_def):
2574         * lily/music-output-def.cc: 
2575         * lily/paper-def.cc: 
2576         * scm/font.scm (markup-to-properties):
2577         * lily/parser.yy (music_output_def_body): 
2578         remove style_sheet_
2579
2580 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2581
2582         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
2583         length.
2584
2585         * input/regression/spacing-to-grace.ly: new file.
2586
2587         * input/regression/spacing-end-of-line.ly: new file.
2588
2589         * lily/note-spacing.cc (get_spacing): take into account breakable
2590         stuff sticking out at the left (time sig change at line break).
2591
2592         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
2593         raggedright code.
2594
2595         * scm/music-functions.scm (make-voice-props-set): add
2596         staff-position for mm rests.
2597  
2598         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
2599         before grace notes a little.
2600
2601         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
2602
2603         * lily/break-align-interface.cc (do_alignment): right-edge spacing
2604         key adds space at the end of line. 
2605
2606 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2607
2608         * scm/sketch.scm: Fix beams.
2609
2610         * buildscripts/mf-to-table.py: Add EncodingScheme.
2611
2612         * scm/sketch.scm: Resurrect.
2613
2614 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2615
2616         * lily/multi-measure-rest.cc: use breve rests for measure lengths
2617         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
2618
2619 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2620
2621         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
2622
2623         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
2624
2625 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2626
2627         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
2628         token for origin information.
2629
2630         * lily/parser.yy (My_lily_lexer): do identifier location and
2631         cloning from lexer.
2632
2633         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
2634         logic out of the parser. Add bar checks on both ends.
2635
2636         * Documentation/user/refman.itely (Multi measure rests): add more
2637         notes about mm rests.
2638
2639 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2640
2641         * input/regression/bar-scripts.ly: Re-enable.
2642
2643         * lily/parser.yy:
2644         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
2645         released rsn.  Bison 1.50 has a crucial bug and won't work.
2646
2647         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
2648
2649
2650 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2651
2652         * input/regression/bar-scripts.ly: Blunt documentation build fix.
2653
2654 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2655
2656         * Actually merge changes since 1.6.4 besides ChangeLog, and
2657         resolve conflicts.  Lots of updates, hope all is well.
2658         
2659         * cygwin/lilypond.hint (requires): Add ghostscript.
2660
2661         * scm: Update some (c).
2662         
2663 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2664
2665         * input/test/{various}.ly: add \header fields and texidoc strings.
2666
2667 2002-10-05  Werner Lemberg  <wl@gnu.org>
2668
2669         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
2670         renamed to `output_latex_quoted'.
2671         Added `output_latex_noquote'.
2672         (schedule_lilypond_block): Implement `noquote' option for LaTeX
2673         mode.
2674
2675 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2676
2677         * ChangeLog: Add 1.6.6 release marker.  See below.
2678
2679         * stepmake/stepmake/po-targets.make: Remove --c++ option.
2680
2681         * scripts/midi2ly.py: Fix global syntax warnings.
2682
2683         * GNUmakefile.in: Generate builddir locale tree too.
2684
2685         * scripts/ly2dvi.py:
2686         * scripts/midi2ly.py: 
2687         * scripts/mup2ly.py: 
2688         * scripts/update-lily.py:
2689         * lily/main.cc (setup_paths): Fix for locales setup.
2690
2691 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2692
2693         * Documentation/windows/installing.texi: Soften wording about
2694         necessity of becoming Administrator.  tommie@iae.nl reports this
2695         does not seem to be necessary for his flavour of Windows 2000.
2696         Explicitely discourage text mode mounts.
2697
2698 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2699
2700         * lily/rest.cc (after_line_breaking): backport dot position fix.
2701
2702         * lily/rest-collision.cc (do_shift): also remove dots for suicided
2703         rests. Thanks to Klaus Zimmermann for finding this bug.
2704
2705 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2706
2707         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
2708
2709 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2710
2711         * Documentation/user/music-glossary.tely: fix links.
2712
2713 2002-10-21  Werner Lemberg  <wl@gnu.org>
2714
2715         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
2716         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
2717         scaling factor) only once and use them in the definition of
2718         \embeddedps.
2719         * ps/music-drawing-routines.ps (skeel): Removed.
2720
2721 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2722
2723         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
2724         Solaris7, as we don't use nested $( ) constructs.
2725
2726 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2727
2728         * VERSION: Release 1.6.6.
2729         
2730 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2731
2732         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
2733         as workaround for /bin/sh problems on Solaris7.
2734
2735 2002-10-19  Werner Lemberg  <wl@gnu.org>
2736
2737         * GNUmakefile.in (web-doc): Fix typos.
2738         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
2739         `music-drawing-routines.ps' but emit \special{header=...} once.
2740         * scm/tex.scm (header-end): Updated.
2741
2742 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2743
2744         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
2745         undefined tremolo. 
2746
2747 2002-10-15  Werner Lemberg  <wl@gnu.org>
2748
2749         * scripts/lilypond-book.py (g_make_html): New global variable.
2750         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
2751         if `g_make_html' isn't set.
2752         [main]: Add format `texi-html'.
2753         (option_definitions): Updated.
2754         * Documentation/user/lilypond-book.itely: Updated.
2755
2756         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
2757         * make/ly-rules.make (%.texi, %.nexi): Use it.
2758         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
2759         format to lilypond-book.
2760         * GNUmakefile.in (web-doc): Ditto.
2761
2762 2002-10-14  Werner Lemberg  <wl@gnu.org>
2763
2764         Further improve TeX output.  The produced files are about 40%
2765         smaller.  `lilyponddefs.tex' is now read only once.
2766
2767         * tex/lilyponddefs.tex: Remove footer stuff.
2768         (\ifundefined): Renamed to...
2769         (\lilypondundefined): This.  Use LaTeX's definition to
2770         make it nestable and make it global.
2771         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
2772         output.
2773         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
2774         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
2775         them global.
2776         (\placebox): Renamed to...
2777         (\lyitem): This.
2778         Make it global and call \outputscale by itself.
2779         (\lybox, \lyvrule): New macros to reduce input data.
2780         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
2781         New auxiliary macros.
2782         (\SkipLilydefs, \EndLilyPondOutput): Removed.
2783         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
2784         to...
2785         (\lilypondspace): This and made it global.
2786         (\turnOnPostScript): Renamed to...
2787         (\lilypondpostscript): This and made it global.
2788         (\turnOnExperimentalFeatures): Renamed to...
2789         (\lilypondexperimentalfeatures): This and made it global.
2790         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
2791         (\lilypondsetdimen): This and made it global.
2792         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
2793         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
2794         (all, $(outdir)/music-drawing-routines.ps): New rules.
2795         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
2796         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
2797         start-system, stop-system, stop-last-system, filledbox): Updated to
2798         use the changed macros from lilyponddefs.tex.
2799         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
2800
2801 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2802
2803         * Documentation/windows/installing.texi: Update.
2804
2805 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2806
2807         * VERSION: 1.6.5 released
2808
2809         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
2810
2811 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2812
2813         * scm/translator-property-description.scm (voltaOnThisStaff): add
2814         property.
2815
2816 2002-09-28  Werner Lemberg  <wl@gnu.org>
2817
2818         * scm/tex.scm (header-end): Suppress page numbering.
2819
2820         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
2821         Fix quotation for HTML output.
2822
2823 2002-09-28   Graham Percival   <gperciva@sfu.ca>
2824         
2825         * Documentation/user/refman.itely: grammar and phrasing
2826           fixes to "Note Entry" section.  Also adds a few new examples.
2827
2828 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2829
2830         * flower/include/string-data.icc: include string.h
2831
2832 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2833
2834         * scm/chord-name.scm (chord::inner-name-banter): remove space.
2835
2836 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2837
2838         * Documentation/user/GNUmakefile (extra-local-help): Add.
2839
2840         * stepmake/stepmake/www-targets.make (local-help): Add.
2841
2842 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2843
2844         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
2845         packages.
2846
2847         * Documentation/topdocs/README.texi (Top): building documentation
2848         (not website.)
2849
2850 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2851
2852         * Documentation/user/refman.itely: 
2853         * Documentation/user/tutorial.itely: 
2854         * Documentation/user/music-glossary.tely: Merge changes.
2855
2856         * Documentation/user/glossary.html.in: 
2857         * Documentation/index.texi: 
2858         * Documentation/header.html.in: Accomodate renaming of glossary.
2859         
2860         * Documentation/user/tutorial.itely: Add some glossary references.
2861         
2862         * Documentation/user/refman.itely: Minor fixes.
2863         
2864         * Documentation/user/lilypond.tely: Add glossary do direntry.
2865
2866         * Documentation/user/music-glossary.tely: Rename (previously:
2867         glossary.tely).  Fix anchor placement.
2868
2869         * Documentation/user/GNUmakefile: Make music-glossary.info too.
2870
2871 2002-09-23  Werner Lemberg  <wl@gnu.org>
2872
2873         * scripts/lilypond-book.py (output_dict): Fix handling of
2874         various environments by avoid extraneous newlines.
2875         Rename `output-all' regexp for html to `output-html'.
2876         Replace `output-all' regexp for texi with `output-texi-quote'
2877         and `output-texi-noquote'.
2878         (compose_full_body): Don't override `linewidth' user option
2879         for `singleline'.
2880         (schedule_lilypond_block): Don't indent text specified with
2881         `intertext' option.
2882         Add new option `noquote'.
2883         (compile_all_files): Use latex instead of tex to compile ly
2884         files directly.
2885
2886         * Documentation/user/lilypond-book.itely: Updated and revised.
2887         Improve layout.
2888
2889         * Documentation/user/glossary.tely,
2890         Documentation/user/introduction.itely,
2891         Documentation/user/tutorial.itely,
2892         Documentation/user/refman.itely,
2893         Documentation/user/appendices.itely: Fix overfull LilyPond
2894         boxes caused by the new lilypond-book code.  Other minor
2895         fixes.
2896
2897         * Documentation/user/macros.itexi (@texiflat): Don't emit
2898         trailing space.
2899
2900         * scm/tex.scm (end-output, header-end): Add preamble and
2901         postamble to make lilypond output directly compilable with
2902         latex.
2903
2904         
2905 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2906
2907         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
2908         instructions.
2909
2910 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2911
2912         * Documentation/user/glossary.tely: Add titling and hyperlinks.
2913
2914 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2915
2916         * lily/beam.cc (connect_beams): don't crash if there are quarter
2917         notes in beams.
2918
2919 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
2920
2921         * Documentation/user/refman.itely: corrected ancient clef
2922         docu; added docu on ligatures
2923
2924 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
2925
2926         * Documentation/user/glossary.tely,
2927         Documentation/user/refman.itely, input/les-nereides.ly,
2928         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
2929         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
2930         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
2931         Stem properties: flag-style -> stroke-style, style -> flag-style.
2932
2933
2934 2002-09-22  Werner Lemberg  <wl@gnu.org>
2935
2936         * scripts/lilypond-book.py: Add option `notime' to suppress
2937         printing of a time signature.  Specify default indentation of 0pt
2938         if single line fragment.  Don't emit redundant `\paper{ }'.
2939
2940         * Documentation/user/lilypond-book.itely: Updated.
2941
2942         * Documentation/user/glossary.tely: Completely reformatting.
2943
2944 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2945
2946         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
2947
2948 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2949
2950         * Documentation/user/tutorial.itely: Fix links.
2951         
2952         * Documentation/topdocs/index.tely:
2953         * Documentation/index.texi:
2954         * Documentation/header.html.in: Small website fixes and updates.
2955
2956         * debian/: Debian patch by Anthony Fok.
2957
2958 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2959
2960         * Documentation/footer.html.in: How time flies: It's already 2002!
2961
2962         * Documentation/topdocs/index.tely: Stable/development fix.  Use
2963         more descriptive link names than 'here'.
2964
2965 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2966
2967         * VERSION: 1.7.2 released
2968         * VERSION: 1.6.4 released
2969         
2970         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
2971
2972         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
2973         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
2974
2975         * mf/feta-din.mf (test): add x-height and space.
2976
2977         * lily/dynamic-engraver.cc (process_music): take dynamic direction
2978         from ^_ for crescendi. Idem for slurs and phrasing slurs.
2979
2980         * ly/grace-init.ly: add-to-grace-init: function to portably add
2981         settings to \grace. 
2982
2983         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
2984         if we get an absolute dynamic event.
2985  
2986         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
2987
2988         * lily/source-file.cc (get_line): oops. All line numbers were off
2989         by 2. Fix that. 
2990
2991         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
2992         be after the note, combined with -_^, i.e. c4-(-\)-\>  
2993
2994         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
2995
2996         * lily/parser.yy (number_factor): remove (number) as number
2997         expression. ("Let them eat Lisp").
2998
2999 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3000
3001         * lily/horizontal-bracket.cc: new file.
3002
3003         * lily/horizontal-bracket-engraver.cc: new file.
3004
3005         * input/regression/note-group-bracket.ly: new file. Support
3006         horizontal note brackets for music analysis.
3007
3008         * lily/stem.cc (flag): new flag-style: no-flag.
3009
3010         * input/test/stem-cross-staff.ly: new file
3011         
3012         * Documentation/user/internals.itely: Improved formatting, fixing
3013         typos.  Added a section `Output details' to describe how the TeX
3014         code looks like.
3015
3016         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
3017
3018         * lily/parser.yy: remove \dynamicscript.
3019
3020         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
3021         definitions. 
3022
3023         * python/midi.c (midi_error): take two arguments.
3024
3025         * Merge 1.6.5 changes:
3026         
3027 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3028
3029         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
3030         staff-space.  Previous 1.5 was probably meant as half-spaces.
3031         (cautionary-style): parentheses (was: smaller).  This is what doco
3032         says, and it seems more logical.
3033
3034         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
3035         for 2nd sentence.
3036
3037 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3038
3039         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
3040
3041 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3042
3043         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
3044
3045 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3046
3047         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
3048
3049 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3050
3051         * scm/translator-property-description.scm (voltaOnThisStaff): add
3052         property.
3053
3054 2002-09-28  Werner Lemberg  <wl@gnu.org>
3055
3056         * scm/tex.scm (header-end): Suppress page numbering.
3057
3058         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
3059         Fix quotation for HTML output.
3060
3061 2002-09-28   Graham Percival   <gperciva@sfu.ca>
3062         
3063         * Documentation/user/refman.itely: grammar and phrasing
3064           fixes to "Note Entry" section.  Also adds a few new examples.
3065
3066 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3067
3068         * flower/include/string-data.icc: include string.h
3069
3070 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3071
3072         * scm/chord-name.scm (chord::inner-name-banter): remove space.
3073
3074 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3075
3076         * Documentation/user/GNUmakefile (extra-local-help): Add.
3077
3078         * stepmake/stepmake/www-targets.make (local-help): Add.
3079
3080 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3081
3082         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
3083         packages.
3084
3085         * Documentation/topdocs/README.texi (Top): building documentation
3086         (not website.)
3087
3088 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3089
3090         * Documentation/user/refman.itely: 
3091         * Documentation/user/tutorial.itely: 
3092         * Documentation/user/music-glossary.tely: Merge changes.
3093
3094         * Documentation/user/glossary.html.in: 
3095         * Documentation/index.texi: 
3096         * Documentation/header.html.in: Accomodate renaming of glossary.
3097         
3098         * Documentation/user/tutorial.itely: Add some glossary references.
3099         
3100         * Documentation/user/refman.itely: Minor fixes.
3101         
3102         * Documentation/user/lilypond.tely: Add glossary do direntry.
3103
3104         * Documentation/user/music-glossary.tely: Rename (previously:
3105         glossary.tely).  Fix anchor placement.
3106
3107         * Documentation/user/GNUmakefile: Make music-glossary.info too.
3108
3109 2002-09-23  Werner Lemberg  <wl@gnu.org>
3110
3111         * scripts/lilypond-book.py (output_dict): Fix handling of
3112         various environments by avoid extraneous newlines.
3113         Rename `output-all' regexp for html to `output-html'.
3114         Replace `output-all' regexp for texi with `output-texi-quote'
3115         and `output-texi-noquote'.
3116         (compose_full_body): Don't override `linewidth' user option
3117         for `singleline'.
3118         (schedule_lilypond_block): Don't indent text specified with
3119         `intertext' option.
3120         Add new option `noquote'.
3121         (compile_all_files): Use latex instead of tex to compile ly
3122         files directly.
3123
3124         * Documentation/user/lilypond-book.itely: Updated and revised.
3125         Improve layout.
3126
3127         * Documentation/user/glossary.tely,
3128         Documentation/user/introduction.itely,
3129         Documentation/user/tutorial.itely,
3130         Documentation/user/refman.itely,
3131         Documentation/user/appendices.itely: Fix overfull LilyPond
3132         boxes caused by the new lilypond-book code.  Other minor
3133         fixes.
3134
3135         * Documentation/user/macros.itexi (@texiflat): Don't emit
3136         trailing space.
3137
3138         * scm/tex.scm (end-output, header-end): Add preamble and
3139         postamble to make lilypond output directly compilable with
3140         latex.
3141
3142         
3143 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3144
3145         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
3146         instructions.
3147
3148 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3149
3150         * Documentation/user/glossary.tely: Add titling and hyperlinks.
3151
3152 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3153
3154         * lily/beam.cc (connect_beams): don't crash if there are quarter
3155         notes in beams.
3156
3157 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
3158
3159         * Documentation/user/refman.itely: corrected ancient clef
3160         docu; added docu on ligatures
3161
3162 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
3163
3164         * Documentation/user/glossary.tely,
3165         Documentation/user/refman.itely, input/les-nereides.ly,
3166         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
3167         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
3168         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
3169         Stem properties: flag-style -> stroke-style, style -> flag-style.
3170
3171 2002-09-22  Werner Lemberg  <wl@gnu.org>
3172
3173         * scripts/lilypond-book.py: Add option `notime' to suppress
3174         printing of a time signature.  Specify default indentation of 0pt
3175         if single line fragment.  Don't emit redundant `\paper{ }'.
3176
3177         * Documentation/user/lilypond-book.itely: Updated.
3178
3179         * Documentation/user/glossary.tely: Completely reformatting.
3180
3181 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3182
3183         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
3184
3185 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3186
3187         * Documentation/user/tutorial.itely: Fix links.
3188         
3189         * Documentation/topdocs/index.tely:
3190         * Documentation/index.texi:
3191         * Documentation/header.html.in: Small website fixes and updates.
3192
3193         * debian/: Debian patch by Anthony Fok.
3194
3195 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3196
3197         * Documentation/footer.html.in: How time flies: It's already 2002!
3198
3199         * Documentation/topdocs/index.tely: Stable/development fix.  Use
3200         more descriptive link names than 'here'.
3201
3202 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3203
3204         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
3205
3206 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3207
3208         * lily/part-combine-music-iterator.cc (get_state): cleanup
3209         (get_music_info): cleanup.
3210
3211 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3212
3213         * scm/backend-documentation-lib.scm (interface-doc-string):
3214         crosslinks between interfaces and grobs. Headings for interfaces
3215         in grob explanation.
3216
3217 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3218
3219         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
3220         dtd).  Add preliminary dtd.
3221         (re-sub-alist): Robustify.
3222
3223 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3224
3225         * lily/include/event-chord-iterator.hh,
3226         lily/context-specced-music-iterator.cc,
3227         lily/event.cc, lily/event-chord-iterator.cc: add
3228
3229 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3230
3231         * lily/: some (c) header fixes.
3232         
3233         * lily/request-chord.cc: Remove.
3234         
3235         * lily/include/event-chord-iterator.hh:
3236         * lily/include/event.hh:
3237         * lily/event-chord.cc: New file.
3238         
3239         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
3240         requested.
3241
3242 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3243
3244         * lily/ : rename Request to Event
3245
3246         * lily/parser.yy (command_element): move clef stuff into Scheme.
3247
3248         * lily/:  rename length_mom () to get_length()
3249
3250         * lily/part-combine-music.cc: removed file and class.
3251
3252         * lily/context-specced-music-iterator.cc (class
3253         Context_specced_music_iterator): new file. Obsoletes the
3254         Context_specced_music type.
3255
3256         * scm/music-types.scm (make-repeated-music): put different kinds
3257         of repeated music into music-type table.
3258
3259         * VERSION: 1.7.1 released.
3260
3261         * scm/to-xml.scm: new file.
3262
3263         * input/test/to-xml.ly (fooBar): demo of what is possible with the
3264         new Input representation: dump music as XML.
3265
3266         * scm/engraver-documentation-lib.scm
3267         (engraver-accepts-music-types?): add links from music to engraver,
3268         from music-type to engraver.
3269
3270         * lily/include/command-request.hh: removed
3271         lily/include/musical-request.hh: removed. Removed all _req classes
3272         except Key_change_req. Changes throughout.
3273
3274 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3275
3276         * lily/tuplet-engraver.cc (try_music): Compile kludge.
3277
3278 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3279
3280         * lily/*.cc: specify accepts for many engravers.
3281
3282         * scm/music-documentation-lib.scm: dump music expressions and
3283         music subtypes.
3284
3285         * scm/documentation-lib.scm: complete revision.
3286         Use GOOPS objects to store document tree explicitly. Cleaned up and
3287         sped up doco generation a lot.
3288
3289 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3290
3291         * input/trip.ly (fugaIILeft): add arpeggio
3292
3293         * lily/translator-group.cc (try_music_on_nongroup_children):
3294         oops. The name symbol is in the cdr of the assoc handle.
3295
3296         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
3297         Hyphen_req, Glissando_req, Break_req, Mark_req 
3298
3299 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3300
3301         * lily/musical-request.cc (music-duration-length,
3302         music-duration-compress): new functions.
3303
3304         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
3305         throughout. Warning doesn't work yet.
3306
3307         * lily/translator-group.cc (try_music_on_nongroup_children):
3308         new implementation: store candidate acceptors in a hashTable.
3309
3310 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3311
3312         * scm/music-types.scm (music-descriptions): change name to
3313         internal-class-name
3314
3315         * scm/chord-name.scm (chord::inner-name-banter): remove space.
3316
3317 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3318
3319         * lily/beam.cc (connect_beams): don't crash if there are quarter
3320         notes in beams.
3321
3322 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
3323
3324         * Documentation/user/refman.itely: corrected ancient clef
3325         docu; added docu on ligatures
3326
3327 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
3328
3329         * Documentation/user/glossary.tely,
3330         Documentation/user/refman.itely, input/les-nereides.ly,
3331         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
3332         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
3333         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
3334         Stem properties: flag-style -> stroke-style, style -> flag-style.
3335
3336 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3337
3338         * scm/music-functions.scm (music-separator?): don't use name music
3339         property.
3340
3341 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3342
3343         * stepmake/stepmake/generic-targets.make (help): Document check
3344         target.
3345
3346         * lily/new-accidental-engraver.cc: Compile fix.
3347
3348 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3349
3350         * scripts/convert-ly.py: Add rule.
3351
3352         * input/test/music-creation.ly:
3353         * input/test/add-staccato.ly:
3354         * input/test/add-text-script.ly: ly-make-music.
3355
3356         * scm/drums.scm (make-head-type-elem, make-articulation-script):
3357         More ly-make-music renamings.
3358
3359         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
3360
3361         * lily/music-constructor.cc (make_music): Add debugging info.
3362
3363         * scm/music-functions.scm (make-simultaneous-music,
3364         (make-sequential-music, context-spec-music):
3365         * scm/music-types.scm (music-descriptions): Get lily to run.
3366
3367 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3368
3369         * lily/command-request.cc (transpose_key_alist): new function.
3370
3371         * lily/key-performer.cc (create_audio_elements): cleanup. 
3372
3373 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3374
3375         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
3376
3377         * lily/include/translator.hh (ENTER_DESCRIPTION): add
3378         events-accepted field.
3379
3380         * scm/music-types.scm: new file.
3381
3382         * lily/parser.yy: put music type initialization into scheme,
3383         similar to grob initialization.  Changes throughout.
3384
3385 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3386
3387         * Documentation/user/tutorial.itely: Fix links.
3388         
3389         * Documentation/index.texi: 
3390         * Documentation/header.html.in: 
3391         * Documentation/topdocs/index.tely: Small website fixes and updates.
3392
3393         * debian/: Debian patch by Anthony Fok.
3394
3395 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3396
3397         * Documentation/footer.html.in: How time flies: It's already 2002!
3398
3399         * Documentation/topdocs/index.tely: Stable/development fix.  Use
3400         more descriptive link names than 'here'.
3401
3402         * ROADMAP: Remove test stuff.
3403
3404         * scripts/update-lily.py: Allow auto-building of stable and
3405         development versions.  Bugfixes.
3406
3407 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3408
3409         * VERSION: released 1.7.0
3410
3411         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
3412
3413         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
3414         positive line widths.
3415
3416 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3417
3418         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
3419         go.  Fix comments.
3420
3421         * cygwin: Cygwin updates.
3422
3423 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3424
3425         * Documentation/windows/installing.texi (Top): version for python,
3426         urls for ghostscript (thanks to John Potelle)
3427         
3428         * lily/simultaneous-music-iterator.cc
3429         (Simultaneous_music_iterator): init children_list_ before
3430         triggering GC.
3431
3432         * lily/*-iterator.cc: be even more careful with smobbed copy
3433         constructors. 
3434
3435         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
3436         LeftEdge item.
3437
3438 2002-09-15  Werner Lemberg  <wl@gnu.org>
3439
3440         Improving LilyPond's output to make them ordinary TeX boxes with
3441         predictable dimensions.  System boxes are now vertically centered on
3442         the baseline; this offset can be further controlled with
3443         \lilypondscoreshift.
3444
3445         * lily/system.cc (System::post_processing): Pass length of current
3446         system to `start-system' (including any horizontal indentation).
3447
3448         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
3449         prettier.
3450         (lily-def): Append `%'.
3451         (start-system): Add parameter `wd'.  Output more TeX code to specify
3452         box dimensions.
3453         (stop-system, stop-last-system): Complement changes in
3454         `start-system'.
3455         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
3456         Updated.
3457
3458         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
3459         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
3460         Write final `\endinput'.
3461
3462         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
3463         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
3464         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
3465         files and macro definitions don't produce spurious spaces and
3466         paragraphs (using \endlinechar).
3467         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
3468
3469         * Documentation/user/internals.itely: Improved formatting, fixing
3470         typos.  Added a section `Output details' to describe how the TeX
3471         code looks like.
3472
3473 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
3474
3475         * lily/accidental-engraver.cc: Also work with partial measures.
3476
3477 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3478
3479         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
3480         spanner.
3481
3482 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3483
3484         * lily/identifier-smob.cc (unpack_identifier): new file.
3485
3486         * lily/lexer.ll (identifier_type): new function.  use ly-id to
3487         pass off scheme expressions as music identifiers.
3488
3489         * scm/lily.scm: reorganisation, cleanups.
3490
3491         * lily/main.cc: small cleanups.
3492
3493 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3494
3495         * lily/ly-module.{cc,hh}: new file.
3496
3497 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
3498
3499         * lily/accidental-engraver.cc: Also work with partial measures.
3500
3501 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3502
3503         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
3504
3505 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3506
3507         * lily/my-lily-lexer.cc: use SCM module in stead of
3508         Scheme_hash_table. Changes throughout.  
3509
3510 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3511
3512         * VERSION (MY_PATCH_LEVEL): make 1.7.0
3513