]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* scm/fret-diagrams.scm (draw-dots): default values for dot size
[lilypond.git] / ChangeLog
1 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
2
3         * scm/fret-diagrams.scm (draw-dots): default values for dot size
4         and dot-position now depend on finger-code value; in-dot makes
5         dots larger and centered.
6         (draw-barre): added straight-barre indicator option
7         (draw-dots): made fontify-text-white work.
8
9         * music-drawing-routines.ps: added /draw_white_text
10
11         * scm/output-tex.scm:  added white-text
12
13         * scm/output-ps.scm:  added white-text
14
15         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
16         list of stencil expressions
17
18         * scm/stencil.scm: Added fontify-text-white
19
20 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
21
22         * input/regression/+.ly: use @unnumbered section.
23
24 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
25
26         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
27         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
28
29 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
30
31         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
32
33 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
34
35         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
36         was causing an error. (was not actually commited in 2004-06-20)
37
38         * input/regression/lily-in-scheme.ly (withPaddingC): does not
39         breaks anymore
40
41 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
42
43         * lily/my-lily-parser.cc (parse_string): switch module too.
44
45 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
46
47         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
48         ec-fonts-mftraced to running requirements.
49
50 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
51
52         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
53         assignments don't reach the original file.
54
55         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
56         exists
57
58 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
59
60         * scm/output-gnome.scm: 
61         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
62
63         * debian/: Apply Debian patch (Anthony Fok).
64
65 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
66
67         * Documentation/user/music-glossary.tely: fix titling; @top is already
68         an @unnumbered @chapter.
69
70 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
71
72         * debian/GNUmakefile (EXTRA_DIST_FILES):
73         (CONF_FILES): update file list.
74
75         * lily/stencil.cc (interpret_stencil_expression): bugfix.
76
77 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
78
79         * debian/: Remove cruft (requested Anthony Fok.)
80
81         * buildscripts/guile-gnome.sh: Build without gcc libtool version
82         juggling.
83
84         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
85         Add popup menu with grob properties.
86
87         * lily/grob-scheme.cc (ly:grob-properties):
88         (ly:grob-basic-properties): New function.
89
90         * lily/stencil.cc (interpret_stencil_expression): Comment-out
91         "no-origin" call.  Fixes -fps output.
92
93         * scm/output-ps.scm (no-origin): Add dummy implementation.
94
95         * scm/output-gnome.scm (define-origin): Remove
96         (grob-cause): Add.
97
98         * scm/output-ps.scm (scm):
99         * scm/output-tex.scm (scm): Remove define-origin from exports list.
100         (define-origin): Remove.
101
102         * scm/output-gnome.scm (define-origin): 
103
104         * scm/lily.scm (ly:all-output-backend-commands): Remove
105         define-origin.  Add grob-cause.
106
107 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
108
109         * buildscripts/lilypond-words.py: add ly/portugues.ly.
110
111 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
112
113         * Documentation/user/GNUmakefile:
114         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
115         --include-css=.../texinfo.css; command includes css into the html.
116
117         * Documentation/texinfo.css: add file.
118         define <hr> as black and thin.            
119
120 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
121
122         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
123         stencil expression. Junk define-origin.
124
125         * lily/my-lily-parser.cc (parse_string): init parser variable when
126         lexer_ is set, ie. in parse_string and parse_file.
127
128         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
129         ly:score-bookify.
130
131         * scm/lily.scm (collect-scores-for-book): new function.
132
133         * ly/init.ly: print collected scores/musics.
134
135         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
136         scope, not in lily module.
137
138         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
139
140         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
141         encapsulate gtk/pango tests.
142
143         * po/tr.po: Turkish translation.
144
145 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
146
147         * input/regression/lily-in-scheme.ly: regression test for #{
148         ... #} syntax
149
150         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
151         was causing an error.
152
153         * Documentation/user/programming-interface.itely (Using LilyPond
154         syntax inside Scheme): documentation for #{ ... #} syntax.
155
156 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
157
158         * Documentation/index.html.in: use black thin <hr>.
159
160         * buildscripts/mutopia-index.py: use thin black <hr>.
161
162 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
163
164         * scm/fret-diagrams.scm: Use UNIX style line endings.
165         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
166         typo.  Fixes compile.
167
168         * scm/output-ps.scm (white-dot): Remove second incarnation.
169
170         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
171
172 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
173
174         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
175         single file error.
176
177         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
178
179 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
180
181         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
182         remove size as argument to fret-diagram interface;
183         improved white-circle dots for fret;
184         improved top-fret thick line/
185
186         * scm/output-ps.scm: added white-dot function
187
188         * scm/output-tex.scm: added white-dot function
189
190         * tex/music-drawing-routines.ps: added draw_white_dot function
191
192         * ps/music-drawing-routines.ps: added draw_white_dot function
193
194         * input/test/fret-diagram.ly: examples to show multiple
195         functions and multiple interfaces
196
197 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
198
199         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
200         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
201
202         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
203         conflict.  Have I told you lately how much I love autotools?
204
205 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
206
207         * lily/lily-guile.cc: 
208         * lily/pangofc-afm-decoder.cc:
209         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
210         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
211
212         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
213         developers.
214
215         * lily/paper-outputter.cc (file): New method.
216         (dump_string): Use it.
217
218         * scm/output-gnome.scm: Update with pango CVS info, lilylib
219         musing.
220
221         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
222         of them has a comma :-).
223
224         * scm/framework-gnome.scm: Add pango decoders.
225
226         * lily/include/pangofc-afm-decoder.hh: 
227         * lily/pangofc-afm-decoder.cc: New file.
228
229         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
230
231         * configure.in: Check for pango.
232
233         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
234         autoconf).
235         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
236
237         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
238
239 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
240
241         * Documentation/user/tutorial.itely (Integrating text and music):
242         fix grammar & punctuation.
243
244 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
245
246         * lily/: Stray janitorial cleanups.
247
248         * scm/lily.scm (ly:all-stencil-expressions):
249         * scm/lily.scm (ly:all-output-backend-commands): New function.
250
251         * scm/safe-lily.scm (safe-objects): Add them.
252
253         * scm/framework-gnome.scm (<gnome-outputter>): New class.
254
255         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
256
257 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
258
259         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
260
261 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
262
263         * scm/page-layout.scm (default-page-make-stencil): add
264         raggedbottom, raggedlastbottom.
265
266         * Documentation/user/changing-defaults.itely (Page layout): add doc.
267
268         * scm/framework-tex.scm (define-fonts): fix export of
269         papersize.
270
271         * lily/paper-book.cc (classic_output): strip suffixes from
272         framework functions.
273
274         * lily/tuplet-bracket.cc (before_line_breaking): do not return
275         SCM_UNDEFINED to Scheme.
276
277 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
278
279         * lily/book.cc: remove Book::to_stencil().
280         (process): whoops. Score::book_rendering returns vector, not list.
281
282         * scripts/convert-ly.py (conv): remove \notes.
283         apply to input examples.
284
285         * lily/paper-outputter.cc (output_stencil): don't use
286         smobify_self() but self_scm()
287
288         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
289         from smobify_self().
290
291         * lily/paper-book.cc (output): load framework module
292         scm_c_resolve_module().
293
294         * python/lilylib.py (exit): exit with argument i.
295
296 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
297
298         * scm/framework-gnome.scm (output-framework-gnome): Try loading
299         gnome modules from non-toplevel.
300
301         * lily/ly-module.cc (ly:import-module): Export to ly:.
302
303         * lily/paper-score.cc (process): Do not show progress newline.
304
305         * lily/paper-book.cc (output, classic_output): Show progess
306         newline after score.
307
308 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
309
310         * buildscripts/lilypond-words.py: add ly/vlaams.ly
311
312 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
313
314         * lily/score.cc (ly:run-translator): Do not crash on empty music
315         list.
316
317         * lily/book.cc (process): Do not render score when systems is empty.
318
319         * input/simple-song.ly: Down one octave.
320
321         * scm/output-gnome.scm: Remove script again; re-add modules fix
322         (CVS conflict resolve?)
323
324         * lily/stencil.cc (ly:interpret-stencil): Was:
325         interpret_stencil_expression.
326
327 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
328
329         * buildscripts/guile-gnome.sh: New file.
330
331         * scm/output-gnome.scm: White background, better window size, sane
332         canvas size.  Cleanups.
333
334 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
335
336         * VERSION: release 2.3.4
337
338         * Documentation/user/invoking.itexi (Invoking the lilypond
339         binary): document --safe.
340
341         * scm/output-gnome.scm: set PATH in script.
342
343         * scm/page-layout.scm (default-page-make-stencil): don't stretch
344         if there is too few systems on a page.
345
346         * lily/parser.yy (relative_music): start at middle C without pitch
347         argument.
348
349         * Documentation/user/changing-defaults.itely (Page layout): new node.
350         (Paper size): rename node
351         (Page breaking): new node.
352         (Titling): move from invoking.
353         (File structure): new node.
354
355         * lily/parser.yy (score_body): allow \header and music anywhere in
356         \score body.
357
358 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
359
360         * scm/lily.scm (ly:load): Remove page-breaking.scm.
361
362 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
363
364         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
365
366         * lily/include/paper-line.hh: rename to Paper_system.
367
368         * lily/include/paper-book.hh: doc class.
369
370         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
371
372         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
373         (plain-header): add instrument-name.
374         (default-page-make-stencil): bugfixes.
375
376         * lily/parser.yy (book_body): allow \header anywhere in \book{}
377
378         * lily/paper-book.cc: remove copyright & tagline. Remove
379         interactions with Page
380
381         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
382         here, 
383         (default-page-make-stencil): new function
384         (default-page-music-height): new function
385         (page-headfoot): new function
386         (ly:optimal-page-breaks): generate stencils directly from here
387
388         * scm/titling.scm: new file, group titling functions
389
390 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
391
392         * scm/output-gnome.scm: Handle multiple pages.
393
394         * scm/framework-gnome.scm: Do not load output-gnome.
395         (framework-gnome): Invoke output-gnome::header and
396         output-gnome::end-output as faked stencils.  Fixes experimental
397         gnome output.
398
399 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
400
401         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
402         octavation compatibility fixes. Backportme. 
403
404         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
405         pages.
406         (ly:optimal-page-breaks): combine-penalties: no shortcut for
407         negative. Now we handle negative penalties (ie. \pageBreak)
408         correctly.
409
410         * lily/system.cc (get_line): extract page-penalty from the left
411         bound.
412
413         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
414
415 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
416
417         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
418
419 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
420
421         * scm/output-gnome.scm: Update script.  Move development to
422         lilypond_2_3_2 branch for now.
423
424 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
425
426         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
427         negative penalties.
428         cleanups.
429
430         * Documentation/user/changing-defaults.itely (Creating contexts):
431         index entries
432
433         * scm/page-breaking.scm (ly:optimal-page-breaks): new
434         file. Rewrite function. 
435
436         * lily/paper-book.cc (pages): new interface: page-breaking returns
437         list of line-list.
438
439         * lily/page.cc (Page): take lines argument.
440
441         * scm/document-translation.scm (all-engravers-doc): link to user man
442
443         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
444
445         * Documentation/user/notation.itely (Relative octaves): typo.
446
447         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
448
449 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
450
451         * scm/output-gnome.scm: Update build script.
452
453 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
454
455         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
456         gnome backend.
457
458         * scm/framework-gnome.scm: New file.
459
460         * scm/lily.scm: Use it.
461
462         * lily/paper-outputter.cc: Janitorial cleanups.
463         (ly:outputter-dump-string): Remove unreachable statement.
464
465         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
466         (ice-9): Bugfix: Add srfi-1.
467
468         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
469
470 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
471
472         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
473         in do_quit()
474
475 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
476
477         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
478
479 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
480
481         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
482         override of Beam::position-callbacks. Why would grace beams not be
483         quantized? Fixes: weird-stem-size-grace. 
484
485         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
486         warning only once. Backportme.
487
488         * lily/accidental-engraver.cc (number_accidentals_from_sig):
489         bugfix, 2nd try. Backportme.
490
491         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
492
493 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
494
495         * Documentation/user/notation.itely (Instrument transpositions):
496         Correct the name of the instrumentTransposition property.
497
498 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
499
500         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
501
502 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
503
504         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
505         and postLilyPondExample are called when defined.
506
507 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
508
509         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
510         This fixes setting notenames with `\include "nederlands.ly" '
511
512         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
513         new function.
514
515 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
516
517         * scm/page-layout.scm: don't do piece, it should be in score-title
518         only.
519
520         * lily/lexer.ll: lex \score separately.
521
522         * lily/paper-book.cc: junk stencil2line.
523
524         * lily/paper-line.cc (Paper_line): construct from Stencil
525         directly. No futzing with the dimensions.
526
527         * lily/include/paper-line.hh (class Paper_line): 
528
529         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
530         takes arbitrary number of arguments.
531
532         * input/test/markup-score.ly (tuning): simplify example. 
533
534 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
535
536         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
537
538         * scm/define-markup-commands.scm (score): define score-markup
539
540         * lily/parser.yy (markup): use score-markup.
541
542         * lily/score.cc: add ly:score? 
543
544 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
545
546         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
547         fret-parse-string so it prepares for calls to fret-diagram-verbose
548         Changed display constants to props so they are available for
549         \override.
550
551 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
552
553         * VERSION: release 2.3.3
554
555         * stepmake/stepmake/generic-vars.make: unset LANG.
556
557         * input/regression/tuplet-nest.ly: bugfix.
558
559         * lily/tie-performer.cc (stop_translation_timestep): reset
560         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
561
562         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
563         clear repeat_ directly after setting stem_tremolo_. Fixes:
564         tremolo-repeat.ly
565
566         * input/regression/span-bar-break.ly: new file.
567
568         * scm/define-grobs.scm (all-grob-descriptions): remove
569         break-visibility from SpanBar. Fixes: piano-repeat.ly
570
571 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
572
573         * python/lilylib.py (make_ps_images): only compute bbox when needed.
574
575         * scripts/lilypond-book.py (process_snippets): use lily -f ps
576         files for generating pngs. (failed experiment)
577
578         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
579         file with PFA fonts included.
580
581         * lily/score.cc (default_rendering): put header in too.
582
583         * lily/paper-line.cc (LY_DEFINE): change function to
584         ly:paper-line-extent
585
586         * scm/page-layout.scm (default-book-title): only add lines for
587         non-nil fields.
588         (default-score-title): idem.
589
590         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
591
592         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
593
594         * lily/include/paper-book.hh (class Paper_book): remove height_
595         member.
596
597         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
598
599         * lily/ly-module.cc (LY_DEFINE): bugfix.
600
601         * lily/paper-book.cc (book_title): separate function for the book
602         title.
603
604         * scm/page-layout.scm (default-book-title): only account for
605         markup fields.
606
607         * scm/framework-ps.scm: new file. Move high level interface from
608         output-ps.scm
609
610         * scm/music-functions.scm (def-grace-function): move macros from
611         ly/music-functions-init.ly
612
613         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
614         framework-tex.scm
615
616         * scm/framework-tex.scm (dump-line): new file. High level
617         interface for output (pages, systems, header). 
618
619         * lily/include/page.hh (class Page): add is_last_ field.
620
621         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
622
623         * lily/paper-book.cc (split_string): new function
624         (output): output multiple formats, i.e. --format=ps,tex
625
626         * scm/output-ps.scm (output-scopes): dump variables directly.
627         (define-fonts): rewrite for new interface
628
629         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
630
631         * lily/paper-outputter.cc (Paper_outputter): take format argument.
632
633         * lily/main.cc (parse_argv): don't set extension for output.
634
635         * lily/clef-engraver.cc (create_clef): remove
636         Staff_symbol_referencer::set_position() call. 
637
638 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
639
640         * ly/music-functions-init.ly (addlyrics): set the 'origin property
641         with the location argument in music function definitions.
642
643 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
644
645         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
646         staffsymbol dependency.
647
648         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
649         cleanups.
650
651         * lily/book.cc (process): return Paper_book
652         (to_stencil): use Book::process().
653
654         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
655         header_ field. Store in $globalheader
656
657         * lily/parser.yy (book_body): book header is initted to
658         $globalheader.
659
660
661 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
662
663         * input/test/fill-a4.ly: removed.
664
665         * lily/parser.yy (output_def): push scope of parent_ Output_def
666         too.
667
668 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
669
670         * scm/output-gnome.scm: Update info.
671
672 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
673
674         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
675
676         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
677         than 1 module.
678
679         * lily/include/ly-module.hh (ly_use_module): rename is_module to
680         ly_c_module_p.
681
682         * scm/page-layout.scm (default-book-title): move Scheme titling
683         functions to here.
684
685         * lily/parser.yy (book_paper_block): remove scope too.
686
687         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
688
689         * lily/rest.cc: add direction to rest properties.
690
691         * lily/include/output-def.hh: new file, move from
692         music-output-def.hh
693
694 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
695
696         * scm/output-gnome.scm: Describe feta-cork hack.
697
698 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
699
700         * lily/include/book-paper-def.hh: derive from Output_def 
701
702         * lily/include/paper-def.hh: move all functionality out of class.
703         Junk header.
704
705         * lily/include/music-output-def.hh: rename Music_output_def to
706         Output_def.
707
708         * input/wilhelmus.ly: only set space for Paper formatting. 
709
710         * lily/include/midi-def.hh: remove file, remove class.
711         Move functions to Music-output-def.
712
713         * lily/music-output-def.cc (Music_output_def): remove separate
714         translator table. Lookup translators in scope directly. This
715         obviates Context suffix for context identifiers, i.e.
716
717         \context {
718           \Staff
719           .. 
720           }
721
722
723         will work.
724
725
726         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
727
728         * Documentation/user/changing-defaults.itely (Horizontal spacing):
729         document spacing override hack.
730
731 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
732
733         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
734         installation info.  Support point-and-click.  Add +/- zoom
735         keybindings.
736
737 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
738
739         * VERSION: 2.3.2 released
740
741         * lily/parser.yy (book_body): set default bookpaper.
742
743         * scm/output-tex.scm (header): kludge: hard code linewidth. 
744
745         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
746
747 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
748
749         * lily/score.cc (default_rendering): scale outputdef before
750         starting.
751
752 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
753
754         * scm/fret-diagrams.scm: Add header.
755
756         * scm/output-gnome.scm: Hello world :-)
757
758 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
759
760         * scripts/lilypond.py (run_dvips): only add papersize if present.
761
762         * lily/accidental-engraver.cc (update_local_key_signature): new
763         function, fold code from initialize() and process_music().
764         (update_local_key_signature): use deep copy. This fixes one
765         problem from custom-key-signatures.ly.
766         (number_accidentals_from_sig): tighter check for
767         accidental-too-old.
768
769         * ly/engraver-init.ly: remove localKeySignature
770         definition from ChoirStaff, StaffGroup, Score.
771
772         * lily/percent-repeat-engraver.cc (try_music): add moments for
773         barlines too. Fixes: skipbars-percent-repeat.ly.
774
775 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
776
777         * lily/context-def.cc (filter_performers): don't go to cdrloc if
778         skipping last pair. Fixes: crash-bar-number.
779
780         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
781         D. Sorensen)
782
783         * input/test/fret-diagram.ly: new file.
784
785         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
786         (scale-paper): divide by scale.
787
788 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
789
790         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
791         case.
792
793 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
794
795         * scm/stencil.scm (fontify-text): reinstate function
796
797         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
798
799         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
800
801         * lily/parser.yy (book_paper_head): \bookpaper {} 
802
803         * python/midi.c: remove config.h
804
805 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
806
807         * scm/output-gnome.scm: Update.
808
809 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
810
811         * scm/output-gnome.scm: New file.
812
813         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
814
815 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
816
817         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
818         (find_scaled_font): move from Paper_def
819
820 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
821
822         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
823         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
824
825         * po/fr.po: update po.
826
827         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
828
829         * lily/book-paper-def.cc (print_smob): new file.
830
831 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
832
833         * buildscripts/lilypond-words.py: search words also from
834         music-functions-init.ly.
835
836 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
837
838         * ly/music-functions-init.ly (def-music-function): new helper
839         macro for defining music functions. \addlyrics \appoggiatura
840         \acciaccatura \grace \partcombine \autochange \applycontext
841         \applyoutput and \breathe are now defined here thanks to it.
842
843         * lily/parser.yy: 
844         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
845         \grace \partcombine \autochange \applycontext \applyoutput and
846         \breathe keywords removed from the parser.
847
848         * lily/parser.yy: 
849         * lily/music-function.cc (ly_make_music_function): 
850         * lily/lexer.ll (music_function_type): added a case for 0-arg
851         music functions.
852
853 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
854
855         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
856         refering to a music expression can be used in lily-inside-scheme:
857         #{ $music #}
858
859         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
860         and ly:parser-define, and change ly:parser-parse-string in order
861         to make #{ $music #} work.
862
863         * scm/new-markup.scm (compile-markup-expression): when an argument
864         is a string, use `make-simple-markup'.
865
866 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
867
868         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
869
870 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
871
872         * scripts/convert-ly.py (FatalConversionError.func): handle + in
873         font-size. (backportme)
874
875 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
876
877         * lily/paper-outputter.cc (output_stencil): dump font definitions
878         before each stencil.
879
880         * lily/include/paper-book.hh (struct Score_lines): new
881         struct. Collect info per Paper-score.
882
883         * lily/include/page.hh (class Page): to_stencil() returns Stencil
884         everywhere.
885
886         * lily/stencil.cc (find_expression_fonts): new function
887
888         * lily/paper-outputter.cc (output_stencil): use
889         interpret_stencil_expr
890
891         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
892         (interpret_stencil_expr): new function. Generic stencil
893         interpretation.
894
895         * lily/paper-def.cc (find_scaled_font): divide lookup
896         magnification by outpuscale for non-virtual fontmetrics. This
897         fixes ludicrously long font definitions for text
898         fonts. (backportme)
899
900         * lily/score-engraver.cc: remove
901         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
902
903 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
904
905         * input/test/markup-score.ly: Remove \notes.
906
907         * lily/parser.yy (book_body): Grok Composite_music and \header.
908         (markup): Push NOTES mode before score_block.
909
910         * VERSION: release 2.3.1
911
912         * mf/feta-klef.mf: 
913         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
914
915         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
916
917         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
918
919 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
920
921         * scm/output-tex.scm (output-tex-string): tighten safe security.
922
923         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
924
925         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
926         allowed ly functions.
927
928         * lily/ly-module.cc (ly_module_define): only define variable if
929         bound.
930         (ly_make_anonymous_module): take safe option.
931
932 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
933
934         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
935
936 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
937
938         * input/regression/newaddlyrics.ly: Fix.
939
940         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
941         \score \notes.
942
943 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
944
945         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
946
947 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
948
949         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
950
951         * lily/paper-line.cc (Paper_line): don't store list of stencils,
952         but convert to single Stencil immediately.
953
954         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
955
956 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
957
958         * scm/output-sodipodi.scm: Resurrect sodipodi output.
959
960 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
961
962         * elisp/lilypond-mode.el: Changed the way defaults are created for
963         LilyPond-command-master.  LilyPond-mode will now check the
964         timestamps of the files to see which command has to run next.
965
966 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
967
968         * scm/bass-figure.scm (format-bass-figure): don't set
969         number-markup for strings. This fixes string in bass
970         figure. (backportme)
971
972         * lily/parser.yy (bass_number): insert number-markup into figure
973         definition.
974
975         * scm/define-music-properties.scm (all-music-properties): make
976         'figure a markup.
977
978         * scripts/convert-ly.py (conv): \apply -> \applymusic
979
980 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
981
982         * elisp/lilypond-mode.el: changed the order of some commands
983         ("Midi" after "2Midi"), use the user-defined
984         LilyPond-command-default as default instead of "LilyPond"
985
986         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
987         to set the master file for the next command.
988
989         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
990         with font-lock-reference-face.
991
992 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
993
994         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
995
996         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
997
998 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
999
1000         * ly/music-functions-init.ly (TODO): new file.
1001
1002         * lily/parser.yy (Generic_prefix_music_scm): add more
1003         music_function symbols.
1004         (Prefix_composite_music): change \apply to music-function   
1005
1006         * lily/include/music-function.hh: rename to music-function
1007
1008 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1009
1010         * lily/music-head.cc (LY_DEFINE): change order of args.
1011
1012         * input/regression/music-head.ly (texidoc): new file.
1013
1014         * lily/parser.yy (Generic_prefix_music): allow generic
1015         music-transformation functions. 
1016
1017         * lily/include/music-head.hh (is_music_head): new file.
1018
1019         * lily/music-head.cc (get_music_head_transform): new file.
1020
1021 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1022
1023         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
1024         empty extent. This fixes ottava brackets on rests. (backportme)
1025
1026         * make/lilypond.redhat.spec.in (Group): ln png files for info.
1027
1028         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
1029
1030         * cygwin/lily-wins.py: update for the lily-wins.py script.
1031
1032 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1033
1034         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
1035         code. This will obviate typeset_grob () in the future.  The effect
1036         of this is that improperly written spanner handling will result in
1037         invalid spanner bounds.
1038         (announce_grob): add to elems_ from here
1039         (typeset_grob): comment out.  
1040
1041         * lily/include/engraver.hh (make_spanner): new calling interface
1042         for make_{item,spanner}. This obviates most calls to
1043         announce_grob().
1044
1045         * scm/music-functions.scm (set-accidental-style): use GrandStaff
1046         iso. PianoStaff for piano styles.
1047
1048 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
1049
1050         * Documentation/user/music-glossary.tely: add segno after d.s.
1051
1052 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1053
1054         * lily/include/audio-column.hh: remove unused variables.
1055         (patch by Michael Welsh Duggan)
1056
1057         * flower/include/axes.hh (other_axis): inline Axes function
1058         (thanks to David Brandon).
1059
1060 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1061
1062         * cygwin/mknetrel: Install image links (backportme).
1063
1064         * Documentation/user/GNUmakefile (local-install-info): Activate
1065         actual installing of image links (backportme).
1066
1067 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1068
1069         * Documentation/user/notation.itely (Measure repeats): Removed
1070         unnecessary (and confusing) \context Voice{.
1071
1072 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1073
1074         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
1075
1076         * lily/page.cc (Page): Do not use ly_scheme_function for
1077         volatile/configurable variables (FIXME: better name).
1078
1079         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
1080         get_scmvar).
1081
1082 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1083
1084         * scripts/convert-ly.py (FatalConversionError.subst): use
1085         \transposition.
1086
1087 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1088
1089         * lily/include/page.hh (class Page): Declare left_margin ().
1090
1091         * lily/page.cc: Remove paper var caching.
1092
1093 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1094
1095         * Documentation/user/music-glossary.tely: Add name to @top node.
1096         Remove comment from @table definitions (workaround for makinfo
1097         bug).
1098
1099         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
1100         ly:stencil-get-expr).  Update callers.
1101         (ly:stencil-align-to!):  Return stencil too.
1102
1103         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
1104         stencil.  Remove looped line-based page output.
1105         (output_line): Use line stencil.  Remove looped stencil-based line
1106         output.
1107
1108         * lily/page.cc (ly:page-paper-lines): New function.
1109
1110         * input/test/markup-score.ly: New file.
1111
1112         * scm/define-markup-commands.scm (stencil): New markup.
1113
1114         * lily/book.cc (to_stencil): New method.
1115
1116         * lily/parser.yy (markup): Use it to grok \score.
1117
1118 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1119
1120         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
1121
1122         * lily/paper-book.cc (pages): Change signature.  Update callers.
1123
1124         * lily/include/page.hh:
1125         * lily/page.cc: New file.
1126
1127         * lily/paper-line.cc (to_stencil): New method.
1128
1129         * lily/paper-outputter.cc (output_stencil): New method.
1130
1131         * lily/paper-outputter.cc (output_line): Use them.
1132
1133         * lily/warn.cc: Remove.
1134
1135         * lily/my-lily-parser.cc (distill_inname): Remove.
1136
1137         * flower/include/file-name.hh: 
1138         * flower/file-name.cc: New file.  Update users.
1139
1140         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
1141         (find): New method of same name.
1142
1143         * lily/my-lily-parser.cc (ly:parse-file): Use it.
1144
1145         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1146         constant error message.
1147
1148 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
1149
1150         * input/test/{blank-notes.ly,staff-container.ly}: typos.
1151
1152 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1153
1154         * Documentation/user/music-glossary.tely: @table @strong' replaced
1155         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
1156         (backportme).
1157
1158 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1159
1160         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1161
1162         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1163         #{ lily music expression #} that returns an equivalent scheme
1164         music expression by parsing the string.
1165
1166 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1167
1168         * lily/my-lily-parser.cc:
1169         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1170         SCM string (foo.ly/toto.scm support).
1171
1172 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1173
1174         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1175
1176 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1177
1178         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1179
1180         * scripts/lilypond-book.py: LY code that includes \header is
1181         not assumed to be a fragment.
1182
1183 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1184
1185         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1186         tremolo beams up.
1187
1188         * lily/stem.cc (chord_start_y): Return 0 if no heads.
1189         (get_default_stem_end_position): No tremolo head juggling if no
1190         heads.  Fixes tremolo crash on rests (backportme).
1191
1192         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1193
1194 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1195
1196         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1197         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1198
1199         * lily/lexer.ll: Allow \encoding in NOTES mode.
1200
1201         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1202         for lyrics, not for commands.
1203
1204         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1205         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1206
1207         * input/regression/newaddlyrics.ly: New file.
1208
1209         * Documentation/topdocs/NEWS.texi: Update.
1210
1211         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1212         (Music_list): Allow embedded scm.
1213
1214         * lily/score.cc (ly:score-bookify): New function.
1215
1216         * lily/music.cc (ly:music-scorify): Idem.
1217
1218         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1219         (ly:parser-print-score): Idem.
1220
1221         * scm/lily.scm (default-toplevel-book-handler): Idem.
1222         (default-toplevel-music-handler): Idem.
1223         (default-toplevel-score-handler): Idem.
1224
1225         * ly/declarations-init.ly: Set default toplevel handlers.
1226
1227         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1228
1229         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1230         printer for score at toplevel.
1231
1232 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1233
1234         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1235         Fix for simple case: input/simple-song.ly, more complex stuff
1236         does not work yet.
1237
1238 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1239
1240         * lily/parser.yy (Prefix_composite_music): split Composite_music
1241         in Prefix_composite_music and Grouped_music_list.
1242         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1243
1244 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1245
1246         * scm/lily.scm (toplevel-expression): New define.
1247
1248         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1249
1250         * lily/parser.yy (toplevel_expression): Use it.
1251
1252         * lily/include/my-lily-parser.hh: Smobbify.
1253
1254         * lily/my-lily-parser.cc (parse_string): New method.
1255
1256         * lily/my-lily-parser.cc (ly:parse-string): New function.
1257
1258         * Documentation/user/lilypond.tely: Add comment and workaround for
1259         gs-8.01 crash.  Fixes make web.
1260
1261         Simplification of toplevel music.
1262
1263         * lily/lexer.ll, lily/parser.yy:
1264
1265         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1266         shift/reduce problem.
1267
1268         * Use NOTES mode at start of maininput.
1269
1270         * Grok toplevel composite music expression, put in score and book.
1271
1272         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1273
1274         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1275
1276         * input/simple.ly: New file.
1277
1278         * input/simple-song.ly: Idem.
1279
1280 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1281
1282         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1283         Sandberg.
1284
1285 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1286
1287         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1288
1289 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1290
1291         * input/regression/accidental-octave.ly: doc automatic showing
1292         of note names.
1293
1294 2004-04-16  Heikki Junes <janneke@gnu.org>
1295
1296         * po/fi.po: do "make po && make -C po po-update" at top-level,
1297         then "cp po/out/fi.po po/fi.po" and update fields.
1298
1299         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1300
1301 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1302
1303         * Documentation/user/introduction.itely (About this manual): Fix
1304         templates and regression urls (backportme).
1305
1306 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1307
1308         * ly/engraver-init.ly (Score:graceSettings): Increase
1309         beamed-lengths, especially for 32nd notes.
1310
1311         * Documentation/user/notation.itely (Grace notes): Correct the
1312         syntax for add-grace-property example.
1313
1314 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1315
1316         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1317         `Generated' tag.
1318
1319         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1320         Severely broken (the Debian package, at least).
1321
1322 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1323
1324         * lily/context.cc (find_create_context): assign to lvalue.
1325
1326 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1327
1328         * lily/include/translator.hh (class Translator): rename
1329         get_parent_context() to context () to avoid confusion.
1330
1331         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1332
1333         * lily/lexer.ll: change is_string -> ly_c_string_p 
1334
1335         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1336
1337         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1338
1339         * VERSION: release 2.3.0
1340
1341         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1342
1343         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1344         if nonempty.
1345
1346         * lily/include/context.hh (class Context): make members protected.
1347         (children_contexts): new accessor function.
1348
1349         * lily/include/translator.hh (class Translator): make
1350         daddy_context_ protected.
1351         (class Translator): clean up. 
1352
1353         * lily/include/context.hh (class Context): make daddy_context_
1354         private.
1355
1356         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1357         higher for finding Voice. (backportme)  
1358
1359         * lily/include/context.hh (class Context): remove
1360         find_context_below() as a method.
1361
1362         * Documentation/user/notation.itely (The Lyrics context): add note
1363         about manual durations
1364
1365         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1366         encoding.
1367
1368         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1369
1370 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1371
1372         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1373         \usepackage{inputenc}
1374
1375         * lily/paper-book.cc (classic_output): don't advance Offset for
1376         TeX output.
1377
1378         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1379         ec-sauter.map in rules
1380
1381         * mf/ecb.mf (font_identifier): new file, based on ecbx
1382
1383         * mf/ecb10.mf (gensize): new file.
1384
1385         * Documentation/topdocs/NEWS.texi (Top): document some more new
1386         features.
1387
1388         * ly/declarations-init.ly: run convert-ly
1389
1390         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1391         from input-file-results. Remove input-file-results.* 
1392
1393 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1394
1395         * scm/output-ps.scm (font-command): Fix, again.
1396
1397         * input/test/title-markup.ly: Add \noPagebreak test.
1398
1399         * lily/score-engraver.cc (try_music): Bugfix.
1400
1401 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1402
1403         * lily/main.cc (main_with_guile): excise dependency options -M and
1404         --dep-prefix
1405
1406         * lily/input-file-results.cc: excise Makefile dependency code
1407
1408         * Documentation/user/invoking.itexi (Invoking the lilypond
1409         binary): remove dep doco
1410
1411         * lily/main.cc (main_with_guile): call lilypond-main
1412
1413         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1414
1415         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1416         exception.
1417
1418         * lily/my-lily-parser.cc: remove paper_description function
1419
1420         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1421         new function.
1422
1423         * lily/main.cc: remove global_score_count.
1424
1425         * lily/book.cc (process): don't take header from global_input_file.
1426
1427         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1428
1429         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1430
1431         * lily/music-output-def.cc (LY_DEFINE): new function
1432         ly_output_description. This function does the bulk for  setting,
1433         parsing and breaking down of an input file.
1434
1435         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1436         anonymous modules globally. Let's hope they get GCd
1437
1438         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1439
1440 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1441
1442         * scm/output-ps.scm (header): Papersize from paper.
1443
1444         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1445         for classic output.
1446
1447         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1448         lilypondclassic is defined.
1449         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1450
1451         * input/regression/between-systems.ly: Remove.
1452
1453         * python/lilylib.py (get_bbox): Fix regular expression
1454         for bounding box.
1455
1456         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1457
1458         * scm/output-tex.scm (stop-page): Use it.
1459
1460         * scm/output-ps.scm (define-fonts): Bugfix.
1461
1462         * lily/grob.cc: Add penalty to interface.
1463
1464         * lily/include/paper-line.hh (class Paper_line): New member
1465         var penalty_.
1466
1467         * lily/system.cc (get_line): Initialise Paper_line with
1468         page-penalty's from original grobs.
1469
1470         * scm/define-music-properties.scm (all-music-properties): Add
1471         page-penalty.
1472
1473         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1474
1475         * lily/score-engraver.cc (try_music): Handle page-penalty.
1476
1477         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1478
1479 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1480
1481         * ly/declarations-init.ly (melismaEnd): typo
1482
1483         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1484
1485         * scm/output-ps.scm (text): split string into spaces, use moveto
1486         for setting space. 
1487
1488 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1489
1490         * po/nl.po: Update.
1491
1492         * scm/font.scm (add-cmr-fonts): Typo.
1493
1494 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1495
1496         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1497         font-encoding.
1498
1499         * scm/define-grobs.scm (all-grob-descriptions): idem.
1500
1501         * lily/time-signature.cc (numbered_time_signature): idem.
1502
1503         * scm/font.scm (add-cmr-fonts): use real encoding names for
1504         font-encoding.
1505
1506 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1507
1508         * lily/paper-book.cc (classic_output): 
1509         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1510         Fixes classic output.
1511         (lilypondstart):
1512         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1513         kludge.
1514
1515         * scripts/old-lilypond-book.py: Remove.
1516
1517         Page layout for SCOREs enclosed in a BOOK:
1518
1519         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1520         layout tweaking.
1521
1522         * input/les-nereides.ly (theScore): Add \book.
1523
1524         * input/test/title-markup.ly: Add \book.
1525
1526         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1527         only if 'verbose.
1528
1529         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1530
1531         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1532
1533         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1534         * scm/output-tex.scm (start-system): Update for page layout by
1535         LilyPond.
1536
1537         * scm/output-ps.scm (start-system): Previously (new-start-system).
1538
1539         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1540         passed to define-fonts.
1541
1542         * lily/paper-column.cc: 
1543         * lily/system.cc (get_line):
1544         * ly/property-init.ly (newpage): 
1545         * scm/define-grob-properties.scm:
1546         * scm/output-ps.scm: 
1547         * scm/output-tex.scm: Remove between-system-string kludge.
1548
1549         * scm/output-ps.scm (define-fonts, font-command,
1550         font-load-encoding): Handle ENCODING = #f.
1551
1552         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1553
1554         * scm/define-markup-commands.scm (fill-line): Use
1555         make-simple-markup (WAS: unexisting make-word-markup).
1556
1557         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1558         ENCODING, MARKUP parameters for interpret_string.
1559
1560         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1561
1562         * lily/score.cc (book_rendering): New method.
1563         (default_rendering): Create Paper_book helper locally, dump
1564         output.
1565
1566         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1567
1568         * lily/parser.yy: Handle \book.
1569
1570         * lily/include/book.hh: 
1571         * lily/book.cc: New file.
1572
1573 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1574
1575         * lily/text-item.cc (interpret_string): new file, select font with
1576         encoding.
1577
1578         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1579
1580         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1581
1582         * lily/parser.yy (markup): take encoding from lexer.
1583
1584 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1585
1586         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1587
1588         * scm/output-ps.scm: Remove some cruft.
1589
1590 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1591
1592         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1593
1594         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1595
1596 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1597
1598         * scm/font.scm (add-century-schoolbook-fonts):
1599         (make-century-schoolbook-tree): New function.
1600
1601         * input/test/title-markup.ly: Use Century Schoolbook font.
1602
1603 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1604
1605         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1606         to Erik Sandberg) 
1607
1608         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1609
1610         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1611
1612         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1613
1614         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1615
1616 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1617
1618         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1619         solo-state (at end of solo), we can set the solo status
1620         too. (backportme.)
1621
1622         * input/regression/part-combine-solo-end.ly: new file.
1623
1624 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1625
1626         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1627         flavour abc files.  Really ignore unknown keys (backportme).
1628
1629 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1630
1631         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1632         magnification_ when looking up in orig_.
1633
1634         * scm/output-tex.scm (text): switch off char-mapping.
1635
1636         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1637         because AFM's encoding field cannot have spaces.
1638
1639 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1640
1641         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1642
1643 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1644
1645         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1646
1647         * mf/cmr.enc: new file, without hi-bit ascii info. 
1648
1649         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1650         width. This removes the 'hook' at the end of a long slur.
1651
1652         * buildscripts/mf-to-table.py (parse_logfile): don't append
1653         encoding to fontname.
1654
1655 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1656
1657         * scm/output-ps.scm (define-fonts): Load .enc only once.
1658
1659         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1660         too.
1661
1662 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1663
1664         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1665         encoding field.
1666
1667         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1668
1669         * ly/portuges.ly (pitchnames): new file.
1670
1671         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1672         Michael Welsh Duggan
1673
1674         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1675
1676         * ly/nederlands.ly: add comment about digits.
1677
1678         * lily/scaled-font-metric.cc (derived_mark): idem.
1679
1680         * scm/encoding.scm (make-encoding-mapping): change permutation to
1681         mapping.
1682
1683         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1684         (Modified_font_metric): make alist for coding_description_
1685         (LY_DEFINE): remove coding-name.
1686
1687         * scm/output-tex.scm (text): remove debugging code.
1688
1689         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1690
1691         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1692         from infile.
1693
1694         * mf/feta-generic.mf: move fet_beginfont into generic code.
1695         use fetaMusic (without space) as encoding
1696
1697         * mf/feta-autometric.mf: take encoding argument
1698
1699         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1700
1701         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1702         use.
1703
1704         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1705         name.
1706
1707 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1708
1709         * input/test/title-markup.ly: Set inputencoding.
1710
1711         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1712
1713         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1714
1715         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1716         function.
1717         (coding-alist): Also hold filename, command.
1718         (read-encoding-file): Return symbols.
1719
1720 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1721
1722         * scm/output-tex.scm: remove fontify; text and char take a font
1723         argument.
1724
1725         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1726
1727         * lily/scaled-font-metric.cc (text_dimension): init
1728         coding_{permutation,table}_ too 
1729         (LY_DEFINE): ly:font-encoding, new function return
1730
1731         * lily/paper-def.cc (find_scaled_font): take input coding from
1732         inputcoding paper var.
1733
1734         * lily/performance.cc (output): remap modulo 16.
1735
1736         * lily/text-item.cc (interpret_markup): whoops, variable
1737         shadowing fixed.
1738
1739 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1740
1741         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1742         symbols, not symbols to strings.
1743
1744         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1745         symbols, not symbols to strings.
1746
1747 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1748
1749         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1750         (ly:kpathsea-gulp-file): New function.
1751
1752         * scm/encoding.scm (read-encoding-file): Use it.
1753
1754 2004-04-06  Werner Lemberg  <wl@gnu.org>
1755
1756         * scm/encoding.scm (coding-alist): Fix typo.
1757
1758 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1759
1760         * lily/scaled-font-metric.cc (text_dimension): move function from
1761         Font_metric
1762         (make_scaled_font_metric): init coding_scheme_ to TeX
1763         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1764
1765         * lily/include/scaled-font-metric.hh (struct
1766         Modified_font_metric): rename from Scaled_font_metric
1767
1768         * scm/encoding.scm (read-encoding-file): split up large function,
1769         leave caching to (delay)
1770
1771         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1772
1773 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1774
1775         * lily/my-lily-lexer.cc (set_encoding): New method.
1776
1777         * lily/lexer.ll: Grok \encoding.
1778
1779         * lily/font-metric.cc (get_encoded_index): New function.
1780
1781         * lily/include/font-metric.hh (coding_scheme): New method.
1782
1783         * scm/encoding.scm: New file.
1784
1785         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1786
1787 2004-04-05  Werner Lemberg  <wl@gnu.org>
1788
1789         * Documentation/user/tutorial.itely: Revised (finished).
1790
1791         * Documentation/user/macros.itexi (@separate): Removed.
1792
1793 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1794
1795         * scm/output-ps.scm (define-fonts): fix scaling.
1796
1797         * lily/scaled-font-metric.cc (design_size): add function.
1798
1799         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1800         partial cut&paste of ly:font-magnification.
1801
1802 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1803
1804         * scm/output-ps.scm (define-fonts):
1805         (fontify): Update.
1806
1807 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1808
1809         * po/fr.po: update. (backportme).
1810
1811         * po/nl.po: update. (backportme). 
1812
1813         * mf/feta-beugel.mf: document why design size is not fixed.
1814
1815         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1816
1817 2004-04-04  Werner Lemberg  <wl@gnu.org>
1818
1819         * Documentation/user/tutorial.itely: Revised (continued).
1820
1821 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1822
1823         * po/nl.po: Update (backportme).
1824
1825 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1826
1827         * po/de.po: update. (backportme).
1828
1829         * scm/output-tex.scm (font-command): use ly: functions to
1830         construct name.
1831         (define-fonts): don't use alist, just dump \font definitions.
1832         (font-load-command): calculate proper scaling by taking
1833         outputscale from paper argument.
1834
1835         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1836         expression.
1837
1838         * lily/paper-outputter.cc (output_header): pass paper arg to
1839         define-fonts
1840
1841         * lily/paper-def.cc (font_descriptions): dump list of
1842         Scaled_font_metrics
1843         (find_scaled_font): take Font_metric argument, store
1844         Scaled_font_metrics in hash-table containing (size ->
1845         Scaled_font_metrics) alist.
1846         (get_dimension): rename from get_realvar
1847
1848         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1849         ly:font-magnification, ly:font-name: new functions
1850
1851 2004-04-03  Werner Lemberg  <wl@gnu.org>
1852
1853         * Documentation/user/dedication.itely,
1854         Documentation/user/preface.itely,
1855         Documentation/user/introduction.itely,
1856         Documentation/user/tutorial.itely: Revised.
1857         Removing leading spaces which distorts output if info files are read
1858         with stand-alone info.
1859         Removing superfluous inter-word spaces which also distorts output
1860         for stand-alone info.
1861         Using ` and ' instead of `` and '' everywhere to improve
1862         legilibility with stand-alone info
1863         Using @samp for single-letter input items and data which contains
1864         spaces, @code for other things.
1865
1866         * lily/grob-interface.cc: Adding copyright.
1867         (check_interfaces_for_property): Improve format of warning message.
1868
1869 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1870
1871         * lily/include/font-metric.hh (struct Font_metric): add
1872         design_size () method.
1873
1874         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1875
1876         * lily/afm.cc (read_afm_file): read design size.
1877
1878         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1879
1880         * scm/music-functions.scm (unfold-repeats): handle dots too.
1881
1882 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1883
1884         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1885         (backportme)
1886
1887 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1888
1889         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1890         lyric indent.  Revert melismaBusyProperties using \unset.
1891
1892 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1893
1894         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1895
1896         * lily/parser.yy (command_element): allow redefinition of |
1897         meaning.
1898
1899         * lily/break-align-engraver.cc (acknowledge_grob): construct
1900         LeftEdge where the first cause for alignment is coming from.
1901         This makes \override Staff.LeftEdge work as expected.
1902
1903
1904         * lily/slur-performer.cc (Slur_performer): add inits
1905
1906         * lily/beam-performer.cc (Beam_performer): add inits
1907
1908 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1909
1910         * VERSION (PACKAGE_NAME): release 2.2.0
1911
1912         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1913
1914 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1915
1916         * lily/cluster.cc (height): Fix warning.
1917
1918         * lily/parser.yy: Janitorial cleanups.
1919
1920         * Documentation/user/tutorial.itely (Tutorial): Typo.
1921
1922 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1923
1924         * lily/change-iterator.cc (process): search at multiple context
1925         levels. This fixes 
1926
1927
1928         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1929         not voice-state index for tie state. This fixes a partcombine
1930         problem with ties.
1931
1932         * Documentation/user/tutorial.itely (Commenting input files): add
1933         note about convert-ly.
1934
1935         * input/test/cadenza-skip.ly:  new file.
1936
1937 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1938
1939         * po/nl.po: Spelling fixes.
1940
1941         * autogen.sh (srcdir): Regenerate.
1942
1943         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1944         autogen.sh.
1945
1946         * configure.in: Use C++ to check for C++ header.
1947
1948         * po/nl.po: Update.
1949
1950         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1951
1952         * lily/event.cc (to_relative_octave): Translatable sentence should
1953         be one string.
1954
1955         * python/lilylib.py (warranty): Year range is not translatable.
1956         It's 2004 already!
1957
1958         * flower/warn.cc (non_fatal_error, warning, programming_error):
1959         Remove whitespace from translated string.
1960
1961 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1962
1963         * VERSION: release 2.1.37.
1964
1965 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1966
1967         * configure.in: check for C language.
1968
1969         * lily/source-file.cc: include strstream without h.
1970
1971         * scm/documentation-generate.scm (string-append): use name without
1972         .texi.
1973
1974         * autogen.sh (srcdir): SUSE fix.
1975
1976         * Documentation/user/notation.itely (Ancient clefs): idem.
1977
1978         * Documentation/user/lilypond-book.itely (Integrating HTML and
1979         music): idem.
1980
1981         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1982
1983         * lily/change-iterator.cc (process): use find_existing_context().
1984
1985         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1986
1987         * input/regression/repeat-unfold-tremolo.ly: new file.
1988
1989         * scm/music-functions.scm (unfold-repeats): undo music compression
1990         too.
1991
1992         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1993         (LY_DEFINE): ly:music-compress new function.
1994
1995         * scm/part-combiner.scm (determine-split-list): split for voice
1996         crossings
1997
1998         * input/regression/part-combine-cross.ly: new file.
1999
2000         * scm/part-combiner.scm (make-part-combine-music): don't do
2001         relative inside partcombine arguments.
2002
2003         * scm/music-functions.scm (make-non-relative-music): new function.
2004
2005         * Documentation/user/notation.itely (Automatic part combining):
2006         add note about \relative.
2007
2008         * lily/part-combine-iterator.cc (construct_children): add
2009         start_moment_ member.
2010
2011         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
2012         stem-tremolo by stem object. This fixes no stem for tremolo bug.
2013
2014         * lily/stem-tremolo.cc (print): don't crash for no-stem.
2015
2016         * Documentation/user/changing-defaults.itely (Which properties to
2017         change): fixes.
2018
2019 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2020
2021         * po/fr.po: update.
2022
2023 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2024
2025         * input/wilhelmus.ly: More original lyrics.  Add to examples.
2026
2027         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
2028         Reinstate old code that issues warning.  Fixes --srcdir build.
2029
2030 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2031
2032         * input/wilhelmus.ly: New file.
2033
2034         * Documentation/user/notation.itely: 
2035         * Documentation/user/introduction.itely:
2036         * Documentation/user/tutorial.itely: Use quote ly-option instead
2037         of explicit @quotation.  This fixes too long lilypond linewidths
2038         resulting in overful hboxes.
2039
2040         * scripts/lilypond-book.py: Add ly-option: `quote'.
2041
2042 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2043
2044         * tex/titledefs.tex: Avoid that the first score line is extra
2045         indented if instrument is defined but not piece.
2046
2047 2004-03-30  Werner Lemberg  <wl@gnu.org>
2048
2049         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
2050         `lilypond/' to info file name.
2051         (@usermanref) [info]: New variant.
2052
2053         * scm/documentation-generate.scm: Fix definition of @usermanref
2054         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
2055         to info file name.
2056
2057 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2058
2059         * VERSION: release 2.1.36
2060
2061         * Documentation/user/changing-defaults.itely (Interpretation
2062         contexts): rewrite introduction.
2063
2064 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
2065
2066         * scm/define-markup-commands.scm: Use TeX accents instead of
2067         straight iso-8859-1 encoding in the doc string.
2068
2069 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2070
2071         * Documentation/user/tutorial.itely (A lead sheet): remove extra
2072         space after dotted duration.
2073
2074 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2075
2076         * Documentation/user/introduction.itely: 
2077         * Documentation/user/notation.itely:
2078         * Documentation/user/tutorial.itely: Up all relative examples.
2079         Enclose @lilypond displays in @quotation.  Typos and corrections.
2080
2081         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
2082
2083 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2084
2085         * scm/music-functions.scm (make-voice-props-revert): Revert also
2086         MultiMeasureRest staff-position in oneVoice.
2087
2088 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
2089
2090         * Documentation/user/changing-defaults.itely, 
2091         Documentation/user/lilypond.tely: few fixes. Place no comma between
2092         two options: a and b, but commas between three options: a, b, and c.
2093         By this manner, grouping is possible: a and b, and c and d.
2094
2095 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2096
2097         * Documentation/user/GNUmakefile: add rule for .nexi
2098
2099 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2100
2101         * Documentation/user/music-glossary.tely: move glossary direntry
2102
2103         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
2104         only do mkdir/install-info if INFO_INSTALL_FILES != "".
2105
2106 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2107
2108         * stepmake/aclocal.m4: Verify that gettext configure check with
2109         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
2110
2111 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2112
2113         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
2114         glob.glob for .png filenames. This catches multipage pngs.  
2115
2116         * Documentation/user/changing-defaults.itely (Determining the grob
2117         property): fix references.
2118
2119         * lily/staff-symbol.cc (print): only add extent if non empty.
2120         This fixes staff-container.ly.
2121
2122         * lily/timing-engraver.cc (initialize): init whichBar, so a score
2123         starting with a mmrest also works.
2124
2125         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
2126         PNG for texinfo too.
2127
2128         * po/lilypond.pot: update translation strings.
2129
2130         * VERSION: 2.1.35 released
2131
2132         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
2133         context argument too.
2134
2135         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
2136
2137         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
2138
2139         * python/lilylib.py (command_name): don't return 1st path
2140         component.
2141
2142         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
2143         .png case separately.
2144
2145         * python/lilylib.py (system): typo.
2146
2147 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2148
2149         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
2150         run indent-region.
2151
2152         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
2153         Fixes compile.
2154
2155         * lily/function-documentation.cc: Compile fix: Include <string.h>.
2156         Add header.
2157
2158 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
2159
2160         * vim/lilypond-indent.vim: small fixes.
2161
2162 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2163
2164         * Documentation/user/notation.itely (Entering lyrics): Add example
2165         with correct english double quotes (at least for LaTeX output,
2166         maybe not a good idea if we switch to PS as the default output
2167         format).
2168
2169 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2170
2171         * lily/staff-performer.cc (create_audio_elements): play instrument
2172         changes before notes arrive. This fixes instrument of the first
2173         note in a score.
2174
2175         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
2176         to 1.9.0 conversion.
2177
2178         * lily/mark-engraver.cc: doc string.
2179
2180         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
2181
2182         * Documentation/user/introduction.itely (Introduction): new node.
2183
2184 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2185
2186         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
2187
2188         * input/regression/spacing-ragged-last.ly: new file.
2189
2190         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
2191         spacing.
2192
2193         * scm/font.scm: rewrite using GOOPS.
2194
2195         * lily/context-def.cc (filter_engravers): derefence pointer.
2196
2197         * lily/lily-guile.cc (type_check_assignment): use
2198         ly_scheme_function iso. scm_primitive_eval where possible.
2199
2200         * lily/performance.cc (output): limit channels at 15. This fixes
2201         percussion inadvertently showing up in large scores.
2202
2203 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2204
2205         * input/regression/tuplet-gap.ly: new file.
2206
2207         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2208         (print): compute gap length from number size, include italic
2209         correction.
2210
2211         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2212         tuplet-bracket
2213
2214         * scm/paper.scm (set-default-paper-size): new function, to be
2215         called at toplevel.
2216         (set-paper-size): new function, to be called inside \paper {}
2217         (set-default-paper-size): new function, to be called at toplevel.
2218
2219         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2220
2221         * lily/beam-performer.cc (process_music): idem.
2222
2223         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2224
2225         * tex/titledefs.tex: remove scshape for piece.
2226
2227         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2228         font-family
2229
2230         * lily/time-signature.cc (special_time_signature): font-encoding
2231         not family.
2232
2233         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2234         dynamic to head. This fixes p placement in morgenlied.
2235
2236 2004-03-23  Werner Lemberg  <wl@gnu.org>
2237
2238         * stepmake/stepmake/generic-targets.make (help): Improve text.
2239
2240 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2241
2242         * VERSION: 2.1.34 released
2243
2244         * lily/main.cc (main_with_guile): switch debugging.
2245
2246         * lily/system.cc (get_line): plug leak.
2247
2248         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2249         and contents.
2250         (stencil2line): plug leak.
2251
2252         * Documentation/user/changing-defaults.itely (Determining a grob
2253         property):  new node.
2254         (Layout interfaces): new node.
2255         (Navigating the program reference): new node.
2256
2257         * lily/accidental-engraver.cc (acknowledge_grob): add property
2258         harmonicAccidentals
2259
2260         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2261         general cleanups.
2262
2263         * input/les-nereides.ly (middleDynamics): resurrect Les
2264         nereides. Remove pedal hack.
2265
2266 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2267
2268         * input/regression/property-grace-polyphony.ly: new file.
2269
2270         * lily/translator-property.cc (execute_pushpop_property): only pop
2271         one instance of the property. This fixes << \\ >> together with
2272         \grace.
2273
2274         * lily/break-align-interface.cc (ordered_elements): we cannot
2275         modify the #'elements property, so return reordered array.
2276
2277 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2278
2279         * buildscripts/lilypond.words.py: remove.
2280         * buildscripts/lilypond-words.py: add new, renamed file. 
2281         Give generated targets and dirs explicitly in arguments.
2282
2283         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2284         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2285         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2286
2287         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2288
2289         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2290
2291         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2292         orders.
2293
2294         * vim/GNUmakefile: add local-uninstall target.
2295
2296         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2297
2298         * vim/vimrc: add a one-liner file.
2299
2300         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2301         vimrc in EXTRA_DIST_FILES.
2302
2303         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2304
2305 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2306
2307         * config.make.in: add vimdir.
2308
2309         * vim/GNUmakefile: add local-install.
2310
2311 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2312
2313         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2314         with \lilypondifundefined{blabla}. Solves problem with multiple
2315         titles in the same lilypond-book document.
2316
2317 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2318
2319         * scm/document-backend.scm (interface-doc): sort grob list for
2320         interface.
2321
2322         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2323         pre/post break align-order.
2324
2325         * spelling patch courtesy Edward Sutton.
2326
2327         * Documentation/user/changing-defaults.itely (Changing context
2328         default settings): new node.
2329         (Defining new  contexts): new node.
2330
2331         * scripts/lilypond-book.py (is_derived_class): use numbers
2332         iso. booleans.
2333
2334         * python/lilylib.py (make_ps_images): add margin to PS images.
2335
2336         * scripts/lilypond-book.py (is_derived_class): new function. Take
2337         class arg iso. object.
2338         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2339         for bug in GS/dvips.
2340
2341         * lily/text-item.cc (interpret_markup): idem.
2342
2343         * scm/define-markup-commands.scm: remove split around-space hack.
2344
2345         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2346         function, fold WL's fixes into one function.
2347
2348 2004-03-22  Werner Lemberg  <wl@gnu.org>
2349
2350         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2351         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2352         (Note_column::head_position_interval): Do proper rounding for
2353         calls to Staff_symbol_referencer::get_position.
2354
2355 2004-03-21  Werner Lemberg  <wl@gnu.org>
2356
2357         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2358         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2359         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2360         (My_lily_parser::parse_file): Improve formatting progress indication
2361         sent to stdout.
2362
2363 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2364
2365         * VERSION: 2.1.33 released.
2366
2367         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2368
2369         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2370
2371         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2372         warning is issued about dummy.dep.
2373
2374         * scm/new-font.scm: fix design sizes of nummer
2375
2376 2004-03-21  Werner Lemberg  <wl@gnu.org>
2377
2378         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2379         some annoying warnings from mkdir during `make install'.
2380
2381 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2382
2383         * lily/performer-group-performer.cc (do_announces): call
2384         Performer_group_performer::create_audio_elements () too.
2385
2386         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2387
2388         * scm/define-grobs.scm (all-grob-descriptions): add property
2389         break-align-orders
2390
2391         * lily/global-context.cc (get_default_interpreter): new
2392         function. Override from base class, so no new Score contexts are
2393         created.
2394
2395         * lily/include/stencil.hh (class Stencil): document origin field.
2396
2397         * lily/staff-symbol.cc (print): span staff-symbol on column
2398         extents for non-broken columns. 
2399
2400         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2401         key-signature.
2402
2403         * tex/titledefs.tex: don't use smallcaps for piece.
2404
2405         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2406         translated stencils in the output.
2407
2408         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2409
2410 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2411
2412         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2413         and init ties_created_
2414
2415         * VERSION: release 2.1.32
2416
2417         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2418         doc string from IMPLEMENT_CTOR_CALLBACK().
2419
2420         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2421         that engraver is in a performer hierarchy.
2422
2423 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2424
2425         * vim/lilypond-ftdetect.vim: new file.
2426
2427 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2428
2429         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2430         (compose_ly): default octave should be middle C.
2431
2432         * Documentation/user/changing-defaults.itely (Layout tunings
2433         within contexts): new node.
2434
2435         * lily/include/smobs.hh: document C++ smob interface.
2436
2437         * lily/function-documentation.cc: don't doc functions without
2438         docstring.
2439
2440 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2441
2442         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2443         direntry, so that `info lilypond' goes to Top.
2444
2445         * scm/output-ps.scm (polygon): Fix: add spaces.
2446
2447         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2448         solutions are now optimal too.
2449
2450         * input/test/page-breaks.ly: New file.
2451
2452         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2453         functions into safe module.
2454
2455         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2456         end, prepend zeros.
2457
2458         * scm/output-*.scm: Use ly:number->string rather than
2459         number->string.  Makes for saner output.
2460
2461         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2462         Fixes feta-nummer, feta-din scaling.
2463
2464 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2465
2466         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2467
2468         * scm/music-functions.scm (descend-to-context): new
2469         function. Similar to context-spec-music.
2470         (make-time-signature-set): specify Score as descend-only. This
2471         fixes the polymetric.ly example.
2472
2473         * lily/context-specced-music-iterator.cc (construct_children): add
2474         support for descend-only context spec.
2475
2476         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2477         determine ez-notation letter. 
2478
2479         * lily/system.cc (get_line): start with dumping layer 3. This
2480         fixes ez notation.
2481
2482 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2483
2484         * input/test/title-markup.ly: Stress breaking harder.
2485
2486         * scm/page-layout.scm (height-score): Overfull page scores twice
2487         as bad as underfull (was: by a power).
2488         (walk-lines): Omit first walk-path round (breaking after new node,
2489         without lines).
2490
2491         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2492         diff values are negative.
2493         (output): Bugfix: treat negative vfill differently.
2494
2495         * Documentation/user/lilypond.tely (direntry): Add note about why
2496         `info lilypond' brings up `Invoking LilyPond' node.
2497
2498 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2499
2500         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2501
2502         * lily/paper-book.cc: Remove cruft.
2503         (output): Bugfix: put vfill between lines.
2504         (pages): Bugfix: set page vars needed for filling.
2505
2506         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2507         (was: @ar).
2508
2509         * scm/page-layout.scm: Further development.
2510
2511         * ly/declarations-init.ly (paper): Define page-breaking.
2512
2513 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2514
2515         * lily/note-head.cc (brew_ez_stencil): add note-names
2516         property. Provides internationalization for note names.
2517
2518         * Documentation/user/changing-defaults.itely (Creating contexts):
2519         new node.
2520
2521         * lily/grace-iterator.cc (process): descend to child for \grace.
2522
2523         * lily/timing-translator.cc (initialize): Timing_translator adds
2524         Timing alias by itself.
2525
2526         * lily/context.cc (add_alias): new function.
2527
2528         * scm/lily.scm (tex-output-expression): new function, eval within
2529         drawing API. Guards against eval vulnerabilities.
2530
2531         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2532
2533         * scm/output-ps.scm (scm): export lily drawing API.
2534
2535         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2536         throughout.
2537
2538 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2539
2540         * scm/page-layout.scm (optimal-page-breaking): New function.
2541
2542         * lily/paper-book.cc (pages): Use it.
2543
2544 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2545
2546         * lily/include/paper-line.hh (class Paper_line): Full smob.
2547
2548 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2549
2550         * lily/global-context.cc (run_iterator_on_me): fix grace note
2551         nesting by initting measurePosition.
2552
2553         * lily/timing-translator.cc (initialize): do no init
2554         measurePosition
2555
2556         * lily/include/music-output-def.hh (class Music_output_def): add
2557         input_origin_ field.
2558
2559         * Documentation/user/changing-defaults.itely (Changing context
2560         properties on the fly): new node.
2561
2562         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2563         function. Only have smobbed_copy (), and do not provide
2564         smobbed_copy() for non-simple smobs. Changes throughout.
2565
2566 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2567
2568         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2569         start_moment_. Fix by Doug A. Linhardt.
2570
2571 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2572
2573         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2574         accidentals for harmonic notes.
2575
2576         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2577         of different style. (Thanks to Doug Linhardt).
2578
2579         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2580         new node.
2581
2582 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2583
2584         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2585
2586         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2587         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2588         vim/lilypond-indent.vim: doc targets and deps in comments.
2589
2590 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2591
2592         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2593
2594         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2595
2596         * lily/include/paper-line.hh:
2597         * lily/include/paper-line.cc: New file.
2598
2599 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2600
2601         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2602
2603         * GNUmakefile.in: remove stray make out=www
2604
2605         * input/test/bagpipe.ly (gcdg): octave fixes.
2606
2607         * scm/define-markup-commands.scm (number): use font-encoding
2608         iso. font-family
2609
2610         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2611         font-encoding.
2612
2613 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2614
2615         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2616         `output_format_global' and `PAGE_LAYOUT'.
2617
2618 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2619
2620         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2621         lily functions in safe mode.
2622
2623         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2624         Print filename for HTML, LATEX, before texidoc.
2625
2626         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2627         instructions in output-ps module.
2628
2629         * scm/lily.scm: Do not load output-ps module.
2630
2631         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2632         safe mode.
2633
2634 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2635
2636         * lily/span-dynamic-performer.cc (process_music): remove spurious
2637         warning.
2638
2639         * lily/context-def.cc (Context_def): init name to ""
2640
2641         * lily/font-interface.cc: add font-encoding property.
2642
2643         * scm/lily.scm (chain-assoc-get): bugfix.
2644
2645         * lily/paper-book.cc (stencil2line): protect static SCM.
2646
2647         * lily/font-interface.cc (text_font_alist_chain): rename function,
2648         and use text-font-defaults. 
2649
2650         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2651
2652         * scm/paper.scm (paper-set-staff-size): use new function.
2653
2654         * scm/new-font.scm (make-font-tree): new function.
2655
2656 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2657
2658         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2659
2660         * scm/lily.scm (get-output-module): New function.
2661         (output-alist): Remove ,ps-output-expression.
2662
2663         * scm/output-tex.scm (ps-output-expression): New function.
2664
2665         * scm/output-ps.scm (ps-output-expression): Remove.
2666         (header, start-page): Output page metadata.
2667
2668         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2669         initialise output_module_.  Do not write part of header.
2670         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2671         (output_header): Output full header.
2672
2673         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2674         FIXME.
2675
2676 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2677
2678         * scm/new-font.scm: new file. Tree based font lookup.
2679
2680         * scm/lily.scm (assoc-get): take default argument. Remove
2681         assoc-get-default.
2682         (chain-assoc-get): use chain-assoc-get everywhere.
2683
2684         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2685         autobeamsettings conversion bug.
2686
2687         * lily/include/global-context.hh (Context): clean-up data hiding.
2688
2689         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2690         data hiding.
2691
2692         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2693
2694         * input/regression/stem-shorten.ly: add chord case.
2695
2696         * lily/stem.cc (get_default_stem_end_position): shorten stems
2697         triggered by note-head positions, not by forced-direction. This
2698         fixes a bug with too short stems.  
2699
2700 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2701
2702         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2703         Lilypond_snippet.output_latex): Always call output_print_filename.
2704
2705         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2706         expand pages.
2707
2708 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2709
2710         * scm/part-combiner.scm (make-autochange-music): switch rests
2711         before switched notes too.
2712
2713         * lily/figured-bass-engraver.cc (process_music): change calling
2714         convention.
2715
2716         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2717
2718         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2719         command.
2720
2721         * lily/include/stencil.hh (class Stencil): add origin field.
2722
2723         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2724         function.
2725
2726         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2727
2728         * lily/lexer.ll: remove support for \$ and $ in identifiers
2729
2730         * lily/sequential-iterator.cc: remove copy_grace_fixups
2731         (get_grace_fixup): slight abstraction of fixup code.
2732
2733         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2734
2735 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2736
2737         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2738         in insert-mode. add indenting rules.
2739
2740 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2741
2742         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2743         protect hack.
2744
2745         * scm/page-layout.scm:
2746         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2747         layout and titling should now match external latex based version.
2748
2749         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2750         header fields.
2751
2752         * ps/lilyponddefs.ps: Remove automatic page layout.
2753
2754         * scm/output-ps.scm (new-start-system): New interface function.
2755
2756         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2757
2758         * lily/paper-book.cc (output): Bugfix.
2759
2760 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2761
2762         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2763
2764 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2765
2766         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2767         direntries.
2768
2769         * ps/lilyponddefs.ps: Bugfix.
2770
2771         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2772
2773 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2774
2775         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2776         cause. This should fix warnings.
2777
2778         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2779
2780         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2781         prevent aligned 6ths.
2782
2783         * lily/custos.cc (print): remove adjust-if-on-staffline.
2784
2785 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2786
2787         * lily/paper-book.cc: Do header and footer.
2788
2789 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2790
2791         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2792
2793         * scm/paper.scm (lineheight): Remove
2794         (head-sep, foot-sep): Add.
2795
2796 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2797
2798         * mf/feta-schrift.mf: reduce portato thickness.
2799
2800         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2801
2802         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2803         programming_error ().
2804
2805         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2806         bracket to last command column.
2807
2808         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2809         continues on next/prev system.
2810
2811         * input/regression/pedal-end.ly: new file.
2812
2813 2004-03-10  Werner Lemberg  <wl@gnu.org>
2814
2815         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2816         Remove pmx2ly stuff.
2817         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2818
2819 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2820
2821         * scm/page-layout.scm: New file.
2822
2823         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2824         settings.
2825         (Lilypond_snippet.is_outdated): Also check for PNG file.
2826         Workaround for interrupted (web) builds.
2827
2828         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2829
2830         * ps/lilyponddefs.ps: Use only very small top-marging.
2831         (init-paper): Also pop page size string.
2832         (start-page, stop-page): New function.
2833
2834         * scm/output-ps.scm (header-end): Remove stray exec commands.
2835
2836 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2837
2838         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2839
2840         * lily/score.cc (default_rendering): clean protection.
2841
2842         * lily/paper-book.cc (mark_smob): implement smob marking.
2843
2844         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2845
2846         * Documentation/user/*.itely: user manual edits. 
2847
2848 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2849
2850         * Documentation/user/converters.itely (Invoking musedata2ly):
2851         remove pmx2ly.
2852
2853         * scripts/pmx2ly: remove script.
2854
2855 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2856
2857         * lily/score.cc (default_rendering): Protect paper-book members.
2858
2859         * lily/paper-def.cc (smobbed_copy): New method.
2860
2861         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2862         switch runtime.
2863
2864         * lily/include/music-output.hh (process): Change signature to
2865         return SCM.
2866
2867         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2868         method.
2869
2870         * lily/paper-score.cc (process): Return stencils rather than
2871         outputting directly.  Remove paper-book kludge.  Delete grobs.
2872         (output): Remove.
2873
2874         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2875
2876         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2877
2878         * lily/score.cc (default_rendering)
2879         (ly_render_output): Move adding paper-score two levels up.
2880
2881         * lily/system.cc (get_line):
2882         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2883
2884 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2885
2886         * scm/font.scm (paper20-font-vector): add more design sizes for
2887         number.
2888
2889         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2890         feta-nummber{5,7,11,13}.
2891
2892         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2893         for 12pt design size. 
2894
2895 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2896
2897         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2898
2899 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2900
2901         * lily/font-select.cc (properties_to_font_size_family): Fix
2902         warning message.
2903
2904         * Experimental PostScript latin1 encoding:
2905
2906         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2907
2908         * scm/output-ps.scm: Experimental encoding using reencode-font.
2909         * scm/font.scm: Add latin1 `font-shape'.
2910
2911         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2912
2913         * ps/lilyponddefs.ps (reencode-font): New function.
2914
2915         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2916
2917         * scm/output-tex.scm (start-page):
2918         (stop-page): New interface function.
2919
2920 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2921
2922         * lily/paper-outputter.cc (output_expr):
2923         (output_header):
2924         (output_line): New method.
2925
2926         * lily/system.cc (get_line):
2927         (get_lines): New method.
2928         (output_scheme):
2929         (output_line): Remove.
2930
2931         * scm/lily.scm (make-title): New function.
2932
2933         * lily/paper-book.cc: 
2934         * lily/include/paper-book.hh: New file.
2935
2936         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2937         ly-modules.hh).
2938
2939         * lily/ly-module.cc (ly_modules_lookup): New function.
2940
2941         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2942
2943         * scm/output-ps.scm (make-title): Remove.
2944         (output-scopes): Junk header-title test.
2945
2946 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2947
2948         * mf/feta-schrift.mf: thicker dot for portato.
2949
2950         * lily/accidental-placement.cc (position_accidentals): bugfix in
2951         offset, this fixes right-padding of AccidentalPlacement.
2952
2953         * lily/[h-z]*.cc: () formatting.
2954
2955         * Documentation/user/tutorial.itely (An orchestral part): more
2956         fixes for the tutorial.
2957
2958         * scm/translation-functions.scm (fraction-tuplet-formatter):
2959         reverse fraction.
2960
2961         * lily/parser.yy (context_def_spec_block): use \context instead of
2962         \translator.
2963
2964         * lily/[a-g].cc: () style cleanup.
2965
2966         * Documentation/user/tutorial.itely (Automatic and manual beams):
2967         editing of tutorial.
2968
2969 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2970
2971         * buildscripts/mf-to-table.py (base): write encoding name.
2972
2973 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2974
2975         * Documentation/user/GNUmakefile (local-install-info): Issue
2976         warning (for packager, ie, if not installing in /usr or /usr/local).
2977
2978         * lily/stencil-scheme.cc: 
2979         * lily/staff-symbol-referencer.cc: 
2980         * lily/script-column.cc: 
2981         * lily/pitch.cc: 
2982         * lily/music.cc: 
2983         * lily/grob-pq-engraver.cc: 
2984         * lily/font-interface.cc: 
2985         * lily/music-output-def.cc: 
2986         * lily/duration.cc: 
2987         * lily/grob-scheme.cc:
2988         * lily/context-scheme.cc: Put scheme name on first line in
2989         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2990         style cleanups.
2991
2992         * stepmake/stepmake/scm-vars.make: 
2993         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2994         Rename and split TAGS_FILES.
2995
2996         * GNUmakefile.in (ALL-TAGS): Remove.
2997
2998         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2999         deeper TAGS files.  Fixes regexp tags in TOP dir.
3000
3001 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3002
3003         * VERSION: 2.1.29 released.
3004
3005         * Documentation/user/changing-defaults.itely (Changing defaults):
3006         new file.
3007
3008         * Documentation/user/notation.itely (Notation manual): rename from 
3009         refman.itely
3010
3011         * Documentation/user/notation-appendices.itely (The Feta font):
3012         new file.
3013
3014         * Documentation/user/advanced.itely: add aborted attempt for
3015         advanced topics manual.
3016
3017 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3018
3019         * scm/new-markup.scm: display Markups in sane format. Patch by
3020         Nicolas Sceaux.
3021
3022 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3023
3024         * lily/main.cc: Cleanups.
3025         (setup_localisation): New function.
3026         (sane_putenv): Remove.
3027         (main_with_guile): New name (Was: main_prog).  Remove musings
3028         about possible preparation for GUILE heavy memory usage and
3029         practical uselessness.  Do not set environment variables
3030         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
3031         name juggling.
3032         (parse_argv): New function.
3033         (copyright): New function.  It's 2004 already.
3034
3035         * lily/input-file-results.cc (do_one_file): Add file name juggling.
3036         (distill_inname): Move from main.
3037
3038 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3039
3040         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
3041
3042         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
3043
3044         * Documentation/user/running.itely: new file.
3045
3046         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
3047
3048         * lily/score-performer.cc (finish): call Translator::finalize ().
3049
3050 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
3051
3052         * lilypond-ftpplugin.vim: renamed to the following file.
3053         * lilypond-ftplugin.vim: new file.
3054
3055         * GNUmakefile.in: update VIM_FILES.
3056
3057 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3058
3059         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
3060         props.
3061
3062         * input/test/tie-sparse.ly: remove.
3063
3064         * lily/tie-performer.cc (try_music): copy & paste from
3065         Tie_engraver.
3066
3067         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
3068         variable_ref twice.
3069
3070         * lily/key-performer.cc (create_audio_elements): use
3071         alterations-in-key.
3072
3073         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
3074
3075 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
3076
3077         * input/test/smart-transpose.ly: fix cases fes->e and similar.
3078         handle also quarter tones (not shown as tests). test also flats.
3079
3080         * Documentation/index.html.in: small fixes.
3081
3082 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3083
3084         * input/regression/new-markup-scheme.ly: Typo.
3085
3086         * scm/define-markup-commands.scm (fill-line): New markup.
3087
3088         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
3089         (output-paper-def): Fix alignment.
3090         (make-title): Fix height/width scaling.
3091
3092         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
3093
3094         * input/test/title-markup.ly: Add remaining titles.  Layout and
3095         font size fixes.  Add simplistic latin1 test.
3096
3097 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
3098
3099         * input/test/nested-groups.ly: remove. move content (to next). 
3100         * input/test/staff-bracket.ly: replace content (from prev), this 
3101         has been already in templates.
3102
3103 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3104
3105         * stepmake/autogen.sh: Only issue warning about running configure
3106         without arguments when autogen.sh will actually be running
3107         configure.
3108
3109 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3110
3111         * scm/new-markup.scm (stack-stencil-line): robustness.
3112
3113         * scm/define-markup-commands.scm (simple): robustification of
3114         simple-markup.
3115
3116         * Documentation/user/music-glossary.tely (Top): change central C
3117         to middle C.
3118
3119         * lily/text-item.cc (interpret_markup): cache make-simple-markup
3120
3121 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3122
3123         * input/test/title-markup.ly (spaceTest): Add.
3124
3125         * lily/text-item.cc (interpret_markup): Make line markup from
3126         multi word markup.
3127
3128         * scm/define-markup-commands.scm (word): New markup command.
3129         (simple): Use it.
3130
3131         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
3132
3133 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
3134
3135         * vim/ftplugin/lilypond.vim:
3136         * vim/syntax/lilypond.vim: use only local settings with setlocal.
3137         show matching paren in insert mode.
3138
3139 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3140
3141         * scm/output-ps.scm (make-title, output-scopes): Further
3142         development.
3143
3144         * input/test/title-markup.ly: New file.
3145
3146         * ps/lilyponddefs.ps: Disable PostScript titling.
3147
3148         * lily/paper-score.cc (process): Quote PORT argument to make-title.
3149
3150 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3151
3152         * lily/arpeggio.cc (width_callback): remove padding.
3153
3154         * scm/define-grobs.scm (all-grob-descriptions): add padding.
3155
3156         * scm/define-music-types.scm: remove make-music-by-name.
3157
3158         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
3159
3160 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3161
3162         * lily/paper-score.cc (process): Output titles using make-title.
3163
3164         * scm/output-ps.scm (output-stencil): Display directly instead of
3165         constructing string.
3166         (make-title): New function.
3167
3168 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3169
3170         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3171         music), Documentation/user/invoking.itexi (Invoking lilypond): 
3172         Move documentation of LaTeX packages for latin1 characters to the
3173         lilypond-book manual.
3174
3175 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
3176
3177         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
3178
3179         * vimrc: add menu in console and shortcut <F10> for it.
3180
3181         * vim/:
3182         * vim/compiler/:
3183         * vim/syntax/:
3184         * vim/indent/:
3185         * vim/ftplugin/: new directories.
3186
3187         * vim/filetype.vim: new file.
3188
3189         * lilypond.vim: remove files (see next).
3190         * vim/syntax/lilypond.vim: new, renamed file (see prev).
3191
3192         * vimrc: remove file (see next).
3193         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
3194
3195         * vim/ftplugin/lilypond.vim: change dir for dictionary.
3196         add header. apply bindings only locally.
3197
3198         * vim/indent/lilypond.vim: new file.
3199
3200         * vim/ftplugin/lilypond.vim: remove errorformat.
3201         * vim/compiler/lilypond.vim: new file for errorformats.
3202
3203         * Documentation/topdocs/INSTALL.texi: give easier orders.
3204
3205         * ROADMAP: add vim/
3206
3207 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3208
3209         * Documentation/user/introduction.itely (Introduction): Use @image
3210         iso @html <img...>.  Add workaround for images in columns in info.
3211
3212         * stepmake/aclocal.m4: Store computed version in variable.
3213
3214         * configure.in: Export MAKEINFO_VERSION.
3215
3216         * config.make.in (MAKEINFO_VERSION): Add.
3217
3218         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3219
3220         * Documentation/user/GNUmakefile: Only build info with images when
3221         building web.
3222
3223         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3224
3225         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3226         stuff from documentation-targets.make
3227
3228 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3229
3230         * VERSION: 2.1.28 released
3231
3232         * scripts/convert-ly.py (conv): 
3233
3234 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3235
3236         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3237         \arpeggioBoth. redefine \arpeggioBracket.
3238
3239         * Documentation/user/refman.itely: document new arpeggio
3240         functions.
3241
3242         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3243
3244         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3245
3246         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3247
3248 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3249
3250         * Documentation/user/introduction.itely (Automated engraving):
3251         rewrite introduction using website text.
3252
3253 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3254
3255         * scm/*.scm: make-music-by-name is replaced by make-music, which
3256         also accept music property settings, eg:
3257           (make-music 'TextScriptEvent 'direction DOWN 'text
3258               (make-simple-markup x))
3259
3260         Patch courtesy Nicolas Sceaux
3261
3262         * lily/beam-quanting.cc: cleanup, separate counts for left and
3263         right beam ends.
3264
3265         * lily/side-position-interface.cc (quantised_position): also
3266         quantize staccato position for forced stem directions. 
3267
3268 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3269
3270         * scm/*.scm: Patch by Nicolas Sceaux: 
3271
3272         * scm/music-functions.scm: ly:grob-property and ly:music-property
3273         are made procedure with setters.
3274
3275         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3276
3277 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3278
3279         * input/test/[t-v]*.ly: finish rewriting texidocs.
3280
3281         * input/test/vaticana.ly: remove.
3282         * input/test/ligature-vaticana.ly: new, renamed file name.
3283
3284         * input/test/stem-centered.ly: remove.
3285         * input/test/mensural-note-heads.ly: new file. take content from
3286         removed file stem-centered.ly.
3287
3288         * input/test/scales-greek.ly: simplify.
3289
3290         * input/test/s*.ly: reformulate texidocs.
3291
3292         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3293         of missing features.
3294
3295 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3296
3297         * input/test/[j-o]*.ly: update texidocs.
3298
3299 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3300
3301         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3302
3303         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3304         images.
3305
3306         * Documentation/user/lilypond.tely (@direntry): Update.
3307
3308         * stepmake/stepmake/documentation-targets.make
3309         (install-info,uninstall-info): Install into $(package_infodir).
3310         Install images.  Run install-info to update dir.
3311
3312         * config.make.in (package_infodir): Add.
3313
3314         * Documentation/user/GNUmakefile (info-with-images,
3315         local-install-info, local-uninstall-info): New target.
3316
3317 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3318
3319         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3320         gap/threshold.
3321
3322         * lily/beam-quanting.cc (score_slopes_dy): remove
3323         ROUND_TO_ZERO_SLOPE kludge.
3324
3325         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3326
3327         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3328
3329         * lily/global-context.cc (Global_context): alway accept Score
3330         (run_iterator_on_me): cast Context to Score_context, not
3331         Context_def.
3332
3333         * Documentation/user/refman.itely: documentation patch by Edward
3334         Sanford Sutton.
3335
3336         * mf/GNUmakefile: unset sauter-fonts.
3337
3338 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3339
3340         * scripts/lilypond-book.py (output_texinfo): Output @image
3341         descriptions for info too.
3342
3343         * input/test/chord-names-jazz.ly: 
3344         * input/test/embedded-scm.ly: Clarify.
3345
3346         * input/test/cautionaries.ly: Typo.
3347
3348         * lily/input-smob.cc (ly_input_location): Compile fix.
3349
3350 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3351
3352         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3353
3354         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3355         fixes problems with system defaults being reverted with \override
3356         on Score level.
3357
3358         * lily/global-context.cc (Global_context): apply property-ops to
3359         Global_context too. 
3360
3361 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3362
3363         * scm/output-ps.scm (stencil->string): Rewrite.
3364
3365 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3366
3367         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3368         impersonal style.
3369
3370 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3371
3372         * lily/input-smob.cc (ly_input_location: New function.
3373
3374         * scm/define-markup-commands.scm (upright): New markup command.
3375
3376         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3377
3378         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3379
3380         * scm/output-ps.scm (output-stencil): New function.
3381
3382         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3383         of snippet types; fixes @ignore and @verbatim blocks.
3384
3385 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3386
3387         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3388         to a file in printed documentation, instead, refer either to a 
3389         syntax or to an output.
3390
3391 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3392
3393         * input/regression/beam-center-slope.ly: Add test.
3394
3395 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3396
3397         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3398         (SAUTER_FONTS): Reinstate.
3399
3400         * scm/define-markup-commands.scm (caps): New markup command.
3401
3402         * scm/output-ps.scm (output-scopes): Experimental markup output.
3403
3404         * scm/: Add missing headers.
3405
3406         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3407
3408         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3409
3410 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3411
3412         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3413         Stray style cleanups.
3414
3415 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3416
3417         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3418         no dot combination.
3419
3420         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3421         substitute \override Staff.autoBeamSettings too
3422
3423         * Documentation/user/tutorial.itely: proofreading fixes by David
3424         Bobroff
3425
3426 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3427
3428         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3429
3430         * ps/music-drawing-routines.ps: 
3431         * ps/lilyponddefs.ps: Add end markers.
3432
3433 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3434
3435         * VERSION: 2.1.27 released.
3436
3437         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3438
3439         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3440         obey documentation.
3441
3442 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3443
3444         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3445
3446         * scm/output-ps.scm: Resurrect.
3447
3448         * scm/output-tex.scm: Minimal cleanups.
3449
3450         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3451
3452         * make/ly-rules.make: Remove any broken lily-*.tex files before
3453         lilypond-book run.
3454
3455         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3456         comment.
3457
3458         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3459         Enabled by default, may save 10% compile time.
3460
3461 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3462
3463         * lily/lyric-phrasing-engraver.cc: remove
3464
3465         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3466         longer necessary. 
3467
3468         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3469         so lyric-phrasing-engraver is no longer necessary.
3470
3471         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3472         Grob_pq_engraver from Staff.
3473
3474         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3475         busyGrobs directly.
3476
3477         * input/regression/quote-transposition.ly: new file.
3478
3479         * lily/recording-group-engraver.cc (stop_translation_timestep):
3480         store instrumentTuning too. 
3481
3482         * lily/quote-iterator.cc (process): transpose events using
3483         instrumentTuning.
3484
3485         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3486         -> \tuning <pitch>
3487
3488         * lily/parser.yy (command_req): add \tuning command for setting
3489         instrument tuning of staff.
3490
3491         * Documentation/user/GNUmakefile
3492         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3493
3494         * Documentation/user/refman.itely (Customized accidental rules):
3495         typo.
3496
3497 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3498
3499         * Documentation/user/music-glossary.tely: remove the missing norwegian
3500         translation; they can be put in later properly.
3501
3502 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3503
3504         * lily/recording-group-engraver.cc (start_translation_timestep):
3505         init Recording_group_engraver twice.
3506
3507 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3508
3509         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3510         stray style cleanups:
3511
3512         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3513         -Wmissing-prototypes.
3514
3515         * flower/include/killing-cons.tcc (Killing_cons): Add template
3516         specifier for car_.
3517
3518         * flower/include/parray.hh (binsearchs): Add template specifier
3519         for maxkey.
3520
3521         * flower/include/interval.hh: Declare elem () with template specfier.
3522
3523 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3524
3525         * elisp/lilypond-indent.el (get-buffer-size): add customization
3526         groups for several variables (Reuben Thomas).
3527
3528 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3529
3530         * Documentation/user/invoking.itexi (Point and click): add index
3531         entry.
3532
3533         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3534         go under beam.
3535
3536         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3537         sarabande beam. 
3538
3539         * flower/warn.cc (programming_error): cross fingers not thumbs.
3540
3541         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3542         staff-position is set.
3543
3544         * VERSION: release 2.1.26 
3545
3546         * scm/chord-entry.scm (construct-chord): process transposition
3547         after processing explicit-11.  
3548
3549 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3550
3551         * lily/parser.yy (add_quote): add syntax for adding quotes:
3552         \addquote "id-string" Music
3553
3554         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3555
3556         * scripts/convert-ly.py (conv): add rules for name changes.
3557
3558         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3559         music/context/grob property functions. Internally, use
3560         get_property() and set_property() for both.
3561
3562 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3563
3564         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3565         for Emacs <= 20 (Laurent Martelli).
3566
3567 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3568
3569         * lily/parser.yy (command_element): extract quoted vector in
3570         parser.
3571
3572         * input/regression/quote.ly: new file.
3573
3574         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3575
3576         * lily/parser.yy (command_element): \quote DURATION NAME: support
3577         cue notes. 
3578
3579         * lily/quote-iterator.cc (class Quote_iterator): new file.
3580
3581 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3582
3583         * lily/auto-beam-engraver.cc (try_music): accept and process
3584         beam-forbid-event.
3585
3586         * input/regression/auto-beam-no-beam.ly: new file.
3587
3588 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3589
3590         * lily/accidental.cc (print): Change font-relative-size ->
3591         font-size. Fixes cautionary-style = smaller.
3592
3593 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3594
3595         * lily/system-start-delimiter.cc (staff_brace): remove
3596         font-relative-size
3597
3598         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3599         forgotten with scm_list_n. Fixes spurious coredumps.
3600
3601         * lily/accidental-engraver.cc (stop_translation_timestep): move
3602         update of localKeySignature to stop_translation_timestep (). This
3603         makes sure that all ties are noticed at the right moment.
3604         (stop_translation_timestep): clear tie only when right-side
3605         notehead was seen.
3606         (number_accidentals_from_sig): cleanup. 
3607
3608         * input/regression/accidental-tie.ly (mus): new file
3609
3610         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3611         these longish tests.
3612
3613 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3614
3615         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3616
3617         * THANKS: update bugreporter list.
3618
3619         * lily/beam.cc (print): broken beams last until end of staff.
3620         (print): broken beams start from prefatory matter.
3621
3622         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3623
3624         * lily/paper-score.cc (process): dump header only once.
3625
3626         * lily/paper-outputter.cc (Paper_outputter): move logic into
3627         Scheme.
3628
3629         * scm/output-tex.scm (output-scopes): new function.
3630         (output-paper-def): new function
3631         (tex-string-def): new function
3632         (symbol->tex-key): new function
3633
3634         * scripts/convert-ly.py (conv): add rule for | ~
3635
3636 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3637
3638         * input/regression/{many}.ly: refresh, trying to guess how
3639         it was designed.
3640
3641 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3642
3643         * VERSION: release 2.1.25
3644
3645         * scm/define-translator-properties.scm
3646         (all-user-translation-properties): add printOctaveNames
3647
3648         * ly/engraver-init.ly: remove Note_event_swallower from
3649         NoteNamesContext.
3650
3651         * lily/note-name-engraver.cc (process_music): new property
3652         printOctaveNames
3653
3654         * lily/context.cc (find_existing_context): remove support for
3655         Current.
3656
3657         * scm/music-functions.scm (set-accidental-style): new function;
3658         duplicate accidental macros.
3659
3660         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3661
3662         * lily/note-name-engraver.cc (process_music):
3663         process_acknowledged_grobs () -> process_music ()
3664
3665         * scm/part-combiner.scm (determine-split-list): robustification.
3666
3667 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3668
3669         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3670         lines for falling into beam-gap.
3671         (score_forbidden_quants): check all staff lines for falling in
3672         beam gaps.
3673
3674         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3675         key/clef/time signatures. 
3676
3677         * input/test/ossia.ly: revise example.
3678
3679         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3680         cleanup.
3681
3682         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3683         comply to Scheme standard.  Remove ly:get-paper-variable
3684
3685 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3686
3687         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3688
3689 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3690
3691         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3692         properties from Voice context. This fixes accidental size for
3693         staff-switches during grace contexts.
3694
3695         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3696         if necessary. Else, simply wipe dots.
3697
3698         * input/test/beam-alternate.ly: new file
3699
3700         * input/test/piano-staff-distance.ly: new file.
3701
3702         * lily/translator-group.cc (recurse_down_translators): use
3703         Direction for bottom-up/top-down.
3704
3705         * lily/include/translator.hh (class Translator): add
3706         process_music() and do_announces(). This obviates
3707         recurse_down_{engravers,performers}.
3708
3709         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3710         \melisma and \melismaEnd
3711
3712         * lily/melisma-engraver.cc (process_music): change to
3713         Melisma_translator, unify with performer. Accept
3714         ManualMelismaEvent.
3715
3716         * ly/engraver-init.ly: add Font_size_engraver.
3717
3718 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3719
3720         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3721         it hara-kiri.
3722
3723         * input/regression/{many}.ly: improve descriptions trying to figure
3724         out what is tested.
3725
3726 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3727
3728         * lily/slur.cc (broken_trend_offset): robustness fix.
3729
3730         * VERSION: release 2.1.24
3731
3732         * lily/context.cc (find_create_context): go to Score if it exists.
3733
3734         * lily/context-scheme.cc: new file.
3735
3736         * lily/score-translator.cc (get_output): new file.
3737
3738         * lily/include/grob-info.hh: origin_contexts() now does not
3739         include the originating engraver
3740
3741         * lily/translator-group.cc (translator_each): clean up contents,
3742         remove superfluous stubs. Engraver_group_engraver and
3743         Performer_group_performer are the only classes using multiple
3744         inheritance.
3745
3746         * lily/include/score-context.hh (class Score_context): interface
3747         between Score_{engraver,performer} and Global_context.
3748
3749         * lily/include/global-context.hh (Context): change from
3750         global-translator. This is the entry point for contexts; it is not
3751         tweakable using \translator{}. Score is no longer the top context,
3752         but sits underneath Global.
3753
3754         * lily/include/context.hh (class Context): brain surgery: split
3755         out Context functionality from Translator_group. Context is now a
3756         separate type from Translator.
3757
3758 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3759
3760         * lily/include/translator.hh (class Translator): make
3761         get_score_context() and get_global_translator (), and use the one
3762         which is appropriate.
3763
3764         * lily/context.cc: partially put functionality of Translator_group
3765         into Context.
3766
3767         * lily/include/context.hh (Translator): new class: put between
3768         Translator and Translator_group. 
3769
3770         * lily/new-accidental-engraver.cc: remove file.
3771
3772 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3773
3774         * input/regression/{many}.ly: improve descriptions: use complete 
3775         sentences, try to describe what is tested, avoid `we´, do not use 
3776         don't, ... 
3777
3778 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3779
3780         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3781         is at EOL.
3782
3783         * Documentation/user/lilypond.tely: declare the topmost node only
3784         once; removes empty line in @contents.
3785
3786         * Documentation/user/music-glossary.tely: really add Finnish author.
3787         Draw more beatiful `->´ arrow in html: &rarr;
3788
3789 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3790
3791         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3792
3793         * scripts/convert-ly.py (conv): add ly:music-list  change.
3794
3795         * lily/grob.cc: edit doc string.
3796
3797         * scm/define-grob-properties.scm (all-user-grob-properties):
3798         proofreading, editing of doc strings.
3799
3800         * input/regression/tablature-string-tunings.ly: new file.
3801
3802         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3803         listen to stringTunings
3804
3805         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3806         for self-alignment-[XY] code.
3807
3808 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3809
3810         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3811         cond) into function. Cleanup.
3812
3813         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3814
3815         * VERSION (PACKAGE_NAME): 2.1.23 released
3816
3817 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3818
3819         * Documentation/user/{refman,internals}.itely: small fixes.
3820
3821 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3822
3823         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3824         accidentals for harmonic notes
3825
3826         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3827         for harmonic notes.
3828
3829         * scm/document-backend.scm (interface-doc): prune Grob
3830         documentation: don't duplicate interface information.
3831
3832         * lily/*.cc: lots of updates of doc strings.
3833
3834 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3835
3836         * input/test/ac-extra-voice.ly (accompany): remove file.
3837
3838         * input/test/maximum-rest-count.ly: remove file.
3839
3840         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3841         conversion rule for \translator { }. Apply everywhere.  
3842
3843         * lily/parser.yy (music_property_def): set property for \once in
3844         the PropertyMusic itself, not the ContextSpec.
3845         (property_operation): change syntax within \translator { }
3846
3847         * scm/define-music-properties.scm (all-music-properties): clean up.
3848
3849         * lily/auto-beam-engraver.cc (test_moment): use
3850         updated_grob_properties() to retrieve autoBeam settings.
3851
3852         * lily/spacing-spanner.cc: bound shortest_playing_len by
3853         measure_length
3854
3855         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3856         multi-measure events for spacing computation.
3857
3858         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3859         elliptical, to 1.49.
3860
3861         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3862         vertical positioning for polyphony, without RestCollision object.
3863
3864         * lily/note-column.cc (add_head): prevent rests & note heads on
3865         one stem.
3866
3867         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3868         (do_shift): rewrite only-rests case: use common refpoints: the
3869         routine will have sensible results when other rest-translations
3870         have taken place.
3871
3872         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3873         < 0 case. 
3874
3875         * VERSION: 2.1.22 released
3876
3877         * input/GNUmakefile (SUBDIRS): remove ascii-art
3878
3879 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3880
3881         * input/: Convert ly files that still had \property.  Fixes make
3882         web.  Remove exta spaces around '='. 
3883
3884         * scripts/convert-ly.py (conv): Redundant space fixes.
3885
3886         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3887
3888 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3889
3890         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3891         create scalable PS and PDFs  for input/{test,template,regression}.
3892
3893         * lily/context.cc (is_alias): move function.
3894         (is_alias): add Bottom as context alias. 
3895         (find_create_translator): add Bottom as a context alias for creation.
3896
3897         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3898
3899         * lily/parser.yy (music_property_def): new syntax for property
3900         assignments:
3901
3902         \set A.B = #C , \unset A.B
3903         \override A.B #C = #D, \revert A.B #C 
3904
3905         * lily/my-lily-lexer.cc: remove \property
3906
3907 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3908
3909         * Documentation/user/refman.itely: add dots after seealso refs.
3910
3911         * input/template/{many}.ly: harmonise descriptions.
3912
3913         * Documentation/user/music-glossary.itely: add Finnish author.
3914
3915 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3916
3917         * VERSION (PACKAGE_NAME): release 2.1.21
3918
3919 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3920
3921         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3922
3923         * scripts/lilypond-book.py (snippet_res): @include filename must
3924         not be empty.
3925
3926 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3927
3928         * scm/documentation-generate.scm (markup-doc-string): dump
3929         markup-commands.tely
3930
3931         * scm/define-markup-commands.scm (override): new file.
3932         Move documentation from refman into doc-strings. 
3933
3934         * input/test/staff-container.ly: fix example.
3935
3936         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3937         StaffContainer
3938
3939         * lily/grob.cc: remove point_dimension_callback
3940         (Grob): read forced dimensions from X-extent and Y-extent.
3941         (get_paper): remove preset_extent.
3942
3943         * scm/define-grobs.scm (all-grob-descriptions): remove
3944         point_dimension_callback. 
3945
3946         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3947         textscript to head. This makes no-spacing-rods work on
3948         DynamicText.
3949
3950         * lily/chord-name.cc: remove props chord, bass, inversion.
3951
3952         * Documentation/user/appendices.itely: add Scheme functions,
3953         context-properties and layout properties to manual.
3954
3955         * scm/part-combiner.scm (determine-split-list): include rests in a
3956         solo1/2 sequence.
3957
3958         * lily/new-part-combine-iterator.cc (substitute_both): new
3959         function.
3960         (class New_pc_iterator): add separate Voice=solo context, fixes
3961         autobeams going from chords to solo.
3962
3963 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3964
3965         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3966
3967         * Documentation/user/tutorial.itely:
3968         * Documentation/user/refman.itely: Add short note about being part
3969         of lilypond.tely.
3970
3971         * COPYING: Make note more clear with respect to files that are
3972         explicitely licenced otherwise (Documention/user/ comes to mind).
3973
3974         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3975         comment about barfing of @c,{}.
3976
3977         * Documentation/user/music-glossary.tely: Add list of authors.
3978
3979         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3980         source (was: also in build log).
3981
3982 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3983
3984         * lily/side-position-interface.cc (general_side_position): if
3985         staff-padding is set, then include staff in support too.
3986
3987         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3988         module workbook
3989
3990         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3991
3992         * lily/tuplet-engraver.cc: remove tupletInvisible
3993
3994         * scm/define-translator-properties.scm: cleanup, separate in
3995         internal and user props. 
3996
3997         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3998         LyricsVoice -> Lyrics
3999
4000         * lily/new-part-combine-iterator.cc (process): only print warning
4001         for symbols.
4002
4003 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4004
4005         * scm/part-combiner.scm: Add proper header.
4006
4007         * All but lily/*: The great --2003 --2004 replace; the missing
4008         `bits'.
4009
4010         * TODO: Fix outline mode.  Add book notes.
4011
4012         * ROADMAP: Update.
4013
4014 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4015
4016         * scm/part-combiner.scm (make-autochange-music): use
4017         accumulator. Fixes stack overflow.
4018
4019         * lily/*: rename brew_molecule -> print , molecule-callback ->
4020         print-function
4021
4022         * scm/define-grob-properties.scm: cleanup. Separate into internal
4023         and user properties.
4024
4025         * lily/translator-property.cc (updated_grob_properties): new
4026         function
4027         (execute_pushpop_property): change to new convention:
4028         object property inits are stored as (cons ALIST BASED-ON). This
4029         storage format allows concurrent tweaks in different contexts.
4030
4031 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4032
4033         * TODO: new file.
4034
4035 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4036
4037         * debian/: Late Debian update (sorry Anthony).
4038
4039         * scripts/lilypond-book.py (do_file): Look for input_file in
4040         include path, or ask kpathsea if LATEX.
4041
4042         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
4043         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
4044         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
4045         --header=texidoc.
4046
4047         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
4048         relative.
4049
4050         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
4051         only when filtering, default to input_base otherwise.  Coding
4052         style fixes.
4053
4054 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4055
4056         * lily/include/translator.hh (class Translator): add virtual
4057         qualifier.
4058
4059 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4060
4061         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
4062
4063 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4064
4065         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
4066
4067         * Documentation/user/refman.itely: Run texinfo-all-menus-update
4068         (fixes make web).
4069
4070         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
4071         live in $(out)-www).
4072
4073         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
4074         dependencies.  Add link to .ly source in HTML output.
4075         (Lilypond_snippet.output_html): Handle multiple page picture
4076         output.
4077         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
4078         Make usable for output_texinfo again.
4079
4080         * Documentation/user/GNUmakefile: Add static dependency for
4081         lilypond.tely includes.
4082
4083         * Documentation/user/tutorial.itely: Add some lost `relative'
4084         ly-options.
4085
4086 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4087
4088         * lily/include/translator-group.hh: move Music_output_def member
4089         to Global_translator.
4090
4091         * scripts/lilypond-book.py (do_file):  fix latex output.
4092
4093         * VERSION: release 2.1.20
4094
4095         * scm/part-combiner.scm (determine-split-list): robustness fix 
4096
4097         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
4098
4099         * lily/parser.yy (music_output_def_body): plug memory leak.
4100
4101         * lily/translator-group.cc (add_fresh_group_translator): plug
4102         memory leak: unprotect Translator_group once added.   
4103
4104         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
4105
4106         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
4107         write .dep file.
4108         (Lilypond_snippet.ly): add \renameinput.
4109
4110 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4111
4112         * Documentation/user/refman.itely (Markup command definition): Doc
4113         by Nicolas Sceaux. Rewrite by Han-Wen
4114
4115         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
4116         thing of the line.
4117         (brew_molecule): only remove if hyphen is not at the end of line.
4118         (set_spacing_rods): new function: minimum-length specifies
4119         distance between syllables.
4120
4121         * scm/define-grobs.scm (all-grob-descriptions): add
4122         Hyphen_spanner::set_spacing_rods to LyricHyphen
4123
4124         * input/regression/lyric-hyphen-break.ly: new file.
4125
4126         * input/test/lyric-hyphen-retain.ly: new file.
4127
4128         * lily/new-part-combine-iterator.cc (construct_children):
4129         add Rest direction.
4130
4131 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4132
4133         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
4134
4135         * Documentation/bibliography/engraving.bib (donemus1982):
4136         update entry.
4137
4138 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4139
4140         * scripts/lilypond-book.py (Substring.__init__): new class.
4141         (Snippet.output_texinfo): add texidoc option.
4142         (Include_snippet.replacement_text): new class.
4143         (Lilypond_snippet.__init__): new class
4144         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
4145
4146         * Documentation/user/refman.itely (Sound): 
4147         note about number of channels.
4148
4149         * scm/music-functions.scm (voicify-music): add \context Staff for
4150         << \\ >> polyphony.
4151
4152         * lily/parser.yy (verbose_command_req): \skip now creates
4153         SkipMusic, and does not lead to spurious staves.
4154
4155         * scm/define-music-types.scm (music-descriptions): rename
4156         NonEventSkip to SkipMusic
4157
4158         * input/no-notation/midi-lyric-barcheck.ly: new file.
4159
4160         * input/regression/collision-dots-invert.ly: new file.
4161
4162         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
4163         case.
4164
4165         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
4166         die if melody died too.
4167
4168 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4169
4170         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
4171         with reading from stdin.
4172
4173         * lily/slur-performer.cc (try_music): new file.
4174
4175         * lily/melisma-performer.cc (try_music): new file. Handle
4176         melismata to help lyrics.
4177
4178         * lily/beam-performer.cc (try_music): new file. Handle beam events
4179         to help lyrics.
4180
4181         * lily/score-performer.cc (one_time_step): reinstate
4182         process_music().
4183
4184         * lily/performer.cc (process_music): add to interface.
4185
4186         * lily/performer-group-performer.cc (process_music): new function.
4187
4188         * lily/dot-column.cc (do_shifts): do collision resolution before
4189         dot positioning.
4190
4191         * scripts/lilypond-book.py (Snippet.output_print_filename): new
4192         file, process printfilename option.
4193         (Snippet.__init__): rewrite: do not use global variables h or
4194         index.
4195         (main): really support -I option.
4196         (find_toplevel_snippets): new code.
4197         (find_toplevel_snippets): reinstate old version, without global
4198         variables.
4199
4200         * tex/texinfo.tex: really add file.
4201
4202 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4203
4204         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4205         compatibility.
4206
4207 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4208
4209         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4210
4211         * scm/define-translator-properties.scm (drumPitchTable): add
4212         property.
4213
4214         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4215         function.
4216         (help_summary): docstrings.
4217         (do_file): strip the dir of input_base too.
4218
4219 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4220
4221         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4222
4223         * Documentation/user/lilypond-book.itely: Update.
4224
4225         * make/ly-rules.make: Update lilypond-book commands.
4226
4227         * Documentation/user/GNUmakefile: Update makeinfo commands,
4228         lilypond-book flags.
4229
4230         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4231
4232         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4233
4234         * scripts/filter-lilypond-book.py: Remove.
4235
4236         * Documentation/user/*tely: Update options for new lilypond-book.
4237
4238         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4239         with @macros in @includes.
4240
4241 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4242
4243         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4244         make rest-collision only.
4245
4246         * lily/break-substitution.cc (substitute_one_mutable_property):
4247         clear all-elements using scm_assq_remove_x(). 
4248
4249         * lily/rest-collision.cc (do_shift): shift single rests
4250
4251         * flower/include/array.hh (class Array): rename to is_empty ()
4252
4253         * lily/drum-note-performer.cc: new file: perform drum notes.
4254
4255         * VERSION (PACKAGE_NAME): release 2.1.19.
4256
4257 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4258
4259         * scripts/filter-lilypond-book.py
4260         (classic_lilypond_book_compatibility): New function.
4261
4262 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4263
4264         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4265
4266         * Grand 2003 -> 2004 search replace. 
4267
4268         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4269         (i.e. < > )
4270
4271         * ly/performer-init.ly: add DrumStaff
4272
4273         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4274         lyric-interface; this prevents lines with only extender lines from
4275         being junked.
4276
4277         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4278
4279         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4280         extenders right, for once and for all (hopefully).
4281
4282         * lily/break-substitution.cc (substitute_one_mutable_property):
4283         clear old 'all-elements for System grobs.
4284
4285         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4286         that associatedVoiceContext is always assigned when music & lyrics
4287         are found. 
4288
4289         * ly/engraver-init.ly: remove Lyrics context.
4290         (TabVoice): add noteheads engraver
4291
4292         * input/test/improv.ly: update: do not use Thread switching. 
4293
4294         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4295         squashedPosition is a number  
4296
4297         * Documentation/user/refman.itely (Automatic note splitting):
4298         remove Thread references.
4299
4300         * input/no-notation/pc-direction.ly: remove file.
4301
4302         * ly/engraver-init.ly: remove Thread
4303
4304         * input/regression/tie-chord-partial.ly: remove file.
4305
4306         * scripts/convert-ly.py (conv): \harmonic rule
4307
4308         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4309         notation for harmonic notes: <c' g''\harmonic>
4310
4311         * lily/lily-guile.cc (alist_to_hashq): new function
4312
4313         * scm/lily.scm (alist->hash-table): new function.
4314
4315         * Documentation/user/refman.itely (Percussion staves): update doco.
4316
4317         * input/regression/drums.ly (timb): updates
4318
4319         * lily/note-performer.cc (create_audio_elements): robustness fix.
4320
4321         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4322
4323 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4324
4325         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4326         discard valid matches.
4327
4328 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4329
4330         * lily/drum-note-engraver.cc: new file.
4331
4332         * ly/drumpitch-init.ly: move drum definitions
4333
4334         * scm/drums.scm: remove file.
4335
4336         * lily/*.cc: remove abort-event everywhere.
4337
4338         * lily/note-heads-engraver.cc (process_music): robustification.
4339
4340         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4341         robustification.
4342
4343         * lily/parser.yy (simple_element): add \drums mode.
4344         (simple_element): remove \pitchnames , \chordmodifiers. Use
4345         variables to store this. 
4346
4347         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4348         outside \notes.
4349
4350         * VERSION: release 2.1.18.
4351
4352         * input/test: remove octave-duplicate.ly
4353
4354 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4355
4356         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4357
4358 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4359
4360         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4361         constructor from Music_iterator. Changes throughout.
4362
4363         * lily/include/music-iterator.hh (class Music_iterator): remove
4364         Music_iterator::skip and Music_iterator::get_pending_events from
4365         interface. Rename report_to -> get_outlet 
4366
4367         * lily/auto-change-iterator.cc: move contents from
4368         new-auto-change-iterator.cc from
4369
4370         * scm/part-combiner.scm: determine split-list from Scheme. 
4371
4372         * lily/new-auto-change-iterator.cc (process): new file.
4373
4374         * lily/parser.yy (part_combined_music): remove old PC cruft.
4375
4376         * ly/engraver-init.ly: remove old
4377         PC cruft.
4378
4379         * Documentation/user/refman.itely (The Lyrics context): note about
4380         extender lines.
4381
4382         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4383         to allow 0-length mmrest events.
4384
4385         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4386
4387         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4388
4389         * lily/spacing-engraver.cc (finalize): robustifications.
4390
4391         * input/regression/new-part-combine-solo-global.ly: new file.
4392
4393         * scm/part-combiner.scm: rewrite.
4394
4395 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4396
4397         * Documentation/user/refman.itely, input/puer-fragment.ly,
4398         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4399         updated for proper use of lyricsto; replaced "(" and ")" ->
4400         "\melisma" and "\melismaEnd"
4401
4402         * input/test/ancient-font.ly: small updates to reduce compile
4403         warnings (TODO: junk this file)
4404
4405         * input/test/gregorian-scripts.ly: added comment about bug
4406
4407         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4408         tiny robustness fix
4409
4410         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4411         recent changes in the feta code); temporarily mapped mensural g
4412         clef to a copy of petrucci g clef until mensural g clef will have
4413         been rewritten
4414
4415         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4416         between mensural and neo-mensural heads (this broke quite a while
4417         ago)
4418
4419         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4420
4421 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4422
4423         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4424         indication.  Fixes for verbatim, multi line comments.
4425
4426 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4427
4428         * input/regression/new-part-combine-solo.ly: more cases.
4429
4430         * lily/slur.cc (height): robustness fix.
4431
4432         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4433
4434         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4435         stemUp/stemDown.
4436
4437         * scm/music-functions.scm (determine-split-list): further analysis.
4438
4439         * lily/script-engraver.cc (try_music): discard duplicate
4440         articulations.
4441
4442         * input/regression/new-part-combine-solo.ly: new file
4443
4444         * input/regression/new-part-combine-a2.ly: new file.
4445
4446         * ly/performer-init.ly: add Devnull
4447
4448         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4449         for \musicglyph #"accidental-*"
4450         (conv): \newpartcombine rule.
4451
4452 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4453
4454         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4455
4456 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4457
4458         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4459         textwidth, --output.
4460
4461 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4462
4463         * scm/new-markup.scm (doubleflat): add accidental markups.
4464
4465         * VERSION: release 2.1.17
4466
4467         * Documentation/user/refman.itely (Automatic part combining):
4468         revise documentation of the part-combiner.
4469
4470         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4471
4472         * input/test/part-combine-{moment,staff}.ly: remove file.
4473
4474         * input/regression/pc-mmrest.ly (two): remove file.
4475
4476         * scm/define-music-types.scm (music-descriptions): add
4477         Solo{One,Two}Event and UnisonoEvent
4478
4479         * lily/new-part-combine-iterator.cc (unisono): add state_
4480         variable, signal changes with part-combine-event.
4481
4482         * input/regression/new-part-combine-text.ly: new file.
4483
4484         * lily/part-combine-engraver.cc: new file.
4485
4486 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4487
4488         * scripts/filter-lilypond-book.py: Handle snippet options.
4489
4490 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4491
4492         * scm/music-functions.scm (determine-split-list): detect solo1/2
4493         and unisono.
4494
4495         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4496         revert fix, document why.
4497
4498         * lily/tie-performer.cc (process_music): new function. Set melisma
4499         property.
4500
4501         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4502         always smaller than bracket size.
4503         (make_bracket): oops. Size of the gap was off by factor 2
4504
4505         * input/test/text-rotate.ly: new file.
4506
4507         * scm/new-markup.scm (markup): a macro that provides a
4508         LilyPond-like syntax in scheme for building markups, in order to
4509         help markup command definition. (Nicolas Sceaux)
4510
4511         * input/test/lyrics-skip-notes.ly: new example.
4512
4513         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4514
4515         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4516         use is_alias() iso. == . This fixes lyrics on
4517         GregorianTranscriptions. 
4518
4519 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4520
4521         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4522         \thispagestyle{lastpage} to avoid that it's printed on the second
4523         last page when there's only a single score line on the last page.
4524         (The page breaking mechanism in TeX played some ugly tricks to us.)
4525
4526 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4527
4528         * scripts/filter-lilypond-book.py: Further development.
4529
4530         * input/regression/collision-dots-move.ly: New test.
4531
4532         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4533         hand side note head of non-merged collision to the right.
4534
4535         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4536         Construct children before accessing property from emtpy
4537         lyrics_context_.
4538         (construct_children): Find thread before finding LyricsVoice.
4539         Create LyricsVoice one if none found, fixes crash (thanks Erik
4540         Sandberg).
4541
4542 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4543
4544         * cygwin/: Forward port.
4545
4546 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4547
4548         * buildscripts/install-info-html.sh: Use Bash.
4549
4550         * cygwin/mknetrel: Patch from Bert.
4551
4552 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4553
4554         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4555
4556         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4557         try to copy *png, index.html (Bertalan Fodor).
4558
4559         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4560
4561 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4562
4563         * lily/note-collision.cc (check_meshing_chords): Do not remove
4564         dots (from down head) when merging similar heads (thanks Matthias
4565         Kilian).  Simplify merge_possible tests and other cleanups
4566
4567         * input/regression/collision-merge-differently-dotted.ly: Add test
4568         for disappearing dots on similar heads for both voices.
4569
4570 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4571
4572         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4573         that tagline overrides copyright for single page scores. Correct
4574         the default tagline value.
4575
4576 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4577
4578         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4579
4580 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4581
4582         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4583         TEXMF if it's previously unset.
4584
4585 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4586
4587         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4588
4589         * input/test/trills.ly: fix the unfolding of lineprall.
4590
4591         * input/test/figured-bass-alternative.ly: fix accidental.
4592
4593 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4594
4595         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4596
4597         * input/no-notation/dos-guile.ly: 
4598         * input/no-notation/dos-ps.ly: 
4599         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4600
4601         * input/no-notation/safe-include.ly:
4602         * input/no-notation/safe-guile.ly:
4603         * input/no-notation/safe-ps.ly: 
4604         * input/no-notation/safe-tex.ly: New file.
4605
4606         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4607         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4608         options now.
4609         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4610         When in --safe-mode, set environment openout_any=p[aranoid].
4611
4612         * tex/ltest.tex: 
4613         * tex/lilyponddefs.tex: Add \nofiles.
4614
4615         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4616         options.
4617
4618         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4619         This allows building the user manual using a binary installation
4620         and a matching unpacked source tree.
4621
4622         * scm/lily.scm (safe-module): New variable. 
4623
4624         * lily/includable-lexer.cc (new_input): Fix error messages.
4625
4626         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4627         If SAFE, evaluate in safe-module.  Change callers.
4628
4629         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4630
4631         * lily/lexer.ll (embedded_scm): While processing main-input,
4632         invoke ly_parse_scm with safe mode if running in safe-mode.
4633         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4634         in init.ly for safe-mode.
4635
4636 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4637
4638         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4639         compatibility with old versions of geometry.sty (compat2
4640         already implied includehead).
4641         Change the page layout slightly so bottom + footskip = top +
4642         headheight + headsep = 16mm, the remaining paperheight-32mm
4643         are used for the music. Increase footskip to 5mm, so the top of
4644         the footer text doesn't touch the music.
4645
4646 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4647
4648         * VERSION: release 2.1.16
4649
4650         * scm/music-functions.scm (determine-split-list): bugfix: only use
4651         new-active for both voices if both indexes advance. This fixes the
4652         biggest outstanding problem with new-pc. 
4653
4654         * lily/new-part-combine-iterator.cc (construct_children): set more
4655         directions.
4656
4657 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4658
4659         * scripts/convert-ly.py (conv): add instrument rule.
4660
4661         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4662
4663         * lily/side-position-interface.cc: remove add_staff_support ()
4664         Change all callers to use staff-padding.
4665
4666         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4667         make_spanner().
4668
4669         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4670
4671         * lily/text-engraver.cc: remove scriptHorizontal property.
4672
4673         * lily/beam.cc (least_squares): also set least-squares-dy for
4674         special case of slanted 2-stem beam to center.
4675
4676         * lily/side-position-interface.cc (out_of_staff): move contents of
4677         out_of_staff into aligned_side.
4678         remove out_of_staff().
4679
4680         * input/regression/measure-grouping.ly: fix warning.
4681
4682         * lily/side-position-interface.cc: add staff-padding support to
4683         Side_position_interface::aligned_side.
4684
4685         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4686         one get_property too many.
4687
4688         * flower/include/drul-array.hh (linear_combination): new function
4689         (scale_drul): new function
4690
4691         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4692         operations on empty intervals are silly.
4693
4694 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4695
4696         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4697         (iso gh_scm2int), fixes crash in new part-combiner.
4698
4699         * configure.in: Up mftrace to 1.0.27.
4700
4701 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4702
4703         * VERSION: release 2.1.15
4704
4705         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4706         align all stanza numbers.
4707
4708 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4709
4710         * Documentation/user/{introduction.itely,refman.itely,
4711         converters.itely}: fix some text inside parentheses; text should
4712         be readable (even) if parentheses are either replaced with commas 
4713         or dropped out.
4714
4715 2004-01-25  Werner Lemberg  <wl@gnu.org>
4716
4717         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4718         input/test/vaticana.ly, input/test/ancient-font.ly,
4719         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4720         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4721         ly/params-as-init.ly, scm/define-grobs.scm,
4722         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4723
4724         * ly/params-as-init.ly: Removed.  Obsolete.
4725         * buildscripts/lilypond.words.py: Updated.
4726
4727 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4728
4729         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4730
4731         * mf/feta-din{4,5,7,9}.mf: remove.
4732
4733         * lily/engraver.cc (internal_make_item): centralize item/spanner
4734         factory.
4735
4736         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4737         do correct chord conversion for ^"sim."  (backportme)
4738         (FatalConversionError.sub_articulations): substitute ^"foo" in
4739         chords too. (backportme)
4740
4741         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4742         for Fingering.
4743
4744         * lily/side-position-interface.cc (out_of_staff): don't do
4745         anything if staff-padding not defined. 
4746
4747         * mf/feta-params.mf (stafflines): introduce linethickness as
4748         general blackness of the font.
4749
4750         * lily/stem.cc (position_noteheads): rounding error robustness.
4751
4752         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4753         from beam-collision.ly 
4754
4755         * lily/beam.cc (rest_collision_callback): remove direction.
4756
4757         * scm/define-grobs.scm (all-grob-descriptions): remove
4758         enclose-bounds in OttavaBracket and PianoPedalBracket
4759
4760         * scm/new-markup.scm (def-markup-command) new macro, which takes
4761         care of defining the COMMAND-markup and make-COMMAND-markup
4762         procedures, setting markup-signature and keyword-signature object
4763         properties, and pushing the markup command in
4764         markup-function-list.
4765
4766         All markup commands are defined thanks to it.  Users may also use
4767         it to define their own markup commands. (Nicolas Sceaux)
4768
4769         * scm/new-markup.scm: Scheme style clean-up: there should be no
4770         parenthesis alone on a line; LET* should not be used where LET is
4771         enough. (Nicolas Sceaux)
4772
4773 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4774
4775         * scripts/filter-lilypond-book.py: Add script.
4776
4777 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4778
4779         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4780
4781 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4782
4783         * Documentation/user/refman.itely (Fingering instructions): add
4784         single note chords. 
4785
4786         * lily/multi-measure-rest-engraver.cc: use a single
4787         MultiMeasureEvent for mm rests. This prevents problems with the
4788         new part combiner.
4789
4790         * scm/music-functions.scm (determine-split-list): analysis has
4791         global effect: a difference halfway a phrase makes the entire
4792         phrase be typeset as apart.
4793         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4794
4795 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4796
4797         * ly/performer-init.ly: add Devnull.
4798
4799         * Documentation/user/refman.itely (Font selection): remove paper20
4800         ref.
4801
4802 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4803
4804         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4805
4806 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4807
4808         * scm/music-functions.scm (determine-split-list): bugfixes.
4809
4810         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4811
4812         * input/test/scales-greek.ly: use C as base, results in different
4813         alterations at the clef.
4814
4815         * input/regression/pedal-ped.ly: new file.
4816
4817         * input/regression/pedal-bracket.ly: new file.
4818
4819         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4820         replace after_line_breaking()
4821
4822         * lily/line-interface.cc (line): read thickness.
4823         (line): dash-fraction = 0 always for dotted-line style.
4824
4825         * input/test/staff-lines.ly (lower): bugfix.
4826
4827         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4828         \accepts Devnull into Score.
4829
4830         * scm/lily.scm: remove bla.scm load.
4831
4832 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4833
4834         * VERSION: release 2.1.14
4835
4836         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4837
4838         * lily/side-position-interface.cc (general_side_position): add
4839         Staff_symbol_referencer::staff_space ().
4840
4841         * lily/include/context-def.hh: rename from translator-def.hh
4842
4843 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4844
4845         * input/template/piano-dynamics.ly (pedal): Updated definition of
4846         Dynamics such that \cresc works, for example.
4847
4848 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4849
4850         * lily/stem.cc (calc_stem_info): use
4851         Staff_symbol_referencer::staff_space
4852
4853         * lily/beam-quanting.cc (quanting): scale Stem_info 
4854
4855         * lily/beam.cc (rest_collision_callback): use minimum-distance
4856         property for rest/beam collisions.
4857         (rest_collision_callback): bugfixes.
4858
4859         * lily/system.cc (post_processing): extra-offset is now relative
4860         to the size of the current staff.
4861
4862         * scm/music-functions.scm (notice-the-events-for-pc): record all
4863         voices, only analyze "one" and "two".
4864
4865         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4866         not parent. 
4867
4868         * lily/new-part-combine-iterator.cc (construct_children): create
4869         Devnull from Voice context
4870
4871         * scm/music-functions.scm (determine-split-list): bugfixes.
4872
4873         * lily/lily-guile.cc (robust_scm2int): new function
4874
4875         * lily/staff-symbol-referencer.cc (line_thickness): new
4876         function. Use throughout.
4877
4878         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4879         in its own context.  Add to preset font-size.
4880
4881         * lily/stem.cc (thickness): new function.
4882
4883         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4884         compute thickness from ledger-line-thickness.
4885
4886         * lily/note-head.cc (brew_ledger_lines): use
4887         Staff_symbol::get_ledger_line_thickness ().
4888
4889         * lily/beam.cc (rest_collision_callback): use
4890         Staff_symbol_referencer::staff_space().
4891
4892         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4893         Mus1 Mus2
4894
4895         * lily/include/translator.hh (class Translator): add accepts_list_
4896         so  \with { \denies / \accepts } also works.
4897
4898         * scm/music-functions.scm (determine-split-list): determine split
4899         list from music events.
4900
4901         * lily/new-part-combine-iterator.cc: more states.
4902
4903         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4904
4905 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4906
4907         * lily/system.cc (set_loose_columns): use the right prebroken cols
4908         for interpolating loose column position.
4909
4910         * lily/text-spanner.cc (brew_molecule): default to no vertical
4911         lines.
4912
4913         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4914         take space.
4915
4916         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4917
4918 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4919
4920         * scripts/convert-ly.py: Do not test filename when processing
4921         stdin.
4922
4923         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4924
4925 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4926
4927         * lily/axis-group-engraver.cc (finalize): extra check; if
4928         process_music () is never called, then staffline_ == 0.
4929
4930         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4931         check run_always ().
4932
4933         * VERSION: release 2.1.13
4934
4935         * input/regression/note-head-style.ly (pattern): cleanup.
4936
4937         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4938         downloading.
4939
4940         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4941         kludge rehearsalmark placement.
4942
4943         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4944         , ly:spanner?
4945
4946         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4947         close to note head for accidentals.
4948
4949         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4950         tuplet direction.
4951
4952         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4953
4954 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4955
4956         * lily/include/music-iterator.hh (class Music_iterator): add
4957         substitute_outlet() to iterator API.
4958
4959         * lily/new-part-combine-iterator.cc (construct_children):
4960         New_pc_iterator: new class, better part combining.
4961
4962         * lily/tie-column.cc (werner_directions): new function
4963
4964         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4965
4966         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4967         empty objects group spanner as parent
4968
4969         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4970         slope against graphical slope.
4971
4972         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4973         for ottava bracket.
4974
4975         * lily/side-position-interface.cc (general_side_position):
4976         opps. reinstate *dir.
4977
4978         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4979         parser run.
4980
4981         * lily/tuplet-bracket.cc: remove calc_dy ().
4982
4983         * Documentation/user/refman.itely (Balloon help): document balloon
4984         help
4985
4986 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4987
4988         * scm/document-backend.scm (check-dangling-properties): Grob
4989         properties are defined define-grob-properties.scm.
4990
4991 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4992
4993         * VERSION: release 2.1.12
4994
4995         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4996         ChordName
4997
4998         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4999         relation to surroundings.
5000
5001         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
5002         Y-extent to the note-extents: stay clear of the staff.
5003
5004 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5005
5006         * Documentation/user/GNUmakefile
5007         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
5008         iso. copy.
5009
5010         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
5011
5012         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
5013
5014         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
5015
5016         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
5017
5018         * lily/line-interface.cc (line): remove thickness from calling interface.
5019
5020         * lily/hairpin.cc: use Line_interface
5021
5022         * lily/line-interface.cc: new file. Line_interface for everything
5023         with dotted/dashed lines.
5024
5025
5026         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
5027
5028         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
5029         for constructing ottava brackets.
5030
5031         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
5032         the note heads.
5033
5034         * Documentation/user/internals.itely (Engravers and performers):
5035         fix broken link.
5036
5037         * scm/music-functions.scm (make-mark-set): new function.
5038
5039         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
5040         functionally identical to beam.
5041
5042         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
5043         () with beam (). 
5044
5045         * Documentation/user/refman.itely (Rehearsal marks): document new
5046         functionality.
5047
5048         * input/regression/rehearsal-mark-number.ly: new file.
5049
5050         * input/regression/rehearsal-mark-letter.ly: new file.
5051
5052         * scm/translation-functions.scm (number->mark-string): new function
5053         (format-mark-letters): new function
5054         (format-mark-numbers): new function
5055
5056         * lily/mark-engraver.cc (process_music): rehearsalMark is now
5057         integer; formatting is done through markFormatter property.
5058
5059         * scm/define-translator-properties.scm: fold all *-done properties
5060         into positioning-done.
5061
5062         * lily/beam.cc (position_beam): new function
5063         (brew_molecule): make sure that positions are calced before making
5064         the molecule.
5065
5066         * scm/output*.scm (beam):  take 4th argument for function.
5067
5068         * ps/music-drawing-routines.ps: take blot as 4th argument.
5069
5070         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
5071         stem to avoid small dents.
5072
5073 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5074
5075         * VERSION: release 2.1.11
5076
5077         * input/regression/balloon.ly: new file.
5078
5079         * lily/balloon.cc (brew_molecule): new file: draw boxes around
5080         objects, and make help texts. 
5081
5082         * scm/new-markup.scm (parse-simple-duration): parse duration
5083         string to log & dots. (Thanks Nicolas!)
5084
5085         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
5086         rule.
5087
5088 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
5089
5090         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
5091         Lemberg).
5092
5093         * THANKS: alphabetic order.
5094
5095 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5096
5097         * input/regression/note-head-harmonic.ly: new file.
5098
5099         * Documentation/user/internals.itely (Technical manual): explain
5100         difference between music, translation, layout.
5101
5102         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
5103
5104         * scm/output-ascii-script.scm (bracket): rounding bfs.
5105
5106         * scripts/convert-ly.py (conv): add \include "paper" rule. 
5107
5108         * ly/paper*.ly: remove files. 
5109
5110         * scm/paper.scm (set-staff-size): new function: set default
5111         staff-size.
5112
5113         * scripts/convert-ly.py (conv): add conversion rule.
5114
5115         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
5116         function.
5117
5118         * scm/paper.scm: new file.
5119         (set-staff-size): new function 
5120         (set-paper-size): new function
5121
5122         * lily/parser.yy (music_output_def_body): restructure definition,
5123         so first Scheme statement in \paper also happens in new scope. 
5124
5125         * lily/system.cc (post_processing): move uniquify_list () to
5126         dumping molecule stage.
5127
5128         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
5129         this will mess up scores that use barchecks to shorten measures.
5130
5131         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
5132         at 20pt too.
5133
5134         * Documentation/user/tutorial.itely (Printing lyrics): document
5135         \lyricsto
5136
5137         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
5138
5139         * Documentation/user/refman.itely (Fermatas): document \lyricsto
5140
5141         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
5142         if Voice is not found.
5143
5144         * VERSION: release 2.1.10
5145
5146         * input/{test,regression}/: remove old-relative 
5147
5148         * lily/lexer.ll: add empty markup signature. 
5149
5150         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
5151         strut markup
5152
5153         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
5154
5155         * scm/define-translator-properties.scm: update melismata property
5156         doco.
5157
5158         * lily/system.cc (output_lines): revert uniquify_list() patch,
5159         strange side effects seen.
5160
5161         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
5162         dash-period < 0.
5163
5164         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
5165         for flute. 
5166
5167 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5168
5169         * input/regression/*.ly: use newaddlyrics iso. addlyrics
5170
5171         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
5172
5173         * lily/lyric-extender.cc (brew_molecule): behave decently in case
5174         of line breaks.
5175         (brew_molecule): add padding to left, not right.
5176
5177         * lily/system.cc (uniquify_list): new function
5178         (output_lines): uniquify_list () on all-elements. This fixes
5179         double symbols in the output.
5180
5181         * lily/beam.cc (rest_collision_callback): don't move anything if
5182         staff-position is set.
5183
5184         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
5185
5186         * lily/system.cc (typeset_grob): warn if adding twice.
5187
5188         * lily/sequential-iterator.cc (run_always): implement run_always().
5189         (also in other files.)
5190
5191         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
5192
5193         * lily/event.cc (to_relative_octave): add octave-check.
5194
5195         * Documentation/user/refman.itely (Line breaking): add noBreak.
5196
5197         * scm/new-markup.scm (normalsize-markup): add function.
5198         (sans-markup): new function.
5199
5200         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
5201         come earlier nowadays.  This fixes beams on grace notes.
5202
5203         * scm/music-functions.scm (direction-polyphonic-grobs): new
5204         variable, share between override and revert. This fixes script
5205         directions in polyphonic sections. (backportme)
5206
5207 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5208
5209         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5210         breakpoints.
5211
5212         * lily/break-align-interface.cc: add doco
5213
5214         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5215
5216 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5217
5218         * VERSION: release 2.1.9
5219
5220         * scm/document-markup.scm (markup-doc-node): add note about naming.
5221
5222         * scm/new-markup.scm (left-align-markup): bugfix. 
5223
5224         * Documentation/user/refman.itely (Ottava brackets): more doco for
5225         ottava.
5226
5227         * lily/side-position-interface.cc (out_of_staff): also do
5228         out_of_staff() correctly for d == DOWN.
5229
5230         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5231         horizontal line if they move to the right.
5232
5233         * scm/define-grobs.scm (all-grob-descriptions): set
5234         text-repeat-if-broken for ottava spanner
5235
5236         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5237         property.
5238
5239         * mf/feta18.mf: design size is 18 not 22.5
5240
5241         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5242         Add a single LyricsVoice to a melody. Melismata may be set
5243         individually.
5244
5245         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5246
5247         * lily/dot-column.cc: add stdio.h
5248
5249 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5250
5251         * lily/item.cc: documentation for break-visibility (Thanks, John).
5252
5253 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5254
5255         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5256
5257         * lily/translator-def.cc: rename Translator_def to Context_def.
5258
5259         * Documentation/user/internals.itely (Lexical details): clarify
5260         string def.
5261
5262         * Documentation/user/refman.itely (Rhythmic music): add link to
5263         RhythmicStaff 
5264
5265 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5266
5267         * lily/translator.cc: document start_translation_timestep()
5268
5269         * scm/output-tex.scm (tex-encoded-fontswitch): use
5270         round for rounding (inexact->exact yields rationals)
5271
5272         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5273
5274         * lily/translator-group.cc (get_simple_trans_list): 
5275         new function; construct simple_trans_list_ lazily.
5276
5277 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5278
5279         * lily/paper-outputter.cc (output_scope): Check if number before
5280         checking exact (guile cvs).
5281
5282         * scm/*: Escape backslashes in scheme strings (guile cvs).
5283
5284 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5285
5286         * Documentation/user/refman.itely (Tablatures basic): annotate
5287         seealso sections.
5288
5289         * lily/*.cc: cleanup of engraver initialize() functions.
5290
5291         * lily/repeat-acknowledge-engraver.cc
5292         (start_translation_timestep): remove first_b_
5293
5294         * lily/tab-note-heads-engraver.cc: listen to string number events
5295         inside < > too. (backportme).
5296
5297         * Documentation/user/refman.itely (Text scripts): add fatText to
5298         index.
5299
5300 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5301
5302         * VERSION: 2.1.8
5303
5304         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5305         footer.
5306
5307         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5308
5309         * lily/bar-check-iterator.cc (process): only warn if
5310         barCheckLastFail was changed.
5311
5312         * scm/define-translator-properties.scm (barCheckLastFail): add
5313         property.
5314
5315         * lily/main.cc (main_prog): print summary of failed files.
5316
5317         * lily/axis-group-engraver.cc: move all spanner creation to
5318         process_music (). Now staffs can be adjusted with \override too.
5319         (Jan, you are a brilliant programmer!)
5320
5321         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5322
5323 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5324
5325         * Documentation/user/tutorial.itely (Integrating text and music):
5326         Show the commands to produce a PDF as well.
5327
5328 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5329
5330         * lily/translator-def.cc (get_translator_names): accept user
5331         tweaks too. 
5332
5333         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5334         as big as normal heads. 
5335
5336         * input/*ly: run convert-ly
5337
5338         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5339         () if dependencies are fluked.
5340
5341         * scm/document-translation.scm (engraver-doc-string): update on
5342         latest string/symbol conventions.
5343
5344         * lily/translator-ctors.cc: use Scheme_hash_table.
5345
5346         * lily/translator-def.cc (get_translator_names): new function
5347         (add_context_mod): new function
5348         (get_accepted): new function
5349
5350         * lily/parser.yy (context_mod): put all modifications of
5351         \translator { } in a single production, encode as SCM.
5352
5353         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5354         to use read-only lists, so additions to the definition can be
5355         prepended easily.  
5356
5357         * Documentation/user/invoking.itexi (Editor support): add node on
5358         editor support.
5359
5360         * Documentation/user/refman.itely (Bar check): add lyrics example
5361         of bar checks. 
5362
5363         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5364
5365         * scripts/convert-ly.py (conv): add conversion rule.
5366
5367         * lily/parser.yy: use \change iso. \translator for staff switch.
5368
5369         * lily/my-lily-lexer.cc: add \change.
5370
5371         * scm/define-translator-properties.scm
5372         (default-melisma-properties): add definition.
5373
5374 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5375
5376         * Documentation/user/refman.itely (Bar lines): clarification of
5377         systemStartDelimiter. 
5378
5379         * input/test/slur-shape.ly (x): remove file.
5380
5381         * lily/translator-group.cc (apply_property_operations): new function.
5382
5383 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5384
5385         * lily/parser.yy (optional_prop_ops): allow \with {
5386         PROPERTYSETTINGS } following \context or \new.
5387
5388         * lily/my-lily-lexer.cc: add \with.
5389
5390         * lily/parser.yy (property_operation): clean up definition of
5391         property operations.
5392         (property_op_to_music): new function.
5393         (context_spec_music): new function
5394
5395         * VERSION: 2.1.7 released.
5396
5397         * input/regression/collision-merge-dots.ly: new file.
5398
5399         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5400         then kill the dots too. 
5401
5402         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5403         set/unset breakableSeparationItem
5404
5405         * lily/separation-item.cc (relative_width): add function.
5406
5407         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5408         only-prebreak-interface
5409
5410         * lily/system.cc (output_lines): only junk only-prebreak-interface
5411         grobs.
5412
5413         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5414         read breakableSeparationItem
5415
5416         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5417
5418         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5419
5420         * lily/dot-column.cc (dot_config_badness): new function:
5421         select the best scoring dot configuration: dots should go close to
5422         the note heads, but be shifted up or down according to conventions.
5423         (print_dot_configuration): idem.
5424         (shift_one): idem
5425         (remove_collision): idem.
5426
5427         * input/regression/dots.ly: add more test cases.
5428
5429 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5430
5431         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5432
5433         * flower/include/interval.hh: rename elem_b to contains 
5434
5435         * lily/tie.cc: change 'heads to 'head-pair.
5436
5437         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5438         fill in 'heads field.
5439
5440         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5441         minimum-length for short ones, and shorten so collisions with the
5442         next syllable are avoided.
5443
5444         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5445         near-zero slopes.
5446         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5447
5448         * lily/dots.cc: remove quantized_position callback. All Y
5449         positioning is done by dot-column.cc
5450
5451         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5452         exhaustive test of all dot positions. This fixes disappearing dots
5453         in dotted chords.
5454
5455 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5456
5457         * mf/feta-klef.mf (test_staff): fatten up G clef
5458         (test_staff): fatten up f clef.
5459
5460
5461 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5462
5463         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5464         * input/les-nereides.ly: Use latin1 characters for title, like
5465         Morgenlied.
5466
5467 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5468
5469         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5470         cmb10).
5471
5472         * lily/lyric-extender.cc (brew_molecule): add little space before
5473         extender line.
5474
5475         * lily/beam-quanting.cc (score_forbidden_quants): check if
5476         outer stafflines fall in any beam gaps.
5477
5478         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5479         for lyric texts.
5480
5481 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5482
5483         * VERSION: 2.1.6 released.
5484
5485         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5486         this shows the demerits of a user-defined beam position pair.
5487
5488         * scm/define-grobs.scm (all-grob-descriptions): set
5489         beamed-extreme-minimum-free-lengths to a different value.
5490
5491         * lily/scm-option.cc: add debug-beam scm-option
5492
5493         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5494
5495 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5496
5497         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5498
5499         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5500         space after barline.
5501
5502         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5503
5504         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5505         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5506         the other case, take standard column-breakable spacing. Do not
5507         warn about "no spacing wishes".
5508
5509         This fixes wide spaces after barlines in very loose lines.
5510
5511         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5512
5513 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5514
5515         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5516         acknowledge_grob lyric-syllable, not lyric-text.
5517
5518         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5519         dashes of length #'length separated by #'dash-period. 
5520
5521         * lily/lyric-extender.cc (brew_molecule): idem
5522
5523         * lily/multi-measure-rest.cc (big_rest): idem
5524
5525         * lily/system-start-delimiter.cc (simple_bar): idem
5526
5527         * lily/bar-line.cc (simple_barline): use rounded box
5528
5529         * VERSION: release 2.1.5
5530
5531         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5532         music): move note about dvips to more visible place.
5533
5534         * lily/lyric-phrasing-engraver.cc: move from
5535         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5536         lyric-phrasing-engraver.hh)
5537
5538         * lyric-align.ly: remove file
5539
5540         * scripts/convert-ly.py (FatalConversionError.func): add removal
5541         rule for automaticMelismata
5542
5543         * ly/engraver-init.ly (ScoreContext): switch on
5544         New_phrasing_engraver by default.
5545
5546         * lily/slur-engraver.cc (class Slur_engraver):
5547         process_acknowledged_grobs -> process_music.
5548         (try_music): signal melismata correctly.
5549
5550         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5551         word-space, right-trim-amount, and extend past right bound only
5552         for note heads.
5553
5554         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5555         lyric-extender support: add note-heads to the extender
5556         automatically.
5557
5558         * lily/parser.yy: extender is now post_event. 
5559
5560         * lily/accidental-engraver.cc (number_accidentals): remove
5561         spurious warning about non-parent contexts.
5562
5563         * lily/music-output-def.cc (assign_translator): \translator { }
5564         for a Foo context implicitly redefines \FooContext.
5565
5566         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5567         fixes.
5568
5569         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5570         doubly in slur weight. 
5571
5572         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5573         combination.
5574
5575         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5576         staffbar distance.
5577
5578         * scripts/lilypond.py (global_latex_preamble): crank down size of
5579         the margins. Now there is a 12 mm top and bottom margin, which
5580         should correspond with the printable area of modern printers.
5581
5582         This enlarges the music height of the printable page a little.
5583
5584         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5585         signs. Use \markup instead.
5586         (accreg_pen): tweak for accordeon asterisk.
5587
5588 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5589
5590         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5591
5592         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5593
5594         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5595
5596         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5597
5598         * scm/define-grobs.scm (all-grob-descriptions): change
5599         StanzaNumber description: make side support, i.s.o. breakable.
5600         use Instrument_name_engraver for texts in the margin.
5601
5602         * scm/define-translator-properties.scm: remove
5603         melismaEngraverBusy, stz property.
5604
5605         * *.cc: naming: change empty_b () into is_empty ()
5606
5607         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5608
5609         * input/regression/lyric-phrasing-new.ly: new file.
5610
5611         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5612         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5613         melismata are now left-aligned.
5614
5615 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5616
5617         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5618
5619         * mf/feta19.mf: remove.
5620
5621         * mf/feta-klef.mf (test_staff): more tweaks
5622
5623         * mf/feta-toevallig.mf: more small size tweaks.
5624
5625         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5626         rests for smaller sizes.
5627
5628         * mf/feta-bolletjes.mf: fix cross heads.
5629
5630         * VERSION: release 2.1.4
5631
5632         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5633         deprecated #'ancient font family
5634
5635         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5636         it is a string or number.
5637
5638         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5639         change calling convention of stem-attachment function. 
5640
5641         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5642
5643         * mf/feta-autometric.mf: dump WX/WY fields too
5644
5645         * mf/parmesan-heads.mf: idem.
5646
5647         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5648         attachment coordinates.
5649
5650         * lily/note-head.cc (stem_attachment_coordinate): read stem
5651         attachment from the notehead glyphs WX/WY fields.
5652
5653         * lily/include/font-metric.hh (struct Font_metric): add methods
5654         get_indexed_wxwy (), make a distinction between looking up by
5655         index and ASCII  
5656
5657         * mf/feta-bolletjes.mf: rewrite note head MF code.
5658         (test_outlines): make heads more rotund for smaller sizes. 
5659
5660 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5661
5662         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5663         throughout. Font scaling fixes throughout.
5664
5665         * mf/feta-sleur,slur.mf: remove. 
5666
5667         * mf/feta-slag.mf: rewrite.
5668
5669 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5670
5671         * VERSION: release 2.1.3
5672
5673         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5674
5675         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5676
5677         * lily/mark-engraver.cc (process_music): fix mark
5678         \default. (backportme)
5679
5680         * stepmake/stepmake/automatically-generated.sub.make (default):
5681         use -n for head/tail commands. 
5682
5683         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5684         heads with the same pitch.
5685
5686 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5687
5688         * lily/recording-group-engraver.cc (finalize): set protected_scm
5689         member to '() before finalizing.
5690
5691         * lily/translator-group.cc (finalize): remove removal_processing () 
5692
5693         * lily/recording-group-engraver.cc: new engraver: record
5694         synchronized start & end times for each music object.
5695
5696         * lily/parser.yy (toplevel_expression): execute score rendering
5697         during parsing. Cleanup output-filename handling; this is no
5698         longer done with global variables.
5699         (translator_spec_body): allow \type modification too.
5700
5701         * lily/score.cc:  ly:run-translator: new function
5702         (LY_DEFINE): ly:render-output new function.
5703
5704         Separate interpreting and rendering, and make available as
5705         functions at Scheme level.
5706
5707 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5708
5709         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5710         (musicxml-node->string):
5711         (xml-node->string):
5712         (music-to-musicxml): New function.
5713
5714 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5715
5716         * VERSION: 2.1.2 released
5717
5718         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5719
5720         * scm/font.scm (paper20-font-vector): discouple font design sizes
5721         from sizes specified in .ly file: store all design sizes of a font
5722         in a single vector.
5723
5724         * lily/font-select.cc (get_font_by_design_size): new function
5725
5726         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5727         add parmesan,feta in sizes 14 and 18.
5728
5729         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5730
5731         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5732         of fontSize: this now sets font-size
5733
5734 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5735
5736         * VERSION: 2.1.1 released
5737
5738         * Documentation/user/refman.itely (Tuning objects): add note about
5739         concurrent tweaks in different contexts. 
5740
5741         * lily/tie-engraver.cc (acknowledge_grob): use
5742         Staff_symbol_referencer::get_position iso. reading staff-position
5743         directly.
5744
5745         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5746         currentMusicalColumn as left span-point for bracket. The bracket
5747         is too long when there are accidentals.
5748
5749 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5750
5751         * buildscripts/lilypond-profile.sh,
5752         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5753         Thanks to Reuben Thomas <rrt@mupsych.org>
5754
5755 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5756
5757         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5758         Wurbel <wurbel@univ-tln.fr>.
5759
5760 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5761
5762         * scripts/midi2ly.py: Add space after chords.
5763
5764 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5765
5766         * input/regression/{many}: add few @code{ ... }.
5767
5768 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5769
5770         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5771         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5772         Removed cmbx5, cmbx6 (which are included in teTeX)
5773         and cmbxti14 which is not used in fonts.scm.
5774
5775 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5776
5777         * lily/midi-item.cc: fine tune quarter tones.
5778
5779 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5780
5781         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5782         new function, warn how many cents are missing in fine tuning.
5783
5784 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5785
5786         * input/bugs/rhytmicstaff-tie.ly: add file.
5787
5788         * THANKS: Create skeleton for 2.1.
5789
5790 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5791
5792         * input/test/bar-lines.ly (TODO): dashed "|".
5793
5794 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5795
5796         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5797         input/regression/tie-chord.ly: Fix spell for tying.
5798
5799         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5800
5801         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5802         new file (renamed, see above).
5803
5804         * Documentation/user/lilypond-book.itely
5805         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5806         * input/example-1.ly input/example-2.ly input/example-3.ly
5807         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5808         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5809         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5810         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5811         * scripts/lilypond-book.py scripts/lilypond.py
5812         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5813         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5814
5815         * Documentation/user/lilypond.tely: update version.
5816
5817         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5818         Remove extra spaces in each @node, fixes spaces.
5819
5820 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5821
5822         * scripts/lilypond-book.py (output_dict): Add definition of
5823         \lilypondbook also for LaTeX output. Solves several bug reports.
5824
5825 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5826
5827         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5828
5829 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5830
5831         * input/test/transposition.ly: Fix key signatures, given in comments.
5832
5833 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5834
5835         * scm/midi.scm (instrument-names-alist),
5836         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5837
5838 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5839
5840         * input/test/temporary-stave.ly (texidoc): New example based on an
5841         email question from Ralph Little.
5842
5843 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5844
5845         * VERSION: release 2.1.0
5846
5847         * lily/note-performer.cc (try_music): accept busy-playing-event.
5848
5849         * lily/swallow-perf.cc (try_music): return false for
5850         busy-playing-event and melisma-playing-event.
5851
5852 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5853
5854         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5855         >> in \score.
5856
5857 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5858
5859         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5860         that articulation_substitute will not move beam start again.
5861         (articulation_substitute): Bugfix: remove stray space so that new
5862         old chords ending '>>' does not get broken up.
5863         (sub_chord): Use TAB for indentation (not spaces).
5864
5865         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5866         Bugfix for startup: Use ?^ instead of ?\^.
5867
5868 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5869
5870         * lily/lyric-combine-music-iterator.cc
5871         (Lyric_combine_music_iterator): change init order, to prevent GC
5872         segfaults.
5873
5874         * lily/context-specced-music-iterator.cc (construct_children): 
5875         only change  translator if found. This fixes a core dump problem.
5876
5877 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5878
5879         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5880         comparison.
5881
5882         * mf/feta-bolletjes.mf: make hole in half note little
5883         smaller for stem attachment.
5884
5885         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5886
5887         * mf/feta-banier.mf: don't draw stem with flag, just small square
5888         attachment.
5889
5890         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5891
5892         * mf/feta-banier.mf: remove upstem/downstem characters.
5893
5894         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5895
5896         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5897         stafflinethickness (in the default)
5898
5899         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5900
5901         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5902
5903         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5904
5905         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5906
5907         * lily/include/directional-element-interface.hh:
5908         junk class, make {get,set}_grob_direction functions.
5909
5910         * lily/slur.cc (get_attachment): do something sensible when
5911         attaching to stem without heads (eg. a rest).
5912
5913         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5914         forcing up to staff.  remove #'support-head property
5915         (brew_molecule): small cleanup.
5916         (flag): remove #'grace property.
5917
5918 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5919
5920         * cygwin/postinstall-lilypond.sh: 
5921         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5922         (Volker Zell).
5923
5924 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5925
5926         * scripts/lilypond-book.py: resurrect 'eps' option. 
5927         (TexiPaper.to_eps): use -Ppdf for EPS files.
5928
5929         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5930
5931         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5932
5933         * VERSION: release 2.0.1
5934
5935         * lily/bezier.cc (get_other_coordinate): change assert into
5936         warning.
5937
5938         * lily/note-head.cc (internal_brew_molecule): make left protusion
5939         smaller, to accomodate for natural sign.
5940         (internal_brew_molecule): only do this when the accidental is
5941         close enough.
5942         (extent): new function
5943
5944         * lily/skyline.cc (merge_skyline): new function
5945         (heighten_skyline): new function
5946
5947         * lily/accidental-placement.cc (position_accidentals) 
5948         (position_accidentals): fix todo.
5949
5950 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5951
5952         * input/test/+.ly (texidoc): put version number inline.
5953
5954         * GNUmakefile.in: remove rsync-web target.
5955
5956         * input/regression/bar-scripts.ly (onestaff): raggedright
5957
5958 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5959
5960         * lily/*.cc: remove #if 0'd code in couple of places.
5961
5962         * lily/midi-stream.cc (operator <<): rewrite.
5963
5964         * lily/note-head.cc (internal_brew_molecule): 
5965         only make ledgers when the Staff symbol has lines.
5966
5967         * ly/property-init.ly (arpeggioBracket): simplify
5968
5969         * lily/translator-group.cc (execute_pushpop_property): use
5970         SCM_EQ_P for comparing keys. This fixes reverting
5971         auto-beam-settings.
5972
5973 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5974 *
5975         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5976         midi_debug_global_b.
5977         (operator <<): Normalise loop.
5978
5979 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5980
5981         * scripts/lilypond.py (escape_path): revise.
5982
5983         * scm/music-functions.scm (set-output-property): new function.
5984
5985 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5986
5987         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5988         use addmakeflags again.
5989
5990         * cygwin/lily-wins.py (escape_shell): New function; use it.
5991
5992         * scripts/lilypond.py (escape_shell): Escape quotes and other
5993         spaces too.  Do not escape escaping backslashes.
5994
5995         * make/srcdir.make.in (web-install): Must call install-WWW now.
5996
5997         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5998         dependency
5999
6000 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6001
6002         * scripts/lilypond.py (escape_path): escape quotes too. 
6003
6004         * Documentation/user/lilypond.tely (Unified index): rename Index
6005         to accomodate Windows breakage.
6006
6007         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
6008
6009         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
6010         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
6011         target not a source.
6012
6013 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6014
6015         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
6016         addmakeflags.  Build and install doc and web also when building on
6017         Cygwin.
6018
6019         * mf/GNUmakefile: Bugfix.
6020
6021         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
6022         target web.
6023
6024         * cygwin/lily-wins.py: Quote filename.
6025
6026 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6027
6028         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
6029
6030 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6031
6032         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
6033         settings.
6034
6035         * configure.in: Require g++ > 3.0.4.
6036
6037         * mf/GNUmakefile: Bugfix: Add list.ly target.
6038
6039         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
6040
6041         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
6042         make omf directory, add uninstall targets.
6043
6044 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6045
6046         * lily/tie-performer.cc (initialize): init prev_event
6047
6048         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
6049
6050         * lily/script-engraver.cc (make_script_from_event): don't crash on
6051         non-string articulation-type.
6052
6053         * lily/new-fingering-engraver.cc (add_script): don't crash on
6054         0 scripts 
6055         (acknowledge_grob): warn about text script events.
6056
6057 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
6058
6059         * buildscript/lilypond.words: fix path for drums.scm.
6060
6061 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6062
6063         * lily/spacing-spanner.cc (note_spacing): don't make longer
6064         durations than measure-length.
6065
6066         * VERSION: release 2.0.0
6067
6068         * GNUmakefile.in (rsync-web): version independent rsync target.
6069
6070         * input/test/+.ly (texidoc): idem.
6071
6072         * input/regression/+.ly: print version number.
6073
6074         * input/regression/accidentals.ly (mel): shorten.
6075
6076         * input/regression/accidental-octave.ly (texidoc): shorten.
6077
6078         * input/regression/hairpin-dashed.ly (texidoc): docstring.
6079
6080         * input/regression/completion-heads-polyphony.ly: octave
6081
6082         * input/regression/beam-manual.ly: remove
6083
6084         * input/regression/beam-chord.ly: remove
6085
6086         * input/regression/grace-dynamic.ly: remove
6087
6088         * input/regression/grace-volta-repeat.ly: octave fixes.
6089
6090         * input/regression/hairpin-dashed.ly (texidoc): doc string.
6091
6092         * lily/parser.yy (step_number): semitones for chord entry too.
6093         (make_chord_step): more robust code, semitones. 
6094
6095         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
6096
6097         * input/regression/breathing-sign.ly (texidoc): split ancient and
6098         normal breathing signs.
6099
6100         * scm/define-grobs.scm (all-grob-descriptions): swap
6101         beamed-extreme-minimum-free-lengths and
6102         beamed-minimum-free-lengths; the 'extreme' case should allow
6103         shorter stems. This fixes forced directions on beamed 32nd and
6104         shorter notes.
6105
6106         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
6107         quartertones, not semitones.
6108         (NoteNamesContext): swallow more event types
6109
6110         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
6111
6112         * VERSION (PACKAGE_NAME): release 1.9.10
6113
6114 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6115
6116         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
6117         set note head as cause of note-column.  This gives a better error
6118         message.
6119
6120 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6121
6122         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
6123
6124 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6125
6126         * mf/GNUmakefile (pfa_warning): instruct 
6127
6128         * stepmake/aclocal.m4: typo.
6129
6130         * Documentation/user/cheatsheet.itely: more verbose examples.
6131
6132         * input/regression/clefs.ly: remove bogus docstring.
6133
6134 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6135
6136         * GNUmakefile.in (SUBDIRS): Add elisp.
6137
6138         * elisp/lilypond-mode.el: 
6139         * elisp/lilypond-init.el: 
6140         * elisp/lilypond-indent.el: 
6141         * elisp/lilypond-font-lock.el: Move from top dir.
6142
6143         * stepmake/stepmake/elisp-vars.make: New file.
6144
6145         * config.make.in (elispdir): Add.
6146
6147         * Documentation/topdocs/INSTALL.texi: Typo.
6148
6149         * make/ly-rules.make: Test for files instead of touching void and
6150         ignoring errors.
6151
6152         * GNUmakefile.in:
6153         * make/lilypond.redhat.spec.in:
6154         * debian/rules: Fix lilypond.words stuff a bit.  For running from
6155         <builddir>, adding
6156
6157         (push "<builddir>/share/lilypond/elisp" load-path)
6158
6159         to your ~/.emacs.el should give you LilyPond-mode again.
6160
6161         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
6162         regexp for DOS/Windows, we are too paranoid to fix others.
6163
6164 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6165
6166         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
6167
6168         * input/test/chord-names-jazz.ly (banterProperties): fix
6169
6170         * lily/parser.yy (bass_mod): bass figure alterations are semi
6171         tones, not quarter tones
6172
6173         * lily/beam.cc (set_stem_lengths): only lengthen stems
6174         for gapped beams.
6175
6176         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
6177         by beamcount.
6178
6179         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
6180         a warning that the warning may erroneous.
6181
6182         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
6183         target.
6184
6185         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
6186         targets.
6187
6188         * GNUmakefile.in ($(config_h)): config.h should depend on
6189         config.hh.in .
6190         (lilypond.words): remove fontball stuff.
6191
6192         * stepmake/aclocal.m4: only print config.cache warning if it exists.
6193
6194         * configure.in: remove pktrace reference.
6195
6196         * GNUmakefile.in (rsync-web): permissions and ownership for
6197         website.
6198
6199         * lily/volta-engraver.cc (staff_eligible): new function.
6200         (stop_translation_timestep): kill off spanners if not eligible.
6201
6202         * VERSION (PATCH_LEVEL): release 1.9.9
6203
6204         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6205
6206         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6207         length is more important than forbidden quants.
6208
6209 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6210
6211         * buildscripts/lilypond.words: order words in search order,
6212         add lilypond.words.vim to be generated.
6213
6214         * lilypond.vim: use lilypond.words.vim for keyword matching.
6215
6216         * lilypond-mode.el: use search order. fix word selection rules.
6217
6218         * lilypond-font-lock.el: fix fontifying long durations.
6219
6220         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6221
6222 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6223
6224         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6225
6226         * stepmake/stepmake/generic-targets.make:
6227         * stepmake/stepmake/bin/make-version.py: 
6228         * stepmake/aclocal.m4:
6229         * make/stepmake.make:
6230         * make/toplevel-version.make: Build fixes: remove last traces of
6231           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6232
6233         * lily/beam.cc: Add gap-count property.
6234
6235 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6236
6237         * scm/define-grob-properties.scm (gap-count): add gap-count
6238
6239         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6240
6241 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6242
6243         * cygwin/mknetrel.doc: Typo.
6244
6245         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6246
6247         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6248
6249 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6250
6251         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6252         sizes. Remove support for 'ledger'(=tabloid+landscape).
6253
6254 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6255
6256         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6257         sauter PFAs.
6258
6259         * configure.in: remove VERSION stuff once again.
6260
6261         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6262
6263         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6264         for chord names.
6265
6266         * mf/GNUmakefile: always trace pfa fonts.
6267         (SAUTER_FONTS): add cmss[567] too fonts
6268
6269         * configure.in: require mftrace. 
6270
6271         * lily/staff-performer.cc (new_instrument_string): don't look at
6272         instrument property.
6273
6274         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6275         is_direction is the C++ one. Similar for ly_axis_p and
6276         ly_number_pair_p
6277
6278 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6279
6280         * lily/beam.cc (brew_molecule): read gap-count to determine
6281         number of tremolo (gapped) beams.
6282
6283         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6284         shorter than 1/8
6285
6286         * flower/include/array.hh (default_compare): new function
6287
6288         * cygwin/mknetrel: Native fixes.
6289
6290         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6291
6292 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6293
6294         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6295         feature for Windows.
6296
6297         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6298
6299         * cygwin/mknetrel: Updates for native use on Cygwin.
6300
6301         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6302
6303         * stepmake/stepmake/help2man-rules.make: 
6304         * cygwin/mknetrel: Bugfix for manpages.
6305
6306         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6307         $(builddir).  Stepmake is a normal subdirectory now, that is not
6308         configured.  Another srcdir build fix.
6309
6310         * Documentation/topdocs/INSTALL.texi,
6311         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6312         lilypond-init.el, lilypond-mode.el, debian/rules,
6313         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6314         rename generated file lilypond.words to lilypond.words.el.
6315
6316 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6317
6318         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6319
6320         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6321         GNUmakefile.in.
6322
6323 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6324
6325         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6326         when cross building.
6327
6328         * configure.in: srcdir build fix.
6329
6330         * cygwin/GNUmakefile:
6331         * cygwin/lily-wins.py:
6332         * cygwin/postremove-lilypond.sh: 
6333         * cygwin/postinstall-lilypond.sh: Merge from stable.
6334
6335         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6336         s/ly2dvi/lilypond/.
6337
6338 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6339
6340         * lily/slur.cc (after_line_breaking): only set control points if
6341         none supplied yet.
6342
6343         * input/test/slur-manual.ly: new file.
6344
6345         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6346         <<  >> chords too.
6347
6348         * VERSION (PACKAGE_NAME): release 1.9.8
6349
6350         * scripts/lilypond.py (escape_path): escape spaces in directory names
6351
6352         * input/test/text-spanner.ly: fixes.
6353
6354 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6355
6356         * buildscripts/lilypond.words.py: add drum names as note names to
6357         Emacs-mode.
6358
6359 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6360
6361         * input/regression/hairpin-dashed.ly: new file.
6362
6363         * scripts/convert-ly.py (conv): warn about dash-length.
6364
6365         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6366         automatically if we get a new one.
6367
6368         * lily/lookup.cc (dashed_line): new function
6369
6370         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6371         dash-fraction.
6372
6373 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6374
6375         * buildscripts/lilypond.words.py: extract note names.
6376
6377         * lilypond-mode.el: take note names from lilypond.words -file.
6378         small fix in the use of string-match.
6379
6380         * lilypond-font-lock.el: use lilypond.words for note names, add 
6381         maxima to note a duration.
6382
6383 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6384
6385         * lily/breathing-sign.cc: remove railtracks() function. 
6386
6387         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6388
6389         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6390         (brew_molecule): bugfix don't make arpeggio shorter when
6391         arpeggio-direction is set.
6392
6393         *  debian/rules: small corrections in the (Pedro K)
6394
6395         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6396         examples.
6397
6398         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6399         special (repeat) bar comes along.
6400
6401         * input/regression/auto-beam-bar.ly: update.
6402
6403         * scripts/lilypond-book.py (output_dict): remove support for the
6404         EPS option.
6405
6406         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6407         VerticalAlignment and VerticalAxisGroup this fixes the size
6408         computations for the entire system.
6409
6410         * input/les-nereides.ly (bass): remove superfluous fontSize.
6411
6412         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6413         causes directory of file to be added to include path.
6414
6415         * input/regression/beam-break.ly: test single stem beams.
6416
6417         * input/regression/system-start-bracket.ly: fix.
6418
6419         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6420
6421         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6422
6423         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6424         (score_stem_lengths): do something sensible for single stem beams.
6425
6426         * lily/beam.cc (least_squares): add kludge for single stem beams.
6427
6428         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6429         keySignature to list of broken things.
6430
6431         * input/regression/keys.ly: fix.
6432
6433         * VERSION (PACKAGE_NAME): release 1.9.7
6434
6435         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6436
6437         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6438
6439         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6440         (quartertone_pitch): new function
6441
6442         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6443         flat. WARNING: FONT CHANGED.
6444
6445         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6446
6447         * lily/accidental-placement.cc (add_accidental): support for
6448         quarter tones.
6449
6450         * ly/LANGUAGEs.ly: use symbols for alterations.
6451
6452         * mf/feta-toevallig.mf: change accidental codes. 
6453
6454         * scm/lily.scm (ly:get-option): switch on debugging only for
6455         --verbose.
6456
6457         * lily/lily-guile.cc: remove ly:verbose?
6458
6459         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6460
6461         * lily/parser.yy (TODO): only do gh_call() for apply with
6462         procedure argument.
6463
6464         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6465         stuff in accordance with new timing of tie-events.
6466
6467         * lily/my-lily-lexer.cc: remove \outputproperty
6468
6469         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6470
6471         * scm/define-translator-properties.scm (melismaBusyProperties):
6472         add melismaBusyProperties property.
6473
6474 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6475
6476         * input/test/ambitus-mixed.ly (texidoc): new file.
6477
6478         * buildscripts/mutopia-index.py (find): prune debugging
6479
6480         * lily/side-position-interface.cc: doc updates
6481
6482         * Documentation/user/refman.itely: updates, tweaks.
6483
6484         * lily/parser.yy (Simple_music): remove outputproperty
6485
6486         * make/stepmake.make: use VERSION again; importing VERSION via
6487         autoconf dependencies is too hairy.
6488
6489 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6490
6491         * lilypond-mode.el: allow `-' for keywords and identifiers.
6492
6493 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6494
6495         * VERSION: release 1.9.6
6496
6497         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6498         iso. ly2dvi.
6499
6500         * Documentation/user/*.itely: fixes everywhere
6501
6502         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6503         produce ties from the engraver itself, do not broadcast TieEvent.
6504
6505         * lily/my-lily-lexer.cc: remove pitch & duration.
6506
6507         * lily/parser.yy (TODO): remove \pitch and \duration
6508
6509         * input/test/explicit.ly: remove file.
6510
6511         * Documentation/user/refman.itely (Pitches): remove \pitch 
6512         \duration command.
6513
6514 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6515
6516         * buildscripts/lilypond.words.py: add all slur types to Emacs
6517         insertion menu, suppose everything is postfixed by dropping 
6518         unnecessary `-' -marks.
6519
6520 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6521
6522         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6523         tremoloed stems.
6524
6525         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6526         head for flagged stems.
6527
6528         * lily/stem.cc (get_default_stem_end_position): futz with extra
6529         stem length if there is a stem tremolo.
6530
6531         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6532         it would be too small.
6533
6534         * lily/font-metric.cc: return #f for non-existent glyph.
6535
6536         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6537         exported through config.make.
6538
6539         * input/regression/clef-oct.ly: new file.
6540
6541         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6542         transposition.
6543
6544         * input/template/*.ly: remove old relative.
6545
6546         * ly/english.ly: add X names for double sharp.
6547
6548 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6549
6550         * lily/font-select.cc: new file handle font selection routines.
6551
6552         * lily/parser.yy: add ; (Patrick Atamaniuk)
6553
6554         * input/test/time-signature-double.ly: use markups for double time
6555         sigs.
6556
6557         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6558         ChordNames.SeparationItem #'padding for adjusting space after chords.
6559
6560         * lily/music-output-def.cc (LY_DEFINE): 
6561         new function ly:paper-lookup.
6562
6563         * mf/parmesan-clefs.mf: use # quantities for char_box
6564         offsets. Fixes overflow errors in the PFA. 
6565
6566         * scm/new-markup.scm (strut-markup): change calling interface for
6567         markup. Pass paper-def, not grob. This would allow \markup to be
6568         used separately from grobs.
6569
6570         * lily/paper-def.cc: new function ly:paper-font; this function
6571         replaces ly:get-font.
6572
6573         * lily/include/font-interface.hh (struct Font_interface): take
6574         Paper_def iso. Grob for get_font().
6575
6576 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6577
6578         * Documentation/user/ tutorial.itely, refman.itely: add warning
6579         about \key and accidentals.
6580
6581 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6582
6583         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6584
6585         * Documentation/user/*.itely: manual tweaks
6586
6587 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6588
6589         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6590         cleanup; bugfix: exact_center
6591
6592         * Documentation/user/refman.itely: added more documentation on
6593         ambitus according to recent questions on lilypond-user list
6594
6595 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6596
6597         * input/regression/ottava.ly (texidoc): demo 15ma too.
6598
6599         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6600
6601         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6602         octave fixes.
6603
6604 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6605
6606         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6607         problems on older Mac editors.
6608
6609 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6610
6611         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6612
6613 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6614
6615         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6616         mf/parmesan-clefs.mf: added comments on character alignment and
6617         set_char_box() conventions
6618
6619         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6620         set_char_box()'s
6621
6622         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6623
6624 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6625
6626         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6627
6628 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6629
6630         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6631         shortened to avoid almost-collision with staff line; code cleanup;
6632         other custodes: fixed char boxes; code cleanup
6633
6634 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6635
6636         * configure.in: release 1.9.5
6637
6638         * scripts/lilypond.py (global_latex_preamble): only set
6639         twosideshift if 'twoside' is in latexoptions 
6640
6641         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6642
6643         * VERSION: remove
6644
6645         * scripts/*2ly.py: update <> syntax
6646
6647 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6648
6649         * lily/chord-name-engraver.cc (process_music): add origin for
6650         chord name.
6651
6652         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6653
6654         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6655         bass notes for exceptions too.
6656
6657         * scm/define-grobs.scm (all-grob-descriptions): rename
6658         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6659
6660         * scm/define-grob-properties.scm (remove-first): add remove-first
6661         property for orchestral scores.
6662
6663         * Documentation/user/*.itely: switch <<>> and <> 
6664
6665         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6666         last_line only once. This fixes the two consecutive glissandi problem.
6667
6668 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6669
6670         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6671         error message "flexa-width undefined"
6672
6673         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6674         lily/include/gregorian-ligature.hh: print warning when ignoring
6675         head prefixes on flexa shapes
6676
6677         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6678         space before a series of inclinatum heads
6679
6680         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6681         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6682         cleanups
6683
6684         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6685         and char_box
6686
6687 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6688
6689         * input/regression/breathing-sign.ly: tiny fixes
6690
6691         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6692         semantical collision with vaticana ligatures
6693
6694         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6695         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6696         now consistent with mensural ligatures
6697
6698         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6699         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6700         context pitches and staff position; dto. for virga stem; removed
6701         obsolete virga and clivis characters from parmesan font (WARNING:
6702         font changed)
6703
6704         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6705         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6706
6707         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6708         scm/define-grob-properties.scm: consistency fix: renamed
6709         join_left->add_cauda
6710
6711         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6712         appendix length; bugfix: yoffs_bt for reverse direction punctum
6713         characters
6714
6715         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6716         small cleanups; added more docu
6717
6718         * lily/mensural-ligature-engraver.cc,
6719         lily/vaticana-ligature-engraver.cc,
6720         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6721         computation to CoherentLigatureEngraver
6722
6723         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6724         scm/define-grob-properties.scm: bugfix: added missing linea and
6725         cavum properties; bugfix: removed dead semivocalis property
6726
6727         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6728         length; redesigned quilisma, stropha and auctum
6729
6730         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6731         line thickness
6732
6733         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6734         Documentation/user/refman.itely: bugfix: introduced shifted
6735         epiphonus head to avoid collision with adjacent plica
6736
6737 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6738
6739         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6740
6741         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6742
6743 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6744
6745         * Documentation/user/tutorial.itely (A lead sheet): remove
6746         duplicate chords.
6747
6748         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6749
6750 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6751
6752         * Documentation/bibliography/computer-notation.bib (isbn): add
6753         xivcim publication.
6754
6755 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6756
6757         * GNUmakefile.in: drop lilypond.words for generation.
6758
6759 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6760
6761         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6762
6763         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6764
6765 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6766
6767         * input/test/figured-bass-alternate.ly (fl): new file.
6768
6769         * Documentation/topdocs/README.texi (Top): clarifications.
6770
6771         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6772         theses of Gieseking and Renz.
6773
6774         * GNUmakefile.in (README_FILES): remove README.mandrake.
6775
6776 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6777
6778         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6779         from source files and search patterns listed in the script.
6780
6781         * GNUmakefile.in: add target `lilypond.words'.
6782
6783         * lilypond.words: remove file, generated by `make lilypond.words'.
6784
6785         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6786
6787 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6788
6789         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6790
6791 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6792
6793         * VERSION: 1.9.4 released
6794
6795         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6796         rule for < > <-> << >> substitution
6797
6798         * lily/lexer.ll: exchange meaning of << >> and < > 
6799
6800         * VERSION (PACKAGE_NAME): 1.9.3 released
6801
6802         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6803         pages unconditionally.
6804
6805 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6806
6807         * Documentation/user/music-glossary.tely (Top): small syntax
6808         fixes.
6809
6810         * scm/music-functions.scm (remove-tag): filter \tagged music
6811         expressions.
6812
6813         * input/regression/tag-filter.ly (texidoc): new file.
6814
6815         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6816         symbol2 .. ) etc. 
6817
6818         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6819         convert rule.
6820
6821         * Documentation/user/refman.itely (Fingering instructions): adjust
6822         manual.
6823
6824         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6825         for borderline cases (e.g. 1 fingering.)
6826         (position_scripts): revise interface, use fingerOrientations to
6827         set fingering positions.
6828
6829         * scm/document-translation.scm (context-doc): add aliases to
6830         automated documentation.
6831
6832         * make/lilypond-vars.make: remove stepmake compat glue.
6833
6834         * make/generic-vars.make: remove cruft.
6835
6836         * lily/main.cc (main): don't identify binary.
6837
6838 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6839
6840         * lily/include/translator.hh (class Translator): remove
6841         type_string_ , use symbol for context name throughout.
6842         Changes through whole source tree.
6843
6844         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6845         set PDF as default, and always make PDF.
6846
6847         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6848
6849 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6850
6851         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6852         Documentation/user/refman.itely input/regression/allfontstyle.ly
6853         input/regression/grace-types.ly:
6854         fix spelling for acciaccatura (Webster's 1913).
6855
6856 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6857
6858         * lily/main.cc (usage): adjust blurb, include url.
6859
6860         * input/regression/breathing-sign.ly (texidoc): transpose up
6861
6862 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6863
6864         * input/regression/breathing-sign.ly: changed ancient examples to
6865         be relevant (by request of Han-Wen); updated BreathingSign text
6866         property according to new syntax.
6867
6868         * ly/gregorian-init.ly: updated BreathingSign text property
6869         according to new syntax
6870
6871 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6872
6873         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6874         (Clef): index entries for clefs.
6875
6876         * python/lilylib.py (system): remove errorlog files.
6877
6878 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6879
6880         * lilypond.words: add \new and new graces. Add dynamics to menus
6881         keeping 1.8.x compatibility; after all the engraving relating to 
6882         notes becomes postfixed `-' marks will be removed.
6883
6884 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6885
6886         * lily/molecule.cc (align_to): idem.
6887
6888         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6889
6890         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6891         accacciatura everywhere.
6892
6893         * VERSION (PACKAGE_NAME): released 1.9.2
6894
6895         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6896
6897         * scm/document-markup.scm (markup-doc-node): sort markup function
6898         list.
6899
6900         * lily/paper-outputter.cc (output_version): change "Lily was here"
6901         into  "Engraved by LilyPond"
6902
6903         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6904         on unquoted strings before \notenames.
6905
6906         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6907         increases the number of s/r reductions to 4.
6908
6909         * scm/new-markup.scm (fraction-markup): \fraction command.
6910
6911         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6912         mode
6913
6914         * lily/lookup.cc (round_filled_box): rename function.
6915         (LY_DEFINE): round-filled-box: change signature.
6916
6917         * Documentation/user/refman.itely: revise section explaining grace
6918         notes.
6919
6920         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6921         ly:set-context-property
6922
6923         * input/*/*.ly (vmus): use \new everywhere.
6924
6925         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6926
6927         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6928         default
6929
6930         * scm/music-functions.scm (set-stop-grace-properties)
6931         (set-start-grace-properties, add-grace-property): new functions
6932         for modular grace tweak control.
6933
6934         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6935
6936 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6937
6938         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6939
6940         * GNUmakefile.in (install-pfa-fonts):
6941         (get-pfa-fonts): New target.
6942
6943         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6944         install-pfa-fonts help.
6945
6946 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6947
6948         * lily/translator-scheme.cc (LY_DEFINE):
6949         ly:context-pushpop-property new function.
6950         (LY_DEFINE): new function ly:translator-find  
6951         new function ly:translator?
6952         (LY_DEFINE): new function ly:context?
6953
6954         * lily/translator-def.cc: remove
6955         Translator_def::apply_pushpop_property().
6956
6957         * python/lilylib.py (read_pipe): only store and display error log
6958         if verbose not set.
6959         (read_pipe): only display log if it contains something.
6960
6961 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6962
6963         * Documentation/misc/GNUmakefile: Re-add.
6964         (TEXTS): Add CHANGES.
6965
6966 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6967
6968         * lilypond.words: add \newcontext.
6969
6970 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6971
6972         * lily/tie-performer.cc (stop_translation_timestep): only flush
6973         tied_notes when we have actually made a tie. Fixes bugs with ties
6974         in polyphonic scores.
6975
6976 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6977
6978         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6979         they do not exist.
6980
6981 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6982
6983         * VERSION (PACKAGE_NAME): released 1.9.1 
6984
6985         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6986         Instrument_name_engraver
6987
6988         * lily/tie-performer.cc (create_audio_elements): bugfix
6989
6990         * Documentation/user/music-glossary.tely (Top): comment out
6991         font-style statements.
6992
6993         * input/test/force-hshift.ly: revise example.
6994
6995         * Documentation/bibliography/engraving.bib (note): typos.
6996
6997         * configure.in: bump GCC requirements to 3.x
6998
6999         * lily/include/audio-item.hh (class Audio_tie): rename
7000         note_l_drul_ to note_drul_
7001
7002         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
7003
7004         * lily/parser.yy (relative_music): whoops. All \relative were off
7005         by ...  a lot .... Ahem.
7006
7007         * scm/define-music-types.scm (music-descriptions): idem.
7008
7009         * lily/beam-engraver.cc: move new-beam-event to beam-event
7010
7011         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
7012         to Tie_engraver
7013
7014         * input/regression/bar-number.ly: remove unnecessary old-relative
7015         options.
7016
7017         * Documentation/user/internals.itely (Creating contexts): document
7018         \newcontext
7019
7020         * lily/parser.yy (Composite_music): add \newcontext
7021
7022         * Documentation/user/refman.itely (MIDI block): add note about
7023         dotted tempos.
7024
7025         * scm/font.scm: remove old markup legacy
7026
7027         * GNUmakefile.in (web-clean): remake share/ after web-clean.
7028
7029         * lily/breathing-sign.cc (brew_molecule): remove function
7030
7031         * lily/text-item.cc: remove old-style markups.
7032         (interpret_markup): C++ version of markup function
7033         (brew_molecule): idem.
7034
7035         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
7036         as Scheme variable.
7037
7038         * scripts/convert-ly.py (conv): dashes rule.
7039         Apply rule.
7040
7041         * Documentation/user/lilypond-book.itely: syntax fixes. 
7042
7043 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7044
7045         * VERSION (PACKAGE_NAME): release 1.9.0
7046
7047         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
7048         note about dvips. (Should backport.)
7049
7050         * scripts/convert-ly.py
7051         (FatalConversionError.articulation_substitute): add
7052         convert-new-chords code. Remove convert-new-chords.py
7053
7054         * Documentation/user/refman.itely (Octave check): document
7055         \octave.
7056
7057         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
7058         \relative changes.
7059
7060         * lily/parser.yy (command_element): octave check:
7061
7062            \octave PITCH
7063
7064         checks that PITCH (without octave) yields PITCH (with octave) in
7065         \relative
7066
7067         * lily/relative-octave-music.cc (to_relative_octave): octave check.
7068
7069         * lily/scm-option.cc: ly:set-option now has the default argument
7070         #t.
7071
7072         * lily/lexer.ll: add \renameinput
7073
7074         * python/lilylib.py (command_name): robustifications.
7075
7076         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
7077         /dev/stderr. This is ash compatible.
7078
7079         * ly/init.ly: add warning if compatibility was not necessary.
7080
7081         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
7082
7083         * flower/include/string-handle.icc: formatting cleanups, rename
7084         references by ref_count_.
7085
7086 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
7087
7088         * make/lilypond.mandrake.spec.in: syncronize the spec file with
7089         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
7090         package libs separately, fix conflicting php variable out=/dev/vc/
7091         invoking `unset out', declare menus, use only one icon-file, fix
7092         doc-path in menu.
7093
7094 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7095
7096         * scripts/convert-ly.py (FatalConversionError.conv): typo
7097
7098         * Documentation/misc/GNUmakefile: restore misc directory.
7099
7100         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
7101
7102         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
7103         Petites-Preludes 
7104
7105         * input/test/partial-blank.ly (quickmeasure): syntax
7106
7107         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
7108         attachment property.
7109
7110         * Documentation/user/refman.itely: remove superfluous -'s 
7111         (Grace notes): ) fixes.
7112
7113         * lily/music.cc: generic compress(), transpose() functions. Remove
7114         others.
7115
7116         * lily/parser.yy (gen_text_def): remove support for #'(italic )
7117         style markup entry.
7118
7119         * lily/parser.yy: all articulations postfix; remove obligatory -
7120         for [,  ) and \!
7121
7122         * lily/music.cc (to_relative_octave): write generic
7123         to_relative_octave function; various relative cleanups.
7124         Hmmm.
7125
7126         * lily/scm-option.cc: add options new-relative and old-relative
7127
7128         * po/sv.po: new po file.
7129
7130         * Documentation/user/refman.itely (Dynamics): website
7131         fixes. (should backport!)
7132
7133 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7134
7135         * make/lilypond.mandrake.spec.in: declare version only once.
7136
7137 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7138
7139         * lily/simultaneous-music.cc (to_relative_octave): undo relative
7140         meaning for now.
7141
7142 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7143
7144         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
7145
7146         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
7147
7148         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
7149
7150         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
7151
7152         * lily/music.cc (var): add ly:music-transpose function.
7153
7154         * lily/parser.yy (pre_events): remove prefix articulations.
7155
7156         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
7157
7158         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
7159
7160         * Documentation/user/refman.itely (Text markup): add comment about
7161         markup in header.
7162
7163 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7164
7165         * lily/paper-outputter.cc (write_header_fields_to_file): 
7166         only dump value if it is a string.
7167
7168         * flower/include/dictionary.hh: remove.
7169
7170         * Documentation/ChangeLog-1.5: add back old log.
7171
7172         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
7173         .pfas from a .deb.
7174
7175 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7176
7177         * Documentation/bibliography/engraving.bib: add entry for
7178         Jaschinski's Notation
7179
7180 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7181
7182         * Documentation/user/refman.itely (Beaming): add note about
7183         allowBeamBreak
7184
7185 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
7186
7187         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7188         GregorianTranscription contexts
7189
7190         * ly/engraver-init.ly: vaticana contexts: minor fixes
7191
7192         * Documentation/user/refman.itely (Ancient notation): added note
7193         on appendix length bug
7194
7195         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
7196         input/test/vaticana.ly: use vaticana contexts; small fixes
7197
7198 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7199
7200         * flower/hash.cc: Remove.
7201
7202         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
7203         to (nonexistent?) hash_func_ identifier.
7204
7205         * python/midi.c (midi_error, midi_warning): Use char const* for
7206         __FUNCTION__ argument.
7207
7208         * python/gettext.py: Remove.  We already require python 2.1, which
7209         includes gettext.py.
7210
7211         * configure.in: Require python 2.1, as INSTALL.texi says.
7212         it.
7213
7214         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7215         versions 1.50 and 1.75.  Remove note about lexer patch.
7216
7217 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7218
7219         * Documentation/topdocs/INSTALL.texi: Update type1 font
7220         description to actual situation.  Add comment about new font ball
7221         layout.
7222
7223         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7224         in $LILYPONDPREFIX suffices for installation.
7225
7226 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7227
7228         * debian/control (Build-Depends): Add flex-old as alternative to
7229         flex.  Deprecate bison 1.75.
7230
7231 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7232
7233         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7234         Vaticana contexts
7235
7236         * Documentation/user/refman.itely (Ancient notation): documented
7237         some bugs; tiny fixes; added docu on Vaticana contexts
7238
7239         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7240         scripts
7241
7242 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7243
7244         * Documentation/user/refman.itely (Ancient notation): added some
7245         introductory words; added section on ancient time signatures;
7246         added some @seealso and @refcommands; small fixes and
7247         beautifications
7248
7249 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7250
7251         * input/regression/note-head-style.ly: many fixes and updates
7252
7253         * Documentation/user/refman.itely: added small sections on ancient
7254         accidentals, rests and flags; revised ancient note head section;
7255         small wording/spelling fixes
7256
7257         * input/test/rests.ly: layout fixes
7258
7259 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7260
7261         * input/puer-fragment.ly: bugfix: central C position of do clef
7262
7263         * ly/gregorian-init.ly: workaround: add small padding space before
7264         divisiones (the correct fix would be the spacing engine to handle
7265         this)
7266
7267 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7268
7269         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7270         cue-notes.ly: minor fixes.
7271
7272 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7273
7274         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7275         input/test/custos-style.ly
7276
7277         * Documentation/index.html.in: bugfix: link to Tutorial.html
7278
7279         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7280         to neumes; bugfix: "et": epiphonus, not just a simple pes
7281
7282 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7283
7284         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7285
7286         * lilypond.words: add new features: markup, column, center, \[ \].
7287
7288 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7289
7290         * Documentation/topdocs/NEWS.texi, DEDICATION,
7291         stepmake/bin/add-html-footer.py
7292         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7293         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7294         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7295         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7296         added (only) after a sentence which is complete; if the sentence is 
7297         not ended a comma `,' or nothing is used. fix also spaces.
7298
7299 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7300
7301         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7302         requirements to plain 1.6.
7303
7304         * buildscripts/mutopia-index.py (read_lilypond_header): update
7305         mutopia-index.py to 1.4 syntax [sic]
7306
7307 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7308
7309         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7310
7311 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7312
7313         * Documentation/index.html.in: url for regression pdf
7314
7315         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7316
7317         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7318
7319         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7320
7321         * VERSION: 1.8.0 released
7322
7323         * GNUmakefile.in (local-WWW-post): footify build fix.
7324
7325         * configure.in: require GUILE 1.6.4
7326
7327         * Documentation/user/GNUmakefile: don't copy *.png for
7328         lilypond-internals
7329
7330         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7331         local-WWW-post target.
7332         (rsync-web): add rsync-web target
7333
7334         * Documentation/user/introduction.itely (Music notation and
7335         engraving): add neume example
7336
7337         * input/puer-fragment.ly (cantus): add puer-fragment
7338
7339 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7340
7341         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7342         to notes, so that equalizer is actualy being used.
7343
7344         * scm/midi.scm (instrument-equalizer-alist):
7345         (absolute-volume-alist): Define public, so that user can copy or
7346         override.
7347
7348         * lily/key-performer.cc (create_audio_elements): Check for minor
7349         key.  Only if key is minor, set MIDI key to minor.
7350
7351 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7352
7353         * Documentation/user/refman.itely (Hiding staffs): fixes.
7354
7355         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7356
7357         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7358         vertical extents to deal with Hara kiri correctly.
7359
7360         * input/regression/hara-kiri-short.ly: remove
7361
7362         * input/regression/hara-kiri-pianostaff.ly: update test.
7363
7364         * Documentation/user/*.tely: remove WEBTITLE
7365
7366         * scm/output-tex.scm (comment): idem.
7367
7368         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7369
7370         * scm/music-functions.scm (make-lyric-event): new function
7371
7372         * scm/lily.scm (lilypond-version): new function
7373
7374         * input/test/version-output.ly: new file.
7375
7376         * Documentation/user/lilypond.tely: add version number to
7377         front-page.
7378
7379 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7380
7381         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7382
7383 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7384
7385         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7386
7387         * Documentation/user/refman.itely (Hiding staffs): rename node.
7388
7389 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7390
7391         * input/regression/new-markup-syntax.ly (texidoc): remove
7392         molecule-callback override.
7393
7394 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7395
7396         * input/les-nereides.ly: Mark tweaks with %tweak.
7397
7398         * Debian patch, see debian/changelog (Anthony Fok).
7399
7400 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7401
7402         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7403         problem.
7404
7405 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7406
7407         * Documentation/user/refman.itely (Text markup): Fix language bug.
7408
7409 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7410
7411         * input/* : postfix syntax fixes.
7412
7413         * Documentation/user/refman.itely (Text markup): add note about
7414         raise/lower with ^ or _ .
7415
7416         * po/fi.po: fix \\apply strings.
7417
7418         * lily/parser.yy (open_event): warn for prefix articulations.
7419
7420 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7421
7422         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7423         fix also on parmesan font.
7424
7425 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7426
7427         * VERSION 1.7.30 released
7428
7429         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7430
7431         * buildscripts/mutopia-index.py (headertext): rewording
7432
7433 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7434
7435         * scm/new-markup.scm (strut-markup): new markup function.
7436
7437         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7438         space also when no accidental is there.
7439
7440 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7441
7442         * input/les-nereides.ly: Updates.
7443
7444 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7445
7446         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7447         which repeats the tag insertion selected from "Insert tag" menu.
7448
7449 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7450
7451         * lily/all-font-metrics.cc (find_font): load AFM files first only
7452         for feta fonts. This fixes problems with TeXlive and other TeX
7453         distros that include AFM files for the CM fonts. 
7454
7455         * scm/font.scm (qualifiers-to-font-name): remove.
7456
7457         * lily/paper-def.cc: remove get_var.
7458
7459         * input/trip.ly: remove file.
7460
7461         * input/regression/spacing-note-flags.ly (raggedright): remove
7462         stafflinethickness
7463
7464         * input/les-nereides.ly: update to new syntax, cleanups.
7465
7466 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7467
7468         * Documentation/user/refman.itely: Clarify shortest-note problem
7469         of autobeamer.
7470
7471 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7472
7473         * lilypond-mode.el: Add each word to regexps only once.
7474
7475         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7476         is based on the syntax definitions in lilypond.words. Remove all 
7477         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7478         LilyPond->Insert menu is generated by the entries in lilypond.words 
7479         to which have been given a syntax definition.
7480
7481         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7482         \notes, \relative, \score, \simultaneous, \transpose.
7483
7484         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7485
7486         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7487
7488         * lilypond-mode.el: add menu keywords separately.
7489
7490         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7491
7492 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7493
7494         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7495         current ugly installation method for PFA fonts.
7496
7497 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7498
7499         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7500         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7501
7502         * Documentation/user/music-glossary.tely: update legato.
7503
7504 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7505
7506         * lexer-gcc-3.0.patch: Remove.
7507
7508         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7509
7510 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7511
7512         * debian/rules (binary-arch): remove NEWS.
7513
7514 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7515
7516         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7517         stepmake/bin{ many }: polish the `--help's of different scripts;
7518         model taken from the core-utils of Linux.
7519
7520         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7521
7522 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7523
7524         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7525
7526         * flower/libc-extension.cc: idem.
7527
7528         * flower/include/libc-extension.hh: protect against isinf macros.
7529
7530 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7531
7532         * { many }: Use two uppercase letters in LilyPond.
7533
7534         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7535
7536         * VERSION: 1.7.29 released.
7537
7538 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7539
7540         * lily/tie.cc: add TODO comment.
7541
7542         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7543
7544         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7545         linejoins and linecaps. This fixes problems with occasional spikes
7546         on slur/tie endings.
7547
7548         * input/regression/font-name.ly: don't use PS fonts for
7549         compatibility reasons. 
7550
7551         * mutopia/claop.py (accents): update to 1.8
7552
7553         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7554
7555         * Documentation/user/macros.itexi: don't color glossary links.
7556
7557         * Documentation/user/invoking.itexi (Error messages): new section
7558
7559 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7560
7561         * input/regression/font-name.ly: add file.
7562
7563         * scm/document-backend.scm (grob-doc): remove <hr> from
7564         lilypond-internals
7565
7566         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7567         reqd version to 1.6.4 
7568
7569         * lily/font-interface.cc (get_font): bugfix: take font-name from
7570         alist chain too. This fixes font-name override for \markup.
7571
7572 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7573
7574         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7575
7576         * input/test/polymetric-differing-notes.ly: Compile fix.
7577
7578 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7579
7580         * Documentation/user/refman.itely: fixed typo
7581
7582         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7583         before flexa
7584
7585 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7586
7587         * input/test/{ many }: search & fix some typos.
7588
7589 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7590
7591         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7592         images.
7593
7594         * scm/music-functions.scm (make-voice-props-set): set Script /
7595         TextScript dir for polyphony too.
7596
7597         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7598         before clef.
7599
7600         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7601
7602 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7603
7604         * Documentation/user/refman.itely (Percussion): Small
7605         clarifications and fixes.
7606
7607         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7608         threads. This fixes different heads playing simultaneously.
7609
7610 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7611
7612         * Documentation/user/{ many }: increase readability (read through 
7613         User manual from `one big page').
7614
7615 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7616
7617         * input/test/polymetric-differing-notes.ly: add example with
7618         disparate note values.
7619
7620         * input/test/polymetric.ly: rename from poly-metric
7621
7622         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7623         iso. outname.
7624
7625         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7626         G-clef bbox to real char extents. This fixes the G-clef being
7627         offset too much to the right.
7628         document perc clef offset.
7629
7630         WARNING: FONT CHANGED.
7631
7632         * Documentation/user/tutorial.itely (Tutorial): move menu.
7633
7634 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7635
7636         * buildscripts/lilypond-profile.sh (Error): trim error message.
7637
7638         * Documentation/user/invoking.itexi (Invoking the lilypond
7639         binary): add note about path.
7640
7641         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7642         suppresses superfluous spaces.
7643
7644 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7645
7646         * buildscripts/lilypond-profile.sh: Add documentation to error
7647         message.
7648
7649         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7650
7651 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7652
7653         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7654         <mike@ossmann.com>)
7655
7656         * Documentation/bibliography/computer-notation.bib (pages): prune
7657         unscientific language.
7658
7659         * Documentation/user/GNUmakefile: copy unsplit file to
7660         lilypond.html (idem for lilypond-internals).
7661
7662         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7663
7664         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7665
7666         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7667
7668         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7669         fix.
7670
7671 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7672
7673         * Documentation/user/{ various }: bind text snippets with their
7674         examples, e.g. by punctuation: This is an example.
7675
7676 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7677
7678         * ly/performer-init.ly (VoiceContext): Typos.
7679
7680         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7681         builds, leave final-install to toplevel srcdir makefile.
7682
7683         * make/srcdir.make.in (install): New target.
7684
7685 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7686
7687         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7688         This fixes core dump on MIDI output (Simon Weatherill).
7689
7690         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7691         on local-WWW-post.
7692
7693 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7694
7695         * make/lilypond.redhat.spec.in: add dvips to reqs.
7696
7697 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7698
7699         * make/srcdir.make.in (web): Add special web target.
7700
7701         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7702         from inner $(LOOP).
7703
7704         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7705
7706         * stepmake/stepmake/generic-targets.make (www-targets-help):
7707         * GNUmakefile.in (web-install): Install in $(webdir).
7708
7709         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7710
7711         * cygwin/changelog: 
7712         * cygwin/mknetrel: Update.
7713
7714         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7715         (html-doc): Remove (use: web).
7716
7717         * stepmake/stepmake/script-rules.make: 
7718         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7719         Fix $(config_make) dependencies for srcdir build.
7720
7721         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7722         target for srcdir build.
7723
7724         * stepmake/make/stepmake.make: 
7725         * make/srcdir.make.in: 
7726         * GNUmakefile.in:
7727         * make/stepmake.make (config_make): Rename variable (was:
7728         configuration).
7729
7730 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7731
7732         * Documentation/user/internals.itely (Manipulating music
7733         expressions): run lilypond on example too.
7734
7735         * flower/include/libc-extension.hh: move lrint define to
7736         header. bugfix.
7737
7738 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7739
7740         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7741         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7742         do we recurse whole tree?).
7743
7744         * GNUmakefile.in (html-doc): Resurrect.
7745
7746         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7747         obsolete $(package-icon) dependency.
7748
7749 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7750
7751         * Documentation/user/refman.itely (Automatic staff changes):
7752         add seealso 
7753
7754         * Documentation/index.html.in: link to bigpage.
7755
7756         * Documentation/user/tutorial.itely (Tutorial): streamline.
7757
7758         * Documentation/index.html.in: url typo.
7759
7760         * VERSION (PACKAGE_NAME): release 1.7.28
7761
7762         * python/lilylib.py (error_log): remove '/' from name.
7763
7764         * input/regression/pedal.ly: remove; dups input/test/
7765
7766         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7767
7768         * Documentation/index.html.in: python style doco index.
7769
7770         * Documentation/{footer,header}.html.in (src): remove, 
7771
7772         * Documentation/pictures: remove all but lelie-logo.xpm.
7773
7774         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7775         before running makeinfo.
7776
7777         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7778         @code{}
7779
7780 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7781
7782         * input/test/bar-number-regular-interval.ly: rename.
7783
7784         * Documentation/user/*: various fixes. 
7785
7786 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7787
7788         * Documentation/{ many }: polish for update-all-menus. typos.
7789
7790         * po/fi.po: fixes.
7791
7792         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7793
7794         * buildscripts/mutopia-index.py: polish.
7795
7796         * input/regression/{ many }, input/test{ many }: polish texidocs.
7797
7798 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7799
7800         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7801         pedal-style
7802
7803         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7804         iso. edge-widen.
7805
7806         * lily/piano-pedal-engraver.cc (process_music): change from
7807         process_acknowledged ()
7808
7809         * lily/piano-pedal-bracket.cc: new file. Change
7810         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7811         cleaned up.
7812
7813         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7814
7815         * input/regression/tuplets.ly (texidoc): rename file.
7816
7817         * po/fr.po: update
7818
7819         * buildscripts/lilypond-profile.sh: error message if script is not
7820         sourced.
7821
7822         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7823         bracket-flare
7824         (make_bracket): simplify code.
7825
7826         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7827         argument.
7828
7829         * python/lilylib.py (lilypond_version_check): new function
7830
7831         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7832
7833         * scripts/ly2dvi.py (run_lilypond): add version check.
7834
7835         * scripts/lilypond-book.py (option_definitions): typo
7836
7837         * scripts/ly2dvi.py (include_path): typo
7838
7839         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7840
7841         * lily/parse-scm.cc (parse_handler): typo
7842
7843         * Documentation/user/macros.itexi: use @heading for headings.
7844
7845         * Documentation/user/refman.itely: updates, fixes.
7846
7847 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7848
7849         * po/fi.po: add Finnish translations. fixes.
7850
7851         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7852
7853         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7854         from lily/glissando-engraver.cc.
7855
7856 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7857
7858         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7859         for non-first _broken_ bracket.
7860
7861         * Documentation/user/refman.itely: corrections.
7862
7863 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7864
7865         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7866         support of the fingerings.
7867
7868         * po/fr.po: French translation update.
7869
7870         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7871         strings.
7872
7873 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7874
7875         * Documentation/user/introduction.itely: Small fixes.
7876
7877 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7878
7879         * Documentation/topdocs/AUTHORS.texi: polish.
7880
7881 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7882
7883         * Documentation/user/introduction.itely: revise
7884
7885         * Documentation/user/tutorial.itely: reorganise.
7886
7887         * Documentation/topdocs/index.tely: remove.
7888
7889         * Documentation/header.html.in: prune.
7890
7891         * GNUmakefile.in: clean up web building.
7892
7893         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7894         target.
7895
7896 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7897
7898         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7899
7900         * lilypond-mode.el: turn on blink-matching-paren.
7901
7902 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7903
7904         * scm/output-sodipodi.scm (svg-header): Fix typo.
7905
7906 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7907
7908         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7909         fixes a security hole.
7910
7911         * scripts/lilypond-book.py (original_dir): remove temp_dir
7912
7913         * scm/document-translation.scm: use @code tags.
7914
7915 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7916
7917         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7918
7919         * lilypond-mode.el: add a buffer-local post-command-hook to set
7920         context dependent syntax-table after each cursor event. Remove old
7921         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7922
7923         * lilypond-indent.el: update comments.
7924
7925         * Documentation/footer.html.in: add period.
7926
7927 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7928
7929         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7930
7931         * scm/document-translation.scm (document-property-operation): add
7932         @code{} tags.
7933
7934         * VERSION (PACKAGE_NAME): release 1.7.27
7935
7936         * config.make.in: add PAPER variable
7937
7938         * buildscripts/new-chords.py (help): add help text
7939
7940         * Documentation/user/introduction.itely (Typography and program
7941         architecture):  fixes.
7942
7943         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7944         for texinfo and dvips. This fixes problems with PDF output of the
7945         wrong size.
7946
7947         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7948         DVIPS_PAPERSIZE variable
7949
7950         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7951         TEXINFO_PAPERSIZE variable 
7952
7953 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7954
7955         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7956
7957         * mf/feta-toevallig.mf: lowres fixes.
7958
7959 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7960
7961         * NEWS: Typo and fill-paragraph fixes.
7962
7963         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7964         cast #define.
7965
7966         * configure.in: 
7967         * config.hh.in: Check for lrint.
7968
7969 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7970
7971         * VERSION: 1.7.26 released
7972
7973         * lily/separation-item.cc: add padding property.
7974
7975         * input/test/*.ly: various fixes, remove solo-a2.ly
7976
7977         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7978         bugfix. Fixes old-style markup compatibility.
7979
7980         * Documentation/user/introduction.itely (Introduction): historical
7981         elucidations
7982
7983         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7984
7985         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7986
7987         * Documentation/index.texi (Top): cleanup.
7988
7989         * Documentation/user/introduction.itely (Introduction): rewrite
7990         introduction, 
7991         (Music notation and  engraving): about notation. Add flat-picture
7992
7993 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7994
7995         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7996         separation items. This keeps lyrics from bumping into each other.
7997
7998 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7999
8000         * GNUmakefile.in (topdocs-web): New target.
8001         (local-web): Depend on topdocs-web; fixes html-doc.
8002
8003 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8004
8005         * po/lilypond.pot: run po-replace
8006
8007         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
8008
8009         * scm/drums.scm (reset-drum-kit): new function.
8010
8011         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
8012
8013         * scripts/update-lily.py: remove
8014
8015         * VERSION: release 1.7.25
8016
8017         * Documentation/user/introduction.itely (Introduction): rewrite
8018         start of introduction.
8019
8020 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
8021
8022         * lily/all-font-metrics.cc: fixed typo
8023
8024 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
8025
8026         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
8027         LilyPond-mode-context-set-syntax-table): new functions to define
8028         the syntax table according to context.
8029
8030         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
8031
8032 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8033
8034         * Documentation/user/refman.itely (Figured bass): 
8035         language nit courtesy http://www.vocabula.com
8036
8037         * GNUmakefile.in: remove no kpathsea hack.
8038
8039         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
8040         doco.
8041
8042         * GNUmakefile.in: remove web-doc target.
8043
8044         * lily/all-font-metrics.cc (find_afm): add message about
8045         buildscripts/clean-fonts.sh 
8046
8047         * scm/define-music-properties.scm (figure): use string for 'figure
8048
8049         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
8050
8051         * input/regression/ : add raggedright = ##t where applicable. 
8052
8053         * scm/bass-figure.scm (make-bass-figure-markup): add
8054         alignBassFigureAccidentals property.
8055
8056         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
8057         bracket.
8058
8059         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
8060         syllables widths into account for minimum-length.
8061
8062         * input/test/staff-container.ly: update file
8063
8064         * input/test/stem.ly: remove
8065
8066         * lily/event.cc (LY_DEFINE): add ly: prefix.
8067
8068         * input/test/clef-manual-control.ly: from manual-clef
8069
8070         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
8071
8072         * input/test/different-time-signatures.ly: move to poly-metric.ly
8073
8074         * input/test/hara-kiri*,scales.ly: remove
8075
8076         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
8077         with chord-names-jazz.ly)
8078
8079         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
8080         get scalable cm fonts too.
8081
8082         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
8083         --encoding for mftrace if present.
8084
8085         * input/regression/slur-area.ly: move from test/
8086
8087         * input/test/: remove simple-slur-endings slur-attachment
8088         slur-broken-cross-staff slur-broken.ly slur-damping.ly
8089         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
8090         slur-symmetry slur-symmetry tie-broken.ly
8091
8092         * scm/drums.scm (set-drum-kit): add function.
8093
8094         * Documentation/user/refman.itely (Percussion staves): use
8095         set-drum-kit
8096
8097         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
8098         too
8099         (Global_measure.set_timesig): handle 3/8 time sig too.
8100
8101         * scm/output-lib.scm (note-head-style->attachment-coordinates):
8102         note about triangle note heads.
8103
8104         * scm/drums.scm: use alist for instrument-settings. This fixes the
8105         bug with assigning to drums in the .ly file.
8106
8107         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
8108         CHANGED.
8109
8110         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
8111         cluster-beacon-interface
8112
8113         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
8114
8115         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
8116
8117         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
8118
8119         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
8120         to get positions.
8121
8122         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
8123         make ClusterSpannerBeacon to record Y positions. This removes the
8124         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
8125         make cluster-note-events.
8126
8127 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8128
8129         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
8130
8131         * configure.in: Use lily/main.cc as identifying source file.
8132
8133         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
8134
8135         * config.hh.in: 
8136         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
8137
8138         * configure.in: Require PYTHON >= 2.0.
8139
8140         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
8141           $PYTHON for include dir location.
8142         (STEPMAKE_PYTHON): New function.  Use
8143
8144             PYTHON=foo ./configure
8145
8146           to override.
8147
8148 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8149
8150         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
8151         something.
8152
8153         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
8154         ftp.lilypond.org everywhere.
8155
8156 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8157
8158         * lily/text-item.cc (interpret_new_markup): do only if new-markup
8159         detected.
8160
8161         * Documentation/user/refman.itely (Grace notes): note on explicit
8162         contexts
8163
8164 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
8165
8166         * lilypond-font-lock.el: add a comment about LilyPond specific
8167         escape characters: ^, - and _, in the syntax table.
8168
8169         * Documentation/user/appendices.itely: a majuscule fix.
8170
8171 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8172
8173         * input/test/trills.ly (endHorizScript): fixes.
8174
8175         * input/test/chord-names-jazz.ly: merge in alternate Jazz
8176         notation, move from regression.
8177
8178         * input/test/script-stack.ly: change name from stacked-scripts
8179
8180         * input/test/ossia.ly: octave errors.
8181
8182         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
8183         for midi-volume-equaliser
8184
8185 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8186
8187         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
8188         cm fonts.
8189
8190         * mf/feta-beugel.mf: don't multiply font_count by 10.
8191
8192         * lily/lookup.cc (horizontal_line): new function. Use
8193         horizontal-line in output backends.
8194
8195         * Documentation/user/tutorial.itely (An orchestral part): new
8196         section on orchestral stuff and identifiers.
8197
8198 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
8199
8200         * lilypond-mode.el: comment-out paren-highlighting, it still causes
8201         some interference to other modes.
8202
8203 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8204
8205         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8206         not maximum of spacing wishes in polyphonic situations.
8207
8208         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8209         number
8210
8211         * lilypond-indent.el: remove paren matching. 
8212
8213         * lily/text-item.cc (interpret_new_markup): new function
8214         use iso. text2molecule.
8215
8216         * lily/main.cc (notice): change FSF address 
8217
8218         * po/de.po: update PO file to 1.6.
8219
8220 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8221
8222         * Documentation/user/ {many}: Add periods and remove spaces.
8223
8224 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8225
8226         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8227         Disable buffer-locally default paren hook and make a new one. 
8228
8229         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8230         locally LilyPond-paren-mode. Add todo for mouse double-click.
8231
8232 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8233
8234         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8235         Disable buffer-locally default paren idle timer and make a new one. 
8236
8237         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8238         locally LilyPond-show-paren-mode. Add to menu a toggle for
8239         LilyPond-show-paren-function.
8240
8241 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8242
8243         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8244
8245 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8246
8247         * Documentation/user/refman.itely: spelling fix.
8248
8249         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8250         paren highlight function definitions. add todo for
8251         LilyPond-show-paren-mode.
8252
8253 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8254
8255         * input/template/jazz-combo.ly: new file.
8256
8257 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8258
8259         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8260         lo-res fixes.
8261
8262         * mf/feta-schrift.mf: bugfix in varcoda sign.
8263         WARNING: FONT CHANGED
8264
8265         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8266         in accordance with lexer.ll.   
8267
8268 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8269
8270         * Documentation/user/tutorial.itely: Edit introduction.
8271
8272 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8273
8274         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8275         ly:grob-staff-position
8276
8277 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8278
8279         * scm/to-xml.scm: import srfi-1
8280
8281         * VERSION (MAJOR_VERSION):  release 1.7.24
8282
8283         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8284
8285         * scripts/lilypond-book.py (do_file): put texidoc before image.
8286         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8287
8288         * input/regression/*.ly: fix snippet octaves 
8289
8290         * input/test/spanner-after-break-tweak.ly: import
8291         broken-spanner-adjustment
8292
8293         * input/no-notation/midi-transposing.ly: move from input/test/
8294
8295         * input/test/: remove chord-markup
8296
8297         * input/regression/instrument-name-partial.ly: move from input/test.
8298
8299         * input/test/vertical-text.ly: remove
8300
8301         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8302         space above lyrics lines.
8303
8304         * input/test/uniform-breaking.ly: remove file.
8305
8306         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8307         uniform spacing density. 
8308
8309         * input/test/chords.ly (keys): remove file.
8310
8311         * scm/documentation-lib.scm (oop): use srfi-1 too.
8312
8313         * input/regression/*.ly: add \version
8314
8315         * Documentation/user/*.itely: various fixes.
8316
8317         * buildscripts/mf-to-table.py (base): break table every three
8318         symbols.
8319
8320         * input/:  remove %% new-chords-done %% .
8321
8322         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8323         os-music.ly
8324
8325 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8326
8327         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8328
8329         * scm/new-markup.scm (box-markup): new function.
8330         (box-markup): new function. Contributed by Dick Schoeller
8331         <schoeller@attbi.com>
8332
8333         * scm/lily.scm: remove reduce-no-unit 
8334         (list-insert-separator): use fold-right
8335
8336         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8337         of arguments. 
8338
8339         * NEWS: more neutral language for ancient notation 
8340
8341         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8342         inside pointing beaming for chord tremolo.
8343
8344         * Documentation/user/lilypond-book.itely: minor editing
8345
8346 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8347
8348         * NEWS: added news for 1.8 regarding ancient notation
8349
8350         * Documentation/user/refman.itely (Gregorian square neumes
8351         ligatures): fixed typo
8352
8353         * lily/vaticana-ligature-engraver.cc,
8354         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8355         lower/upper head of Pes only when heads are stacked
8356
8357         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8358         scm/define-grob-properties.scm: cleanup: make "join-left" a
8359         boolean grob property and save delta pitch in grob property
8360         "delta-pitch" instead
8361
8362         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8363
8364 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8365
8366         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8367         completely borked
8368
8369         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8370         (try_music): bug fix: beam multiplicity was completely borked.
8371
8372         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8373         first-n, butfirst-n in favor of srfi-1 functions.
8374         remove string-join, string-pad in favor of srfi-13 functions.
8375
8376         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8377
8378         * NEWS: use complete sentences.
8379
8380         * Documentation/user/introduction.itely (Example applications):
8381         add note about databases and lilypond-book.
8382
8383         * input/test/volta.ly: remove file
8384
8385         * input/regression/volta-broken-left-edge.ly: simplify file
8386
8387 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8388
8389         * Documentation/user/refman.itely (Constructing a tweak): new
8390         subsection.
8391
8392         * Documentation/user/tutorial.itely (Fine tuning layout): add
8393         common tweaks.
8394
8395         * scm/define-grobs.scm (TextScript): use new brewer.
8396
8397 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8398
8399         * VERSION: release 1.7.23
8400
8401         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8402
8403         * python/lilylib.py (make_ps_images): bugfixes.
8404
8405         * input/regression/volta-multi-staff.ly: new file.
8406
8407         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8408
8409         * Documentation/user/tutorial.itely (Piano staffs): new section.
8410         (Setting variables): new section
8411         (Fine tuning layout): new section
8412
8413         * input/just-friends.ly: remove file. Superseeded by
8414         input/test/chords-without-melody.ly
8415
8416         * ly/property-init.ly: add all commands to refman.
8417
8418         * scm/define-translator-properties.scm: remove
8419         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8420
8421         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8422         name. Underscores botch up PS output.
8423
8424         * scm/define-translator-properties.scm: remove
8425         textNonEmpty, oneBeat, regularSpacingDelta
8426
8427         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8428         rule for automaticBars.
8429
8430         * lily/timing-engraver.cc (start_translation_timestep): change
8431         barNonAuto to automaticBars
8432
8433 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8434
8435         * input/test/perform-tie.ly: delete file.
8436
8437 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8438
8439         * Documentation/user/refman.itely (Gregorian square neumes
8440         ligatures): bugfix: do not show ledger lines in neumes table
8441         (fixed by setting staff symbol to transparent rather than removing
8442         it from staff context)
8443
8444 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8445
8446         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8447         glue into brew-new-markup-molecule.
8448
8449         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8450
8451         * Documentation/user/introduction.itely (Computerized typography):
8452         new section
8453
8454         * Documentation/user/tutorial.itely (An orchestral part): remove
8455         pc example from tutorial.
8456
8457         * input/tutorial/lilbook.tex: use screech-boink
8458
8459         * scripts/lilypond-book.py (compile_all_files): split formatting
8460         output body and scheduling lilypond compilation.
8461         (format_lilypond_output_bodies): new function
8462         (format_lilypond_block): new function
8463         (html_pages): allow multi-page images in HTML
8464
8465         * python/lilylib.py (make_ps_images): rename function from
8466         make_preview, merge with make_page_images
8467
8468 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8469
8470         * input/test/key-clefs.ly: moved to regression.
8471
8472         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8473
8474         * input/no-notation/README: added note about midi-*.ly files.
8475
8476         * input/test/two-key.ly: moved to no-notation/parse5.ly
8477
8478         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8479         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8480
8481         * input/test/ {various}: modified comments, marked some for deletion.
8482
8483         * input/test/lines.ly: deleted file; duplicate of
8484         embedded-postscript.ly
8485
8486         * input/test/mmrest-collision: moved to regression.
8487
8488 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8489
8490         * scm/chord-name.scm (note-name->markup): don't superscript root
8491         alterations in chordnames.
8492
8493 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8494
8495         * Documentation/user/refman.itely (Multi measure rests): more
8496         index/cross-referencing.
8497
8498         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8499
8500         * scm/font.scm: remove properties-to-font-name code.
8501
8502         * scm/define-grob-properties.scm: remove 'type
8503
8504         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8505         conversion
8506
8507         * lily/text-spanner.cc: change 'type grob prop to 'style 
8508
8509         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8510         "first" flag to decide whether to make a start-repeat
8511
8512         * input/regression/grace-volta-repeat-2.ly: new file.
8513
8514 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8515
8516         * lilypond-indent.el: rename generic functions to LilyPond-*
8517
8518 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8519
8520         * input/test/thumb.ly: delete, merged into refman.
8521
8522         * Documentation/user/refman.itely: added thumb info to Fingering.
8523
8524         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8525         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8526         vertical-align.ly : deleted files.
8527
8528 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8529
8530         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8531
8532         * lily/line-spanner.cc (broken_trend_offset): remove function.
8533         (get_broken_offset): idem.
8534         (brew_molecule): rewrite the line-break case.
8535
8536         * input/regression/follow-voice-break.ly:  new file.
8537
8538         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8539         start of a system.
8540
8541 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8542
8543         * input/test/tuplet-rest.ly: moved to regression.
8544
8545         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8546         deleted file.
8547
8548         * input/test/ {many} : marked file for possible deletion.
8549
8550 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8551
8552         * input/regression/beam-funky.ly: add note about (disputed)
8553         correct beaming.
8554
8555         * ly/engraver-init.ly (ScoreContext): put key-signature after
8556         staff-bar
8557
8558 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8559
8560         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8561
8562         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8563
8564         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8565
8566         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8567         stem-extend was deleted (it was duplicate example, and not as
8568         good).
8569
8570         * input/test/[s-z]*.ly: add texidoc index.
8571
8572 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8573
8574         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8575         get_first_notecolumn_y
8576
8577         * lily/spanner.cc (broken_spanner_index): new function.
8578
8579 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8580
8581         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8582         lyric-hyphen.ly : moved to regression.
8583
8584         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8585         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8586
8587         * input/test/instrument-name-mmrest.ly: moved to
8588         ../regression/multi-measure-rest-instr-name.ly
8589
8590         * input/test/knee-sym.ly: moved to
8591         ../regression/beam-knee-symmetry.ly.
8592
8593         * input/test/hymn.ly: change comments.
8594
8595         * input/test/[p-r]*.ly: add texidoc index.
8596
8597 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8598
8599         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8600         to postfix syntax
8601
8602         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8603         syntax.
8604
8605         * VERSION: release 1.7.22
8606
8607 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8608
8609         * input/test/[h-k]*.ly: added texidoc index.
8610
8611         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8612
8613         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8614
8615         * input/test/ various : mark files for deletion or moving to
8616         regression.
8617
8618         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8619
8620         * input/test/[l-o]*.ly: added texidoc index.
8621
8622 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8623
8624         * scm/music-functions.scm (make-ottava-set): 
8625         only do ottavation if centralCPosition is set.
8626
8627         * lily/translator-scheme.cc (ly:context-property-where-defined):
8628         return '() if not found.
8629
8630 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8631
8632         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8633         Use one command for both commenting and uncommenting.
8634
8635         * lilypond-indent.el (LilyPond-comment-region): new function,
8636         (un)comments each line separately.
8637
8638         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8639
8640         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8641         imenu is not added by default; adapted from f90.el,
8642         makes Help-menu, which does not fit, visible in XEmacs.
8643
8644 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8645
8646         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8647         show-paren-mode sets blink-matching-paren-on-screen local.
8648         Try to make show-paren-function to paren-highlight local.
8649
8650         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8651         Copy definitions of Emacs' show-paren-function and
8652         XEmacs' paren-highlight and make minimal changes;
8653         add comments about locality. 
8654         Fix matching first open-paren-char in '<< .. >>'.
8655
8656 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8657
8658         * input/test/g*: added texidoc index.
8659
8660         * input/test/[a-g]*: added raggedright==#t when it
8661          seemed appropiate.
8662
8663         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8664
8665         * Documentation/topdoc/INSTALL.texi: removed false warnings
8666         about gcc 3.3.
8667
8668 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8669
8670         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8671
8672         * input/test/chords-without-melody.ly (texidoc): add from
8673         input/just-friends.ly
8674
8675         * input/regression/size{13--26}.ly: move from input/
8676
8677         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8678         input/{star-spangled-banner,twinkle}.ly: remove 
8679
8680         * lily/slur.cc: remove slur over rest warnings.
8681
8682         * lily/note-spacing.cc (get_spacing): include left part of right
8683         object in fixed space. This fixes stretched space before
8684         accidentals.
8685
8686         * input/regression/spacing-accidental-stretch.ly: new file.
8687
8688 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8689
8690         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8691         Reduce to 16pt.
8692
8693 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8694
8695         * input/regression/spacing-knee.ly: docstring
8696
8697         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8698
8699         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8700         input/tutorial/{test,solar,flowing}.ly: remove
8701
8702         * input/rhythm.ly: remove
8703
8704         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8705
8706         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8707         update syntax. 
8708
8709         * scm/define-grobs.scm (all-grob-descriptions): set
8710         knee-spacing-correction to 1.0
8711
8712         * lily/note-spacing.cc (stem_dir_correction): compute knee
8713         correction using stem-thickness and head width.
8714
8715         * input/regression/beam-quanting-horizontal.ly: update texidoc
8716
8717         * scm/define-grobs.scm (all-grob-descriptions): set
8718         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8719         This fixes 32nd beams for noteheads in spaces quants.
8720
8721         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8722
8723 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8724
8725         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8726
8727 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8728
8729         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8730
8731         * VERSION (PACKAGE_NAME): release 1.7.21
8732
8733         * input/regression/stem-shorten.ly: new file.
8734
8735         * lily/stem.cc (get_default_stem_end_position): revise stem
8736         shortening code.
8737
8738         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8739
8740         * input/test/{scripts,volta-start,sleur}.ly: remove
8741
8742         * input/regression/span-bar.ly: smaller file.
8743
8744         * input/regression/spacing-{natural,tight,loose}.ly: remove
8745
8746         * input/test/markup.ly: remove
8747
8748         * scripts/lilypond-book.py: put printfilename in separate chunk,
8749         so texidoc is printed after the filename.  
8750
8751 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8752
8753         * make/lilypond.mandrake.spec.in: fix docdirs.
8754
8755 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8756
8757         * input/regression/beam-french.ly: bugfix.
8758
8759         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8760
8761         * input/regression/(various).ly: add raggedright = #t.
8762
8763         * input/regression/auto-beam.ly: move from abe.ly
8764
8765 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8766
8767         * input/test/f*.ly: added texinfo index.
8768
8769         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8770
8771 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8772
8773         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8774         quant penalty for beam just outside staff.
8775
8776         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8777         from beam-pos.ly,  remove non-horizontal tests. 
8778
8779         * input/test/(various): cleanup header info. 
8780
8781         * input/test/tchaikovsky.ly: remove file.
8782
8783         * scm/chord-generic-names.scm: move from
8784         double-plus-new-chord-name.scm
8785
8786         * input/test/orchestscore.ly: remove file
8787
8788         * Documentation/user/refman.itely (Vocal music): update documentation.
8789
8790         * scm/define-translator-properties.scm (chordNoteNamer): remove
8791         chordNameStyle, use chordNameFunction
8792
8793         * scm/chord-name.scm (set-chord-name-style): remove
8794         set-chord-name-style. Use \property chordNameFunction.
8795
8796 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8797
8798         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8799         music): remove @TeX{} command.
8800
8801 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8802
8803         * lilypond-indent.el (scan-sexps): Renamed to
8804         aargh-this-breaks-other-emacs-modes-scan-sexps.
8805
8806 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8807
8808         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8809         closing slurs: '()', etc. Add comments.
8810
8811         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8812
8813         * lilypond-font-lock.el: match unending string at eof.
8814
8815         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8816
8817 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8818
8819         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8820         input/test/beam-dir.ly input/test/beam-position.ly    
8821         input/test/beam-suspect.ly input/test/beam-trend.ly    
8822         input/test/beams.ly input/test/crescendo-text.ly : deleted
8823         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8824         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8825         * input/test/default-bars.ly: moved to bar-always.ly
8826         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8827
8828 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8829
8830         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8831
8832 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8833
8834         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8835
8836 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8837
8838         * lilypond-indent.el: Match better slurs in scheme expressions.
8839         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8840
8841         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8842
8843 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8844
8845         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8846
8847         * input/ac-extra-voice.ly: Add texidoc.
8848
8849         * ly/chord-modifiers-init.ly: 
8850         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8851         and chordNameExceptionsPartial for new chord names.
8852
8853         * input/test/chord-names-dpnj.ly: 
8854         * input/test/dpncnt.ly: Update.
8855
8856         * scm/chord-name.scm: 
8857         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8858         chord selection and options.
8859
8860         * ly/chord-modifiers-init.ly: Add exceptions 
8861
8862         * scm/define-translator-properties.scm (chordNameStyle) 
8863         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8864
8865 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8866
8867         * ly/property-init.ly (germanChords): Added.
8868         (semiGermanChords): Added.
8869
8870         * input/test/chord-names-german.ly: Use new macros
8871
8872 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8873
8874         * lilypond-indent.el: Use similar parenthesis highlighting for 
8875         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8876         functions; removed LilyPond-show-paren-function. Fix indenting.
8877         Turn paren-matching on also in XEmacs.
8878
8879         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8880         as needed by parenthesis highlighting functions (in scan-sexp).
8881
8882 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8883
8884         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8885         function.
8886         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8887
8888 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8889
8890         * lilypond-indent.el: tune regexp for show-paren-function.
8891
8892 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8893
8894         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8895         for all LilyPond-produced tex snippets.
8896
8897         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8898         fixes one line --preview output of ly2dvi.
8899
8900 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8901
8902         * lilypond-indent.el: match only one type of slurs in
8903         LilyPond-show-paren-function.
8904
8905 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8906
8907         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8908         * debian/lilypond1.7.dirs: 
8909         * debian/lilypond1.7-doc.dirs: New file.
8910
8911         * input/regression/chord-name-exceptions.ly: Add parameter for
8912         ignatzekExceptions.  Quote hash in docstring.
8913
8914 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8915
8916         * lilypond-indent.el (show-paren-function): define show-paren-function
8917         as LilyPond-blink-matching-open and use it for closing parens.
8918         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8919
8920         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8921         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8922         LilyPond-blink-matching-paren in order to match both open and close
8923         brackets.
8924
8925 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8926
8927         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8928         testing by modifying the code from FSF Emacs paren.el. Add comments.
8929
8930 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8931
8932         * input/test/dpncnt.ly: Transpose example to match new
8933         default \chords octave.  Add comment.
8934
8935         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8936         comment about octave change.
8937
8938 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8939
8940         * input/test/[d,e]: added texinfo index tags.
8941         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8942
8943 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8944
8945         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8946
8947 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8948
8949         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8950         as in blink-matching-open.
8951
8952 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8953
8954         * input/test/[a-c]: more comments in files.
8955         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8956         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8957         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8958         mark file for proposed deletion.
8959         * input/test: renaming files:
8960         auto-beam-4-8.ly to beam-auto-4-8.ly
8961         auto-beam-override.ly to beam-auto-override.ly
8962         auto-beam.ly to beam-auto.ly
8963         blank.ly to blank-paper.ly
8964         absolute-volume.ly to dynamic-absolute-volume.ly
8965
8966 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8967
8968         * input/test/dpncnt.ly: 
8969         * input/test/chord-names-dpnj.ly: Resurrect.
8970
8971         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8972
8973         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8974
8975         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8976         Better docstring, add parameter OMIT-ROOT, tidy up.
8977
8978 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8979
8980         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8981
8982 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8983
8984         * scm/output-ascii-script.scm (as-font-alist-alist):
8985         (as-properties-to-font-name):
8986         (as-make-style-sheet): Remove.
8987
8988         * scm/font.scm (as-make-font-list): New function.
8989         (as-font-sheet-alist): New variable.
8990
8991         * ly/paper-as9-init.ly: 
8992         * ly/paper-as5-init.ly: Update.
8993
8994         * ly/paper-as5.ly:
8995         * ly/paper-as9.ly: New file.
8996
8997 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8998
8999         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
9000
9001 2003-05-28  Graham Percival  <gperlist@shaw.ca>
9002         * input/sondag-morgen/*: removed due to copyright concerns.
9003         * input/[a,b]*.ly: added a newline at the end of the texinfo
9004         doc string (produces better output in HTML version).
9005         * input/c*.ly: added texinfo index and added comments to
9006         aid in future changes to input/test/ files.
9007
9008 2003-05-28  Graham Percival  <gperlist@shaw.ca>
9009
9010         * Documentation/user/refman.itely: fixed build problem (missing
9011         file) caused by previous renaming.
9012
9013 2003-05-28  Graham Percival  <gperlist@shaw.ca>
9014
9015         * input/test/[a,b]*.ly: added texinfo index and added comments to
9016         aid in future changes to input/test/ files.
9017         * input/test/bar-number-every-5-reset.ly: renamed to
9018         bar-number-every-five-reset.ly
9019         * input/test/bar-script-visibility.ly: renamed to
9020         bar-number-show-all.ly
9021
9022 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9023
9024         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
9025         to Voice.
9026
9027         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
9028         out note-line and glissando functionality.
9029
9030         * lily/line-spanner.cc (brew_molecule): cleanup.
9031
9032 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9033
9034         * scripts/as2text.scm: Use rdelim module.
9035         (start-system): Rename from start-line.
9036         (stop-system): Rename from stop-line.
9037         (af-gulp-file): Use string iso symbol for getenv.
9038
9039         * scm/output-ascii-script.scm: Add guile and lily modules.
9040         (font-name-alist): New variable.
9041         (draw-line): New function.
9042
9043         * scm/output-lib.scm (func, arg->string): Re-add from archive.
9044         (Were these silently removed, without ChangeLog entry?)
9045
9046 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9047
9048         * scm/music-functions.scm (make-ottava-set): bugfixes: also
9049         process 2nd ottava correctly.
9050
9051 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
9052
9053         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
9054
9055 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9056
9057         * Documentation/user/converters.itely (Invoking midi2ly): Update.
9058
9059 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9060
9061         * VERSION: release 1.7.20
9062
9063         * lily/text-spanner.cc (brew_molecule): clean up function. This
9064         fixes bugs with broken 8va spanners.
9065
9066         * lily/simple-spacer.cc (solve): also compute force for raggedright.
9067         This prevents spurious line-breaks with raggedright
9068
9069 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9070
9071         * lily/key-performer.cc (create_audio_elements): always use major
9072         key
9073
9074         * Documentation/user/internals.itely: updates
9075
9076         * input/regression/beam-break.ly: new file.
9077
9078         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
9079         beams if starting or terminating stems have 'beaming set.)
9080
9081         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
9082         property.
9083
9084         * lily/parser.yy (verbose_command_req): add comment about scales.
9085
9086 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
9087
9088         * lilypond-indent.el: adjust regexps in bracket-matching.
9089
9090 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
9091
9092         * Documentation/user/refman.itely: more tiny fixes
9093
9094         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
9095         "Chord names"; added table with input syntax for solesmes neumes
9096         table; added some words about rationale on input syntax design
9097
9098         * lily/gregorian-ligature-engraver.cc,
9099         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9100         lily/include/gregorian-ligature.hh: bugfix: horizontal head
9101         alignment of Pes Initio Debilis
9102
9103         * Documentation/user/refman.itely,
9104         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9105         mf/parmesan-heads.mf: fixed most of the head selection/alignment
9106         bugs in the solesmes neumes table
9107
9108 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
9109
9110         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
9111         Similarly, match '[' and ']' by skipping '\[' and '\]'.
9112
9113         * lilypond-mode.el: fix tag-score. small improvements.
9114
9115 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9116
9117         * .cvsignore: Add aclocal.m4.
9118
9119         * lily/music-constructor.cc: Include <assert.h>.
9120
9121 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9122
9123         * ly/engraver-init.ly (HaraKiriStaffContext): use
9124         RemoveEmptyStaffContext instead.
9125
9126         * Documentation/user/refman.itely: updates
9127
9128 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
9129
9130         * Documentation/user/refman.itely: added solesmes neumes table;
9131         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
9132         bugfix: "Ornaments" -> "Articulations"
9133
9134         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
9135
9136 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9137
9138         * lilypond-indent.el: Add a message about trying to match \] or \).
9139
9140 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
9141
9142         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
9143         obsolete "arithmetic_*"
9144
9145         * input/bugs/ligatures.ly: removed (will be put into a different
9146         directory later)
9147
9148 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9149
9150         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
9151         libkpathsea (Maurizio Tomasi).
9152
9153 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9154
9155         * input/regression/repeat-slash.ly (texidoc): new file
9156
9157         * lily/slash-repeat-engraver.cc (try_music): new file, handle
9158         slash repeats separately. Slash repeats and %
9159         repeats can now be nested.
9160
9161 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9162
9163         * lilypond-indent.el: Add preliminary test for closing \] and \).
9164
9165 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
9166
9167         * lily/gregorian-ligature-engraver.cc,
9168         lily/vaticana-ligature-engraver.cc,
9169         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
9170         mf/parmesan-heads.mf: various semivocalis related bugfixes
9171
9172         * input/bugs/ligatures.ly: new file demonstrating problems with
9173         ligatures
9174
9175 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
9176
9177         * lilypond-mode.el,
9178         lilypond-font-lock.el,
9179         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
9180
9181 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
9182
9183         * lilypond-mode.el: Remove outdated code. Stress the difference 
9184         between Emacs and XEmacs definitions.
9185
9186         * lilypond-mode.el,
9187         lilypond-indent.el: Define a function interactive only when necessary.
9188
9189 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
9190
9191         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
9192         Use inactive regions also in XEmacs.
9193
9194 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9195
9196         * Documentation/user/refman.itely (Repeat syntax): more updates
9197
9198         * lily/simple-spacer.cc (solve): move solution process into
9199         solve(). This fixes a bug with collisions and raggedright = ##t.
9200
9201         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
9202
9203         * ly/engraver-init.ly: remove GraceContext. Update examples.
9204
9205 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9206
9207         * GNUmakefile.in (fonts): Also make fontball.
9208
9209         * Website fixes:
9210
9211         * ly/engraver-init.ly (GraceContext): Add.
9212
9213         * run:
9214
9215             convert-ly $(find . -name *.ly)
9216
9217         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9218         new chords.
9219
9220 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9221
9222         * VERSION: 1.7.19 released
9223
9224         * scm/music-functions.scm (set-octavation): new function.
9225
9226         * input/regression/ottava.ly: new file
9227
9228         * lily/translator-scheme.cc (LY_DEFINE): new function
9229         ly:unset-context-property
9230         (LY_DEFINE) new function ly:context-property-where-defined: 
9231
9232 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9233
9234         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9235
9236         * lilypond.words: add few.
9237
9238         * input/test/script-chart.ly: fix typo.
9239
9240 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9241
9242         * scm/define-grobs.scm: uniform naming for definitions and output
9243         routine files. 
9244
9245         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9246         scm/context-description.scm
9247
9248         * lily/parser.yy (translator_spec_body): add \description to the
9249         \translator{} body syntax.
9250
9251         * lily/ottava-engraver.cc: new file.
9252
9253         * scm/chord-name.scm (natural-chord-alteration): replace old
9254         chord stuff. 
9255
9256         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9257
9258         * Documentation/user/refman.itely (Metronome marks): update doco.
9259
9260         * input/regression/markup-note.ly: new file
9261
9262         * input/regression/metronome-marking.ly: new file
9263
9264         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9265
9266         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9267         metronome marks.
9268
9269 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9270
9271         * Documentation/user/GNUmakefile: Compatibility fix for new
9272         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9273         for making binary packages; info splitting bug has been fixed.
9274
9275         * Documentation/user/refman.itely: Compile fixes.
9276
9277 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9278
9279         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9280         Count \midi -keywords also for a region.
9281
9282 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9283
9284         * lily/lookup.cc (LY_DEFINE): new function
9285
9286         * Documentation/user/tutorial.itely: updates
9287
9288 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9289
9290         * lilypond-mode.el: Allow Midi on buffer.
9291         Use only '.ly'-extension, remove '.sly' and '.fly'.
9292         Allow use of inactive regions. Invoke next Command on Master file, 
9293         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9294
9295 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9296
9297         * Documentation/user/tutorial.itely: updates.
9298
9299 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9300
9301         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9302
9303 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9304
9305         * lily/coherent-ligature-engraver.cc: fixed typo
9306
9307         * lily/coherent-ligature-engraver.cc,
9308         lily/gregorian-ligature-engraver.cc,
9309         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9310         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9311         lily/vaticana-ligature-engraver.cc,
9312         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9313         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9314         removed all ligature specific stuff from NoteHead code
9315
9316         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9317         ligatures now use regular noteheads
9318
9319         * lily/vaticana-ligature.cc: tiny code cleanups
9320
9321         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9322         space between two adjacent noteheads of the same pitch
9323
9324         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9325         description; cleanup: removed obsolete font-family settings
9326
9327 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9328
9329         * lily/coherent-ligature-engraver.cc,
9330         lily/gregorian-ligature-engraver.cc,
9331         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9332         lily/mensural-ligature-engraver.cc,
9333         lily/vaticana-ligature-engraver.cc,
9334         lily/include/gregorian-ligature-engraver.hh: updated for new
9335         Coherent_ligature_engraver; added comments that describe the basic
9336         design ideas of the ligature implementation
9337
9338         * lily/coherent-ligature-engraver.cc,
9339         lily/include/coherent-ligature-engraver.hh: new file: shared code
9340         between mensural ligatures and Gregorian chant notation ligatures
9341
9342 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9343
9344         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9345         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9346         use only two arguments in sit-for, use no arguments in
9347         read-char-exclusive, backspace is not a character (127) in XEmacs.
9348
9349         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9350
9351 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9352
9353         * lilypond-mode.el: un-commenting works after syntax-table fix.
9354
9355         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9356         group, verbose commenting for syntax table.
9357
9358         * lilypond-indent.el: add TODO for ligature slurs.
9359
9360 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9361
9362         * lilypond-mode.el: Move comments of parenthesis matching away,
9363         (blink-matching-paren-on-screen) fix blinking in Emacs.
9364
9365         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9366         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9367
9368         * lilypond-indent.el: Add TODO for parenthesis matching.
9369
9370 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9371
9372         * lilypond-mode.el: Fix XEmacs: 
9373         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9374         invoke explicitly easy-menu-add (in Emacs done automatically).
9375
9376         * lilypond.words: Add few words from input/*/*.ly.
9377
9378 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9379
9380         * VERSION (PATCH_LEVEL): release 1.7.18
9381
9382         * scripts/lilypond-book.py: only print basename for printfilename
9383         option
9384
9385         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9386         and syntax updates.
9387
9388 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9389
9390         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9391         better parametrisation. Move fatness of bulb downward.
9392
9393         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9394         glyph names. Underscores are not allowed .ps encoding files.
9395
9396 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9397
9398         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9399         variable "packed" for packed right-ragged mode
9400
9401         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9402         unused variable ragged; fixed indentation
9403
9404         * Documentation/user/refman.itely: tiny cleanups in ancient
9405         clef and custos section
9406
9407 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9408
9409         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9410         \applyoutput PROCEDURE
9411
9412         * lily/my-lily-lexer.cc: add \applyoutput.
9413
9414         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9415
9416         * lily/text-item.cc: clean text-interface description
9417
9418 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9419
9420         * input/{regression,test}/: use postfix for slur endings and beam
9421         begins.
9422
9423         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9424         style beams too. 
9425
9426         * input/regression/lyrics-melisma-beam.ly: new file.
9427
9428         * lily/lyric-engraver.cc (process_music): change from
9429         process_acknowledged_grobs()
9430
9431         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9432         functions to set and revert auto-beam settings.
9433
9434 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9435
9436         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9437
9438 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9439
9440         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9441         Documentation/user/lilypond.tely: fixed some typos; updated author
9442         info
9443
9444         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9445         #"" -> #'flag-style = #'()
9446
9447         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9448         cleanup: removed dead #includes
9449
9450         * lily/gregorian-ligature-engraver.cc,
9451         lily/include/gregorian-ligature.hh,
9452         scm/grob-property-description.scm: small cleanups, small spacing
9453         fixes
9454
9455         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9456         lily/vaticana-ligature.cc,
9457         lily/include/gregorian-ligature-engraver.hh,
9458         scm/grob-property-description.scm, scm/music-types.scm:
9459         "porrectus" -> "pes or flexa"
9460
9461         * ly/engraver-init.ly, scm/grob-description.scm,
9462         scm/grob-property-description.scm: junked porrectus, now handled
9463         by ligature code
9464
9465         * scm/grob-description.scm: bugfix: added space-alist entry for
9466         breathing sign/custos
9467
9468 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9469
9470         * Another grand 2003 update.
9471
9472         * Remove mentioning of `mudela'; There's no such thing.
9473
9474 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9475
9476         * Documentation/user/preface.itely (Preface to version 1.8): update
9477
9478         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9479
9480         * Documentation/user/converters.itely (Invoking convert-ly): revise
9481
9482         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9483
9484         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9485
9486 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9487
9488         * Documentation/user/internals.itely: more updates.
9489
9490 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9491
9492         * Documentation/user/refman.itely: revise 
9493
9494         * Documentation/user/internals.itely: revise
9495
9496         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9497
9498 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9499
9500         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9501         beautification: reformatted ancient clefs section; cleanup: small
9502         wording fixes
9503
9504 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9505
9506         * lilypond.words: added words for chant notation, sorted
9507         alphabetically through "sort lilypond.words"
9508
9509 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9510
9511         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9512         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9513         chant notation
9514
9515 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9516
9517         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9518         prevent TeX from interpreting them as long dash
9519
9520         * input/test/vaticana.ly: updated
9521
9522         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9523         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9524         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9525         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9526         fixes
9527
9528         * mf/parmesan-heads.mf: ledger endings: removed dead code
9529
9530 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9531
9532         * VERSION: 1.7.17 released
9533
9534         * Documentation/user/GNUmakefile
9535         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9536         files too.
9537
9538         * scm/document-markup.scm: new file: document all markup
9539         functions.
9540
9541         * scm/documentation-generate.scm: rename all documentation modules
9542         to document-*.scm
9543
9544         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9545         .png
9546
9547         * input/test/divisiones.ly: added
9548
9549         * input/regression/output-property.ly: new file
9550
9551         * lily/cluster.cc: change cluster-interface to use style property
9552
9553 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9554
9555         * input/test/chord-names-german.ly: modified.
9556
9557         * scm/chords-ignatzek.scm:
9558           chord-name->german-markup: Added
9559           note-name->german-markup: Changed (now producing lowercase notenames)
9560
9561         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9562
9563 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9564
9565         * scripts/convert-ly.py (FatalConversionError.conv):
9566         divisiominima -> divisioMinima, etc.
9567
9568         * ly/engraver-init.ly (FiguredBassContext): add
9569         Separating_line_group_engraver to Figured bass context.
9570
9571         * ly/german-chords-init.ly: remove file
9572
9573         * input/test/chord-names-german.ly (scm): new file.
9574
9575         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9576
9577         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9578         Chord_name_engraver
9579
9580         * Documentation/user/refman.itely: lots of updates.
9581
9582         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9583         new file
9584
9585         * input/test/bar-number-every-5-reset.ly: new file.
9586
9587 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9588
9589         * input/regression/chord-name-major7.ly: new file
9590
9591         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9592         if specced explicitly.
9593
9594         * input/regression/chord-name-entry-11.ly: new file.
9595
9596         * input/test/slur-beautiful.ly: new file.
9597
9598         * Documentation/user/refman.itely: updates.
9599
9600         * input/regression/collisions.ly (threevoice): cleanup.
9601
9602         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9603
9604 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9605
9606         * Documentation/user/*.itely: various updates.
9607
9608         * ly/spanners-init.ly: enddecr/ endcr.
9609
9610         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9611         of tutorial
9612
9613 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9614
9615         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9616
9617         * lily/new-chord-name-engraver.cc (process_music): use octavation
9618         (a number) instead of original-pitch to store inversions. This
9619         fixes a problem with transposed chords with inversions.  
9620
9621 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9622
9623         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9624         used in includable-lexer.hh.
9625
9626         * lily/includable-lexer.cc: Bugfix: include config.h.
9627
9628         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9629         circumvention of Debian packaging bug.
9630
9631 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9632
9633         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9634
9635         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9636
9637         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9638         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9639
9640         * lily/include/includable-lexer.hh: 
9641         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9642
9643         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9644
9645         * aclocal.m4: Regenerate.
9646
9647         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9648         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9649
9650         * scm/pdf.scm (use-modules): Include lily.
9651
9652         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9653         Noordkamp).
9654         (use-modules): Include lily.
9655         (lily-def): Bugfix: include tex-val in let.
9656
9657 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9658
9659         * lilypond-mode.el: sensible error if lilypond.words not found.
9660
9661         * lilypond.words: add few words.
9662
9663 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9664
9665         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9666
9667         * mf/parmesan-scripts.mf: fixed typo in char name
9668
9669 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9670
9671         * VERSION: 1.7.16 released
9672
9673         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9674         (this is a security vulnerability).
9675
9676         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9677
9678         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9679         add staff support.
9680
9681 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9682
9683         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9684         ly/script-init.ly, scm/script.scm: bugfix: renamed
9685         fermata->signumcongruentiae to fix naming clash with feta font
9686
9687 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9688
9689         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9690
9691         * lily/multi-measure-rest-engraver.cc
9692         (start_translation_timestep): use grace timing too for determining
9693         when to make mmrest.
9694         (start_translation_timestep): clear numbers too.
9695
9696 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9697
9698         * scm/music-types.scm: compile fix: escape braces
9699
9700         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9701         work around font selection problem
9702
9703         * Documentation/user/refman.itely: BreathingSign: added docu for
9704         property "text"
9705
9706 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9707
9708         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9709         information.
9710
9711 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9712
9713         * lily/multi-measure-rest-engraver.cc (class
9714         Multi_measure_rest_engraver): make multiple Number objects, one
9715         for each MultiMeasureTextEvent.
9716
9717         * scm/music-functions.scm (glue-mm-rest-texts): use
9718         MultiMeasureTextEvent
9719
9720         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9721
9722         * Documentation/user/refman.itely (Multi measure rests): update.
9723
9724 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9725
9726         * lily/ly-module.cc (ly_copy_module_variables): use
9727         scm_internal_hash_fold() for iterating modules.
9728
9729 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9730
9731         * Documentation/user/refman.itely: Section Custodes: added more
9732         example code
9733
9734         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9735         neo-mensural rests to parmesan font
9736
9737         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9738         header
9739
9740 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9741
9742         * Documentation/user/macros.itexi: @fileref macro.
9743
9744         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9745         each file. 
9746
9747 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9748
9749         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9750         Documentation/topdocs/AUTHORS.texi: updated my email address
9751
9752         * Documentation/user/refman.itely: updated custos documentation;
9753         beautified divisiones example; beautified articulations table
9754
9755         * lily/breathing-sign.cc: bugfix: finalis molecule
9756
9757 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9758
9759         * Documentation/user/refman.itely: added docu for
9760         contemporary fermata symbols, gregorian breathing signs; small fixes
9761
9762         * ly/gregorian-init.ly: removed obsolete #'type props
9763
9764 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9765
9766         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9767         minimum-length property correctly.
9768
9769 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9770
9771         * scm/music-functions.scm (make-multi-measure-rest): set input
9772         locations for multimeasure rests.
9773
9774 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9775
9776         * input/regression/breathing-sign.ly: updated to for ancient
9777         notation
9778
9779 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9780
9781         * scripts/ly2dvi.py: Add newline.
9782
9783 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9784
9785         * scripts/ly2dvi.py (dependency_files): Compile fix.
9786
9787 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9788
9789         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9790         (make_html_menu_file): --html menu. 
9791
9792 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9793
9794         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9795
9796 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9797
9798         * input/screech-boink.ly: new file.
9799
9800 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9801
9802         * scripts/lilypond-book.py (make_lilypond_file): convert
9803         lilypond-file to lilypond block directly, without going through
9804         begin/end lilypond text.
9805
9806
9807 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9808
9809         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9810         scm/grob-description.scm: moved Michael's original breathing sign
9811         code in brew_molecule() to divisio_minima(); provided new
9812         brew_molecule() that effectively replaces the
9813         Text_item::brew_molecule callback (with additional fallback to
9814         Michael's original code); added callbacks for brewing divisio
9815         maior/maxima and finalis
9816
9817         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9818         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9819
9820         * script-init.ly: added shortfermata, longfermata,
9821         verylongfermata, varcoda
9822
9823         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9824         longfermata, verylongfermata, varcomma, varcoda
9825
9826 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9827
9828         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9829           Remove all noquote and insert a few quote.
9830
9831         * Documentation/user/lilypond-book.itely (Music fragment options),
9832           scripts/lilypond-book.py: Don't include quotation blocks by
9833           default. Introduce option quote instead of noquote
9834
9835 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9836
9837         * VERSION: 1.7.15 released
9838
9839         * Documentation/user/lilypond.tely: omf updates.
9840
9841         * buildscripts/texi2omf.py (omf_vars): include version.date
9842
9843         * make/lilypond.redhat.spec.in: fixes for spec file. 
9844
9845         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9846         by function definition: lily now requires a recent GNU Make.
9847
9848         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9849         writing.
9850
9851         * make/ly-rules.make: remove .ly -> .tex rule
9852
9853         * Documentation/user/refman.itely (Figured bass): revised figured
9854         bass example.
9855
9856 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9857
9858         * stepmake/stepmake/omf-targets.make (local-install): add
9859         scrollkeeper-update message.
9860
9861         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9862         to binary.
9863         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9864
9865         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9866
9867         * Documentation/user/converters.itely (Invoking midi2ly): add
9868         track/channel notice.
9869
9870 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9871
9872         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9873
9874         * lily/parser.yy (scalar): DIGIT is also a scalar.
9875
9876         * Documentation/user/music-glossary.tely: add @omf tags
9877
9878         * Documentation/user/lilypond.tely: add @omf tags
9879
9880         * scm/generate-documentation.scm (string-append): add @omf tags.
9881
9882         * stepmake/stepmake/omf-*: new files 
9883
9884         * input/regression/multi-measure-rest.ly (texidoc): add doco
9885
9886         * GNUmakefile.in (web-doc-install): add web-doc-install target
9887
9888         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9889         fixes crashes while dumping MIDI.
9890
9891         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9892         midi
9893
9894 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9895
9896         * buildscripts/texi2omf.py: new file.
9897
9898         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9899         font-name
9900
9901 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9902
9903         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9904
9905         * lily/sequential-iterator.cc (descend_to_child): call
9906         descend_to_child() for all types of music.
9907
9908 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9909
9910         * scm/translator-property-description.scm: Add
9911         bassFigureFormatFunction.  Replace some entries.
9912
9913 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9914
9915         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9916         clean out.
9917
9918 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9919
9920         * scripts/midi2ly.py (Note.dump): never dump duration for
9921         dump_dur=0.
9922
9923         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9924         new function
9925
9926         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9927         figures using new markups. Much simpler, and should improve layout
9928         a little.
9929
9930         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9931
9932 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9933
9934         * ly/engraver-init.ly: use Hara kiri by default for 
9935         ChordNames, FiguredBass and Lyrics(Voice) context. 
9936
9937         * lily/axis-group-engraver.cc (acknowledge_grob): use
9938         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9939
9940         * scm/new-markup.scm (markup-function-list): add bracket,
9941         vbracket.
9942
9943         * ly/engraver-init.ly (ChordNamesContext): set
9944         minimumVerticalExtent
9945
9946 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9947
9948         * input/test/time-signature-double.ly: new file 
9949
9950         * input/regression/collision-head-chords.ly (texidoc): new file.
9951
9952         * lily/type-swallow-translator.cc: add note swallow translator 
9953
9954         * input/test/time-signature-double.ly: new file.
9955
9956         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9957
9958         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9959         (FiguredBassContext): idem.
9960
9961         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9962
9963         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9964
9965         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9966
9967         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9968         .afm dependency
9969
9970         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9971
9972         * python/lilylib.py (make_page_images): add function.
9973
9974         * scripts/ly2dvi.py (run_latex): include title in preview image.
9975
9976         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9977         from lilypond-book for <ly2dvifile> tags in HTML.
9978
9979         * scripts/ly2dvi.py (option_definitions): add --debug option to
9980         print out environment.
9981
9982         * input/regression/tie-chord-partial.ly: new file.
9983
9984 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9985
9986         * lilypond.words: add 3
9987
9988 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9989
9990         * scm/new-markup.scm (markup-function-list): add finger-markup
9991
9992         * input/tutorial/brahms-tweaked.ly: new markup 
9993
9994         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9995
9996         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9997         crash when processing '() markup
9998
9999         * input/regression/breathing-sign.ly (texidoc): add caesura example.
10000
10001         * lily/breathing-sign.cc (railtracks): another caesura.
10002
10003         * mf/feta-schrift.mf: caesura symbol. 
10004
10005 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10006
10007         * scripts/convert-ly.py (FatalConversionError.conv): add
10008         ly:molecule-XXX conversions.
10009
10010         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
10011
10012         * input/regression/multi-measure-rest-text.ly: new file.
10013
10014         * scm/music-functions.scm (glue-mm-rest-texts): automatically
10015         convert MMREST-TEXT to MultiMeasureRestNumber settings.
10016
10017         * ly/engraver-init.ly (ScoreContext): move tablature settings to
10018         ScoreContext
10019
10020         * scm/new-markup.scm (center-markup): \center markup.
10021
10022         * scm/music-functions.scm: remove pitchify scripts.
10023
10024         * lily/music.cc (print_smob): display music name if available 
10025
10026 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10027
10028         * Documentation/user/refman.itely (Instrument names): remove
10029         \turnOff doco.
10030
10031 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10032
10033         * lily/score.cc (mark_smob): bugfix.
10034
10035         * input/regression/rehearsal-mark.ly: new file.
10036
10037         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
10038         report error at the current token again.
10039
10040 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10041
10042         * cygwin/mknetrel: Exit if doc build fails.
10043
10044         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
10045
10046 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10047
10048         * scm/music-types.scm (music-descriptions): add doc strings
10049
10050 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10051
10052         * lily/lexer.ll: 
10053         * lily/include/my-lily-lexer.hh: 
10054         * lily/include/includable-lexer.hh: Add flex kludge.
10055
10056         * config.hh.in: 
10057         * config.make.in: 
10058         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
10059         cruft.
10060
10061         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
10062         code.
10063
10064 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10065
10066         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
10067
10068         * lily/parser.yy (new_chord): Compile fix.
10069
10070 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10071
10072         * Documentation/user/refman.itely (Tuning groups of objects):
10073         remove documentation for \turnOff. 
10074
10075         * lily/percent-repeat-engraver.cc (try_music): add correct
10076         processing moments for double-measure percents as well.
10077
10078         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
10079
10080         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
10081         grob prop type. 
10082
10083         * Documentation/user/refman.itely (Printing named chords): add
10084         chord name tweak doco.
10085
10086         * input/template/gregorian-transcription.ly: new file.
10087
10088 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10089
10090         * VERSION: 1.7.13 released
10091
10092         * input/test/*: lots of cleanups/comment-outs/removals in chord
10093         examples
10094
10095         * input/regression/*: lots of cleanups/comment-outs/removals in
10096         chord examples
10097
10098         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
10099         options
10100
10101         * lily/new-chord-name-engraver.cc (process_music): give original
10102         inversion pitch to chord name routine.
10103
10104         * input/tutorial/os-score.ly: update to new markup
10105
10106         * Documentation/user/appendices.itely: simply include
10107         chords-ignatzek. 
10108
10109         * Documentation/user/refman.itely (Chords mode): add documentation
10110         for chord mode.
10111
10112         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
10113         not present in chord.
10114         (construct-chord): add inversion and bass support.
10115
10116         * lily/chord.cc: junk contents.
10117
10118 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
10119
10120         * Documentation/user/refman.itely:
10121         * Documentation/user/music-glossary.tely: fix. 
10122
10123 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10124
10125         * scm/chord-entry.scm (construct-chord): move chord construction
10126         to Scheme.
10127
10128         * lily/parser.yy (new_chord): new setup for chord entry.
10129
10130 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
10131
10132         * lilypond.words:
10133         * Documentation/user/music-glossary.tely: add ambitus.
10134
10135 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10136
10137         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
10138
10139         * lily/include/*.hh: string() -> to_string()
10140
10141         * scm/chords-ignatzek.scm: new file.
10142
10143         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
10144         standard chord name exceptions.
10145
10146         * scm/translator-property-description.scm (chordNameSeparator):
10147         add property.
10148         (majorSevenSymbol): add property
10149
10150         * lily/translator-scheme.cc (ly:context-properties): new function
10151         (ly:context-parent): new function.
10152         (print_smob): print context name.
10153
10154         * lily/music.cc (ly:get-music-length): new function
10155         (print_smob): don't print properties.
10156
10157         * lily/duration.cc (duration<?): new function
10158
10159         * input/regression/chords-funky-ignatzek.ly: new file.
10160
10161         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
10162         jazz chords.
10163
10164         * lily/pitch.cc (ly:pitch-diff): new function.
10165
10166         * input/regression/chords-ignatzek.ly: new file.
10167
10168 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10169
10170         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
10171         pitches for jazz chords.
10172
10173 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10174
10175         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
10176
10177 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
10178
10179         * lilypond.words: add 1
10180
10181 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
10182
10183         * Documentation/topdocs/AUTHORS.texi: refine.
10184
10185 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
10186
10187         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
10188
10189         * lilypond.words: add one.
10190
10191 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
10192
10193         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
10194         Fontify bass note in chords, e.g., e in c1/e.
10195
10196 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10197
10198         * Documentation/user/music-glossary.tely: Dutch updates and
10199         additions (Arent Storm).
10200
10201 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10202
10203         * input/regression/ambitus.ly:  move file.      
10204
10205         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10206
10207         * lily/event.cc (transpose): add tonic property to Key_change_req
10208         and to Key_engraver.
10209
10210 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10211
10212         * Documentation/user/refman.itely: fix typo.
10213
10214         * lilypond.words: removed wrong identifiers.
10215
10216 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10217
10218         * mf/feta-toevallig.mf: make flat stem shorter 
10219
10220 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10221
10222         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10223
10224         * lilypond.words: add from Phrasing slur.
10225
10226 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10227
10228         * lilypond-mode.el: allow launching multiple ViewPS processes.
10229
10230         * lilypond.words: add from Text markup.
10231
10232 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10233
10234         * input/test/ossia.ly (texidoc): add comment.
10235
10236         * input/regression/voice-follower.ly: new file.
10237
10238         * mf/feta-toevallig.mf: make flat heavier.
10239
10240         * lily/cluster-engraver.cc: clean up Cluster engraver
10241
10242         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10243         Engraver. Use Note_column to compute Y positions and deal with
10244         line break stuff.
10245
10246 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10247
10248         * lily/stem.cc: move french-beaming to stem.
10249
10250 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10251
10252         * lilypond-font-lock.el: fontify all durations in chords.
10253
10254         * lilypond.words: add from lily/my-lily-lexer.cc
10255
10256 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10257
10258         * VERSION: release 1.7.12
10259
10260         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10261
10262         * lily/gregorian-ligature.cc: new file
10263
10264         * lily/*: the Great 2003 search & replace.
10265
10266         * Documentation/user/refman.itely (Manual repeat commands): add
10267         note about font selection.
10268
10269 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10270
10271         * lilypond-mode.el: propose recompiling midi while invoking playing,
10272         not while stopping playing.
10273
10274 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10275
10276         * lilypond.words: add one.
10277
10278         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10279         and expressional note grouping. Fontify chord modes.
10280
10281 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10282
10283         * Documentation/user/music-glossary.tely (Top): translate melisma.
10284
10285 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10286
10287         * Documentation/user/music-glossary.tely (Top): add melisma.
10288
10289 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10290
10291         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10292         interfaces for (abstract) grob GregorianLigature
10293
10294         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10295         renamed head* -> glyph_name*, x-shift* -> x-offset*
10296
10297         * scm/grob-property-description.scm: bugfix: added missing descriptions
10298
10299 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10300
10301         * input/test/chord-names-dpnj.ly: New file.
10302
10303         * scm/double-plus-new-chord-name.scm: Implement full and partial
10304         exceptions.
10305
10306         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10307
10308         * scm/double-plus-new-chord-name.scm
10309         (double-plus-new-chord->markup): Fix sub->markup.
10310
10311
10312 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10313
10314         * lily/custos-engraver.cc: added TODO; editorial changes
10315
10316         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10317         consistency with other ligature engravers; removed access on (now)
10318         private variable _ligature of Ligature_engraver
10319
10320         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10321         renamed last_bound -> last_bound_; issue programming_error on
10322         abstract method calls; moved primitives code from
10323         Mensural_bracket_engraver to here (because almost ligature
10324         engravers will need it); renamed try_stop_ligature () ->
10325         typeset_ligature (); bugfix: store primitives of finished ligature
10326         in separate variable finished_primitives_ to avoid clash on input
10327         like "\] \["; added current_ligature () to enable access on
10328         private variable _ligature
10329
10330         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10331         (now in super class); renamed try_stop_ligature () ->
10332         typeset_ligature ()
10333
10334         * lily/mensural-ligature.cc: issue programming_error on abstract
10335         method calls
10336
10337         * lily/note-heads-engraver.cc: added TODO comment upon bool
10338         in_ligature
10339
10340         * mf/parmesan-heads.mf: fixed some of set_char_box()
10341
10342         * scm/grob-description.scm: added VaticanaLigature
10343
10344         * scm/grob-property-description.scm: added neume prefix properties
10345
10346         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10347         lily/include/gregorian-ligature-engraver.hh,
10348         lily/include/gregorian-ligature.hh: new files; framework for
10349         gregorian ligature engravers such as vaticana
10350
10351         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10352         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10353         vaticana style ligature implementation (still somewhat uncomplete)
10354
10355 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10356
10357         * VERSION: release 1.7.11
10358
10359         * scripts/convert-ly.py: add ly:pitch-transpose rule
10360
10361 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10362
10363         * input/test/dpncnt.ly: New file.
10364
10365         * lily/my-lily-lexer.cc: Add chordnames keyword.
10366
10367         * lily/parser.yy (chordnames_block): Parse chord name exception
10368         lists, see input/test/dpncnt.ly.
10369
10370         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10371         function.
10372
10373         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10374         filter-out too.
10375
10376         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10377         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10378         pitch functions (except for ly:make-pitch, but that's apparently
10379         some sort of scheme naming standard?).
10380
10381         * scm/lily.scm (!=): define-public.
10382
10383         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10384
10385 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10386
10387         * scm/double-plus-new-chord-name.scm
10388         (double-plus-new-chord-name->markup): New file.
10389
10390 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10391
10392         * python/lilylib.py (make_preview): don't suppress progress for
10393         bbox extraction.
10394
10395 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10396
10397         * Documentation/user/appendices.itely (scheme): update for new syntax.
10398
10399         * input/regression/chord-name-styles.ly: new file
10400
10401         * lily/instrument-name-engraver.cc: create instrument names
10402         without barline too.  Allows instrument name on ChordNames  
10403
10404         * scm/new-markup.scm (interpret-markup): allow simple strings as
10405         markup too.
10406
10407 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10408
10409         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10410         (step->markup-accidental): Fix: add accidental.
10411         (chord::inner-name-american): 
10412         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10413         append stray '/' if last superscript addition was 'o'.
10414
10415         * scm/new-markup.scm (normal-size-sub-markup) 
10416         (normal-size-super-markup): New function.
10417
10418         * lily/source-file.cc (Source_file): Add warning for possibly
10419         intentional but suspicious initialization.
10420
10421         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10422         add comments about cut-and-paste programming.
10423
10424         * flower/rational.cc (lcm): Not used; comment out.
10425
10426 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10427
10428         * lily/new-fingering-engraver.cc (position_scripts): use
10429         fingerHorizontalDirection to determine fingering horizontal
10430         directions.
10431
10432         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10433         fingering support.
10434
10435         * scripts/convert-ly.py (FatalConversionError.conv): add style
10436         conversion rule. 
10437
10438         * scm/chord-name.scm (set-chord-name-style): new function.
10439         (new-chord-name-brew-molecule): revise to interpret markup only
10440         (new-chord->markup): cleanuppish rewrite. To be called from the
10441         new engraver.
10442
10443         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10444         Markup earlier, during interpreting.
10445
10446         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10447         style settings. Rename to chord-names-*.ly
10448
10449 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10450
10451         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10452         markup code and update to new markup.  Most probably broke some of
10453         it.
10454
10455 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10456
10457         * Documentation/user/refman.itely: added docu for ambitus and
10458         clusters
10459
10460         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10461         ly_quote_scm() in lookup.cc
10462
10463         * mf/parmesan-clefs.mf: set_char_box fix
10464
10465         * lily/cluster-engraver.cc: junk implicit protection; use
10466         Protected_scm instead
10467
10468 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10469
10470         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10471         throughout.
10472
10473         * scm/new-markup.scm: Turn-off error-triggering test code.
10474
10475 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10476
10477         * scm/new-markup.scm (markup-thrower-typecheck) 
10478         (markup-typecheck?):  add full typechecking functions.
10479         (make-markup-maker): add make-FOO-markup functions.
10480         (markup-argument-list-error): nice error checking messages.
10481         (make-markup): better function: less quoting escapades.
10482
10483 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10484
10485         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10486
10487 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10488
10489         * cygwin/lilypond.hint (requires): Add cygwin.
10490
10491         * .cvsignore: Remove stepmake (huh!?!), add lib.
10492
10493         * GNUmakefile.in: Add libdir links for builddir runs.
10494
10495         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10496         instead of datadir.
10497
10498         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10499         local_lilypond_libdir.
10500
10501         * config.make.in (lilypond_libdir): Add.
10502
10503         * stepmake/stepmake/substitute-rules.make: 
10504         * stepmake/stepmake/script-rules.make: 
10505         * stepmake/stepmake/python-module-rules.make:
10506         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10507         lilypond-python-module patch.
10508
10509 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10510
10511         * Documentation/user/refman.itely (Graphical interfaces): add note
10512         about xml2ly.
10513
10514 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10515
10516         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10517
10518 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10519
10520         * VERSION: released 1.7.10
10521
10522         * scripts/musedata2ly.py (): idem
10523
10524         * scripts/midi2ly.py (dump_chord): idem
10525
10526         * scripts/etf2ly.py (version): idem 
10527
10528         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10529
10530         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10531
10532         * scm/tex.scm (tex-output-expression): remove eval compat
10533         glut. Other output files too.
10534
10535         * scm/chord-name.scm: don't export anything from chord module.
10536
10537         * input/test/american-chords.ly: idem
10538
10539         * input/test/banter-chords.ly (texidoc): idem
10540
10541         * input/test/Cc-chords.ly: add breakage notes.
10542
10543         * Documentation/user/refman.itely (Text markup): rewrite manual
10544         section.
10545
10546         * lily/parser.yy (scalar): allow \markup { } as property value. 
10547
10548         * scm/chord-name.scm: complete new markup usage
10549
10550         * scm/grob-description.scm (all-grob-descriptions): use new markup
10551         texts by default
10552
10553 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10554
10555         * scm/chord-name.scm: partial move to new markup texts.
10556
10557 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10558
10559         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10560
10561         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10562         settable.
10563
10564 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10565
10566         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10567         invoked for old midi, wait for killing.
10568
10569 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10570
10571         * Documentation/user/music-glossary.tely: Finnishing.
10572
10573 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10574
10575         * mf/feta-nummer-code.mf: some kerning pairs.
10576
10577 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10578
10579         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10580         Added.
10581
10582         * Documentation/user/refman.itely (Bar numbers):
10583         set-bar-number-visibility added, modulo-bar-number removed again
10584         (sorry).
10585
10586 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10587
10588         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10589
10590         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10591
10592         * Documentation/user/music-glossary.tely: translate into Finnish.
10593
10594 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10595
10596         * lilypond-mode.el: add shortcut for 2midi
10597
10598         * lilypond-font-lock.el: fontify lyrics
10599
10600 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10601
10602         * scm/drums.scm : use 1.7.x names.
10603
10604         * input/regression/drums.ly : Don't use << chords >>
10605
10606 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10607
10608         * lilypond-mode.el: tidy, add TODO
10609
10610         * make/lilypond.mandrake.spec.in: install-info quietly.
10611
10612 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10613
10614         * input/test/markup.ly: use new syntax.
10615
10616 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10617
10618         * ly/params-init.ly (interscoreline): add word-space
10619
10620         * input/test/metronome.ly (eighthNote): idem.
10621
10622         * input/test/script-priority.ly: use new markup
10623
10624         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10625
10626         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10627
10628         * lily/parser.yy (gen_text_def): bugfix.
10629         (full_markup): allow markup identifier.
10630
10631 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10632
10633         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10634         jobs at the same time. Add horizontal lines to Command menu.
10635         Allow one compiling job -- propose killing others before a new one.
10636
10637         * lilypond.words: add markup, teeny, etc.
10638
10639 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10640
10641         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10642         Allow only one type of midi process; launching Midi either stops
10643         midis or plays the current midi and launching MidiAll stops midis
10644         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10645         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10646
10647 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10648
10649         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10650         markup  for new markup texts.
10651
10652         * lily/mark-engraver.cc (process_music): idem
10653
10654         * lily/instrument-name-engraver.cc (create_text): idem
10655
10656         * scm/new-markup.scm (magnify-markup): new function.
10657
10658         * scm/molecule.scm (stack-lines): bugfix.
10659
10660         * lily/font-interface.cc (get_font): take font-magnification from
10661         alist chain.
10662
10663 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10664
10665         * lily/molecule-scheme.cc: move scheme functions to separate file.
10666
10667         * lily/font-metric.cc  (ly_get_glyph): new function. 
10668
10669         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10670         (italic-markup, dynamic-markup): new functions
10671         (font-markup): new function
10672
10673         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10674         padding and minimum
10675
10676 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10677
10678         * lily/accidental-engraver.cc:
10679         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10680
10681 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10682
10683         * lilypond.vim:
10684         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10685         [a-zA-Z] for user defined identifiers. Separate note cases 
10686         with and without a duration (allow cis\longaX).
10687
10688         * lilypond.words: Add words from Info.
10689
10690 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10691
10692         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10693
10694 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10695
10696         * lilypond-mode.el: Propose reverting buffer before a command if
10697         it was edited with an another editor.
10698
10699 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10700
10701         * lily/molecule.cc (ly_translate_molecule): new function
10702
10703         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10704         into libdir
10705
10706         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10707
10708         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10709
10710 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10711
10712         * lilypond.words: take \words from Info-index.
10713
10714 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10715
10716         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10717
10718 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10719
10720         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10721
10722 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10723
10724         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10725         and lilypond-documentation.
10726
10727 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10728
10729         * lily/parser.yy: Compile fix (bison 1.75).
10730
10731 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10732
10733         * VERSION: 1.7.9 released
10734
10735         * scm/music-functions.scm (shift-one-duration-log): refactor.
10736         Use music-map.
10737
10738         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10739
10740         * NEWS: update.
10741
10742         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10743         argument
10744
10745         * scm/music-functions.scm (display-music): new function
10746         (music-map): change arg order.
10747
10748         * input/regression/new-markup-syntax.scm: new file
10749
10750         * lily/parser.yy (markup): add \markup { .. } syntax.
10751
10752         * scm/new-markup.scm (override-markup): new function
10753         (lookup-markup): new function
10754         (music-markup): new function
10755         (lookup-markup-command): use markup-signature to store argument
10756         format for parser.
10757
10758         * lily/lexer.ll: preliminary \markup syntax. 
10759
10760 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10761
10762         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10763         add pre/post-dependencies and menus with icons from source.
10764
10765         * Documentation/pictures/lilypond-48x48.xpm:
10766         * Documentation/pictures/lilypond-32x32.xpm:
10767         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10768         transparent.
10769
10770         * stepmake/stepmake/generic-targets.make:
10771         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10772
10773 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10774
10775         * input/regression/music-map.ly (texidoc): new file.
10776
10777         * scm/music-functions.scm (music-map): new function
10778
10779 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10780
10781         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10782
10783 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10784
10785         * input/test/to-xml.ly:
10786         * lily/ligature-engraver.cc: Fixes documentation.
10787
10788         * lilypond.mandrake.spec.in:
10789         * lilypond.redhat.spec.in: Add lilypond.words.
10790
10791         * Documentation/user/refman.itely: Mention Info inside emacs.
10792
10793         * lilypond.suse.spec.in:
10794         * lilypond.redhat.spec.in:
10795         * lilypond.mandrake.spec.in: Set root-owner for doc
10796         (tobbe@nyvalls.se).
10797
10798 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10799
10800         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10801         os.popen.read ().
10802
10803 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10804
10805         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10806
10807         * python/lilylib.py (error): add space
10808
10809 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10810
10811         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10812         distribution.
10813
10814 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10815
10816         * lily/paper-outputter.cc (Paper_outputter): close port when
10817         finishing score.
10818
10819 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10820
10821         * scm/sodipodi.scm: Fixes.
10822
10823 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10824
10825         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10826
10827         * buildscripts/make-font-dir.py: Fix. 
10828
10829 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10830
10831         * lilypond-mode.el: Add support for Info inside Emacs.
10832
10833 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10834
10835         * buildscripts/make-font-dir.py: 
10836         * mf/GNUmakefile: Make sodipodi font map.
10837
10838         * scm/sodipodi.scm: Add more output functions.
10839
10840         * mf/feta-nummer.mf: 
10841         * mf/feta-beugel.mf: Add font_coding_scheme.
10842
10843         * lily/paper-outputter.cc (output_header): Fix creator string.
10844
10845 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10846
10847         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10848         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10849
10850         * lilypond.words: add two (Everybody can add/remove words now!).
10851
10852         * debian/rules:
10853         * make/lilypond.suse.spec.in:
10854         * make/lilypond.mandrake.spec.in:
10855         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10856
10857         * Documentation/user/refman.itely: Mention autocompletion.
10858
10859 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10860
10861         * scripts/ly2dvi.py: Add paper sizes.
10862
10863         * lily/timing-engraver.cc: 
10864         * lily/time-signature.cc: 
10865         * lily/span-bar.cc: 
10866         * lily/grob-scheme.cc: Code formatting fixes.
10867
10868         * scm/sodipodi.scm: 
10869         * scm/sketch.scm:
10870         * buildscripts/mf-to-table.py: 
10871         * buildscripts/make-font-dir.py: Font testing.
10872
10873 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10874
10875         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10876         inserts try-completion and shows all-completions.
10877
10878         * lilypond.words: '\' -> '\\'
10879
10880         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10881         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10882
10883         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10884         and LilyPond-reserved-words.
10885
10886 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10887
10888         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10889         from load-path.
10890
10891         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10892         the mini-buffer with Control-Shift-c.
10893
10894 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10895
10896         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10897         duration. This fixes \tempo taking time.
10898
10899 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10900
10901         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10902         Allow for text markup in repeatCommands. 
10903
10904 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10905
10906         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10907         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10908         Get rid of skeleton.el-dependency.
10909
10910         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10911
10912 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10913
10914         * lily/beam-engraver.cc (stop_translation_timestep): reset
10915         now_stop_ev_
10916
10917         * lily/scm-option.cc: add parse-protect to ly:set-option
10918
10919         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10920
10921 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10922
10923         * lily/include/ligature-bracket.hh: removed
10924         * lily/ligature-bracket.cc: removed
10925
10926         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10927         .tex
10928
10929         * lily/beam.cc (set_beaming): don't change beam count on rests.
10930         (brew_molecule): always set flag-width > 0.
10931
10932 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10933
10934         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10935         chars, remove instructions; instead, refer to lilypond-init.el and
10936         Documentation/topdocs/INSTALL.texi.
10937
10938         * lilypond.words: add identifiers and reserved words.
10939
10940         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10941         files and adding a load-path.
10942
10943         * lilypond-init.el: Instructions, extracted from 
10944         Documentation/topdocs/INSTALL.texi. 
10945
10946 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10947
10948         * VERSION: 1.7.8 released 
10949
10950         * lily/grob.cc (warning): better robustness fix.
10951
10952 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10953
10954         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10955
10956         * lily/cluster-engraver.cc: stick better to variable naming
10957         conventions
10958
10959         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10960         until stop_translation_timestep()
10961
10962         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10963         min/max coordinates to backend, but no musical info such as
10964         pitches
10965
10966         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10967
10968         * lily/grob.cc: robustness fix: warning(): do not crash if
10969         cause is not set
10970
10971         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10972         the much more elaborated tuplet brackets than the very naive and
10973         simple ligature bracket grob
10974
10975 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10976
10977         * Documentation/user/refman.itely (Analysis brackets): add
10978         horizontal bracket doco.
10979
10980         * ly/property-init.ly (setMmRestFermata): added.
10981
10982         * Documentation/user/refman.itely (Multi measure rests): fermatas
10983         on mm rests.
10984
10985         * input/regression/apply-context.ly (texidoc): new file
10986
10987         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10988         code to be executed during interpretation. Possible applications:
10989         smart octavation, more advanced bar checks. 
10990
10991         * lily/apply-context-iterator.cc: new file.
10992
10993 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10994
10995         * input/test/new-markup.ly: new file.
10996
10997         * lily/text-item.cc (text_to_molecule): new function
10998
10999         * scm/new-markup.scm (lambda): new file
11000
11001         * lily/function-documentation.cc (ly_add_function_documentation):
11002         add proc property as well
11003
11004 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11005
11006         * Documentation/user/music-glossary.tely (Top): add custos.
11007
11008 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
11009
11010         * Documentation/topdocs/INSTALL.texi: advise how to include source
11011         path to Emacs load-path and improve language.
11012
11013 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11014
11015         * GNUmakefile.in: config.h message fix.
11016
11017         * autogen.sh:
11018         * aclocal.m4: Regenerate.
11019
11020         * configure.in: 
11021         * config.make.in: 
11022         * stepmake/config.make.in: 
11023         * stepmake/configure.in: 
11024         * stepmake/autogen.sh: 
11025         * stepmake/aclocal.m4: Update for autoconf 2.56.
11026
11027 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
11028
11029         * Documentation/topdocs/INSTALL.texi: instructions for an user how
11030         to install Emacs-mode. Instructions how to use vim-mode.
11031
11032 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11033
11034         * scm/music-types.scm (music-descriptions): no length for tempo event.
11035
11036         * input/*.ly: add \version everywhere.
11037
11038         * input/*.ly: update syntax to 1.7 + new-chords.
11039
11040         * VERSION: 1.7.7 released.
11041
11042         * Documentation/user/*.tely: new chord syntax.
11043
11044         * input/regression/[bc]*.ly (texidoc): syntax updates.
11045
11046 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
11047
11048         * lilypond.words: add vocabulary to be used in auto-completion
11049
11050         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
11051
11052         * lilypond.vim: allow note name at EOF
11053
11054 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11055
11056         * buildscripts/new-chords.py (edit): -e option: inline editing.
11057
11058         * input/regression/a*.ly (texidoc): syntax updates.
11059
11060         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
11061         music): elucidations. 
11062
11063 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
11064
11065         * lily/include/lily-proto.hh, ly/engraver-init.ly,
11066         ly/spanners-init.ly, scm/grob-description.scm,
11067         scm/grob-property-description.scm, scm/music-types.scm,
11068         lily/cluster-engraver.cc, lily/cluster.cc,
11069         lily/include/cluster.hh, input/test/cluster.ly: cluster
11070         implementation
11071
11072         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
11073         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
11074         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
11075
11076         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
11077
11078         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
11079
11080         * scm/grob-description.scm: bugfix: by default, use default note
11081         head style when engraving ligatures
11082
11083         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
11084
11085         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
11086         events
11087
11088         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
11089
11090         * input/test/ancient-font.ly: bugfix: style -> flag-style
11091
11092         * lily/ligature-engraver.cc: indentation fix
11093
11094         * lily/parser.yy: indentation fixes
11095
11096 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11097
11098         * input/regression/measure-grouping.ly: more elaborate example.
11099
11100         * lily/moment.cc: ly:add-moment, ly:mul-moment,
11101         ly:div-moment. New functions 
11102
11103         * scm/music-functions.scm (set-time-signature): new function,
11104         allow inline time sig settings with measure grouping.
11105
11106         * lily/parser.yy (command_element): move time sig construction
11107         into Scheme.
11108
11109         * lily/side-position-interface.cc (out_of_staff): new function,
11110         like padding, but keep minimum distance from staff. Easier than
11111         linespanners (dynamics, pedals), but roughly the same effect.
11112
11113 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
11114
11115         * emacs-mode.el: Added spanish-note-replacements 
11116         (Carlos Betancourt, <carlos.betancourt@chello.be>).
11117
11118         * vimrc: (Un)commenting with <(S-)F12>, tidy.
11119
11120 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
11121
11122         * lilypond.vim: Do not fontify cises, desis, etc.
11123
11124         * vimrc: view dvi with <S-F6>
11125
11126 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11127
11128         * lily/lookup.cc (triangle): new function.
11129
11130         * input/regression/measure-grouping.ly (texidoc): new file: show
11131         triangles and brackets for beat groups of 3 and 2.
11132
11133         * lily/include/measure-grouping-spanner.hh (class
11134         Measure_grouping): new file.
11135
11136         * lily/measure-grouping-spanner.cc (brew_molecule): new file
11137
11138         * lily/measure-grouping-engraver.cc (class
11139         Measure_grouping_engraver): new file.
11140
11141 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11142
11143         * Merge from stable:
11144
11145             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
11146
11147         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
11148         stylesheet.
11149
11150         * ly/paper19.ly: Include paper19-init.ly.
11151
11152         * ly/paper19-init.ly: New file.
11153
11154         * Documentation/user/tutorial.itely (First steps): Fix first
11155         example for font test.
11156
11157         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
11158
11159         * ChangeLog: Add 1.7.6 release marker (see below).
11160
11161         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
11162         Add .py files.
11163
11164 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11165
11166         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
11167
11168         * input/tutorial/*.ly: update to new syntax.
11169
11170         * lily/parser.yy (Composite_music): new transpose syntax,
11171         \transpose FROM TO MUSIC. 
11172
11173 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11174
11175         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
11176         latex progress/error output to stderr (by default this goes to
11177         stdout).  Show lilypond progress, even when not verbose.
11178
11179         * python/lilylib.py (system): New optional parameter to control
11180         showing of progress.
11181
11182         * scm/backend-documentation-lib.scm (check-dangling-properties):
11183         Fix error message.
11184
11185         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
11186         axis, extent.
11187
11188         * scm/grob-property-description.scm (magnify): Remove.
11189         (extent, axis): Add.
11190
11191 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11192
11193         * VERSION: Release 1.7.6.
11194
11195         * scripts/convert-ly.py: more uniformization substitutions.
11196
11197         * buildscripts/new-chords.py (sub_chords): new file.
11198
11199 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11200
11201         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
11202         lilypond.map.  Include sauter fonts too.  Cleanups.
11203
11204 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11205
11206         * Documentation/user/tutorial.itely (First steps): change to new
11207         chord/tie/slur/beam notation.
11208
11209         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11210         ties.
11211
11212         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11213         engraver. Process ties in postfix notation, i.e. c8-~ c
11214
11215         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11216
11217         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11218
11219         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11220
11221         * lily/beam-engraver.cc (try_music): accept new-beam-events
11222
11223         * input/regression/chord-scripts.ly (texidoc): new file
11224
11225         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11226         script-events.
11227
11228         * scm/script.scm (default-script-alist): cleanup.
11229
11230         * lily/script-engraver.cc (make_script_from_event): cleanup.
11231
11232         * lily/lyric-combine-music-iterator.cc
11233         (Lyric_combine_music_iterator): remove superfluous events.
11234         (melisma_busy): new function. Fix broken melismas.
11235
11236 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11237
11238         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11239         Remove nonvalid settings. Use descriptive key names.
11240         Use <Return> to indicate the pressing of that key.
11241
11242 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11243
11244         * scripts/lilypond-book.py (option_definitions): Typo.
11245
11246         * scripts/ly2dvi.py: Updates.
11247
11248         * python/lilylib.py (setup_environment, print_environment)
11249         (get_bbox, make_preview): Merge and remove from ly2dvi and
11250         lilypond-book.
11251
11252         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11253
11254         * .cvsignore: Remove some cruft.
11255
11256         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11257         path.
11258
11259         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11260         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11261         throughout.
11262
11263         * python/lilylib.py (quiet_system): Junk
11264         (system): Display error log upon failure.
11265         (read_pipe): New function.  Cleanups and fixes.
11266
11267         * python/*.py: Rename from *.py.in.
11268
11269         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11270
11271         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11272
11273 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11274
11275         * python/GNUmakefile: Bugfix: handle modules.
11276
11277         * stepmake/stepmake/python-module-targets.make (default): Add
11278         compiled modules. 
11279
11280         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11281         compiling modules.
11282
11283         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11284         Bugfix.  (OUT_PYC_MODULES): Add.
11285
11286 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11287
11288         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11289         Use default paths. Refresh description.
11290
11291 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11292
11293         * VERSION: 1.7.5 released
11294
11295         * input/regression/finger-chords.ly (texidoc): new file.
11296
11297         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11298         support
11299
11300         * lily/fingering-engraver.cc (process_music): remove kludgy
11301         scriptHorizontal stuff.
11302
11303         * lily/script.cc: remove staff-support property.
11304
11305         * lily/new-fingering-engraver.cc (add_fingering): new
11306         file. Fingering engraver for new style chords.
11307
11308 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11309
11310         * lily/parser.yy (bare_number): allow 4 \cm (without
11311         decimal dot). (should backport to 1.6?)
11312
11313         * ly/declarations-init.ly: use Scheme for dimension defs.
11314
11315         * lily/parser.yy (TODO): remove hard coded dimensions, add
11316         REAL NUMBER_IDENTIFIER production.
11317
11318         * lily/rest-collision.cc (force_shift_callback): rewrite using
11319         -done property.
11320
11321         * scm/grob-property-description.scm (rest-collision-done): add
11322         property.
11323
11324         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11325
11326 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11327
11328         * input/regression/multi-measure-rest-center.ly: new file.
11329
11330         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11331         off horizontally by 0.05 ss. Fixed.
11332
11333 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11334
11335         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11336
11337         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11338
11339 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11340
11341         * lily/tie.cc (get_control_points): also avoid staff lines on the
11342         just outside the outer staff lines
11343
11344 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11345
11346         * ly/params-init.ly: Just define style-alist, no need to
11347         define-public.
11348
11349         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11350         (thanks Han-Wen).
11351
11352         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11353         (FET_FILES): = FONT_FILES.
11354
11355         * Merge from stable:
11356
11357             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11358
11359 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11360
11361         * VERSION: 1.7.4 released.  
11362
11363         * scm/generate-documentation.scm (string-append): add macro
11364         definitions.
11365
11366         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11367         normal texts.
11368
11369         * lily/multi-measure-rest-engraver.cc: make separate
11370         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11371
11372         * lily/multi-measure-rest.cc: remove text handling. Remove
11373         number-threshold.
11374
11375 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11376
11377         * scm/music-types.scm: doc patch by Graham Percival
11378
11379 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11380
11381         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11382         encoding part.
11383         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11384         (sketch_p): Sketch wants only first four elements of X11 font spec.
11385
11386         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11387
11388         * mf/feta-autometric.mf: Write foundry and family to log.
11389
11390         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11391         font translation table.
11392
11393         * buildscripts/mf-to-table.py: Better font info into afm.
11394
11395         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11396         1.0.9 required.
11397
11398         * configure.in: Whine for mftrace 1.0.9.
11399
11400 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11401
11402         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11403
11404         * lily/main.cc (main_prog): don't try to load init.EXT when
11405         processing foo.EXT.
11406
11407 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11408
11409         * scm/tex.scm (zigzig-line): added.
11410
11411         * scm/ps.scm (zigzag-line): added.
11412
11413         * ps/music-drawing-routines.ps (subvec): added.
11414         (draw_zigzag_line): added.
11415
11416         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11417         grob properties zigzag-width and zigzag-length.
11418
11419         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11420
11421 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11422
11423         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11424         svg output, including font.
11425
11426 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11427
11428         * scm/lily.scm: Register sodipodi output module.
11429
11430         * scm/sodipodi.scm: New file.
11431
11432         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11433
11434         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11435         comment, after header.
11436         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11437         FullName.  Fix FontName key.
11438
11439 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11440
11441         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11442         and breve rests.
11443
11444         * input/test/blank-notes.ly: bugfix
11445
11446         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11447         rests. (Kim Shrier)
11448
11449         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11450
11451 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11452
11453         * scm/tex.scm: 
11454         * scm/ps.scm: Cleanup and remove obsolete junk.
11455
11456         * Documentation/user/internals.itely:
11457         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11458
11459         * lily/parser.yy: Identify shift/reduce problems.
11460
11461         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11462         make-style-sheet.  Too specific for convert-ly?
11463
11464 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11465
11466         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11467
11468         * input/test/*.ly: various fixes.
11469
11470         * lily/music.cc (name): bugfix
11471
11472         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11473
11474         * lily/input-file-results.cc (code): set-point-and-click! ->
11475         set-point-and-click
11476
11477 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11478
11479         * Use uniform ly: prefix for exported scheme primitive functions.
11480
11481         * scm/music-types.scm: junk compat glue
11482
11483         * scripts/convert-ly.py: add rules for stuff below, junk
11484         compatibility glue for spanrequest.
11485
11486         * lily/parser.yy (verbose_event): remove \spanrequest,
11487         \commandspanrequest, \script. 
11488
11489         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11490
11491         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11492         for \penalty, \glissando.
11493
11494         * VERSION: release 1.7.3
11495
11496 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11497
11498         * lily/accidental-engraver.cc: Fix
11499         grace-in-the-beginning-of-measure bug caused by the resent
11500         partial-measure fix.
11501
11502         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11503         overlap looks too crowded)
11504
11505 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11506
11507         * lily/parser.yy (assignment): allow SCM expression as assignment.
11508
11509         * lily/include/music-output-def.hh (class Music_output_def):
11510         * lily/music-output-def.cc: 
11511         * lily/paper-def.cc: 
11512         * scm/font.scm (markup-to-properties):
11513         * lily/parser.yy (music_output_def_body): 
11514         remove style_sheet_
11515
11516 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11517
11518         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11519         length.
11520
11521         * input/regression/spacing-to-grace.ly: new file.
11522
11523         * input/regression/spacing-end-of-line.ly: new file.
11524
11525         * lily/note-spacing.cc (get_spacing): take into account breakable
11526         stuff sticking out at the left (time sig change at line break).
11527
11528         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11529         raggedright code.
11530
11531         * scm/music-functions.scm (make-voice-props-set): add
11532         staff-position for mm rests.
11533
11534         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11535         before grace notes a little.
11536
11537         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11538
11539         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11540         key adds space at the end of line. 
11541
11542 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11543
11544         * scm/sketch.scm: Fix beams.
11545
11546         * buildscripts/mf-to-table.py: Add EncodingScheme.
11547
11548         * scm/sketch.scm: Resurrect.
11549
11550 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11551
11552         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11553         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11554
11555 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11556
11557         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11558
11559         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11560
11561 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11562
11563         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11564         token for origin information.
11565
11566         * lily/parser.yy (My_lily_lexer): do identifier location and
11567         cloning from lexer.
11568
11569         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11570         logic out of the parser. Add bar checks on both ends.
11571
11572         * Documentation/user/refman.itely (Multi measure rests): add more
11573         notes about mm rests.
11574
11575 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11576
11577         * input/regression/bar-scripts.ly: Re-enable.
11578
11579         * lily/parser.yy:
11580         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11581         released rsn.  Bison 1.50 has a crucial bug and won't work.
11582
11583         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11584
11585
11586 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11587
11588         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11589
11590 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11591
11592         * Actually merge changes since 1.6.4 besides ChangeLog, and
11593         resolve conflicts.  Lots of updates, hope all is well.
11594
11595         * cygwin/lilypond.hint (requires): Add ghostscript.
11596
11597         * scm: Update some (c).
11598
11599 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11600
11601         * input/test/{various}.ly: add \header fields and texidoc strings.
11602
11603 2002-10-05  Werner Lemberg  <wl@gnu.org>
11604
11605         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11606         renamed to `output_latex_quoted'.
11607         Added `output_latex_noquote'.
11608         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11609         mode.
11610
11611 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11612
11613         * ChangeLog: Add 1.6.6 release marker.  See below.
11614
11615         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11616
11617         * scripts/midi2ly.py: Fix global syntax warnings.
11618
11619         * GNUmakefile.in: Generate builddir locale tree too.
11620
11621         * scripts/ly2dvi.py:
11622         * scripts/midi2ly.py: 
11623         * scripts/mup2ly.py: 
11624         * scripts/update-lily.py:
11625         * lily/main.cc (setup_paths): Fix for locales setup.
11626
11627 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11628
11629         * Documentation/windows/installing.texi: Soften wording about
11630         necessity of becoming Administrator.  tommie@iae.nl reports this
11631         does not seem to be necessary for his flavour of Windows 2000.
11632         Explicitely discourage text mode mounts.
11633
11634 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11635
11636         * lily/rest.cc (after_line_breaking): backport dot position fix.
11637
11638         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11639         rests. Thanks to Klaus Zimmermann for finding this bug.
11640
11641 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11642
11643         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11644
11645 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11646
11647         * Documentation/user/music-glossary.tely: fix links.
11648
11649 2002-10-21  Werner Lemberg  <wl@gnu.org>
11650
11651         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11652         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11653         scaling factor) only once and use them in the definition of
11654         \embeddedps.
11655         * ps/music-drawing-routines.ps (skeel): Removed.
11656
11657 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11658
11659         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11660         Solaris7, as we don't use nested $( ) constructs.
11661
11662 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11663
11664         * VERSION: Release 1.6.6.
11665
11666 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11667
11668         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11669         as workaround for /bin/sh problems on Solaris7.
11670
11671 2002-10-19  Werner Lemberg  <wl@gnu.org>
11672
11673         * GNUmakefile.in (web-doc): Fix typos.
11674         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11675         `music-drawing-routines.ps' but emit \special{header=...} once.
11676         * scm/tex.scm (header-end): Updated.
11677
11678 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11679
11680         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11681         undefined tremolo. 
11682
11683 2002-10-15  Werner Lemberg  <wl@gnu.org>
11684
11685         * scripts/lilypond-book.py (g_make_html): New global variable.
11686         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11687         if `g_make_html' isn't set.
11688         [main]: Add format `texi-html'.
11689         (option_definitions): Updated.
11690         * Documentation/user/lilypond-book.itely: Updated.
11691
11692         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11693         * make/ly-rules.make (%.texi, %.nexi): Use it.
11694         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11695         format to lilypond-book.
11696         * GNUmakefile.in (web-doc): Ditto.
11697
11698 2002-10-14  Werner Lemberg  <wl@gnu.org>
11699
11700         Further improve TeX output.  The produced files are about 40%
11701         smaller.  `lilyponddefs.tex' is now read only once.
11702
11703         * tex/lilyponddefs.tex: Remove footer stuff.
11704         (\ifundefined): Renamed to...
11705         (\lilypondundefined): This.  Use LaTeX's definition to
11706         make it nestable and make it global.
11707         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11708         output.
11709         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11710         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11711         them global.
11712         (\placebox): Renamed to...
11713         (\lyitem): This.
11714         Make it global and call \outputscale by itself.
11715         (\lybox, \lyvrule): New macros to reduce input data.
11716         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11717         New auxiliary macros.
11718         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11719         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11720         to...
11721         (\lilypondspace): This and made it global.
11722         (\turnOnPostScript): Renamed to...
11723         (\lilypondpostscript): This and made it global.
11724         (\turnOnExperimentalFeatures): Renamed to...
11725         (\lilypondexperimentalfeatures): This and made it global.
11726         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11727         (\lilypondsetdimen): This and made it global.
11728         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11729         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11730         (all, $(outdir)/music-drawing-routines.ps): New rules.
11731         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11732         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11733         start-system, stop-system, stop-last-system, filledbox): Updated to
11734         use the changed macros from lilyponddefs.tex.
11735         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11736
11737 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11738
11739         * Documentation/windows/installing.texi: Update.
11740
11741 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11742
11743         * VERSION: 1.6.5 released
11744
11745         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11746
11747 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11748
11749         * scm/translator-property-description.scm (voltaOnThisStaff): add
11750         property.
11751
11752 2002-09-28  Werner Lemberg  <wl@gnu.org>
11753
11754         * scm/tex.scm (header-end): Suppress page numbering.
11755
11756         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11757         Fix quotation for HTML output.
11758
11759 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11760
11761         * Documentation/user/refman.itely: grammar and phrasing
11762           fixes to "Note Entry" section.  Also adds a few new examples.
11763
11764 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11765
11766         * flower/include/string-data.icc: include string.h
11767
11768 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11769
11770         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11771
11772 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11773
11774         * Documentation/user/GNUmakefile (extra-local-help): Add.
11775
11776         * stepmake/stepmake/www-targets.make (local-help): Add.
11777
11778 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11779
11780         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11781         packages.
11782
11783         * Documentation/topdocs/README.texi (Top): building documentation
11784         (not website.)
11785
11786 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11787
11788         * Documentation/user/refman.itely: 
11789         * Documentation/user/tutorial.itely: 
11790         * Documentation/user/music-glossary.tely: Merge changes.
11791
11792         * Documentation/user/glossary.html.in: 
11793         * Documentation/index.texi: 
11794         * Documentation/header.html.in: Accomodate renaming of glossary.
11795
11796         * Documentation/user/tutorial.itely: Add some glossary references.
11797
11798         * Documentation/user/refman.itely: Minor fixes.
11799
11800         * Documentation/user/lilypond.tely: Add glossary do direntry.
11801
11802         * Documentation/user/music-glossary.tely: Rename (previously:
11803         glossary.tely).  Fix anchor placement.
11804
11805         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11806
11807 2002-09-23  Werner Lemberg  <wl@gnu.org>
11808
11809         * scripts/lilypond-book.py (output_dict): Fix handling of
11810         various environments by avoid extraneous newlines.
11811         Rename `output-all' regexp for html to `output-html'.
11812         Replace `output-all' regexp for texi with `output-texi-quote'
11813         and `output-texi-noquote'.
11814         (compose_full_body): Don't override `linewidth' user option
11815         for `singleline'.
11816         (schedule_lilypond_block): Don't indent text specified with
11817         `intertext' option.
11818         Add new option `noquote'.
11819         (compile_all_files): Use latex instead of tex to compile ly
11820         files directly.
11821
11822         * Documentation/user/lilypond-book.itely: Updated and revised.
11823         Improve layout.
11824
11825         * Documentation/user/glossary.tely,
11826         Documentation/user/introduction.itely,
11827         Documentation/user/tutorial.itely,
11828         Documentation/user/refman.itely,
11829         Documentation/user/appendices.itely: Fix overfull LilyPond
11830         boxes caused by the new lilypond-book code.  Other minor
11831         fixes.
11832
11833         * Documentation/user/macros.itexi (@texiflat): Don't emit
11834         trailing space.
11835
11836         * scm/tex.scm (end-output, header-end): Add preamble and
11837         postamble to make lilypond output directly compilable with
11838         latex.
11839
11840
11841 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11842
11843         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11844         instructions.
11845
11846 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11847
11848         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11849
11850 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11851
11852         * lily/beam.cc (connect_beams): don't crash if there are quarter
11853         notes in beams.
11854
11855 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11856
11857         * Documentation/user/refman.itely: corrected ancient clef
11858         docu; added docu on ligatures
11859
11860 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11861
11862         * Documentation/user/glossary.tely,
11863         Documentation/user/refman.itely, input/les-nereides.ly,
11864         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11865         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11866         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11867         Stem properties: flag-style -> stroke-style, style -> flag-style.
11868
11869
11870 2002-09-22  Werner Lemberg  <wl@gnu.org>
11871
11872         * scripts/lilypond-book.py: Add option `notime' to suppress
11873         printing of a time signature.  Specify default indentation of 0pt
11874         if single line fragment.  Don't emit redundant `\paper{ }'.
11875
11876         * Documentation/user/lilypond-book.itely: Updated.
11877
11878         * Documentation/user/glossary.tely: Completely reformatting.
11879
11880 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11881
11882         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11883
11884 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11885
11886         * Documentation/user/tutorial.itely: Fix links.
11887
11888         * Documentation/topdocs/index.tely:
11889         * Documentation/index.texi:
11890         * Documentation/header.html.in: Small website fixes and updates.
11891
11892         * debian/: Debian patch by Anthony Fok.
11893
11894 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11895
11896         * Documentation/footer.html.in: How time flies: It's already 2002!
11897
11898         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11899         more descriptive link names than 'here'.
11900
11901 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11902
11903         * VERSION: 1.7.2 released
11904         * VERSION: 1.6.4 released
11905
11906         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11907
11908         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11909         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11910
11911         * mf/feta-din.mf (test): add x-height and space.
11912
11913         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11914         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11915
11916         * ly/grace-init.ly: add-to-grace-init: function to portably add
11917         settings to \grace. 
11918
11919         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11920         if we get an absolute dynamic event.
11921
11922         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11923
11924         * lily/source-file.cc (get_line): oops. All line numbers were off
11925         by 2. Fix that. 
11926
11927         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11928         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11929
11930         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11931
11932         * lily/parser.yy (number_factor): remove (number) as number
11933         expression. ("Let them eat Lisp").
11934
11935 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11936
11937         * lily/horizontal-bracket.cc: new file.
11938
11939         * lily/horizontal-bracket-engraver.cc: new file.
11940
11941         * input/regression/note-group-bracket.ly: new file. Support
11942         horizontal note brackets for music analysis.
11943
11944         * lily/stem.cc (flag): new flag-style: no-flag.
11945
11946         * input/test/stem-cross-staff.ly: new file
11947
11948         * Documentation/user/internals.itely: Improved formatting, fixing
11949         typos.  Added a section `Output details' to describe how the TeX
11950         code looks like.
11951
11952         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11953
11954         * lily/parser.yy: remove \dynamicscript.
11955
11956         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11957         definitions. 
11958
11959         * python/midi.c (midi_error): take two arguments.
11960
11961         * Merge 1.6.5 changes:
11962
11963 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11964
11965         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11966         staff-space.  Previous 1.5 was probably meant as half-spaces.
11967         (cautionary-style): parentheses (was: smaller).  This is what doco
11968         says, and it seems more logical.
11969
11970         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11971         for 2nd sentence.
11972
11973 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11974
11975         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11976
11977 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11978
11979         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11980
11981 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11982
11983         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11984
11985 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11986
11987         * scm/translator-property-description.scm (voltaOnThisStaff): add
11988         property.
11989
11990 2002-09-28  Werner Lemberg  <wl@gnu.org>
11991
11992         * scm/tex.scm (header-end): Suppress page numbering.
11993
11994         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11995         Fix quotation for HTML output.
11996
11997 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11998
11999         * Documentation/user/refman.itely: grammar and phrasing
12000           fixes to "Note Entry" section.  Also adds a few new examples.
12001
12002 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12003
12004         * flower/include/string-data.icc: include string.h
12005
12006 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12007
12008         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12009
12010 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12011
12012         * Documentation/user/GNUmakefile (extra-local-help): Add.
12013
12014         * stepmake/stepmake/www-targets.make (local-help): Add.
12015
12016 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12017
12018         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
12019         packages.
12020
12021         * Documentation/topdocs/README.texi (Top): building documentation
12022         (not website.)
12023
12024 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12025
12026         * Documentation/user/refman.itely: 
12027         * Documentation/user/tutorial.itely: 
12028         * Documentation/user/music-glossary.tely: Merge changes.
12029
12030         * Documentation/user/glossary.html.in: 
12031         * Documentation/index.texi: 
12032         * Documentation/header.html.in: Accomodate renaming of glossary.
12033
12034         * Documentation/user/tutorial.itely: Add some glossary references.
12035
12036         * Documentation/user/refman.itely: Minor fixes.
12037
12038         * Documentation/user/lilypond.tely: Add glossary do direntry.
12039
12040         * Documentation/user/music-glossary.tely: Rename (previously:
12041         glossary.tely).  Fix anchor placement.
12042
12043         * Documentation/user/GNUmakefile: Make music-glossary.info too.
12044
12045 2002-09-23  Werner Lemberg  <wl@gnu.org>
12046
12047         * scripts/lilypond-book.py (output_dict): Fix handling of
12048         various environments by avoid extraneous newlines.
12049         Rename `output-all' regexp for html to `output-html'.
12050         Replace `output-all' regexp for texi with `output-texi-quote'
12051         and `output-texi-noquote'.
12052         (compose_full_body): Don't override `linewidth' user option
12053         for `singleline'.
12054         (schedule_lilypond_block): Don't indent text specified with
12055         `intertext' option.
12056         Add new option `noquote'.
12057         (compile_all_files): Use latex instead of tex to compile ly
12058         files directly.
12059
12060         * Documentation/user/lilypond-book.itely: Updated and revised.
12061         Improve layout.
12062
12063         * Documentation/user/glossary.tely,
12064         Documentation/user/introduction.itely,
12065         Documentation/user/tutorial.itely,
12066         Documentation/user/refman.itely,
12067         Documentation/user/appendices.itely: Fix overfull LilyPond
12068         boxes caused by the new lilypond-book code.  Other minor
12069         fixes.
12070
12071         * Documentation/user/macros.itexi (@texiflat): Don't emit
12072         trailing space.
12073
12074         * scm/tex.scm (end-output, header-end): Add preamble and
12075         postamble to make lilypond output directly compilable with
12076         latex.
12077
12078
12079 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12080
12081         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
12082         instructions.
12083
12084 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12085
12086         * Documentation/user/glossary.tely: Add titling and hyperlinks.
12087
12088 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12089
12090         * lily/beam.cc (connect_beams): don't crash if there are quarter
12091         notes in beams.
12092
12093 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12094
12095         * Documentation/user/refman.itely: corrected ancient clef
12096         docu; added docu on ligatures
12097
12098 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12099
12100         * Documentation/user/glossary.tely,
12101         Documentation/user/refman.itely, input/les-nereides.ly,
12102         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12103         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12104         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12105         Stem properties: flag-style -> stroke-style, style -> flag-style.
12106
12107 2002-09-22  Werner Lemberg  <wl@gnu.org>
12108
12109         * scripts/lilypond-book.py: Add option `notime' to suppress
12110         printing of a time signature.  Specify default indentation of 0pt
12111         if single line fragment.  Don't emit redundant `\paper{ }'.
12112
12113         * Documentation/user/lilypond-book.itely: Updated.
12114
12115         * Documentation/user/glossary.tely: Completely reformatting.
12116
12117 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12118
12119         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
12120
12121 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12122
12123         * Documentation/user/tutorial.itely: Fix links.
12124
12125         * Documentation/topdocs/index.tely:
12126         * Documentation/index.texi:
12127         * Documentation/header.html.in: Small website fixes and updates.
12128
12129         * debian/: Debian patch by Anthony Fok.
12130
12131 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12132
12133         * Documentation/footer.html.in: How time flies: It's already 2002!
12134
12135         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12136         more descriptive link names than 'here'.
12137
12138 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12139
12140         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12141
12142 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12143
12144         * lily/part-combine-music-iterator.cc (get_state): cleanup
12145         (get_music_info): cleanup.
12146
12147 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12148
12149         * scm/backend-documentation-lib.scm (interface-doc-string):
12150         crosslinks between interfaces and grobs. Headings for interfaces
12151         in grob explanation.
12152
12153 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12154
12155         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
12156         dtd).  Add preliminary dtd.
12157         (re-sub-alist): Robustify.
12158
12159 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12160
12161         * lily/include/event-chord-iterator.hh,
12162         lily/context-specced-music-iterator.cc,
12163         lily/event.cc, lily/event-chord-iterator.cc: add
12164
12165 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12166
12167         * lily/: some (c) header fixes.
12168
12169         * lily/request-chord.cc: Remove.
12170
12171         * lily/include/event-chord-iterator.hh:
12172         * lily/include/event.hh:
12173         * lily/event-chord.cc: New file.
12174
12175         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
12176         requested.
12177
12178 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12179
12180         * lily/ : rename Request to Event
12181
12182         * lily/parser.yy (command_element): move clef stuff into Scheme.
12183
12184         * lily/:  rename length_mom () to get_length()
12185
12186         * lily/part-combine-music.cc: removed file and class.
12187
12188         * lily/context-specced-music-iterator.cc (class
12189         Context_specced_music_iterator): new file. Obsoletes the
12190         Context_specced_music type.
12191
12192         * scm/music-types.scm (make-repeated-music): put different kinds
12193         of repeated music into music-type table.
12194
12195         * VERSION: 1.7.1 released.
12196
12197         * scm/to-xml.scm: new file.
12198
12199         * input/test/to-xml.ly (fooBar): demo of what is possible with the
12200         new Input representation: dump music as XML.
12201
12202         * scm/engraver-documentation-lib.scm
12203         (engraver-accepts-music-types?): add links from music to engraver,
12204         from music-type to engraver.
12205
12206         * lily/include/command-request.hh: removed
12207         lily/include/musical-request.hh: removed. Removed all _req classes
12208         except Key_change_req. Changes throughout.
12209
12210 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12211
12212         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12213
12214 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12215
12216         * lily/*.cc: specify accepts for many engravers.
12217
12218         * scm/music-documentation-lib.scm: dump music expressions and
12219         music subtypes.
12220
12221         * scm/documentation-lib.scm: complete revision.
12222         Use GOOPS objects to store document tree explicitly. Cleaned up and
12223         sped up doco generation a lot.
12224
12225 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12226
12227         * input/trip.ly (fugaIILeft): add arpeggio
12228
12229         * lily/translator-group.cc (try_music_on_nongroup_children):
12230         oops. The name symbol is in the cdr of the assoc handle.
12231
12232         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12233         Hyphen_req, Glissando_req, Break_req, Mark_req 
12234
12235 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12236
12237         * lily/musical-request.cc (music-duration-length,
12238         music-duration-compress): new functions.
12239
12240         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12241         throughout. Warning doesn't work yet.
12242
12243         * lily/translator-group.cc (try_music_on_nongroup_children):
12244         new implementation: store candidate acceptors in a hashTable.
12245
12246 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12247
12248         * scm/music-types.scm (music-descriptions): change name to
12249         internal-class-name
12250
12251         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12252
12253 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12254
12255         * lily/beam.cc (connect_beams): don't crash if there are quarter
12256         notes in beams.
12257
12258 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12259
12260         * Documentation/user/refman.itely: corrected ancient clef
12261         docu; added docu on ligatures
12262
12263 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12264
12265         * Documentation/user/glossary.tely,
12266         Documentation/user/refman.itely, input/les-nereides.ly,
12267         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12268         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12269         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12270         Stem properties: flag-style -> stroke-style, style -> flag-style.
12271
12272 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12273
12274         * scm/music-functions.scm (music-separator?): don't use name music
12275         property.
12276
12277 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12278
12279         * stepmake/stepmake/generic-targets.make (help): Document check
12280         target.
12281
12282         * lily/new-accidental-engraver.cc: Compile fix.
12283
12284 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12285
12286         * scripts/convert-ly.py: Add rule.
12287
12288         * input/test/music-creation.ly:
12289         * input/test/add-staccato.ly:
12290         * input/test/add-text-script.ly: ly-make-music.
12291
12292         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12293         More ly-make-music renamings.
12294
12295         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12296
12297         * lily/music-constructor.cc (make_music): Add debugging info.
12298
12299         * scm/music-functions.scm (make-simultaneous-music,
12300         (make-sequential-music, context-spec-music):
12301         * scm/music-types.scm (music-descriptions): Get lily to run.
12302
12303 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12304
12305         * lily/command-request.cc (transpose_key_alist): new function.
12306
12307         * lily/key-performer.cc (create_audio_elements): cleanup. 
12308
12309 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12310
12311         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12312
12313         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12314         events-accepted field.
12315
12316         * scm/music-types.scm: new file.
12317
12318         * lily/parser.yy: put music type initialization into scheme,
12319         similar to grob initialization.  Changes throughout.
12320
12321 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12322
12323         * Documentation/user/tutorial.itely: Fix links.
12324
12325         * Documentation/index.texi: 
12326         * Documentation/header.html.in: 
12327         * Documentation/topdocs/index.tely: Small website fixes and updates.
12328
12329         * debian/: Debian patch by Anthony Fok.
12330
12331 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12332
12333         * Documentation/footer.html.in: How time flies: It's already 2002!
12334
12335         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12336         more descriptive link names than 'here'.
12337
12338         * ROADMAP: Remove test stuff.
12339
12340         * scripts/update-lily.py: Allow auto-building of stable and
12341         development versions.  Bugfixes.
12342
12343 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12344
12345         * VERSION: released 1.7.0
12346
12347         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12348
12349         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12350         positive line widths.
12351
12352 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12353
12354         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12355         go.  Fix comments.
12356
12357         * cygwin: Cygwin updates.
12358
12359 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12360
12361         * Documentation/windows/installing.texi (Top): version for python,
12362         urls for ghostscript (thanks to John Potelle)
12363
12364         * lily/simultaneous-music-iterator.cc
12365         (Simultaneous_music_iterator): init children_list_ before
12366         triggering GC.
12367
12368         * lily/*-iterator.cc: be even more careful with smobbed copy
12369         constructors. 
12370
12371         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12372         LeftEdge item.
12373
12374 2002-09-15  Werner Lemberg  <wl@gnu.org>
12375
12376         Improving LilyPond's output to make them ordinary TeX boxes with
12377         predictable dimensions.  System boxes are now vertically centered on
12378         the baseline; this offset can be further controlled with
12379         \lilypondscoreshift.
12380
12381         * lily/system.cc (System::post_processing): Pass length of current
12382         system to `start-system' (including any horizontal indentation).
12383
12384         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12385         prettier.
12386         (lily-def): Append `%'.
12387         (start-system): Add parameter `wd'.  Output more TeX code to specify
12388         box dimensions.
12389         (stop-system, stop-last-system): Complement changes in
12390         `start-system'.
12391         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12392         Updated.
12393
12394         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12395         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12396         Write final `\endinput'.
12397
12398         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12399         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12400         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12401         files and macro definitions don't produce spurious spaces and
12402         paragraphs (using \endlinechar).
12403         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12404
12405         * Documentation/user/internals.itely: Improved formatting, fixing
12406         typos.  Added a section `Output details' to describe how the TeX
12407         code looks like.
12408
12409 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12410
12411         * lily/accidental-engraver.cc: Also work with partial measures.
12412
12413 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12414
12415         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12416         spanner.
12417
12418 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12419
12420         * lily/identifier-smob.cc (unpack_identifier): new file.
12421
12422         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12423         pass off scheme expressions as music identifiers.
12424
12425         * scm/lily.scm: reorganisation, cleanups.
12426
12427         * lily/main.cc: small cleanups.
12428
12429 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12430
12431         * lily/ly-module.{cc,hh}: new file.
12432
12433 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12434
12435         * lily/accidental-engraver.cc: Also work with partial measures.
12436
12437 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12438
12439         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12440
12441 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12442
12443         * lily/my-lily-lexer.cc: use SCM module in stead of
12444         Scheme_hash_table. Changes throughout.  
12445
12446 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12447
12448         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12449