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