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