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