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