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