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