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