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