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