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