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