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