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