]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* input/regression/beam-quant-standard.ly: new file: test standard
[lilypond.git] / ChangeLog
1 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * input/regression/beam-quant-standard.ly: new file: test standard
4         beam quants.
5
6         * scm/beam.scm (check-quant-callbacks): new function
7         (check-beam-quant): new function: check whether current beam
8         quants match argument.
9
10         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
11         forbidden quant for sitting (upstem)/hanging (downstem) on outer
12         staffline line.
13
14 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
15
16         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music functions.
17
18         * lily/note-collision.cc (do_shifts): align colliding notes to
19         their leftmost note.
20
21         * input/regression/collision-alignment.ly: new file.
22
23         * ly/init.ly: don't print gc stats.
24
25         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
26         extra newline
27
28         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
29         for dimensions. This fixes ottava-remove-empty-staff.ly
30
31         * input/regression/lyrics-tenor-clef.ly: new file.
32
33         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
34         cyclic parents when two axis-group-engravers are
35         present. Fixes: crash-axis-group-engraver.ly. 
36         
37         * input/test/volta-chord-names.ly: new file.
38
39         * scm/define-context-properties.scm
40         (all-user-translation-properties): change voltaOnThisStaff
41         definition. 
42
43         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
44         if necessary.
45
46         * lily/volta-bracket.cc (print): handle volta brackets without
47         bars. 
48
49 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
50
51         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
52         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
53
54 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
55
56         * scm/output-gnome.scm: updated instructions for running gnome
57         backend
58
59 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
60
61         * scm/fret-diagrams.scm (draw-dots): default values for dot size
62         and dot-position now depend on finger-code value; in-dot makes
63         dots larger and centered.
64         (draw-barre): added straight-barre indicator option
65         (draw-dots): made fontify-text-white work.
66
67         * music-drawing-routines.ps: added /draw_white_text
68
69         * scm/output-tex.scm:  added white-text
70
71         * scm/output-ps.scm:  added white-text
72
73         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
74         list of stencil expressions
75
76         * scm/stencil.scm: Added fontify-text-white
77
78 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
79
80         * input/regression/+.ly: use @unnumbered section.
81
82 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
83
84         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
85         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
86
87 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
88
89         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
90
91 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
92
93         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
94         was causing an error. (was not actually commited in 2004-06-20)
95
96         * input/regression/lily-in-scheme.ly (withPaddingC): does not
97         breaks anymore
98
99 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
100
101         * VERSION: 2.3.5 released.
102         
103         * lily/my-lily-parser.cc (parse_string): switch module too.
104
105 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
106
107         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
108         ec-fonts-mftraced to running requirements.
109
110 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
111
112         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
113         assignments don't reach the original file.
114
115         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
116         exists
117
118 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
119
120         * scm/output-gnome.scm: 
121         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
122
123         * debian/: Apply Debian patch (Anthony Fok).
124
125 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
126
127         * Documentation/user/music-glossary.tely: fix titling; @top is already
128         an @unnumbered @chapter.
129
130 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
131
132         * debian/GNUmakefile (EXTRA_DIST_FILES):
133         (CONF_FILES): update file list.
134
135         * lily/stencil.cc (interpret_stencil_expression): bugfix.
136
137 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
138
139         * debian/: Remove cruft (requested Anthony Fok.)
140
141         * buildscripts/guile-gnome.sh: Build without gcc libtool version
142         juggling.
143
144         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
145         Add popup menu with grob properties.
146
147         * lily/grob-scheme.cc (ly:grob-properties):
148         (ly:grob-basic-properties): New function.
149
150         * lily/stencil.cc (interpret_stencil_expression): Comment-out
151         "no-origin" call.  Fixes -fps output.
152
153         * scm/output-ps.scm (no-origin): Add dummy implementation.
154
155         * scm/output-gnome.scm (define-origin): Remove
156         (grob-cause): Add.
157
158         * scm/output-ps.scm (scm):
159         * scm/output-tex.scm (scm): Remove define-origin from exports list.
160         (define-origin): Remove.
161
162         * scm/output-gnome.scm (define-origin): 
163
164         * scm/lily.scm (ly:all-output-backend-commands): Remove
165         define-origin.  Add grob-cause.
166
167 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
168
169         * buildscripts/lilypond-words.py: add ly/portugues.ly.
170
171 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
172
173         * Documentation/user/GNUmakefile:
174         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
175         --include-css=.../texinfo.css; command includes css into the html.
176
177         * Documentation/texinfo.css: add file.
178         define <hr> as black and thin.            
179
180 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
181
182         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
183         stencil expression. Junk define-origin.
184
185         * lily/my-lily-parser.cc (parse_string): init parser variable when
186         lexer_ is set, ie. in parse_string and parse_file.
187
188         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
189         ly:score-bookify.
190
191         * scm/lily.scm (collect-scores-for-book): new function.
192
193         * ly/init.ly: print collected scores/musics.
194
195         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
196         scope, not in lily module.
197
198         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
199
200         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
201         encapsulate gtk/pango tests.
202
203         * po/tr.po: Turkish translation.
204
205 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
206
207         * input/regression/lily-in-scheme.ly: regression test for #{
208         ... #} syntax
209
210         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
211         was causing an error.
212
213         * Documentation/user/programming-interface.itely (Using LilyPond
214         syntax inside Scheme): documentation for #{ ... #} syntax.
215
216 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
217
218         * Documentation/index.html.in: use black thin <hr>.
219
220         * buildscripts/mutopia-index.py: use thin black <hr>.
221
222 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
223
224         * scm/fret-diagrams.scm: Use UNIX style line endings.
225         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
226         typo.  Fixes compile.
227
228         * scm/output-ps.scm (white-dot): Remove second incarnation.
229
230         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
231
232 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
233
234         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
235         single file error.
236
237         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
238
239 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
240
241         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
242         remove size as argument to fret-diagram interface;
243         improved white-circle dots for fret;
244         improved top-fret thick line/
245
246         * scm/output-ps.scm: added white-dot function
247
248         * scm/output-tex.scm: added white-dot function
249
250         * tex/music-drawing-routines.ps: added draw_white_dot function
251
252         * ps/music-drawing-routines.ps: added draw_white_dot function
253
254         * input/test/fret-diagram.ly: examples to show multiple
255         functions and multiple interfaces
256
257 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
258
259         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
260         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
261
262         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
263         conflict.  Have I told you lately how much I love autotools?
264
265 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
266
267         * lily/lily-guile.cc: 
268         * lily/pangofc-afm-decoder.cc:
269         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
270         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
271
272         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
273         developers.
274
275         * lily/paper-outputter.cc (file): New method.
276         (dump_string): Use it.
277
278         * scm/output-gnome.scm: Update with pango CVS info, lilylib
279         musing.
280
281         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
282         of them has a comma :-).
283
284         * scm/framework-gnome.scm: Add pango decoders.
285
286         * lily/include/pangofc-afm-decoder.hh: 
287         * lily/pangofc-afm-decoder.cc: New file.
288
289         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
290
291         * configure.in: Check for pango.
292
293         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
294         autoconf).
295         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
296
297         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
298
299 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
300
301         * Documentation/user/tutorial.itely (Integrating text and music):
302         fix grammar & punctuation.
303
304 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
305
306         * lily/: Stray janitorial cleanups.
307
308         * scm/lily.scm (ly:all-stencil-expressions):
309         * scm/lily.scm (ly:all-output-backend-commands): New function.
310
311         * scm/safe-lily.scm (safe-objects): Add them.
312
313         * scm/framework-gnome.scm (<gnome-outputter>): New class.
314
315         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
316
317 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
318
319         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
320
321 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
322
323         * scm/page-layout.scm (default-page-make-stencil): add
324         raggedbottom, raggedlastbottom.
325
326         * Documentation/user/changing-defaults.itely (Page layout): add doc.
327
328         * scm/framework-tex.scm (define-fonts): fix export of
329         papersize.
330
331         * lily/paper-book.cc (classic_output): strip suffixes from
332         framework functions.
333
334         * lily/tuplet-bracket.cc (before_line_breaking): do not return
335         SCM_UNDEFINED to Scheme.
336
337 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
338
339         * lily/book.cc: remove Book::to_stencil().
340         (process): whoops. Score::book_rendering returns vector, not list.
341
342         * scripts/convert-ly.py (conv): remove \notes.
343         apply to input examples.
344
345         * lily/paper-outputter.cc (output_stencil): don't use
346         smobify_self() but self_scm()
347
348         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
349         from smobify_self().
350
351         * lily/paper-book.cc (output): load framework module
352         scm_c_resolve_module().
353
354         * python/lilylib.py (exit): exit with argument i.
355
356 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
357
358         * scm/framework-gnome.scm (output-framework-gnome): Try loading
359         gnome modules from non-toplevel.
360
361         * lily/ly-module.cc (ly:import-module): Export to ly:.
362
363         * lily/paper-score.cc (process): Do not show progress newline.
364
365         * lily/paper-book.cc (output, classic_output): Show progess
366         newline after score.
367
368 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
369
370         * buildscripts/lilypond-words.py: add ly/vlaams.ly
371
372 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
373
374         * lily/score.cc (ly:run-translator): Do not crash on empty music
375         list.
376
377         * lily/book.cc (process): Do not render score when systems is empty.
378
379         * input/simple-song.ly: Down one octave.
380
381         * scm/output-gnome.scm: Remove script again; re-add modules fix
382         (CVS conflict resolve?)
383
384         * lily/stencil.cc (ly:interpret-stencil): Was:
385         interpret_stencil_expression.
386
387 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
388
389         * buildscripts/guile-gnome.sh: New file.
390
391         * scm/output-gnome.scm: White background, better window size, sane
392         canvas size.  Cleanups.
393
394 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
395
396         * VERSION: release 2.3.4
397
398         * Documentation/user/invoking.itexi (Invoking the lilypond
399         binary): document --safe.
400
401         * scm/output-gnome.scm: set PATH in script.
402
403         * scm/page-layout.scm (default-page-make-stencil): don't stretch
404         if there is too few systems on a page.
405
406         * lily/parser.yy (relative_music): start at middle C without pitch
407         argument.
408
409         * Documentation/user/changing-defaults.itely (Page layout): new node.
410         (Paper size): rename node
411         (Page breaking): new node.
412         (Titling): move from invoking.
413         (File structure): new node.
414
415         * lily/parser.yy (score_body): allow \header and music anywhere in
416         \score body.
417
418 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
419
420         * scm/lily.scm (ly:load): Remove page-breaking.scm.
421
422 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
423
424         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
425
426         * lily/include/paper-line.hh: rename to Paper_system.
427
428         * lily/include/paper-book.hh: doc class.
429
430         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
431
432         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
433         (plain-header): add instrument-name.
434         (default-page-make-stencil): bugfixes.
435
436         * lily/parser.yy (book_body): allow \header anywhere in \book{}
437
438         * lily/paper-book.cc: remove copyright & tagline. Remove
439         interactions with Page
440
441         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
442         here, 
443         (default-page-make-stencil): new function
444         (default-page-music-height): new function
445         (page-headfoot): new function
446         (ly:optimal-page-breaks): generate stencils directly from here
447
448         * scm/titling.scm: new file, group titling functions
449
450 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
451
452         * scm/output-gnome.scm: Handle multiple pages.
453
454         * scm/framework-gnome.scm: Do not load output-gnome.
455         (framework-gnome): Invoke output-gnome::header and
456         output-gnome::end-output as faked stencils.  Fixes experimental
457         gnome output.
458
459 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
460
461         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
462         octavation compatibility fixes. Backportme. 
463
464         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
465         pages.
466         (ly:optimal-page-breaks): combine-penalties: no shortcut for
467         negative. Now we handle negative penalties (ie. \pageBreak)
468         correctly.
469
470         * lily/system.cc (get_line): extract page-penalty from the left
471         bound.
472
473         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
474
475 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
476
477         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
478
479 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
480
481         * scm/output-gnome.scm: Update script.  Move development to
482         lilypond_2_3_2 branch for now.
483
484 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
485
486         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
487         negative penalties.
488         cleanups.
489
490         * Documentation/user/changing-defaults.itely (Creating contexts):
491         index entries
492
493         * scm/page-breaking.scm (ly:optimal-page-breaks): new
494         file. Rewrite function. 
495
496         * lily/paper-book.cc (pages): new interface: page-breaking returns
497         list of line-list.
498
499         * lily/page.cc (Page): take lines argument.
500
501         * scm/document-translation.scm (all-engravers-doc): link to user man
502
503         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
504
505         * Documentation/user/notation.itely (Relative octaves): typo.
506
507         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
508
509 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
510
511         * scm/output-gnome.scm: Update build script.
512
513 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
514
515         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
516         gnome backend.
517
518         * scm/framework-gnome.scm: New file.
519
520         * scm/lily.scm: Use it.
521
522         * lily/paper-outputter.cc: Janitorial cleanups.
523         (ly:outputter-dump-string): Remove unreachable statement.
524
525         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
526         (ice-9): Bugfix: Add srfi-1.
527
528         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
529
530 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
531
532         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
533         in do_quit()
534
535 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
536
537         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
538
539 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
540
541         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
542         override of Beam::position-callbacks. Why would grace beams not be
543         quantized? Fixes: weird-stem-size-grace. 
544
545         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
546         warning only once. Backportme.
547
548         * lily/accidental-engraver.cc (number_accidentals_from_sig):
549         bugfix, 2nd try. Backportme.
550
551         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
552
553 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
554
555         * Documentation/user/notation.itely (Instrument transpositions):
556         Correct the name of the instrumentTransposition property.
557
558 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
559
560         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
561
562 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
563
564         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
565         and postLilyPondExample are called when defined.
566
567 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
568
569         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
570         This fixes setting notenames with `\include "nederlands.ly" '
571
572         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
573         new function.
574
575 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
576
577         * scm/page-layout.scm: don't do piece, it should be in score-title
578         only.
579
580         * lily/lexer.ll: lex \score separately.
581
582         * lily/paper-book.cc: junk stencil2line.
583
584         * lily/paper-line.cc (Paper_line): construct from Stencil
585         directly. No futzing with the dimensions.
586
587         * lily/include/paper-line.hh (class Paper_line): 
588
589         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
590         takes arbitrary number of arguments.
591
592         * input/test/markup-score.ly (tuning): simplify example. 
593
594 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
595
596         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
597
598         * scm/define-markup-commands.scm (score): define score-markup
599
600         * lily/parser.yy (markup): use score-markup.
601
602         * lily/score.cc: add ly:score? 
603
604 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
605
606         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
607         fret-parse-string so it prepares for calls to fret-diagram-verbose
608         Changed display constants to props so they are available for
609         \override.
610
611 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
612
613         * VERSION: release 2.3.3
614
615         * stepmake/stepmake/generic-vars.make: unset LANG.
616
617         * input/regression/tuplet-nest.ly: bugfix.
618
619         * lily/tie-performer.cc (stop_translation_timestep): reset
620         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
621
622         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
623         clear repeat_ directly after setting stem_tremolo_. Fixes:
624         tremolo-repeat.ly
625
626         * input/regression/span-bar-break.ly: new file.
627
628         * scm/define-grobs.scm (all-grob-descriptions): remove
629         break-visibility from SpanBar. Fixes: piano-repeat.ly
630
631 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
632
633         * python/lilylib.py (make_ps_images): only compute bbox when needed.
634
635         * scripts/lilypond-book.py (process_snippets): use lily -f ps
636         files for generating pngs. (failed experiment)
637
638         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
639         file with PFA fonts included.
640
641         * lily/score.cc (default_rendering): put header in too.
642
643         * lily/paper-line.cc (LY_DEFINE): change function to
644         ly:paper-line-extent
645
646         * scm/page-layout.scm (default-book-title): only add lines for
647         non-nil fields.
648         (default-score-title): idem.
649
650         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
651
652         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
653
654         * lily/include/paper-book.hh (class Paper_book): remove height_
655         member.
656
657         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
658
659         * lily/ly-module.cc (LY_DEFINE): bugfix.
660
661         * lily/paper-book.cc (book_title): separate function for the book
662         title.
663
664         * scm/page-layout.scm (default-book-title): only account for
665         markup fields.
666
667         * scm/framework-ps.scm: new file. Move high level interface from
668         output-ps.scm
669
670         * scm/music-functions.scm (def-grace-function): move macros from
671         ly/music-functions-init.ly
672
673         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
674         framework-tex.scm
675
676         * scm/framework-tex.scm (dump-line): new file. High level
677         interface for output (pages, systems, header). 
678
679         * lily/include/page.hh (class Page): add is_last_ field.
680
681         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
682
683         * lily/paper-book.cc (split_string): new function
684         (output): output multiple formats, i.e. --format=ps,tex
685
686         * scm/output-ps.scm (output-scopes): dump variables directly.
687         (define-fonts): rewrite for new interface
688
689         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
690
691         * lily/paper-outputter.cc (Paper_outputter): take format argument.
692
693         * lily/main.cc (parse_argv): don't set extension for output.
694
695         * lily/clef-engraver.cc (create_clef): remove
696         Staff_symbol_referencer::set_position() call. 
697
698 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
699
700         * ly/music-functions-init.ly (addlyrics): set the 'origin property
701         with the location argument in music function definitions.
702
703 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
704
705         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
706         staffsymbol dependency.
707
708         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
709         cleanups.
710
711         * lily/book.cc (process): return Paper_book
712         (to_stencil): use Book::process().
713
714         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
715         header_ field. Store in $globalheader
716
717         * lily/parser.yy (book_body): book header is initted to
718         $globalheader.
719
720
721 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
722
723         * input/test/fill-a4.ly: removed.
724
725         * lily/parser.yy (output_def): push scope of parent_ Output_def
726         too.
727
728 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
729
730         * scm/output-gnome.scm: Update info.
731
732 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
733
734         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
735
736         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
737         than 1 module.
738
739         * lily/include/ly-module.hh (ly_use_module): rename is_module to
740         ly_c_module_p.
741
742         * scm/page-layout.scm (default-book-title): move Scheme titling
743         functions to here.
744
745         * lily/parser.yy (book_paper_block): remove scope too.
746
747         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
748
749         * lily/rest.cc: add direction to rest properties.
750
751         * lily/include/output-def.hh: new file, move from
752         music-output-def.hh
753
754 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
755
756         * scm/output-gnome.scm: Describe feta-cork hack.
757
758 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
759
760         * lily/include/book-paper-def.hh: derive from Output_def 
761
762         * lily/include/paper-def.hh: move all functionality out of class.
763         Junk header.
764
765         * lily/include/music-output-def.hh: rename Music_output_def to
766         Output_def.
767
768         * input/wilhelmus.ly: only set space for Paper formatting. 
769
770         * lily/include/midi-def.hh: remove file, remove class.
771         Move functions to Music-output-def.
772
773         * lily/music-output-def.cc (Music_output_def): remove separate
774         translator table. Lookup translators in scope directly. This
775         obviates Context suffix for context identifiers, i.e.
776
777         \context {
778           \Staff
779           .. 
780           }
781
782
783         will work.
784
785
786         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
787
788         * Documentation/user/changing-defaults.itely (Horizontal spacing):
789         document spacing override hack.
790
791 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
792
793         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
794         installation info.  Support point-and-click.  Add +/- zoom
795         keybindings.
796
797 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
798
799         * VERSION: 2.3.2 released
800
801         * lily/parser.yy (book_body): set default bookpaper.
802
803         * scm/output-tex.scm (header): kludge: hard code linewidth. 
804
805         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
806
807 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
808
809         * lily/score.cc (default_rendering): scale outputdef before
810         starting.
811
812 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
813
814         * scm/fret-diagrams.scm: Add header.
815
816         * scm/output-gnome.scm: Hello world :-)
817
818 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
819
820         * scripts/lilypond.py (run_dvips): only add papersize if present.
821
822         * lily/accidental-engraver.cc (update_local_key_signature): new
823         function, fold code from initialize() and process_music().
824         (update_local_key_signature): use deep copy. This fixes one
825         problem from custom-key-signatures.ly.
826         (number_accidentals_from_sig): tighter check for
827         accidental-too-old.
828
829         * ly/engraver-init.ly: remove localKeySignature
830         definition from ChoirStaff, StaffGroup, Score.
831
832         * lily/percent-repeat-engraver.cc (try_music): add moments for
833         barlines too. Fixes: skipbars-percent-repeat.ly.
834
835 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
836
837         * lily/context-def.cc (filter_performers): don't go to cdrloc if
838         skipping last pair. Fixes: crash-bar-number.
839
840         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
841         D. Sorensen)
842
843         * input/test/fret-diagram.ly: new file.
844
845         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
846         (scale-paper): divide by scale.
847
848 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
849
850         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
851         case.
852
853 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
854
855         * scm/stencil.scm (fontify-text): reinstate function
856
857         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
858
859         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
860
861         * lily/parser.yy (book_paper_head): \bookpaper {} 
862
863         * python/midi.c: remove config.h
864
865 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
866
867         * scm/output-gnome.scm: Update.
868
869 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
870
871         * scm/output-gnome.scm: New file.
872
873         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
874
875 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
876
877         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
878         (find_scaled_font): move from Paper_def
879
880 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
881
882         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
883         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
884
885         * po/fr.po: update po.
886
887         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
888
889         * lily/book-paper-def.cc (print_smob): new file.
890
891 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
892
893         * buildscripts/lilypond-words.py: search words also from
894         music-functions-init.ly.
895
896 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
897
898         * ly/music-functions-init.ly (def-music-function): new helper
899         macro for defining music functions. \addlyrics \appoggiatura
900         \acciaccatura \grace \partcombine \autochange \applycontext
901         \applyoutput and \breathe are now defined here thanks to it.
902
903         * lily/parser.yy: 
904         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
905         \grace \partcombine \autochange \applycontext \applyoutput and
906         \breathe keywords removed from the parser.
907
908         * lily/parser.yy: 
909         * lily/music-function.cc (ly_make_music_function): 
910         * lily/lexer.ll (music_function_type): added a case for 0-arg
911         music functions.
912
913 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
914
915         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
916         refering to a music expression can be used in lily-inside-scheme:
917         #{ $music #}
918
919         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
920         and ly:parser-define, and change ly:parser-parse-string in order
921         to make #{ $music #} work.
922
923         * scm/new-markup.scm (compile-markup-expression): when an argument
924         is a string, use `make-simple-markup'.
925
926 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
927
928         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
929
930 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
931
932         * scripts/convert-ly.py (FatalConversionError.func): handle + in
933         font-size. (backportme)
934
935 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
936
937         * lily/paper-outputter.cc (output_stencil): dump font definitions
938         before each stencil.
939
940         * lily/include/paper-book.hh (struct Score_lines): new
941         struct. Collect info per Paper-score.
942
943         * lily/include/page.hh (class Page): to_stencil() returns Stencil
944         everywhere.
945
946         * lily/stencil.cc (find_expression_fonts): new function
947
948         * lily/paper-outputter.cc (output_stencil): use
949         interpret_stencil_expr
950
951         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
952         (interpret_stencil_expr): new function. Generic stencil
953         interpretation.
954
955         * lily/paper-def.cc (find_scaled_font): divide lookup
956         magnification by outpuscale for non-virtual fontmetrics. This
957         fixes ludicrously long font definitions for text
958         fonts. (backportme)
959
960         * lily/score-engraver.cc: remove
961         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
962
963 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
964
965         * input/test/markup-score.ly: Remove \notes.
966
967         * lily/parser.yy (book_body): Grok Composite_music and \header.
968         (markup): Push NOTES mode before score_block.
969
970         * VERSION: release 2.3.1
971
972         * mf/feta-klef.mf: 
973         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
974
975         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
976
977         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
978
979 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
980
981         * scm/output-tex.scm (output-tex-string): tighten safe security.
982
983         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
984
985         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
986         allowed ly functions.
987
988         * lily/ly-module.cc (ly_module_define): only define variable if
989         bound.
990         (ly_make_anonymous_module): take safe option.
991
992 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
993
994         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
995
996 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
997
998         * input/regression/newaddlyrics.ly: Fix.
999
1000         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
1001         \score \notes.
1002
1003 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
1004
1005         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
1006
1007 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1008
1009         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
1010
1011         * lily/paper-line.cc (Paper_line): don't store list of stencils,
1012         but convert to single Stencil immediately.
1013
1014         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
1015
1016 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1017
1018         * scm/output-sodipodi.scm: Resurrect sodipodi output.
1019
1020 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
1021
1022         * elisp/lilypond-mode.el: Changed the way defaults are created for
1023         LilyPond-command-master.  LilyPond-mode will now check the
1024         timestamps of the files to see which command has to run next.
1025
1026 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1027
1028         * scm/bass-figure.scm (format-bass-figure): don't set
1029         number-markup for strings. This fixes string in bass
1030         figure. (backportme)
1031
1032         * lily/parser.yy (bass_number): insert number-markup into figure
1033         definition.
1034
1035         * scm/define-music-properties.scm (all-music-properties): make
1036         'figure a markup.
1037
1038         * scripts/convert-ly.py (conv): \apply -> \applymusic
1039
1040 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
1041
1042         * elisp/lilypond-mode.el: changed the order of some commands
1043         ("Midi" after "2Midi"), use the user-defined
1044         LilyPond-command-default as default instead of "LilyPond"
1045
1046         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
1047         to set the master file for the next command.
1048
1049         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
1050         with font-lock-reference-face.
1051
1052 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
1053
1054         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
1055
1056         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
1057
1058 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1059
1060         * ly/music-functions-init.ly (TODO): new file.
1061
1062         * lily/parser.yy (Generic_prefix_music_scm): add more
1063         music_function symbols.
1064         (Prefix_composite_music): change \apply to music-function   
1065
1066         * lily/include/music-function.hh: rename to music-function
1067
1068 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1069
1070         * lily/music-head.cc (LY_DEFINE): change order of args.
1071
1072         * input/regression/music-head.ly (texidoc): new file.
1073
1074         * lily/parser.yy (Generic_prefix_music): allow generic
1075         music-transformation functions. 
1076
1077         * lily/include/music-head.hh (is_music_head): new file.
1078
1079         * lily/music-head.cc (get_music_head_transform): new file.
1080
1081 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1082
1083         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
1084         empty extent. This fixes ottava brackets on rests. (backportme)
1085
1086         * make/lilypond.redhat.spec.in (Group): ln png files for info.
1087
1088         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
1089
1090         * cygwin/lily-wins.py: update for the lily-wins.py script.
1091
1092 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1093
1094         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
1095         code. This will obviate typeset_grob () in the future.  The effect
1096         of this is that improperly written spanner handling will result in
1097         invalid spanner bounds.
1098         (announce_grob): add to elems_ from here
1099         (typeset_grob): comment out.  
1100
1101         * lily/include/engraver.hh (make_spanner): new calling interface
1102         for make_{item,spanner}. This obviates most calls to
1103         announce_grob().
1104
1105         * scm/music-functions.scm (set-accidental-style): use GrandStaff
1106         iso. PianoStaff for piano styles.
1107
1108 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
1109
1110         * Documentation/user/music-glossary.tely: add segno after d.s.
1111
1112 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1113
1114         * lily/include/audio-column.hh: remove unused variables.
1115         (patch by Michael Welsh Duggan)
1116
1117         * flower/include/axes.hh (other_axis): inline Axes function
1118         (thanks to David Brandon).
1119
1120 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1121
1122         * cygwin/mknetrel: Install image links (backportme).
1123
1124         * Documentation/user/GNUmakefile (local-install-info): Activate
1125         actual installing of image links (backportme).
1126
1127 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1128
1129         * Documentation/user/notation.itely (Measure repeats): Removed
1130         unnecessary (and confusing) \context Voice{.
1131
1132 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1133
1134         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
1135
1136         * lily/page.cc (Page): Do not use ly_scheme_function for
1137         volatile/configurable variables (FIXME: better name).
1138
1139         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
1140         get_scmvar).
1141
1142 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1143
1144         * scripts/convert-ly.py (FatalConversionError.subst): use
1145         \transposition.
1146
1147 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1148
1149         * lily/include/page.hh (class Page): Declare left_margin ().
1150
1151         * lily/page.cc: Remove paper var caching.
1152
1153 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1154
1155         * Documentation/user/music-glossary.tely: Add name to @top node.
1156         Remove comment from @table definitions (workaround for makinfo
1157         bug).
1158
1159         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
1160         ly:stencil-get-expr).  Update callers.
1161         (ly:stencil-align-to!):  Return stencil too.
1162
1163         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
1164         stencil.  Remove looped line-based page output.
1165         (output_line): Use line stencil.  Remove looped stencil-based line
1166         output.
1167
1168         * lily/page.cc (ly:page-paper-lines): New function.
1169
1170         * input/test/markup-score.ly: New file.
1171
1172         * scm/define-markup-commands.scm (stencil): New markup.
1173
1174         * lily/book.cc (to_stencil): New method.
1175
1176         * lily/parser.yy (markup): Use it to grok \score.
1177
1178 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1179
1180         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
1181
1182         * lily/paper-book.cc (pages): Change signature.  Update callers.
1183
1184         * lily/include/page.hh:
1185         * lily/page.cc: New file.
1186
1187         * lily/paper-line.cc (to_stencil): New method.
1188
1189         * lily/paper-outputter.cc (output_stencil): New method.
1190
1191         * lily/paper-outputter.cc (output_line): Use them.
1192
1193         * lily/warn.cc: Remove.
1194
1195         * lily/my-lily-parser.cc (distill_inname): Remove.
1196
1197         * flower/include/file-name.hh: 
1198         * flower/file-name.cc: New file.  Update users.
1199
1200         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
1201         (find): New method of same name.
1202
1203         * lily/my-lily-parser.cc (ly:parse-file): Use it.
1204
1205         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1206         constant error message.
1207
1208 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
1209
1210         * input/test/{blank-notes.ly,staff-container.ly}: typos.
1211
1212 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1213
1214         * Documentation/user/music-glossary.tely: @table @strong' replaced
1215         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
1216         (backportme).
1217
1218 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1219
1220         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1221
1222         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1223         #{ lily music expression #} that returns an equivalent scheme
1224         music expression by parsing the string.
1225
1226 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1227
1228         * lily/my-lily-parser.cc:
1229         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1230         SCM string (foo.ly/toto.scm support).
1231
1232 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1233
1234         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1235
1236 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1237
1238         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1239
1240         * scripts/lilypond-book.py: LY code that includes \header is
1241         not assumed to be a fragment.
1242
1243 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1244
1245         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1246         tremolo beams up.
1247
1248         * lily/stem.cc (chord_start_y): Return 0 if no heads.
1249         (get_default_stem_end_position): No tremolo head juggling if no
1250         heads.  Fixes tremolo crash on rests (backportme).
1251
1252         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1253
1254 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1255
1256         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1257         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1258
1259         * lily/lexer.ll: Allow \encoding in NOTES mode.
1260
1261         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1262         for lyrics, not for commands.
1263
1264         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1265         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1266
1267         * input/regression/newaddlyrics.ly: New file.
1268
1269         * Documentation/topdocs/NEWS.texi: Update.
1270
1271         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1272         (Music_list): Allow embedded scm.
1273
1274         * lily/score.cc (ly:score-bookify): New function.
1275
1276         * lily/music.cc (ly:music-scorify): Idem.
1277
1278         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1279         (ly:parser-print-score): Idem.
1280
1281         * scm/lily.scm (default-toplevel-book-handler): Idem.
1282         (default-toplevel-music-handler): Idem.
1283         (default-toplevel-score-handler): Idem.
1284
1285         * ly/declarations-init.ly: Set default toplevel handlers.
1286
1287         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1288
1289         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1290         printer for score at toplevel.
1291
1292 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1293
1294         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1295         Fix for simple case: input/simple-song.ly, more complex stuff
1296         does not work yet.
1297
1298 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1299
1300         * lily/parser.yy (Prefix_composite_music): split Composite_music
1301         in Prefix_composite_music and Grouped_music_list.
1302         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1303
1304 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1305
1306         * scm/lily.scm (toplevel-expression): New define.
1307
1308         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1309
1310         * lily/parser.yy (toplevel_expression): Use it.
1311
1312         * lily/include/my-lily-parser.hh: Smobbify.
1313
1314         * lily/my-lily-parser.cc (parse_string): New method.
1315
1316         * lily/my-lily-parser.cc (ly:parse-string): New function.
1317
1318         * Documentation/user/lilypond.tely: Add comment and workaround for
1319         gs-8.01 crash.  Fixes make web.
1320
1321         Simplification of toplevel music.
1322
1323         * lily/lexer.ll, lily/parser.yy:
1324
1325         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1326         shift/reduce problem.
1327
1328         * Use NOTES mode at start of maininput.
1329
1330         * Grok toplevel composite music expression, put in score and book.
1331
1332         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1333
1334         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1335
1336         * input/simple.ly: New file.
1337
1338         * input/simple-song.ly: Idem.
1339
1340 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1341
1342         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1343         Sandberg.
1344
1345 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1346
1347         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1348
1349 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1350
1351         * input/regression/accidental-octave.ly: doc automatic showing
1352         of note names.
1353
1354 2004-04-16  Heikki Junes <janneke@gnu.org>
1355
1356         * po/fi.po: do "make po && make -C po po-update" at top-level,
1357         then "cp po/out/fi.po po/fi.po" and update fields.
1358
1359         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1360
1361 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1362
1363         * Documentation/user/introduction.itely (About this manual): Fix
1364         templates and regression urls (backportme).
1365
1366 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1367
1368         * ly/engraver-init.ly (Score:graceSettings): Increase
1369         beamed-lengths, especially for 32nd notes.
1370
1371         * Documentation/user/notation.itely (Grace notes): Correct the
1372         syntax for add-grace-property example.
1373
1374 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1375
1376         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1377         `Generated' tag.
1378
1379         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1380         Severely broken (the Debian package, at least).
1381
1382 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1383
1384         * lily/context.cc (find_create_context): assign to lvalue.
1385
1386 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1387
1388         * lily/include/translator.hh (class Translator): rename
1389         get_parent_context() to context () to avoid confusion.
1390
1391         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1392
1393         * lily/lexer.ll: change is_string -> ly_c_string_p 
1394
1395         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1396
1397         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1398
1399         * VERSION: release 2.3.0
1400
1401         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1402
1403         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1404         if nonempty.
1405
1406         * lily/include/context.hh (class Context): make members protected.
1407         (children_contexts): new accessor function.
1408
1409         * lily/include/translator.hh (class Translator): make
1410         daddy_context_ protected.
1411         (class Translator): clean up. 
1412
1413         * lily/include/context.hh (class Context): make daddy_context_
1414         private.
1415
1416         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1417         higher for finding Voice. (backportme)  
1418
1419         * lily/include/context.hh (class Context): remove
1420         find_context_below() as a method.
1421
1422         * Documentation/user/notation.itely (The Lyrics context): add note
1423         about manual durations
1424
1425         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1426         encoding.
1427
1428         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1429
1430 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1431
1432         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1433         \usepackage{inputenc}
1434
1435         * lily/paper-book.cc (classic_output): don't advance Offset for
1436         TeX output.
1437
1438         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1439         ec-sauter.map in rules
1440
1441         * mf/ecb.mf (font_identifier): new file, based on ecbx
1442
1443         * mf/ecb10.mf (gensize): new file.
1444
1445         * Documentation/topdocs/NEWS.texi (Top): document some more new
1446         features.
1447
1448         * ly/declarations-init.ly: run convert-ly
1449
1450         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1451         from input-file-results. Remove input-file-results.* 
1452
1453 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1454
1455         * scm/output-ps.scm (font-command): Fix, again.
1456
1457         * input/test/title-markup.ly: Add \noPagebreak test.
1458
1459         * lily/score-engraver.cc (try_music): Bugfix.
1460
1461 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1462
1463         * lily/main.cc (main_with_guile): excise dependency options -M and
1464         --dep-prefix
1465
1466         * lily/input-file-results.cc: excise Makefile dependency code
1467
1468         * Documentation/user/invoking.itexi (Invoking the lilypond
1469         binary): remove dep doco
1470
1471         * lily/main.cc (main_with_guile): call lilypond-main
1472
1473         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1474
1475         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1476         exception.
1477
1478         * lily/my-lily-parser.cc: remove paper_description function
1479
1480         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1481         new function.
1482
1483         * lily/main.cc: remove global_score_count.
1484
1485         * lily/book.cc (process): don't take header from global_input_file.
1486
1487         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1488
1489         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1490
1491         * lily/music-output-def.cc (LY_DEFINE): new function
1492         ly_output_description. This function does the bulk for  setting,
1493         parsing and breaking down of an input file.
1494
1495         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1496         anonymous modules globally. Let's hope they get GCd
1497
1498         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1499
1500 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1501
1502         * scm/output-ps.scm (header): Papersize from paper.
1503
1504         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1505         for classic output.
1506
1507         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1508         lilypondclassic is defined.
1509         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1510
1511         * input/regression/between-systems.ly: Remove.
1512
1513         * python/lilylib.py (get_bbox): Fix regular expression
1514         for bounding box.
1515
1516         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1517
1518         * scm/output-tex.scm (stop-page): Use it.
1519
1520         * scm/output-ps.scm (define-fonts): Bugfix.
1521
1522         * lily/grob.cc: Add penalty to interface.
1523
1524         * lily/include/paper-line.hh (class Paper_line): New member
1525         var penalty_.
1526
1527         * lily/system.cc (get_line): Initialise Paper_line with
1528         page-penalty's from original grobs.
1529
1530         * scm/define-music-properties.scm (all-music-properties): Add
1531         page-penalty.
1532
1533         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1534
1535         * lily/score-engraver.cc (try_music): Handle page-penalty.
1536
1537         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1538
1539 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1540
1541         * ly/declarations-init.ly (melismaEnd): typo
1542
1543         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1544
1545         * scm/output-ps.scm (text): split string into spaces, use moveto
1546         for setting space. 
1547
1548 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1549
1550         * po/nl.po: Update.
1551
1552         * scm/font.scm (add-cmr-fonts): Typo.
1553
1554 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1555
1556         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1557         font-encoding.
1558
1559         * scm/define-grobs.scm (all-grob-descriptions): idem.
1560
1561         * lily/time-signature.cc (numbered_time_signature): idem.
1562
1563         * scm/font.scm (add-cmr-fonts): use real encoding names for
1564         font-encoding.
1565
1566 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1567
1568         * lily/paper-book.cc (classic_output): 
1569         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1570         Fixes classic output.
1571         (lilypondstart):
1572         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1573         kludge.
1574
1575         * scripts/old-lilypond-book.py: Remove.
1576
1577         Page layout for SCOREs enclosed in a BOOK:
1578
1579         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1580         layout tweaking.
1581
1582         * input/les-nereides.ly (theScore): Add \book.
1583
1584         * input/test/title-markup.ly: Add \book.
1585
1586         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1587         only if 'verbose.
1588
1589         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1590
1591         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1592
1593         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1594         * scm/output-tex.scm (start-system): Update for page layout by
1595         LilyPond.
1596
1597         * scm/output-ps.scm (start-system): Previously (new-start-system).
1598
1599         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1600         passed to define-fonts.
1601
1602         * lily/paper-column.cc: 
1603         * lily/system.cc (get_line):
1604         * ly/property-init.ly (newpage): 
1605         * scm/define-grob-properties.scm:
1606         * scm/output-ps.scm: 
1607         * scm/output-tex.scm: Remove between-system-string kludge.
1608
1609         * scm/output-ps.scm (define-fonts, font-command,
1610         font-load-encoding): Handle ENCODING = #f.
1611
1612         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1613
1614         * scm/define-markup-commands.scm (fill-line): Use
1615         make-simple-markup (WAS: unexisting make-word-markup).
1616
1617         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1618         ENCODING, MARKUP parameters for interpret_string.
1619
1620         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1621
1622         * lily/score.cc (book_rendering): New method.
1623         (default_rendering): Create Paper_book helper locally, dump
1624         output.
1625
1626         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1627
1628         * lily/parser.yy: Handle \book.
1629
1630         * lily/include/book.hh: 
1631         * lily/book.cc: New file.
1632
1633 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1634
1635         * lily/text-item.cc (interpret_string): new file, select font with
1636         encoding.
1637
1638         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1639
1640         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1641
1642         * lily/parser.yy (markup): take encoding from lexer.
1643
1644 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1645
1646         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1647
1648         * scm/output-ps.scm: Remove some cruft.
1649
1650 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1651
1652         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1653
1654         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1655
1656 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1657
1658         * scm/font.scm (add-century-schoolbook-fonts):
1659         (make-century-schoolbook-tree): New function.
1660
1661         * input/test/title-markup.ly: Use Century Schoolbook font.
1662
1663 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1664
1665         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1666         to Erik Sandberg) 
1667
1668         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1669
1670         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1671
1672         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1673
1674         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1675
1676 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1677
1678         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1679         solo-state (at end of solo), we can set the solo status
1680         too. (backportme.)
1681
1682         * input/regression/part-combine-solo-end.ly: new file.
1683
1684 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1685
1686         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1687         flavour abc files.  Really ignore unknown keys (backportme).
1688
1689 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1690
1691         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1692         magnification_ when looking up in orig_.
1693
1694         * scm/output-tex.scm (text): switch off char-mapping.
1695
1696         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1697         because AFM's encoding field cannot have spaces.
1698
1699 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1700
1701         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1702
1703 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1704
1705         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1706
1707         * mf/cmr.enc: new file, without hi-bit ascii info. 
1708
1709         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1710         width. This removes the 'hook' at the end of a long slur.
1711
1712         * buildscripts/mf-to-table.py (parse_logfile): don't append
1713         encoding to fontname.
1714
1715 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1716
1717         * scm/output-ps.scm (define-fonts): Load .enc only once.
1718
1719         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1720         too.
1721
1722 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1723
1724         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1725         encoding field.
1726
1727         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1728
1729         * ly/portuges.ly (pitchnames): new file.
1730
1731         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1732         Michael Welsh Duggan
1733
1734         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1735
1736         * ly/nederlands.ly: add comment about digits.
1737
1738         * lily/scaled-font-metric.cc (derived_mark): idem.
1739
1740         * scm/encoding.scm (make-encoding-mapping): change permutation to
1741         mapping.
1742
1743         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1744         (Modified_font_metric): make alist for coding_description_
1745         (LY_DEFINE): remove coding-name.
1746
1747         * scm/output-tex.scm (text): remove debugging code.
1748
1749         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1750
1751         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1752         from infile.
1753
1754         * mf/feta-generic.mf: move fet_beginfont into generic code.
1755         use fetaMusic (without space) as encoding
1756
1757         * mf/feta-autometric.mf: take encoding argument
1758
1759         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1760
1761         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1762         use.
1763
1764         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1765         name.
1766
1767 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1768
1769         * input/test/title-markup.ly: Set inputencoding.
1770
1771         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1772
1773         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1774
1775         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1776         function.
1777         (coding-alist): Also hold filename, command.
1778         (read-encoding-file): Return symbols.
1779
1780 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1781
1782         * scm/output-tex.scm: remove fontify; text and char take a font
1783         argument.
1784
1785         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1786
1787         * lily/scaled-font-metric.cc (text_dimension): init
1788         coding_{permutation,table}_ too 
1789         (LY_DEFINE): ly:font-encoding, new function return
1790
1791         * lily/paper-def.cc (find_scaled_font): take input coding from
1792         inputcoding paper var.
1793
1794         * lily/performance.cc (output): remap modulo 16.
1795
1796         * lily/text-item.cc (interpret_markup): whoops, variable
1797         shadowing fixed.
1798
1799 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1800
1801         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1802         symbols, not symbols to strings.
1803
1804         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1805         symbols, not symbols to strings.
1806
1807 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1808
1809         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1810         (ly:kpathsea-gulp-file): New function.
1811
1812         * scm/encoding.scm (read-encoding-file): Use it.
1813
1814 2004-04-06  Werner Lemberg  <wl@gnu.org>
1815
1816         * scm/encoding.scm (coding-alist): Fix typo.
1817
1818 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1819
1820         * lily/scaled-font-metric.cc (text_dimension): move function from
1821         Font_metric
1822         (make_scaled_font_metric): init coding_scheme_ to TeX
1823         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1824
1825         * lily/include/scaled-font-metric.hh (struct
1826         Modified_font_metric): rename from Scaled_font_metric
1827
1828         * scm/encoding.scm (read-encoding-file): split up large function,
1829         leave caching to (delay)
1830
1831         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1832
1833 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1834
1835         * lily/my-lily-lexer.cc (set_encoding): New method.
1836
1837         * lily/lexer.ll: Grok \encoding.
1838
1839         * lily/font-metric.cc (get_encoded_index): New function.
1840
1841         * lily/include/font-metric.hh (coding_scheme): New method.
1842
1843         * scm/encoding.scm: New file.
1844
1845         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1846
1847 2004-04-05  Werner Lemberg  <wl@gnu.org>
1848
1849         * Documentation/user/tutorial.itely: Revised (finished).
1850
1851         * Documentation/user/macros.itexi (@separate): Removed.
1852
1853 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1854
1855         * scm/output-ps.scm (define-fonts): fix scaling.
1856
1857         * lily/scaled-font-metric.cc (design_size): add function.
1858
1859         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1860         partial cut&paste of ly:font-magnification.
1861
1862 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1863
1864         * scm/output-ps.scm (define-fonts):
1865         (fontify): Update.
1866
1867 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1868
1869         * po/fr.po: update. (backportme).
1870
1871         * po/nl.po: update. (backportme). 
1872
1873         * mf/feta-beugel.mf: document why design size is not fixed.
1874
1875         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1876
1877 2004-04-04  Werner Lemberg  <wl@gnu.org>
1878
1879         * Documentation/user/tutorial.itely: Revised (continued).
1880
1881 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1882
1883         * po/nl.po: Update (backportme).
1884
1885 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1886
1887         * po/de.po: update. (backportme).
1888
1889         * scm/output-tex.scm (font-command): use ly: functions to
1890         construct name.
1891         (define-fonts): don't use alist, just dump \font definitions.
1892         (font-load-command): calculate proper scaling by taking
1893         outputscale from paper argument.
1894
1895         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1896         expression.
1897
1898         * lily/paper-outputter.cc (output_header): pass paper arg to
1899         define-fonts
1900
1901         * lily/paper-def.cc (font_descriptions): dump list of
1902         Scaled_font_metrics
1903         (find_scaled_font): take Font_metric argument, store
1904         Scaled_font_metrics in hash-table containing (size ->
1905         Scaled_font_metrics) alist.
1906         (get_dimension): rename from get_realvar
1907
1908         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1909         ly:font-magnification, ly:font-name: new functions
1910
1911 2004-04-03  Werner Lemberg  <wl@gnu.org>
1912
1913         * Documentation/user/dedication.itely,
1914         Documentation/user/preface.itely,
1915         Documentation/user/introduction.itely,
1916         Documentation/user/tutorial.itely: Revised.
1917         Removing leading spaces which distorts output if info files are read
1918         with stand-alone info.
1919         Removing superfluous inter-word spaces which also distorts output
1920         for stand-alone info.
1921         Using ` and ' instead of `` and '' everywhere to improve
1922         legilibility with stand-alone info
1923         Using @samp for single-letter input items and data which contains
1924         spaces, @code for other things.
1925
1926         * lily/grob-interface.cc: Adding copyright.
1927         (check_interfaces_for_property): Improve format of warning message.
1928
1929 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1930
1931         * lily/include/font-metric.hh (struct Font_metric): add
1932         design_size () method.
1933
1934         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1935
1936         * lily/afm.cc (read_afm_file): read design size.
1937
1938         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1939
1940         * scm/music-functions.scm (unfold-repeats): handle dots too.
1941
1942 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1943
1944         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1945         (backportme)
1946
1947 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1948
1949         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1950         lyric indent.  Revert melismaBusyProperties using \unset.
1951
1952 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1953
1954         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1955
1956         * lily/parser.yy (command_element): allow redefinition of |
1957         meaning.
1958
1959         * lily/break-align-engraver.cc (acknowledge_grob): construct
1960         LeftEdge where the first cause for alignment is coming from.
1961         This makes \override Staff.LeftEdge work as expected.
1962
1963
1964         * lily/slur-performer.cc (Slur_performer): add inits
1965
1966         * lily/beam-performer.cc (Beam_performer): add inits
1967
1968 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1969
1970         * VERSION (PACKAGE_NAME): release 2.2.0
1971
1972         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1973
1974 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1975
1976         * lily/cluster.cc (height): Fix warning.
1977
1978         * lily/parser.yy: Janitorial cleanups.
1979
1980         * Documentation/user/tutorial.itely (Tutorial): Typo.
1981
1982 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1983
1984         * lily/change-iterator.cc (process): search at multiple context
1985         levels. This fixes 
1986
1987
1988         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1989         not voice-state index for tie state. This fixes a partcombine
1990         problem with ties.
1991
1992         * Documentation/user/tutorial.itely (Commenting input files): add
1993         note about convert-ly.
1994
1995         * input/test/cadenza-skip.ly:  new file.
1996
1997 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1998
1999         * po/nl.po: Spelling fixes.
2000
2001         * autogen.sh (srcdir): Regenerate.
2002
2003         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
2004         autogen.sh.
2005
2006         * configure.in: Use C++ to check for C++ header.
2007
2008         * po/nl.po: Update.
2009
2010         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
2011
2012         * lily/event.cc (to_relative_octave): Translatable sentence should
2013         be one string.
2014
2015         * python/lilylib.py (warranty): Year range is not translatable.
2016         It's 2004 already!
2017
2018         * flower/warn.cc (non_fatal_error, warning, programming_error):
2019         Remove whitespace from translated string.
2020
2021 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2022
2023         * VERSION: release 2.1.37.
2024
2025 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2026
2027         * configure.in: check for C language.
2028
2029         * lily/source-file.cc: include strstream without h.
2030
2031         * scm/documentation-generate.scm (string-append): use name without
2032         .texi.
2033
2034         * autogen.sh (srcdir): SUSE fix.
2035
2036         * Documentation/user/notation.itely (Ancient clefs): idem.
2037
2038         * Documentation/user/lilypond-book.itely (Integrating HTML and
2039         music): idem.
2040
2041         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
2042
2043         * lily/change-iterator.cc (process): use find_existing_context().
2044
2045         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
2046
2047         * input/regression/repeat-unfold-tremolo.ly: new file.
2048
2049         * scm/music-functions.scm (unfold-repeats): undo music compression
2050         too.
2051
2052         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
2053         (LY_DEFINE): ly:music-compress new function.
2054
2055         * scm/part-combiner.scm (determine-split-list): split for voice
2056         crossings
2057
2058         * input/regression/part-combine-cross.ly: new file.
2059
2060         * scm/part-combiner.scm (make-part-combine-music): don't do
2061         relative inside partcombine arguments.
2062
2063         * scm/music-functions.scm (make-non-relative-music): new function.
2064
2065         * Documentation/user/notation.itely (Automatic part combining):
2066         add note about \relative.
2067
2068         * lily/part-combine-iterator.cc (construct_children): add
2069         start_moment_ member.
2070
2071         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
2072         stem-tremolo by stem object. This fixes no stem for tremolo bug.
2073
2074         * lily/stem-tremolo.cc (print): don't crash for no-stem.
2075
2076         * Documentation/user/changing-defaults.itely (Which properties to
2077         change): fixes.
2078
2079 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2080
2081         * po/fr.po: update.
2082
2083 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2084
2085         * input/wilhelmus.ly: More original lyrics.  Add to examples.
2086
2087         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
2088         Reinstate old code that issues warning.  Fixes --srcdir build.
2089
2090 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2091
2092         * input/wilhelmus.ly: New file.
2093
2094         * Documentation/user/notation.itely: 
2095         * Documentation/user/introduction.itely:
2096         * Documentation/user/tutorial.itely: Use quote ly-option instead
2097         of explicit @quotation.  This fixes too long lilypond linewidths
2098         resulting in overful hboxes.
2099
2100         * scripts/lilypond-book.py: Add ly-option: `quote'.
2101
2102 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2103
2104         * tex/titledefs.tex: Avoid that the first score line is extra
2105         indented if instrument is defined but not piece.
2106
2107 2004-03-30  Werner Lemberg  <wl@gnu.org>
2108
2109         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
2110         `lilypond/' to info file name.
2111         (@usermanref) [info]: New variant.
2112
2113         * scm/documentation-generate.scm: Fix definition of @usermanref
2114         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
2115         to info file name.
2116
2117 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2118
2119         * VERSION: release 2.1.36
2120
2121         * Documentation/user/changing-defaults.itely (Interpretation
2122         contexts): rewrite introduction.
2123
2124 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
2125
2126         * scm/define-markup-commands.scm: Use TeX accents instead of
2127         straight iso-8859-1 encoding in the doc string.
2128
2129 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2130
2131         * Documentation/user/tutorial.itely (A lead sheet): remove extra
2132         space after dotted duration.
2133
2134 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2135
2136         * Documentation/user/introduction.itely: 
2137         * Documentation/user/notation.itely:
2138         * Documentation/user/tutorial.itely: Up all relative examples.
2139         Enclose @lilypond displays in @quotation.  Typos and corrections.
2140
2141         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
2142
2143 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2144
2145         * scm/music-functions.scm (make-voice-props-revert): Revert also
2146         MultiMeasureRest staff-position in oneVoice.
2147
2148 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
2149
2150         * Documentation/user/changing-defaults.itely, 
2151         Documentation/user/lilypond.tely: few fixes. Place no comma between
2152         two options: a and b, but commas between three options: a, b, and c.
2153         By this manner, grouping is possible: a and b, and c and d.
2154
2155 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2156
2157         * Documentation/user/GNUmakefile: add rule for .nexi
2158
2159 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2160
2161         * Documentation/user/music-glossary.tely: move glossary direntry
2162
2163         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
2164         only do mkdir/install-info if INFO_INSTALL_FILES != "".
2165
2166 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2167
2168         * stepmake/aclocal.m4: Verify that gettext configure check with
2169         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
2170
2171 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2172
2173         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
2174         glob.glob for .png filenames. This catches multipage pngs.  
2175
2176         * Documentation/user/changing-defaults.itely (Determining the grob
2177         property): fix references.
2178
2179         * lily/staff-symbol.cc (print): only add extent if non empty.
2180         This fixes staff-container.ly.
2181
2182         * lily/timing-engraver.cc (initialize): init whichBar, so a score
2183         starting with a mmrest also works.
2184
2185         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
2186         PNG for texinfo too.
2187
2188         * po/lilypond.pot: update translation strings.
2189
2190         * VERSION: 2.1.35 released
2191
2192         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
2193         context argument too.
2194
2195         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
2196
2197         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
2198
2199         * python/lilylib.py (command_name): don't return 1st path
2200         component.
2201
2202         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
2203         .png case separately.
2204
2205         * python/lilylib.py (system): typo.
2206
2207 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2208
2209         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
2210         run indent-region.
2211
2212         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
2213         Fixes compile.
2214
2215         * lily/function-documentation.cc: Compile fix: Include <string.h>.
2216         Add header.
2217
2218 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
2219
2220         * vim/lilypond-indent.vim: small fixes.
2221
2222 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2223
2224         * Documentation/user/notation.itely (Entering lyrics): Add example
2225         with correct english double quotes (at least for LaTeX output,
2226         maybe not a good idea if we switch to PS as the default output
2227         format).
2228
2229 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2230
2231         * lily/staff-performer.cc (create_audio_elements): play instrument
2232         changes before notes arrive. This fixes instrument of the first
2233         note in a score.
2234
2235         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
2236         to 1.9.0 conversion.
2237
2238         * lily/mark-engraver.cc: doc string.
2239
2240         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
2241
2242         * Documentation/user/introduction.itely (Introduction): new node.
2243
2244 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2245
2246         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
2247
2248         * input/regression/spacing-ragged-last.ly: new file.
2249
2250         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
2251         spacing.
2252
2253         * scm/font.scm: rewrite using GOOPS.
2254
2255         * lily/context-def.cc (filter_engravers): derefence pointer.
2256
2257         * lily/lily-guile.cc (type_check_assignment): use
2258         ly_scheme_function iso. scm_primitive_eval where possible.
2259
2260         * lily/performance.cc (output): limit channels at 15. This fixes
2261         percussion inadvertently showing up in large scores.
2262
2263 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2264
2265         * input/regression/tuplet-gap.ly: new file.
2266
2267         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2268         (print): compute gap length from number size, include italic
2269         correction.
2270
2271         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2272         tuplet-bracket
2273
2274         * scm/paper.scm (set-default-paper-size): new function, to be
2275         called at toplevel.
2276         (set-paper-size): new function, to be called inside \paper {}
2277         (set-default-paper-size): new function, to be called at toplevel.
2278
2279         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2280
2281         * lily/beam-performer.cc (process_music): idem.
2282
2283         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2284
2285         * tex/titledefs.tex: remove scshape for piece.
2286
2287         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2288         font-family
2289
2290         * lily/time-signature.cc (special_time_signature): font-encoding
2291         not family.
2292
2293         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2294         dynamic to head. This fixes p placement in morgenlied.
2295
2296 2004-03-23  Werner Lemberg  <wl@gnu.org>
2297
2298         * stepmake/stepmake/generic-targets.make (help): Improve text.
2299
2300 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2301
2302         * VERSION: 2.1.34 released
2303
2304         * lily/main.cc (main_with_guile): switch debugging.
2305
2306         * lily/system.cc (get_line): plug leak.
2307
2308         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2309         and contents.
2310         (stencil2line): plug leak.
2311
2312         * Documentation/user/changing-defaults.itely (Determining a grob
2313         property):  new node.
2314         (Layout interfaces): new node.
2315         (Navigating the program reference): new node.
2316
2317         * lily/accidental-engraver.cc (acknowledge_grob): add property
2318         harmonicAccidentals
2319
2320         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2321         general cleanups.
2322
2323         * input/les-nereides.ly (middleDynamics): resurrect Les
2324         nereides. Remove pedal hack.
2325
2326 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2327
2328         * input/regression/property-grace-polyphony.ly: new file.
2329
2330         * lily/translator-property.cc (execute_pushpop_property): only pop
2331         one instance of the property. This fixes << \\ >> together with
2332         \grace.
2333
2334         * lily/break-align-interface.cc (ordered_elements): we cannot
2335         modify the #'elements property, so return reordered array.
2336
2337 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2338
2339         * buildscripts/lilypond.words.py: remove.
2340         * buildscripts/lilypond-words.py: add new, renamed file. 
2341         Give generated targets and dirs explicitly in arguments.
2342
2343         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2344         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2345         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2346
2347         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2348
2349         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2350
2351         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2352         orders.
2353
2354         * vim/GNUmakefile: add local-uninstall target.
2355
2356         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2357
2358         * vim/vimrc: add a one-liner file.
2359
2360         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2361         vimrc in EXTRA_DIST_FILES.
2362
2363         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2364
2365 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2366
2367         * config.make.in: add vimdir.
2368
2369         * vim/GNUmakefile: add local-install.
2370
2371 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2372
2373         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2374         with \lilypondifundefined{blabla}. Solves problem with multiple
2375         titles in the same lilypond-book document.
2376
2377 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2378
2379         * scm/document-backend.scm (interface-doc): sort grob list for
2380         interface.
2381
2382         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2383         pre/post break align-order.
2384
2385         * spelling patch courtesy Edward Sutton.
2386
2387         * Documentation/user/changing-defaults.itely (Changing context
2388         default settings): new node.
2389         (Defining new  contexts): new node.
2390
2391         * scripts/lilypond-book.py (is_derived_class): use numbers
2392         iso. booleans.
2393
2394         * python/lilylib.py (make_ps_images): add margin to PS images.
2395
2396         * scripts/lilypond-book.py (is_derived_class): new function. Take
2397         class arg iso. object.
2398         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2399         for bug in GS/dvips.
2400
2401         * lily/text-item.cc (interpret_markup): idem.
2402
2403         * scm/define-markup-commands.scm: remove split around-space hack.
2404
2405         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2406         function, fold WL's fixes into one function.
2407
2408 2004-03-22  Werner Lemberg  <wl@gnu.org>
2409
2410         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2411         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2412         (Note_column::head_position_interval): Do proper rounding for
2413         calls to Staff_symbol_referencer::get_position.
2414
2415 2004-03-21  Werner Lemberg  <wl@gnu.org>
2416
2417         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2418         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2419         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2420         (My_lily_parser::parse_file): Improve formatting progress indication
2421         sent to stdout.
2422
2423 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2424
2425         * VERSION: 2.1.33 released.
2426
2427         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2428
2429         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2430
2431         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2432         warning is issued about dummy.dep.
2433
2434         * scm/new-font.scm: fix design sizes of nummer
2435
2436 2004-03-21  Werner Lemberg  <wl@gnu.org>
2437
2438         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2439         some annoying warnings from mkdir during `make install'.
2440
2441 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2442
2443         * lily/performer-group-performer.cc (do_announces): call
2444         Performer_group_performer::create_audio_elements () too.
2445
2446         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2447
2448         * scm/define-grobs.scm (all-grob-descriptions): add property
2449         break-align-orders
2450
2451         * lily/global-context.cc (get_default_interpreter): new
2452         function. Override from base class, so no new Score contexts are
2453         created.
2454
2455         * lily/include/stencil.hh (class Stencil): document origin field.
2456
2457         * lily/staff-symbol.cc (print): span staff-symbol on column
2458         extents for non-broken columns. 
2459
2460         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2461         key-signature.
2462
2463         * tex/titledefs.tex: don't use smallcaps for piece.
2464
2465         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2466         translated stencils in the output.
2467
2468         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2469
2470 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2471
2472         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2473         and init ties_created_
2474
2475         * VERSION: release 2.1.32
2476
2477         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2478         doc string from IMPLEMENT_CTOR_CALLBACK().
2479
2480         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2481         that engraver is in a performer hierarchy.
2482
2483 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2484
2485         * vim/lilypond-ftdetect.vim: new file.
2486
2487 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2488
2489         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2490         (compose_ly): default octave should be middle C.
2491
2492         * Documentation/user/changing-defaults.itely (Layout tunings
2493         within contexts): new node.
2494
2495         * lily/include/smobs.hh: document C++ smob interface.
2496
2497         * lily/function-documentation.cc: don't doc functions without
2498         docstring.
2499
2500 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2501
2502         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2503         direntry, so that `info lilypond' goes to Top.
2504
2505         * scm/output-ps.scm (polygon): Fix: add spaces.
2506
2507         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2508         solutions are now optimal too.
2509
2510         * input/test/page-breaks.ly: New file.
2511
2512         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2513         functions into safe module.
2514
2515         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2516         end, prepend zeros.
2517
2518         * scm/output-*.scm: Use ly:number->string rather than
2519         number->string.  Makes for saner output.
2520
2521         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2522         Fixes feta-nummer, feta-din scaling.
2523
2524 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2525
2526         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2527
2528         * scm/music-functions.scm (descend-to-context): new
2529         function. Similar to context-spec-music.
2530         (make-time-signature-set): specify Score as descend-only. This
2531         fixes the polymetric.ly example.
2532
2533         * lily/context-specced-music-iterator.cc (construct_children): add
2534         support for descend-only context spec.
2535
2536         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2537         determine ez-notation letter. 
2538
2539         * lily/system.cc (get_line): start with dumping layer 3. This
2540         fixes ez notation.
2541
2542 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2543
2544         * input/test/title-markup.ly: Stress breaking harder.
2545
2546         * scm/page-layout.scm (height-score): Overfull page scores twice
2547         as bad as underfull (was: by a power).
2548         (walk-lines): Omit first walk-path round (breaking after new node,
2549         without lines).
2550
2551         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2552         diff values are negative.
2553         (output): Bugfix: treat negative vfill differently.
2554
2555         * Documentation/user/lilypond.tely (direntry): Add note about why
2556         `info lilypond' brings up `Invoking LilyPond' node.
2557
2558 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2559
2560         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2561
2562         * lily/paper-book.cc: Remove cruft.
2563         (output): Bugfix: put vfill between lines.
2564         (pages): Bugfix: set page vars needed for filling.
2565
2566         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2567         (was: @ar).
2568
2569         * scm/page-layout.scm: Further development.
2570
2571         * ly/declarations-init.ly (paper): Define page-breaking.
2572
2573 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2574
2575         * lily/note-head.cc (brew_ez_stencil): add note-names
2576         property. Provides internationalization for note names.
2577
2578         * Documentation/user/changing-defaults.itely (Creating contexts):
2579         new node.
2580
2581         * lily/grace-iterator.cc (process): descend to child for \grace.
2582
2583         * lily/timing-translator.cc (initialize): Timing_translator adds
2584         Timing alias by itself.
2585
2586         * lily/context.cc (add_alias): new function.
2587
2588         * scm/lily.scm (tex-output-expression): new function, eval within
2589         drawing API. Guards against eval vulnerabilities.
2590
2591         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2592
2593         * scm/output-ps.scm (scm): export lily drawing API.
2594
2595         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2596         throughout.
2597
2598 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2599
2600         * scm/page-layout.scm (optimal-page-breaking): New function.
2601
2602         * lily/paper-book.cc (pages): Use it.
2603
2604 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2605
2606         * lily/include/paper-line.hh (class Paper_line): Full smob.
2607
2608 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2609
2610         * lily/global-context.cc (run_iterator_on_me): fix grace note
2611         nesting by initting measurePosition.
2612
2613         * lily/timing-translator.cc (initialize): do no init
2614         measurePosition
2615
2616         * lily/include/music-output-def.hh (class Music_output_def): add
2617         input_origin_ field.
2618
2619         * Documentation/user/changing-defaults.itely (Changing context
2620         properties on the fly): new node.
2621
2622         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2623         function. Only have smobbed_copy (), and do not provide
2624         smobbed_copy() for non-simple smobs. Changes throughout.
2625
2626 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2627
2628         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2629         start_moment_. Fix by Doug A. Linhardt.
2630
2631 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2632
2633         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2634         accidentals for harmonic notes.
2635
2636         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2637         of different style. (Thanks to Doug Linhardt).
2638
2639         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2640         new node.
2641
2642 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2643
2644         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2645
2646         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2647         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2648         vim/lilypond-indent.vim: doc targets and deps in comments.
2649
2650 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2651
2652         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2653
2654         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2655
2656         * lily/include/paper-line.hh:
2657         * lily/include/paper-line.cc: New file.
2658
2659 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2660
2661         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2662
2663         * GNUmakefile.in: remove stray make out=www
2664
2665         * input/test/bagpipe.ly (gcdg): octave fixes.
2666
2667         * scm/define-markup-commands.scm (number): use font-encoding
2668         iso. font-family
2669
2670         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2671         font-encoding.
2672
2673 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2674
2675         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2676         `output_format_global' and `PAGE_LAYOUT'.
2677
2678 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2679
2680         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2681         lily functions in safe mode.
2682
2683         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2684         Print filename for HTML, LATEX, before texidoc.
2685
2686         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2687         instructions in output-ps module.
2688
2689         * scm/lily.scm: Do not load output-ps module.
2690
2691         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2692         safe mode.
2693
2694 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2695
2696         * lily/span-dynamic-performer.cc (process_music): remove spurious
2697         warning.
2698
2699         * lily/context-def.cc (Context_def): init name to ""
2700
2701         * lily/font-interface.cc: add font-encoding property.
2702
2703         * scm/lily.scm (chain-assoc-get): bugfix.
2704
2705         * lily/paper-book.cc (stencil2line): protect static SCM.
2706
2707         * lily/font-interface.cc (text_font_alist_chain): rename function,
2708         and use text-font-defaults. 
2709
2710         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2711
2712         * scm/paper.scm (paper-set-staff-size): use new function.
2713
2714         * scm/new-font.scm (make-font-tree): new function.
2715
2716 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2717
2718         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2719
2720         * scm/lily.scm (get-output-module): New function.
2721         (output-alist): Remove ,ps-output-expression.
2722
2723         * scm/output-tex.scm (ps-output-expression): New function.
2724
2725         * scm/output-ps.scm (ps-output-expression): Remove.
2726         (header, start-page): Output page metadata.
2727
2728         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2729         initialise output_module_.  Do not write part of header.
2730         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2731         (output_header): Output full header.
2732
2733         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2734         FIXME.
2735
2736 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2737
2738         * scm/new-font.scm: new file. Tree based font lookup.
2739
2740         * scm/lily.scm (assoc-get): take default argument. Remove
2741         assoc-get-default.
2742         (chain-assoc-get): use chain-assoc-get everywhere.
2743
2744         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2745         autobeamsettings conversion bug.
2746
2747         * lily/include/global-context.hh (Context): clean-up data hiding.
2748
2749         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2750         data hiding.
2751
2752         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2753
2754         * input/regression/stem-shorten.ly: add chord case.
2755
2756         * lily/stem.cc (get_default_stem_end_position): shorten stems
2757         triggered by note-head positions, not by forced-direction. This
2758         fixes a bug with too short stems.  
2759
2760 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2761
2762         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2763         Lilypond_snippet.output_latex): Always call output_print_filename.
2764
2765         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2766         expand pages.
2767
2768 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2769
2770         * scm/part-combiner.scm (make-autochange-music): switch rests
2771         before switched notes too.
2772
2773         * lily/figured-bass-engraver.cc (process_music): change calling
2774         convention.
2775
2776         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2777
2778         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2779         command.
2780
2781         * lily/include/stencil.hh (class Stencil): add origin field.
2782
2783         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2784         function.
2785
2786         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2787
2788         * lily/lexer.ll: remove support for \$ and $ in identifiers
2789
2790         * lily/sequential-iterator.cc: remove copy_grace_fixups
2791         (get_grace_fixup): slight abstraction of fixup code.
2792
2793         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2794
2795 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2796
2797         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2798         in insert-mode. add indenting rules.
2799
2800 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2801
2802         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2803         protect hack.
2804
2805         * scm/page-layout.scm:
2806         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2807         layout and titling should now match external latex based version.
2808
2809         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2810         header fields.
2811
2812         * ps/lilyponddefs.ps: Remove automatic page layout.
2813
2814         * scm/output-ps.scm (new-start-system): New interface function.
2815
2816         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2817
2818         * lily/paper-book.cc (output): Bugfix.
2819
2820 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2821
2822         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2823
2824 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2825
2826         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2827         direntries.
2828
2829         * ps/lilyponddefs.ps: Bugfix.
2830
2831         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2832
2833 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2834
2835         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2836         cause. This should fix warnings.
2837
2838         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2839
2840         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2841         prevent aligned 6ths.
2842
2843         * lily/custos.cc (print): remove adjust-if-on-staffline.
2844
2845 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2846
2847         * lily/paper-book.cc: Do header and footer.
2848
2849 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2850
2851         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2852
2853         * scm/paper.scm (lineheight): Remove
2854         (head-sep, foot-sep): Add.
2855
2856 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2857
2858         * mf/feta-schrift.mf: reduce portato thickness.
2859
2860         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2861
2862         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2863         programming_error ().
2864
2865         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2866         bracket to last command column.
2867
2868         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2869         continues on next/prev system.
2870
2871         * input/regression/pedal-end.ly: new file.
2872
2873 2004-03-10  Werner Lemberg  <wl@gnu.org>
2874
2875         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2876         Remove pmx2ly stuff.
2877         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2878
2879 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2880
2881         * scm/page-layout.scm: New file.
2882
2883         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2884         settings.
2885         (Lilypond_snippet.is_outdated): Also check for PNG file.
2886         Workaround for interrupted (web) builds.
2887
2888         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2889
2890         * ps/lilyponddefs.ps: Use only very small top-marging.
2891         (init-paper): Also pop page size string.
2892         (start-page, stop-page): New function.
2893
2894         * scm/output-ps.scm (header-end): Remove stray exec commands.
2895
2896 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2897
2898         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2899
2900         * lily/score.cc (default_rendering): clean protection.
2901
2902         * lily/paper-book.cc (mark_smob): implement smob marking.
2903
2904         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2905
2906         * Documentation/user/*.itely: user manual edits. 
2907
2908 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2909
2910         * Documentation/user/converters.itely (Invoking musedata2ly):
2911         remove pmx2ly.
2912
2913         * scripts/pmx2ly: remove script.
2914
2915 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2916
2917         * lily/score.cc (default_rendering): Protect paper-book members.
2918
2919         * lily/paper-def.cc (smobbed_copy): New method.
2920
2921         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2922         switch runtime.
2923
2924         * lily/include/music-output.hh (process): Change signature to
2925         return SCM.
2926
2927         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2928         method.
2929
2930         * lily/paper-score.cc (process): Return stencils rather than
2931         outputting directly.  Remove paper-book kludge.  Delete grobs.
2932         (output): Remove.
2933
2934         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2935
2936         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2937
2938         * lily/score.cc (default_rendering)
2939         (ly_render_output): Move adding paper-score two levels up.
2940
2941         * lily/system.cc (get_line):
2942         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2943
2944 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2945
2946         * scm/font.scm (paper20-font-vector): add more design sizes for
2947         number.
2948
2949         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2950         feta-nummber{5,7,11,13}.
2951
2952         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2953         for 12pt design size. 
2954
2955 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2956
2957         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2958
2959 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2960
2961         * lily/font-select.cc (properties_to_font_size_family): Fix
2962         warning message.
2963
2964         * Experimental PostScript latin1 encoding:
2965
2966         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2967
2968         * scm/output-ps.scm: Experimental encoding using reencode-font.
2969         * scm/font.scm: Add latin1 `font-shape'.
2970
2971         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2972
2973         * ps/lilyponddefs.ps (reencode-font): New function.
2974
2975         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2976
2977         * scm/output-tex.scm (start-page):
2978         (stop-page): New interface function.
2979
2980 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2981
2982         * lily/paper-outputter.cc (output_expr):
2983         (output_header):
2984         (output_line): New method.
2985
2986         * lily/system.cc (get_line):
2987         (get_lines): New method.
2988         (output_scheme):
2989         (output_line): Remove.
2990
2991         * scm/lily.scm (make-title): New function.
2992
2993         * lily/paper-book.cc: 
2994         * lily/include/paper-book.hh: New file.
2995
2996         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2997         ly-modules.hh).
2998
2999         * lily/ly-module.cc (ly_modules_lookup): New function.
3000
3001         * lily/main.cc (main_with_guile): Move memory leak debug code back.
3002
3003         * scm/output-ps.scm (make-title): Remove.
3004         (output-scopes): Junk header-title test.
3005
3006 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3007
3008         * mf/feta-schrift.mf: thicker dot for portato.
3009
3010         * lily/accidental-placement.cc (position_accidentals): bugfix in
3011         offset, this fixes right-padding of AccidentalPlacement.
3012
3013         * lily/[h-z]*.cc: () formatting.
3014
3015         * Documentation/user/tutorial.itely (An orchestral part): more
3016         fixes for the tutorial.
3017
3018         * scm/translation-functions.scm (fraction-tuplet-formatter):
3019         reverse fraction.
3020
3021         * lily/parser.yy (context_def_spec_block): use \context instead of
3022         \translator.
3023
3024         * lily/[a-g].cc: () style cleanup.
3025
3026         * Documentation/user/tutorial.itely (Automatic and manual beams):
3027         editing of tutorial.
3028
3029 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3030
3031         * buildscripts/mf-to-table.py (base): write encoding name.
3032
3033 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3034
3035         * Documentation/user/GNUmakefile (local-install-info): Issue
3036         warning (for packager, ie, if not installing in /usr or /usr/local).
3037
3038         * lily/stencil-scheme.cc: 
3039         * lily/staff-symbol-referencer.cc: 
3040         * lily/script-column.cc: 
3041         * lily/pitch.cc: 
3042         * lily/music.cc: 
3043         * lily/grob-pq-engraver.cc: 
3044         * lily/font-interface.cc: 
3045         * lily/music-output-def.cc: 
3046         * lily/duration.cc: 
3047         * lily/grob-scheme.cc:
3048         * lily/context-scheme.cc: Put scheme name on first line in
3049         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
3050         style cleanups.
3051
3052         * stepmake/stepmake/scm-vars.make: 
3053         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
3054         Rename and split TAGS_FILES.
3055
3056         * GNUmakefile.in (ALL-TAGS): Remove.
3057
3058         * stepmake/stepmake/generic-targets.make (TAGS): Also include
3059         deeper TAGS files.  Fixes regexp tags in TOP dir.
3060
3061 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3062
3063         * VERSION: 2.1.29 released.
3064
3065         * Documentation/user/changing-defaults.itely (Changing defaults):
3066         new file.
3067
3068         * Documentation/user/notation.itely (Notation manual): rename from 
3069         refman.itely
3070
3071         * Documentation/user/notation-appendices.itely (The Feta font):
3072         new file.
3073
3074         * Documentation/user/advanced.itely: add aborted attempt for
3075         advanced topics manual.
3076
3077 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3078
3079         * scm/new-markup.scm: display Markups in sane format. Patch by
3080         Nicolas Sceaux.
3081
3082 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3083
3084         * lily/main.cc: Cleanups.
3085         (setup_localisation): New function.
3086         (sane_putenv): Remove.
3087         (main_with_guile): New name (Was: main_prog).  Remove musings
3088         about possible preparation for GUILE heavy memory usage and
3089         practical uselessness.  Do not set environment variables
3090         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
3091         name juggling.
3092         (parse_argv): New function.
3093         (copyright): New function.  It's 2004 already.
3094
3095         * lily/input-file-results.cc (do_one_file): Add file name juggling.
3096         (distill_inname): Move from main.
3097
3098 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3099
3100         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
3101
3102         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
3103
3104         * Documentation/user/running.itely: new file.
3105
3106         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
3107
3108         * lily/score-performer.cc (finish): call Translator::finalize ().
3109
3110 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
3111
3112         * lilypond-ftpplugin.vim: renamed to the following file.
3113         * lilypond-ftplugin.vim: new file.
3114
3115         * GNUmakefile.in: update VIM_FILES.
3116
3117 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3118
3119         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
3120         props.
3121
3122         * input/test/tie-sparse.ly: remove.
3123
3124         * lily/tie-performer.cc (try_music): copy & paste from
3125         Tie_engraver.
3126
3127         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
3128         variable_ref twice.
3129
3130         * lily/key-performer.cc (create_audio_elements): use
3131         alterations-in-key.
3132
3133         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
3134
3135 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
3136
3137         * input/test/smart-transpose.ly: fix cases fes->e and similar.
3138         handle also quarter tones (not shown as tests). test also flats.
3139
3140         * Documentation/index.html.in: small fixes.
3141
3142 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3143
3144         * input/regression/new-markup-scheme.ly: Typo.
3145
3146         * scm/define-markup-commands.scm (fill-line): New markup.
3147
3148         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
3149         (output-paper-def): Fix alignment.
3150         (make-title): Fix height/width scaling.
3151
3152         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
3153
3154         * input/test/title-markup.ly: Add remaining titles.  Layout and
3155         font size fixes.  Add simplistic latin1 test.
3156
3157 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
3158
3159         * input/test/nested-groups.ly: remove. move content (to next). 
3160         * input/test/staff-bracket.ly: replace content (from prev), this 
3161         has been already in templates.
3162
3163 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3164
3165         * stepmake/autogen.sh: Only issue warning about running configure
3166         without arguments when autogen.sh will actually be running
3167         configure.
3168
3169 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3170
3171         * scm/new-markup.scm (stack-stencil-line): robustness.
3172
3173         * scm/define-markup-commands.scm (simple): robustification of
3174         simple-markup.
3175
3176         * Documentation/user/music-glossary.tely (Top): change central C
3177         to middle C.
3178
3179         * lily/text-item.cc (interpret_markup): cache make-simple-markup
3180
3181 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3182
3183         * input/test/title-markup.ly (spaceTest): Add.
3184
3185         * lily/text-item.cc (interpret_markup): Make line markup from
3186         multi word markup.
3187
3188         * scm/define-markup-commands.scm (word): New markup command.
3189         (simple): Use it.
3190
3191         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
3192
3193 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
3194
3195         * vim/ftplugin/lilypond.vim:
3196         * vim/syntax/lilypond.vim: use only local settings with setlocal.
3197         show matching paren in insert mode.
3198
3199 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3200
3201         * scm/output-ps.scm (make-title, output-scopes): Further
3202         development.
3203
3204         * input/test/title-markup.ly: New file.
3205
3206         * ps/lilyponddefs.ps: Disable PostScript titling.
3207
3208         * lily/paper-score.cc (process): Quote PORT argument to make-title.
3209
3210 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3211
3212         * lily/arpeggio.cc (width_callback): remove padding.
3213
3214         * scm/define-grobs.scm (all-grob-descriptions): add padding.
3215
3216         * scm/define-music-types.scm: remove make-music-by-name.
3217
3218         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
3219
3220 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3221
3222         * lily/paper-score.cc (process): Output titles using make-title.
3223
3224         * scm/output-ps.scm (output-stencil): Display directly instead of
3225         constructing string.
3226         (make-title): New function.
3227
3228 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3229
3230         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3231         music), Documentation/user/invoking.itexi (Invoking lilypond): 
3232         Move documentation of LaTeX packages for latin1 characters to the
3233         lilypond-book manual.
3234
3235 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
3236
3237         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
3238
3239         * vimrc: add menu in console and shortcut <F10> for it.
3240
3241         * vim/:
3242         * vim/compiler/:
3243         * vim/syntax/:
3244         * vim/indent/:
3245         * vim/ftplugin/: new directories.
3246
3247         * vim/filetype.vim: new file.
3248
3249         * lilypond.vim: remove files (see next).
3250         * vim/syntax/lilypond.vim: new, renamed file (see prev).
3251
3252         * vimrc: remove file (see next).
3253         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
3254
3255         * vim/ftplugin/lilypond.vim: change dir for dictionary.
3256         add header. apply bindings only locally.
3257
3258         * vim/indent/lilypond.vim: new file.
3259
3260         * vim/ftplugin/lilypond.vim: remove errorformat.
3261         * vim/compiler/lilypond.vim: new file for errorformats.
3262
3263         * Documentation/topdocs/INSTALL.texi: give easier orders.
3264
3265         * ROADMAP: add vim/
3266
3267 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3268
3269         * Documentation/user/introduction.itely (Introduction): Use @image
3270         iso @html <img...>.  Add workaround for images in columns in info.
3271
3272         * stepmake/aclocal.m4: Store computed version in variable.
3273
3274         * configure.in: Export MAKEINFO_VERSION.
3275
3276         * config.make.in (MAKEINFO_VERSION): Add.
3277
3278         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3279
3280         * Documentation/user/GNUmakefile: Only build info with images when
3281         building web.
3282
3283         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3284
3285         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3286         stuff from documentation-targets.make
3287
3288 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3289
3290         * VERSION: 2.1.28 released
3291
3292         * scripts/convert-ly.py (conv): 
3293
3294 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3295
3296         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3297         \arpeggioBoth. redefine \arpeggioBracket.
3298
3299         * Documentation/user/refman.itely: document new arpeggio
3300         functions.
3301
3302         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3303
3304         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3305
3306         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3307
3308 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3309
3310         * Documentation/user/introduction.itely (Automated engraving):
3311         rewrite introduction using website text.
3312
3313 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3314
3315         * scm/*.scm: make-music-by-name is replaced by make-music, which
3316         also accept music property settings, eg:
3317           (make-music 'TextScriptEvent 'direction DOWN 'text
3318               (make-simple-markup x))
3319
3320         Patch courtesy Nicolas Sceaux
3321
3322         * lily/beam-quanting.cc: cleanup, separate counts for left and
3323         right beam ends.
3324
3325         * lily/side-position-interface.cc (quantised_position): also
3326         quantize staccato position for forced stem directions. 
3327
3328 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3329
3330         * scm/*.scm: Patch by Nicolas Sceaux: 
3331
3332         * scm/music-functions.scm: ly:grob-property and ly:music-property
3333         are made procedure with setters.
3334
3335         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3336
3337 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3338
3339         * input/test/[t-v]*.ly: finish rewriting texidocs.
3340
3341         * input/test/vaticana.ly: remove.
3342         * input/test/ligature-vaticana.ly: new, renamed file name.
3343
3344         * input/test/stem-centered.ly: remove.
3345         * input/test/mensural-note-heads.ly: new file. take content from
3346         removed file stem-centered.ly.
3347
3348         * input/test/scales-greek.ly: simplify.
3349
3350         * input/test/s*.ly: reformulate texidocs.
3351
3352         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3353         of missing features.
3354
3355 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3356
3357         * input/test/[j-o]*.ly: update texidocs.
3358
3359 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3360
3361         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3362
3363         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3364         images.
3365
3366         * Documentation/user/lilypond.tely (@direntry): Update.
3367
3368         * stepmake/stepmake/documentation-targets.make
3369         (install-info,uninstall-info): Install into $(package_infodir).
3370         Install images.  Run install-info to update dir.
3371
3372         * config.make.in (package_infodir): Add.
3373
3374         * Documentation/user/GNUmakefile (info-with-images,
3375         local-install-info, local-uninstall-info): New target.
3376
3377 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3378
3379         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3380         gap/threshold.
3381
3382         * lily/beam-quanting.cc (score_slopes_dy): remove
3383         ROUND_TO_ZERO_SLOPE kludge.
3384
3385         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3386
3387         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3388
3389         * lily/global-context.cc (Global_context): alway accept Score
3390         (run_iterator_on_me): cast Context to Score_context, not
3391         Context_def.
3392
3393         * Documentation/user/refman.itely: documentation patch by Edward
3394         Sanford Sutton.
3395
3396         * mf/GNUmakefile: unset sauter-fonts.
3397
3398 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3399
3400         * scripts/lilypond-book.py (output_texinfo): Output @image
3401         descriptions for info too.
3402
3403         * input/test/chord-names-jazz.ly: 
3404         * input/test/embedded-scm.ly: Clarify.
3405
3406         * input/test/cautionaries.ly: Typo.
3407
3408         * lily/input-smob.cc (ly_input_location): Compile fix.
3409
3410 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3411
3412         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3413
3414         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3415         fixes problems with system defaults being reverted with \override
3416         on Score level.
3417
3418         * lily/global-context.cc (Global_context): apply property-ops to
3419         Global_context too. 
3420
3421 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3422
3423         * scm/output-ps.scm (stencil->string): Rewrite.
3424
3425 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3426
3427         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3428         impersonal style.
3429
3430 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3431
3432         * lily/input-smob.cc (ly_input_location: New function.
3433
3434         * scm/define-markup-commands.scm (upright): New markup command.
3435
3436         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3437
3438         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3439
3440         * scm/output-ps.scm (output-stencil): New function.
3441
3442         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3443         of snippet types; fixes @ignore and @verbatim blocks.
3444
3445 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3446
3447         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3448         to a file in printed documentation, instead, refer either to a 
3449         syntax or to an output.
3450
3451 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3452
3453         * input/regression/beam-center-slope.ly: Add test.
3454
3455 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3456
3457         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3458         (SAUTER_FONTS): Reinstate.
3459
3460         * scm/define-markup-commands.scm (caps): New markup command.
3461
3462         * scm/output-ps.scm (output-scopes): Experimental markup output.
3463
3464         * scm/: Add missing headers.
3465
3466         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3467
3468         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3469
3470 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3471
3472         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3473         Stray style cleanups.
3474
3475 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3476
3477         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3478         no dot combination.
3479
3480         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3481         substitute \override Staff.autoBeamSettings too
3482
3483         * Documentation/user/tutorial.itely: proofreading fixes by David
3484         Bobroff
3485
3486 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3487
3488         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3489
3490         * ps/music-drawing-routines.ps: 
3491         * ps/lilyponddefs.ps: Add end markers.
3492
3493 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3494
3495         * VERSION: 2.1.27 released.
3496
3497         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3498
3499         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3500         obey documentation.
3501
3502 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3503
3504         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3505
3506         * scm/output-ps.scm: Resurrect.
3507
3508         * scm/output-tex.scm: Minimal cleanups.
3509
3510         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3511
3512         * make/ly-rules.make: Remove any broken lily-*.tex files before
3513         lilypond-book run.
3514
3515         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3516         comment.
3517
3518         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3519         Enabled by default, may save 10% compile time.
3520
3521 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3522
3523         * lily/lyric-phrasing-engraver.cc: remove
3524
3525         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3526         longer necessary. 
3527
3528         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3529         so lyric-phrasing-engraver is no longer necessary.
3530
3531         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3532         Grob_pq_engraver from Staff.
3533
3534         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3535         busyGrobs directly.
3536
3537         * input/regression/quote-transposition.ly: new file.
3538
3539         * lily/recording-group-engraver.cc (stop_translation_timestep):
3540         store instrumentTuning too. 
3541
3542         * lily/quote-iterator.cc (process): transpose events using
3543         instrumentTuning.
3544
3545         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3546         -> \tuning <pitch>
3547
3548         * lily/parser.yy (command_req): add \tuning command for setting
3549         instrument tuning of staff.
3550
3551         * Documentation/user/GNUmakefile
3552         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3553
3554         * Documentation/user/refman.itely (Customized accidental rules):
3555         typo.
3556
3557 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3558
3559         * Documentation/user/music-glossary.tely: remove the missing norwegian
3560         translation; they can be put in later properly.
3561
3562 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3563
3564         * lily/recording-group-engraver.cc (start_translation_timestep):
3565         init Recording_group_engraver twice.
3566
3567 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3568
3569         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3570         stray style cleanups:
3571
3572         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3573         -Wmissing-prototypes.
3574
3575         * flower/include/killing-cons.tcc (Killing_cons): Add template
3576         specifier for car_.
3577
3578         * flower/include/parray.hh (binsearchs): Add template specifier
3579         for maxkey.
3580
3581         * flower/include/interval.hh: Declare elem () with template specfier.
3582
3583 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3584
3585         * elisp/lilypond-indent.el (get-buffer-size): add customization
3586         groups for several variables (Reuben Thomas).
3587
3588 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3589
3590         * Documentation/user/invoking.itexi (Point and click): add index
3591         entry.
3592
3593         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3594         go under beam.
3595
3596         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3597         sarabande beam. 
3598
3599         * flower/warn.cc (programming_error): cross fingers not thumbs.
3600
3601         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3602         staff-position is set.
3603
3604         * VERSION: release 2.1.26 
3605
3606         * scm/chord-entry.scm (construct-chord): process transposition
3607         after processing explicit-11.  
3608
3609 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3610
3611         * lily/parser.yy (add_quote): add syntax for adding quotes:
3612         \addquote "id-string" Music
3613
3614         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3615
3616         * scripts/convert-ly.py (conv): add rules for name changes.
3617
3618         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3619         music/context/grob property functions. Internally, use
3620         get_property() and set_property() for both.
3621
3622 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3623
3624         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3625         for Emacs <= 20 (Laurent Martelli).
3626
3627 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3628
3629         * lily/parser.yy (command_element): extract quoted vector in
3630         parser.
3631
3632         * input/regression/quote.ly: new file.
3633
3634         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3635
3636         * lily/parser.yy (command_element): \quote DURATION NAME: support
3637         cue notes. 
3638
3639         * lily/quote-iterator.cc (class Quote_iterator): new file.
3640
3641 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3642
3643         * lily/auto-beam-engraver.cc (try_music): accept and process
3644         beam-forbid-event.
3645
3646         * input/regression/auto-beam-no-beam.ly: new file.
3647
3648 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3649
3650         * lily/accidental.cc (print): Change font-relative-size ->
3651         font-size. Fixes cautionary-style = smaller.
3652
3653 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3654
3655         * lily/system-start-delimiter.cc (staff_brace): remove
3656         font-relative-size
3657
3658         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3659         forgotten with scm_list_n. Fixes spurious coredumps.
3660
3661         * lily/accidental-engraver.cc (stop_translation_timestep): move
3662         update of localKeySignature to stop_translation_timestep (). This
3663         makes sure that all ties are noticed at the right moment.
3664         (stop_translation_timestep): clear tie only when right-side
3665         notehead was seen.
3666         (number_accidentals_from_sig): cleanup. 
3667
3668         * input/regression/accidental-tie.ly (mus): new file
3669
3670         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3671         these longish tests.
3672
3673 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3674
3675         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3676
3677         * THANKS: update bugreporter list.
3678
3679         * lily/beam.cc (print): broken beams last until end of staff.
3680         (print): broken beams start from prefatory matter.
3681
3682         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3683
3684         * lily/paper-score.cc (process): dump header only once.
3685
3686         * lily/paper-outputter.cc (Paper_outputter): move logic into
3687         Scheme.
3688
3689         * scm/output-tex.scm (output-scopes): new function.
3690         (output-paper-def): new function
3691         (tex-string-def): new function
3692         (symbol->tex-key): new function
3693
3694         * scripts/convert-ly.py (conv): add rule for | ~
3695
3696 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3697
3698         * input/regression/{many}.ly: refresh, trying to guess how
3699         it was designed.
3700
3701 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3702
3703         * VERSION: release 2.1.25
3704
3705         * scm/define-translator-properties.scm
3706         (all-user-translation-properties): add printOctaveNames
3707
3708         * ly/engraver-init.ly: remove Note_event_swallower from
3709         NoteNamesContext.
3710
3711         * lily/note-name-engraver.cc (process_music): new property
3712         printOctaveNames
3713
3714         * lily/context.cc (find_existing_context): remove support for
3715         Current.
3716
3717         * scm/music-functions.scm (set-accidental-style): new function;
3718         duplicate accidental macros.
3719
3720         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3721
3722         * lily/note-name-engraver.cc (process_music):
3723         process_acknowledged_grobs () -> process_music ()
3724
3725         * scm/part-combiner.scm (determine-split-list): robustification.
3726
3727 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3728
3729         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3730         lines for falling into beam-gap.
3731         (score_forbidden_quants): check all staff lines for falling in
3732         beam gaps.
3733
3734         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3735         key/clef/time signatures. 
3736
3737         * input/test/ossia.ly: revise example.
3738
3739         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3740         cleanup.
3741
3742         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3743         comply to Scheme standard.  Remove ly:get-paper-variable
3744
3745 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3746
3747         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3748
3749 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3750
3751         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3752         properties from Voice context. This fixes accidental size for
3753         staff-switches during grace contexts.
3754
3755         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3756         if necessary. Else, simply wipe dots.
3757
3758         * input/test/beam-alternate.ly: new file
3759
3760         * input/test/piano-staff-distance.ly: new file.
3761
3762         * lily/translator-group.cc (recurse_down_translators): use
3763         Direction for bottom-up/top-down.
3764
3765         * lily/include/translator.hh (class Translator): add
3766         process_music() and do_announces(). This obviates
3767         recurse_down_{engravers,performers}.
3768
3769         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3770         \melisma and \melismaEnd
3771
3772         * lily/melisma-engraver.cc (process_music): change to
3773         Melisma_translator, unify with performer. Accept
3774         ManualMelismaEvent.
3775
3776         * ly/engraver-init.ly: add Font_size_engraver.
3777
3778 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3779
3780         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3781         it hara-kiri.
3782
3783         * input/regression/{many}.ly: improve descriptions trying to figure
3784         out what is tested.
3785
3786 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3787
3788         * lily/slur.cc (broken_trend_offset): robustness fix.
3789
3790         * VERSION: release 2.1.24
3791
3792         * lily/context.cc (find_create_context): go to Score if it exists.
3793
3794         * lily/context-scheme.cc: new file.
3795
3796         * lily/score-translator.cc (get_output): new file.
3797
3798         * lily/include/grob-info.hh: origin_contexts() now does not
3799         include the originating engraver
3800
3801         * lily/translator-group.cc (translator_each): clean up contents,
3802         remove superfluous stubs. Engraver_group_engraver and
3803         Performer_group_performer are the only classes using multiple
3804         inheritance.
3805
3806         * lily/include/score-context.hh (class Score_context): interface
3807         between Score_{engraver,performer} and Global_context.
3808
3809         * lily/include/global-context.hh (Context): change from
3810         global-translator. This is the entry point for contexts; it is not
3811         tweakable using \translator{}. Score is no longer the top context,
3812         but sits underneath Global.
3813
3814         * lily/include/context.hh (class Context): brain surgery: split
3815         out Context functionality from Translator_group. Context is now a
3816         separate type from Translator.
3817
3818 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3819
3820         * lily/include/translator.hh (class Translator): make
3821         get_score_context() and get_global_translator (), and use the one
3822         which is appropriate.
3823
3824         * lily/context.cc: partially put functionality of Translator_group
3825         into Context.
3826
3827         * lily/include/context.hh (Translator): new class: put between
3828         Translator and Translator_group. 
3829
3830         * lily/new-accidental-engraver.cc: remove file.
3831
3832 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3833
3834         * input/regression/{many}.ly: improve descriptions: use complete 
3835         sentences, try to describe what is tested, avoid `we´, do not use 
3836         don't, ... 
3837
3838 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3839
3840         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3841         is at EOL.
3842
3843         * Documentation/user/lilypond.tely: declare the topmost node only
3844         once; removes empty line in @contents.
3845
3846         * Documentation/user/music-glossary.tely: really add Finnish author.
3847         Draw more beatiful `->´ arrow in html: &rarr;
3848
3849 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3850
3851         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3852
3853         * scripts/convert-ly.py (conv): add ly:music-list  change.
3854
3855         * lily/grob.cc: edit doc string.
3856
3857         * scm/define-grob-properties.scm (all-user-grob-properties):
3858         proofreading, editing of doc strings.
3859
3860         * input/regression/tablature-string-tunings.ly: new file.
3861
3862         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3863         listen to stringTunings
3864
3865         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3866         for self-alignment-[XY] code.
3867
3868 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3869
3870         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3871         cond) into function. Cleanup.
3872
3873         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3874
3875         * VERSION (PACKAGE_NAME): 2.1.23 released
3876
3877 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3878
3879         * Documentation/user/{refman,internals}.itely: small fixes.
3880
3881 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3882
3883         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3884         accidentals for harmonic notes
3885
3886         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3887         for harmonic notes.
3888
3889         * scm/document-backend.scm (interface-doc): prune Grob
3890         documentation: don't duplicate interface information.
3891
3892         * lily/*.cc: lots of updates of doc strings.
3893
3894 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3895
3896         * input/test/ac-extra-voice.ly (accompany): remove file.
3897
3898         * input/test/maximum-rest-count.ly: remove file.
3899
3900         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3901         conversion rule for \translator { }. Apply everywhere.  
3902
3903         * lily/parser.yy (music_property_def): set property for \once in
3904         the PropertyMusic itself, not the ContextSpec.
3905         (property_operation): change syntax within \translator { }
3906
3907         * scm/define-music-properties.scm (all-music-properties): clean up.
3908
3909         * lily/auto-beam-engraver.cc (test_moment): use
3910         updated_grob_properties() to retrieve autoBeam settings.
3911
3912         * lily/spacing-spanner.cc: bound shortest_playing_len by
3913         measure_length
3914
3915         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3916         multi-measure events for spacing computation.
3917
3918         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3919         elliptical, to 1.49.
3920
3921         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3922         vertical positioning for polyphony, without RestCollision object.
3923
3924         * lily/note-column.cc (add_head): prevent rests & note heads on
3925         one stem.
3926
3927         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3928         (do_shift): rewrite only-rests case: use common refpoints: the
3929         routine will have sensible results when other rest-translations
3930         have taken place.
3931
3932         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3933         < 0 case. 
3934
3935         * VERSION: 2.1.22 released
3936
3937         * input/GNUmakefile (SUBDIRS): remove ascii-art
3938
3939 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3940
3941         * input/: Convert ly files that still had \property.  Fixes make
3942         web.  Remove exta spaces around '='. 
3943
3944         * scripts/convert-ly.py (conv): Redundant space fixes.
3945
3946         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3947
3948 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3949
3950         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3951         create scalable PS and PDFs  for input/{test,template,regression}.
3952
3953         * lily/context.cc (is_alias): move function.
3954         (is_alias): add Bottom as context alias. 
3955         (find_create_translator): add Bottom as a context alias for creation.
3956
3957         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3958
3959         * lily/parser.yy (music_property_def): new syntax for property
3960         assignments:
3961
3962         \set A.B = #C , \unset A.B
3963         \override A.B #C = #D, \revert A.B #C 
3964
3965         * lily/my-lily-lexer.cc: remove \property
3966
3967 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3968
3969         * Documentation/user/refman.itely: add dots after seealso refs.
3970
3971         * input/template/{many}.ly: harmonise descriptions.
3972
3973         * Documentation/user/music-glossary.itely: add Finnish author.
3974
3975 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3976
3977         * VERSION (PACKAGE_NAME): release 2.1.21
3978
3979 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3980
3981         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3982
3983         * scripts/lilypond-book.py (snippet_res): @include filename must
3984         not be empty.
3985
3986 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3987
3988         * scm/documentation-generate.scm (markup-doc-string): dump
3989         markup-commands.tely
3990
3991         * scm/define-markup-commands.scm (override): new file.
3992         Move documentation from refman into doc-strings. 
3993
3994         * input/test/staff-container.ly: fix example.
3995
3996         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3997         StaffContainer
3998
3999         * lily/grob.cc: remove point_dimension_callback
4000         (Grob): read forced dimensions from X-extent and Y-extent.
4001         (get_paper): remove preset_extent.
4002
4003         * scm/define-grobs.scm (all-grob-descriptions): remove
4004         point_dimension_callback. 
4005
4006         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
4007         textscript to head. This makes no-spacing-rods work on
4008         DynamicText.
4009
4010         * lily/chord-name.cc: remove props chord, bass, inversion.
4011
4012         * Documentation/user/appendices.itely: add Scheme functions,
4013         context-properties and layout properties to manual.
4014
4015         * scm/part-combiner.scm (determine-split-list): include rests in a
4016         solo1/2 sequence.
4017
4018         * lily/new-part-combine-iterator.cc (substitute_both): new
4019         function.
4020         (class New_pc_iterator): add separate Voice=solo context, fixes
4021         autobeams going from chords to solo.
4022
4023 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4024
4025         * Documentation/user/invoking.itexi (Editor support): Fix typo.
4026
4027         * Documentation/user/tutorial.itely:
4028         * Documentation/user/refman.itely: Add short note about being part
4029         of lilypond.tely.
4030
4031         * COPYING: Make note more clear with respect to files that are
4032         explicitely licenced otherwise (Documention/user/ comes to mind).
4033
4034         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
4035         comment about barfing of @c,{}.
4036
4037         * Documentation/user/music-glossary.tely: Add list of authors.
4038
4039         * stepmake/stepmake/library-rules.make: Thank Nelson only in
4040         source (was: also in build log).
4041
4042 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4043
4044         * lily/side-position-interface.cc (general_side_position): if
4045         staff-padding is set, then include staff in support too.
4046
4047         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
4048         module workbook
4049
4050         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
4051
4052         * lily/tuplet-engraver.cc: remove tupletInvisible
4053
4054         * scm/define-translator-properties.scm: cleanup, separate in
4055         internal and user props. 
4056
4057         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
4058         LyricsVoice -> Lyrics
4059
4060         * lily/new-part-combine-iterator.cc (process): only print warning
4061         for symbols.
4062
4063 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4064
4065         * scm/part-combiner.scm: Add proper header.
4066
4067         * All but lily/*: The great --2003 --2004 replace; the missing
4068         `bits'.
4069
4070         * TODO: Fix outline mode.  Add book notes.
4071
4072         * ROADMAP: Update.
4073
4074 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4075
4076         * scm/part-combiner.scm (make-autochange-music): use
4077         accumulator. Fixes stack overflow.
4078
4079         * lily/*: rename brew_molecule -> print , molecule-callback ->
4080         print-function
4081
4082         * scm/define-grob-properties.scm: cleanup. Separate into internal
4083         and user properties.
4084
4085         * lily/translator-property.cc (updated_grob_properties): new
4086         function
4087         (execute_pushpop_property): change to new convention:
4088         object property inits are stored as (cons ALIST BASED-ON). This
4089         storage format allows concurrent tweaks in different contexts.
4090
4091 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4092
4093         * TODO: new file.
4094
4095 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4096
4097         * debian/: Late Debian update (sorry Anthony).
4098
4099         * scripts/lilypond-book.py (do_file): Look for input_file in
4100         include path, or ask kpathsea if LATEX.
4101
4102         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
4103         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
4104         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
4105         --header=texidoc.
4106
4107         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
4108         relative.
4109
4110         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
4111         only when filtering, default to input_base otherwise.  Coding
4112         style fixes.
4113
4114 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4115
4116         * lily/include/translator.hh (class Translator): add virtual
4117         qualifier.
4118
4119 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4120
4121         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
4122
4123 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4124
4125         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
4126
4127         * Documentation/user/refman.itely: Run texinfo-all-menus-update
4128         (fixes make web).
4129
4130         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
4131         live in $(out)-www).
4132
4133         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
4134         dependencies.  Add link to .ly source in HTML output.
4135         (Lilypond_snippet.output_html): Handle multiple page picture
4136         output.
4137         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
4138         Make usable for output_texinfo again.
4139
4140         * Documentation/user/GNUmakefile: Add static dependency for
4141         lilypond.tely includes.
4142
4143         * Documentation/user/tutorial.itely: Add some lost `relative'
4144         ly-options.
4145
4146 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4147
4148         * lily/include/translator-group.hh: move Music_output_def member
4149         to Global_translator.
4150
4151         * scripts/lilypond-book.py (do_file):  fix latex output.
4152
4153         * VERSION: release 2.1.20
4154
4155         * scm/part-combiner.scm (determine-split-list): robustness fix 
4156
4157         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
4158
4159         * lily/parser.yy (music_output_def_body): plug memory leak.
4160
4161         * lily/translator-group.cc (add_fresh_group_translator): plug
4162         memory leak: unprotect Translator_group once added.   
4163
4164         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
4165
4166         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
4167         write .dep file.
4168         (Lilypond_snippet.ly): add \renameinput.
4169
4170 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4171
4172         * Documentation/user/refman.itely (Markup command definition): Doc
4173         by Nicolas Sceaux. Rewrite by Han-Wen
4174
4175         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
4176         thing of the line.
4177         (brew_molecule): only remove if hyphen is not at the end of line.
4178         (set_spacing_rods): new function: minimum-length specifies
4179         distance between syllables.
4180
4181         * scm/define-grobs.scm (all-grob-descriptions): add
4182         Hyphen_spanner::set_spacing_rods to LyricHyphen
4183
4184         * input/regression/lyric-hyphen-break.ly: new file.
4185
4186         * input/test/lyric-hyphen-retain.ly: new file.
4187
4188         * lily/new-part-combine-iterator.cc (construct_children):
4189         add Rest direction.
4190
4191 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4192
4193         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
4194
4195         * Documentation/bibliography/engraving.bib (donemus1982):
4196         update entry.
4197
4198 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4199
4200         * scripts/lilypond-book.py (Substring.__init__): new class.
4201         (Snippet.output_texinfo): add texidoc option.
4202         (Include_snippet.replacement_text): new class.
4203         (Lilypond_snippet.__init__): new class
4204         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
4205
4206         * Documentation/user/refman.itely (Sound): 
4207         note about number of channels.
4208
4209         * scm/music-functions.scm (voicify-music): add \context Staff for
4210         << \\ >> polyphony.
4211
4212         * lily/parser.yy (verbose_command_req): \skip now creates
4213         SkipMusic, and does not lead to spurious staves.
4214
4215         * scm/define-music-types.scm (music-descriptions): rename
4216         NonEventSkip to SkipMusic
4217
4218         * input/no-notation/midi-lyric-barcheck.ly: new file.
4219
4220         * input/regression/collision-dots-invert.ly: new file.
4221
4222         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
4223         case.
4224
4225         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
4226         die if melody died too.
4227
4228 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4229
4230         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
4231         with reading from stdin.
4232
4233         * lily/slur-performer.cc (try_music): new file.
4234
4235         * lily/melisma-performer.cc (try_music): new file. Handle
4236         melismata to help lyrics.
4237
4238         * lily/beam-performer.cc (try_music): new file. Handle beam events
4239         to help lyrics.
4240
4241         * lily/score-performer.cc (one_time_step): reinstate
4242         process_music().
4243
4244         * lily/performer.cc (process_music): add to interface.
4245
4246         * lily/performer-group-performer.cc (process_music): new function.
4247
4248         * lily/dot-column.cc (do_shifts): do collision resolution before
4249         dot positioning.
4250
4251         * scripts/lilypond-book.py (Snippet.output_print_filename): new
4252         file, process printfilename option.
4253         (Snippet.__init__): rewrite: do not use global variables h or
4254         index.
4255         (main): really support -I option.
4256         (find_toplevel_snippets): new code.
4257         (find_toplevel_snippets): reinstate old version, without global
4258         variables.
4259
4260         * tex/texinfo.tex: really add file.
4261
4262 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4263
4264         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4265         compatibility.
4266
4267 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4268
4269         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4270
4271         * scm/define-translator-properties.scm (drumPitchTable): add
4272         property.
4273
4274         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4275         function.
4276         (help_summary): docstrings.
4277         (do_file): strip the dir of input_base too.
4278
4279 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4280
4281         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4282
4283         * Documentation/user/lilypond-book.itely: Update.
4284
4285         * make/ly-rules.make: Update lilypond-book commands.
4286
4287         * Documentation/user/GNUmakefile: Update makeinfo commands,
4288         lilypond-book flags.
4289
4290         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4291
4292         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4293
4294         * scripts/filter-lilypond-book.py: Remove.
4295
4296         * Documentation/user/*tely: Update options for new lilypond-book.
4297
4298         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4299         with @macros in @includes.
4300
4301 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4302
4303         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4304         make rest-collision only.
4305
4306         * lily/break-substitution.cc (substitute_one_mutable_property):
4307         clear all-elements using scm_assq_remove_x(). 
4308
4309         * lily/rest-collision.cc (do_shift): shift single rests
4310
4311         * flower/include/array.hh (class Array): rename to is_empty ()
4312
4313         * lily/drum-note-performer.cc: new file: perform drum notes.
4314
4315         * VERSION (PACKAGE_NAME): release 2.1.19.
4316
4317 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4318
4319         * scripts/filter-lilypond-book.py
4320         (classic_lilypond_book_compatibility): New function.
4321
4322 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4323
4324         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4325
4326         * Grand 2003 -> 2004 search replace. 
4327
4328         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4329         (i.e. < > )
4330
4331         * ly/performer-init.ly: add DrumStaff
4332
4333         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4334         lyric-interface; this prevents lines with only extender lines from
4335         being junked.
4336
4337         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4338
4339         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4340         extenders right, for once and for all (hopefully).
4341
4342         * lily/break-substitution.cc (substitute_one_mutable_property):
4343         clear old 'all-elements for System grobs.
4344
4345         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4346         that associatedVoiceContext is always assigned when music & lyrics
4347         are found. 
4348
4349         * ly/engraver-init.ly: remove Lyrics context.
4350         (TabVoice): add noteheads engraver
4351
4352         * input/test/improv.ly: update: do not use Thread switching. 
4353
4354         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4355         squashedPosition is a number  
4356
4357         * Documentation/user/refman.itely (Automatic note splitting):
4358         remove Thread references.
4359
4360         * input/no-notation/pc-direction.ly: remove file.
4361
4362         * ly/engraver-init.ly: remove Thread
4363
4364         * input/regression/tie-chord-partial.ly: remove file.
4365
4366         * scripts/convert-ly.py (conv): \harmonic rule
4367
4368         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4369         notation for harmonic notes: <c' g''\harmonic>
4370
4371         * lily/lily-guile.cc (alist_to_hashq): new function
4372
4373         * scm/lily.scm (alist->hash-table): new function.
4374
4375         * Documentation/user/refman.itely (Percussion staves): update doco.
4376
4377         * input/regression/drums.ly (timb): updates
4378
4379         * lily/note-performer.cc (create_audio_elements): robustness fix.
4380
4381         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4382
4383 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4384
4385         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4386         discard valid matches.
4387
4388 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4389
4390         * lily/drum-note-engraver.cc: new file.
4391
4392         * ly/drumpitch-init.ly: move drum definitions
4393
4394         * scm/drums.scm: remove file.
4395
4396         * lily/*.cc: remove abort-event everywhere.
4397
4398         * lily/note-heads-engraver.cc (process_music): robustification.
4399
4400         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4401         robustification.
4402
4403         * lily/parser.yy (simple_element): add \drums mode.
4404         (simple_element): remove \pitchnames , \chordmodifiers. Use
4405         variables to store this. 
4406
4407         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4408         outside \notes.
4409
4410         * VERSION: release 2.1.18.
4411
4412         * input/test: remove octave-duplicate.ly
4413
4414 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4415
4416         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4417
4418 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4419
4420         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4421         constructor from Music_iterator. Changes throughout.
4422
4423         * lily/include/music-iterator.hh (class Music_iterator): remove
4424         Music_iterator::skip and Music_iterator::get_pending_events from
4425         interface. Rename report_to -> get_outlet 
4426
4427         * lily/auto-change-iterator.cc: move contents from
4428         new-auto-change-iterator.cc from
4429
4430         * scm/part-combiner.scm: determine split-list from Scheme. 
4431
4432         * lily/new-auto-change-iterator.cc (process): new file.
4433
4434         * lily/parser.yy (part_combined_music): remove old PC cruft.
4435
4436         * ly/engraver-init.ly: remove old
4437         PC cruft.
4438
4439         * Documentation/user/refman.itely (The Lyrics context): note about
4440         extender lines.
4441
4442         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4443         to allow 0-length mmrest events.
4444
4445         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4446
4447         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4448
4449         * lily/spacing-engraver.cc (finalize): robustifications.
4450
4451         * input/regression/new-part-combine-solo-global.ly: new file.
4452
4453         * scm/part-combiner.scm: rewrite.
4454
4455 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4456
4457         * Documentation/user/refman.itely, input/puer-fragment.ly,
4458         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4459         updated for proper use of lyricsto; replaced "(" and ")" ->
4460         "\melisma" and "\melismaEnd"
4461
4462         * input/test/ancient-font.ly: small updates to reduce compile
4463         warnings (TODO: junk this file)
4464
4465         * input/test/gregorian-scripts.ly: added comment about bug
4466
4467         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4468         tiny robustness fix
4469
4470         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4471         recent changes in the feta code); temporarily mapped mensural g
4472         clef to a copy of petrucci g clef until mensural g clef will have
4473         been rewritten
4474
4475         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4476         between mensural and neo-mensural heads (this broke quite a while
4477         ago)
4478
4479         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4480
4481 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4482
4483         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4484         indication.  Fixes for verbatim, multi line comments.
4485
4486 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4487
4488         * input/regression/new-part-combine-solo.ly: more cases.
4489
4490         * lily/slur.cc (height): robustness fix.
4491
4492         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4493
4494         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4495         stemUp/stemDown.
4496
4497         * scm/music-functions.scm (determine-split-list): further analysis.
4498
4499         * lily/script-engraver.cc (try_music): discard duplicate
4500         articulations.
4501
4502         * input/regression/new-part-combine-solo.ly: new file
4503
4504         * input/regression/new-part-combine-a2.ly: new file.
4505
4506         * ly/performer-init.ly: add Devnull
4507
4508         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4509         for \musicglyph #"accidental-*"
4510         (conv): \newpartcombine rule.
4511
4512 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4513
4514         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4515
4516 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4517
4518         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4519         textwidth, --output.
4520
4521 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4522
4523         * scm/new-markup.scm (doubleflat): add accidental markups.
4524
4525         * VERSION: release 2.1.17
4526
4527         * Documentation/user/refman.itely (Automatic part combining):
4528         revise documentation of the part-combiner.
4529
4530         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4531
4532         * input/test/part-combine-{moment,staff}.ly: remove file.
4533
4534         * input/regression/pc-mmrest.ly (two): remove file.
4535
4536         * scm/define-music-types.scm (music-descriptions): add
4537         Solo{One,Two}Event and UnisonoEvent
4538
4539         * lily/new-part-combine-iterator.cc (unisono): add state_
4540         variable, signal changes with part-combine-event.
4541
4542         * input/regression/new-part-combine-text.ly: new file.
4543
4544         * lily/part-combine-engraver.cc: new file.
4545
4546 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4547
4548         * scripts/filter-lilypond-book.py: Handle snippet options.
4549
4550 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4551
4552         * scm/music-functions.scm (determine-split-list): detect solo1/2
4553         and unisono.
4554
4555         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4556         revert fix, document why.
4557
4558         * lily/tie-performer.cc (process_music): new function. Set melisma
4559         property.
4560
4561         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4562         always smaller than bracket size.
4563         (make_bracket): oops. Size of the gap was off by factor 2
4564
4565         * input/test/text-rotate.ly: new file.
4566
4567         * scm/new-markup.scm (markup): a macro that provides a
4568         LilyPond-like syntax in scheme for building markups, in order to
4569         help markup command definition. (Nicolas Sceaux)
4570
4571         * input/test/lyrics-skip-notes.ly: new example.
4572
4573         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4574
4575         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4576         use is_alias() iso. == . This fixes lyrics on
4577         GregorianTranscriptions. 
4578
4579 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4580
4581         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4582         \thispagestyle{lastpage} to avoid that it's printed on the second
4583         last page when there's only a single score line on the last page.
4584         (The page breaking mechanism in TeX played some ugly tricks to us.)
4585
4586 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4587
4588         * scripts/filter-lilypond-book.py: Further development.
4589
4590         * input/regression/collision-dots-move.ly: New test.
4591
4592         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4593         hand side note head of non-merged collision to the right.
4594
4595         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4596         Construct children before accessing property from emtpy
4597         lyrics_context_.
4598         (construct_children): Find thread before finding LyricsVoice.
4599         Create LyricsVoice one if none found, fixes crash (thanks Erik
4600         Sandberg).
4601
4602 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4603
4604         * cygwin/: Forward port.
4605
4606 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4607
4608         * buildscripts/install-info-html.sh: Use Bash.
4609
4610         * cygwin/mknetrel: Patch from Bert.
4611
4612 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4613
4614         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4615
4616         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4617         try to copy *png, index.html (Bertalan Fodor).
4618
4619         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4620
4621 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4622
4623         * lily/note-collision.cc (check_meshing_chords): Do not remove
4624         dots (from down head) when merging similar heads (thanks Matthias
4625         Kilian).  Simplify merge_possible tests and other cleanups
4626
4627         * input/regression/collision-merge-differently-dotted.ly: Add test
4628         for disappearing dots on similar heads for both voices.
4629
4630 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4631
4632         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4633         that tagline overrides copyright for single page scores. Correct
4634         the default tagline value.
4635
4636 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4637
4638         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4639
4640 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4641
4642         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4643         TEXMF if it's previously unset.
4644
4645 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4646
4647         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4648
4649         * input/test/trills.ly: fix the unfolding of lineprall.
4650
4651         * input/test/figured-bass-alternative.ly: fix accidental.
4652
4653 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4654
4655         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4656
4657         * input/no-notation/dos-guile.ly: 
4658         * input/no-notation/dos-ps.ly: 
4659         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4660
4661         * input/no-notation/safe-include.ly:
4662         * input/no-notation/safe-guile.ly:
4663         * input/no-notation/safe-ps.ly: 
4664         * input/no-notation/safe-tex.ly: New file.
4665
4666         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4667         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4668         options now.
4669         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4670         When in --safe-mode, set environment openout_any=p[aranoid].
4671
4672         * tex/ltest.tex: 
4673         * tex/lilyponddefs.tex: Add \nofiles.
4674
4675         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4676         options.
4677
4678         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4679         This allows building the user manual using a binary installation
4680         and a matching unpacked source tree.
4681
4682         * scm/lily.scm (safe-module): New variable. 
4683
4684         * lily/includable-lexer.cc (new_input): Fix error messages.
4685
4686         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4687         If SAFE, evaluate in safe-module.  Change callers.
4688
4689         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4690
4691         * lily/lexer.ll (embedded_scm): While processing main-input,
4692         invoke ly_parse_scm with safe mode if running in safe-mode.
4693         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4694         in init.ly for safe-mode.
4695
4696 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4697
4698         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4699         compatibility with old versions of geometry.sty (compat2
4700         already implied includehead).
4701         Change the page layout slightly so bottom + footskip = top +
4702         headheight + headsep = 16mm, the remaining paperheight-32mm
4703         are used for the music. Increase footskip to 5mm, so the top of
4704         the footer text doesn't touch the music.
4705
4706 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4707
4708         * VERSION: release 2.1.16
4709
4710         * scm/music-functions.scm (determine-split-list): bugfix: only use
4711         new-active for both voices if both indexes advance. This fixes the
4712         biggest outstanding problem with new-pc. 
4713
4714         * lily/new-part-combine-iterator.cc (construct_children): set more
4715         directions.
4716
4717 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4718
4719         * scripts/convert-ly.py (conv): add instrument rule.
4720
4721         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4722
4723         * lily/side-position-interface.cc: remove add_staff_support ()
4724         Change all callers to use staff-padding.
4725
4726         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4727         make_spanner().
4728
4729         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4730
4731         * lily/text-engraver.cc: remove scriptHorizontal property.
4732
4733         * lily/beam.cc (least_squares): also set least-squares-dy for
4734         special case of slanted 2-stem beam to center.
4735
4736         * lily/side-position-interface.cc (out_of_staff): move contents of
4737         out_of_staff into aligned_side.
4738         remove out_of_staff().
4739
4740         * input/regression/measure-grouping.ly: fix warning.
4741
4742         * lily/side-position-interface.cc: add staff-padding support to
4743         Side_position_interface::aligned_side.
4744
4745         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4746         one get_property too many.
4747
4748         * flower/include/drul-array.hh (linear_combination): new function
4749         (scale_drul): new function
4750
4751         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4752         operations on empty intervals are silly.
4753
4754 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4755
4756         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4757         (iso gh_scm2int), fixes crash in new part-combiner.
4758
4759         * configure.in: Up mftrace to 1.0.27.
4760
4761 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4762
4763         * VERSION: release 2.1.15
4764
4765         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4766         align all stanza numbers.
4767
4768 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4769
4770         * Documentation/user/{introduction.itely,refman.itely,
4771         converters.itely}: fix some text inside parentheses; text should
4772         be readable (even) if parentheses are either replaced with commas 
4773         or dropped out.
4774
4775 2004-01-25  Werner Lemberg  <wl@gnu.org>
4776
4777         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4778         input/test/vaticana.ly, input/test/ancient-font.ly,
4779         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4780         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4781         ly/params-as-init.ly, scm/define-grobs.scm,
4782         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4783
4784         * ly/params-as-init.ly: Removed.  Obsolete.
4785         * buildscripts/lilypond.words.py: Updated.
4786
4787 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4788
4789         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4790
4791         * mf/feta-din{4,5,7,9}.mf: remove.
4792
4793         * lily/engraver.cc (internal_make_item): centralize item/spanner
4794         factory.
4795
4796         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4797         do correct chord conversion for ^"sim."  (backportme)
4798         (FatalConversionError.sub_articulations): substitute ^"foo" in
4799         chords too. (backportme)
4800
4801         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4802         for Fingering.
4803
4804         * lily/side-position-interface.cc (out_of_staff): don't do
4805         anything if staff-padding not defined. 
4806
4807         * mf/feta-params.mf (stafflines): introduce linethickness as
4808         general blackness of the font.
4809
4810         * lily/stem.cc (position_noteheads): rounding error robustness.
4811
4812         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4813         from beam-collision.ly 
4814
4815         * lily/beam.cc (rest_collision_callback): remove direction.
4816
4817         * scm/define-grobs.scm (all-grob-descriptions): remove
4818         enclose-bounds in OttavaBracket and PianoPedalBracket
4819
4820         * scm/new-markup.scm (def-markup-command) new macro, which takes
4821         care of defining the COMMAND-markup and make-COMMAND-markup
4822         procedures, setting markup-signature and keyword-signature object
4823         properties, and pushing the markup command in
4824         markup-function-list.
4825
4826         All markup commands are defined thanks to it.  Users may also use
4827         it to define their own markup commands. (Nicolas Sceaux)
4828
4829         * scm/new-markup.scm: Scheme style clean-up: there should be no
4830         parenthesis alone on a line; LET* should not be used where LET is
4831         enough. (Nicolas Sceaux)
4832
4833 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4834
4835         * scripts/filter-lilypond-book.py: Add script.
4836
4837 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4838
4839         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4840
4841 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4842
4843         * Documentation/user/refman.itely (Fingering instructions): add
4844         single note chords. 
4845
4846         * lily/multi-measure-rest-engraver.cc: use a single
4847         MultiMeasureEvent for mm rests. This prevents problems with the
4848         new part combiner.
4849
4850         * scm/music-functions.scm (determine-split-list): analysis has
4851         global effect: a difference halfway a phrase makes the entire
4852         phrase be typeset as apart.
4853         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4854
4855 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4856
4857         * ly/performer-init.ly: add Devnull.
4858
4859         * Documentation/user/refman.itely (Font selection): remove paper20
4860         ref.
4861
4862 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4863
4864         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4865
4866 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4867
4868         * scm/music-functions.scm (determine-split-list): bugfixes.
4869
4870         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4871
4872         * input/test/scales-greek.ly: use C as base, results in different
4873         alterations at the clef.
4874
4875         * input/regression/pedal-ped.ly: new file.
4876
4877         * input/regression/pedal-bracket.ly: new file.
4878
4879         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4880         replace after_line_breaking()
4881
4882         * lily/line-interface.cc (line): read thickness.
4883         (line): dash-fraction = 0 always for dotted-line style.
4884
4885         * input/test/staff-lines.ly (lower): bugfix.
4886
4887         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4888         \accepts Devnull into Score.
4889
4890         * scm/lily.scm: remove bla.scm load.
4891
4892 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4893
4894         * VERSION: release 2.1.14
4895
4896         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4897
4898         * lily/side-position-interface.cc (general_side_position): add
4899         Staff_symbol_referencer::staff_space ().
4900
4901         * lily/include/context-def.hh: rename from translator-def.hh
4902
4903 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4904
4905         * input/template/piano-dynamics.ly (pedal): Updated definition of
4906         Dynamics such that \cresc works, for example.
4907
4908 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4909
4910         * lily/stem.cc (calc_stem_info): use
4911         Staff_symbol_referencer::staff_space
4912
4913         * lily/beam-quanting.cc (quanting): scale Stem_info 
4914
4915         * lily/beam.cc (rest_collision_callback): use minimum-distance
4916         property for rest/beam collisions.
4917         (rest_collision_callback): bugfixes.
4918
4919         * lily/system.cc (post_processing): extra-offset is now relative
4920         to the size of the current staff.
4921
4922         * scm/music-functions.scm (notice-the-events-for-pc): record all
4923         voices, only analyze "one" and "two".
4924
4925         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4926         not parent. 
4927
4928         * lily/new-part-combine-iterator.cc (construct_children): create
4929         Devnull from Voice context
4930
4931         * scm/music-functions.scm (determine-split-list): bugfixes.
4932
4933         * lily/lily-guile.cc (robust_scm2int): new function
4934
4935         * lily/staff-symbol-referencer.cc (line_thickness): new
4936         function. Use throughout.
4937
4938         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4939         in its own context.  Add to preset font-size.
4940
4941         * lily/stem.cc (thickness): new function.
4942
4943         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4944         compute thickness from ledger-line-thickness.
4945
4946         * lily/note-head.cc (brew_ledger_lines): use
4947         Staff_symbol::get_ledger_line_thickness ().
4948
4949         * lily/beam.cc (rest_collision_callback): use
4950         Staff_symbol_referencer::staff_space().
4951
4952         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4953         Mus1 Mus2
4954
4955         * lily/include/translator.hh (class Translator): add accepts_list_
4956         so  \with { \denies / \accepts } also works.
4957
4958         * scm/music-functions.scm (determine-split-list): determine split
4959         list from music events.
4960
4961         * lily/new-part-combine-iterator.cc: more states.
4962
4963         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4964
4965 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4966
4967         * lily/system.cc (set_loose_columns): use the right prebroken cols
4968         for interpolating loose column position.
4969
4970         * lily/text-spanner.cc (brew_molecule): default to no vertical
4971         lines.
4972
4973         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4974         take space.
4975
4976         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4977
4978 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4979
4980         * scripts/convert-ly.py: Do not test filename when processing
4981         stdin.
4982
4983         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4984
4985 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4986
4987         * lily/axis-group-engraver.cc (finalize): extra check; if
4988         process_music () is never called, then staffline_ == 0.
4989
4990         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4991         check run_always ().
4992
4993         * VERSION: release 2.1.13
4994
4995         * input/regression/note-head-style.ly (pattern): cleanup.
4996
4997         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4998         downloading.
4999
5000         * scm/output-lib.scm (shift-right-at-line-begin): new function:
5001         kludge rehearsalmark placement.
5002
5003         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
5004         , ly:spanner?
5005
5006         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
5007         close to note head for accidentals.
5008
5009         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
5010         tuplet direction.
5011
5012         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
5013
5014 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5015
5016         * lily/include/music-iterator.hh (class Music_iterator): add
5017         substitute_outlet() to iterator API.
5018
5019         * lily/new-part-combine-iterator.cc (construct_children):
5020         New_pc_iterator: new class, better part combining.
5021
5022         * lily/tie-column.cc (werner_directions): new function
5023
5024         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
5025
5026         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
5027         empty objects group spanner as parent
5028
5029         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
5030         slope against graphical slope.
5031
5032         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
5033         for ottava bracket.
5034
5035         * lily/side-position-interface.cc (general_side_position):
5036         opps. reinstate *dir.
5037
5038         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
5039         parser run.
5040
5041         * lily/tuplet-bracket.cc: remove calc_dy ().
5042
5043         * Documentation/user/refman.itely (Balloon help): document balloon
5044         help
5045
5046 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5047
5048         * scm/document-backend.scm (check-dangling-properties): Grob
5049         properties are defined define-grob-properties.scm.
5050
5051 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5052
5053         * VERSION: release 2.1.12
5054
5055         * scm/define-grobs.scm (all-grob-descriptions): larger font for
5056         ChordName
5057
5058         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
5059         relation to surroundings.
5060
5061         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
5062         Y-extent to the note-extents: stay clear of the staff.
5063
5064 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5065
5066         * Documentation/user/GNUmakefile
5067         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
5068         iso. copy.
5069
5070         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
5071
5072         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
5073
5074         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
5075
5076         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
5077
5078         * lily/line-interface.cc (line): remove thickness from calling interface.
5079
5080         * lily/hairpin.cc: use Line_interface
5081
5082         * lily/line-interface.cc: new file. Line_interface for everything
5083         with dotted/dashed lines.
5084
5085
5086         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
5087
5088         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
5089         for constructing ottava brackets.
5090
5091         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
5092         the note heads.
5093
5094         * Documentation/user/internals.itely (Engravers and performers):
5095         fix broken link.
5096
5097         * scm/music-functions.scm (make-mark-set): new function.
5098
5099         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
5100         functionally identical to beam.
5101
5102         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
5103         () with beam (). 
5104
5105         * Documentation/user/refman.itely (Rehearsal marks): document new
5106         functionality.
5107
5108         * input/regression/rehearsal-mark-number.ly: new file.
5109
5110         * input/regression/rehearsal-mark-letter.ly: new file.
5111
5112         * scm/translation-functions.scm (number->mark-string): new function
5113         (format-mark-letters): new function
5114         (format-mark-numbers): new function
5115
5116         * lily/mark-engraver.cc (process_music): rehearsalMark is now
5117         integer; formatting is done through markFormatter property.
5118
5119         * scm/define-translator-properties.scm: fold all *-done properties
5120         into positioning-done.
5121
5122         * lily/beam.cc (position_beam): new function
5123         (brew_molecule): make sure that positions are calced before making
5124         the molecule.
5125
5126         * scm/output*.scm (beam):  take 4th argument for function.
5127
5128         * ps/music-drawing-routines.ps: take blot as 4th argument.
5129
5130         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
5131         stem to avoid small dents.
5132
5133 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5134
5135         * VERSION: release 2.1.11
5136
5137         * input/regression/balloon.ly: new file.
5138
5139         * lily/balloon.cc (brew_molecule): new file: draw boxes around
5140         objects, and make help texts. 
5141
5142         * scm/new-markup.scm (parse-simple-duration): parse duration
5143         string to log & dots. (Thanks Nicolas!)
5144
5145         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
5146         rule.
5147
5148 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
5149
5150         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
5151         Lemberg).
5152
5153         * THANKS: alphabetic order.
5154
5155 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5156
5157         * input/regression/note-head-harmonic.ly: new file.
5158
5159         * Documentation/user/internals.itely (Technical manual): explain
5160         difference between music, translation, layout.
5161
5162         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
5163
5164         * scm/output-ascii-script.scm (bracket): rounding bfs.
5165
5166         * scripts/convert-ly.py (conv): add \include "paper" rule. 
5167
5168         * ly/paper*.ly: remove files. 
5169
5170         * scm/paper.scm (set-staff-size): new function: set default
5171         staff-size.
5172
5173         * scripts/convert-ly.py (conv): add conversion rule.
5174
5175         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
5176         function.
5177
5178         * scm/paper.scm: new file.
5179         (set-staff-size): new function 
5180         (set-paper-size): new function
5181
5182         * lily/parser.yy (music_output_def_body): restructure definition,
5183         so first Scheme statement in \paper also happens in new scope. 
5184
5185         * lily/system.cc (post_processing): move uniquify_list () to
5186         dumping molecule stage.
5187
5188         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
5189         this will mess up scores that use barchecks to shorten measures.
5190
5191         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
5192         at 20pt too.
5193
5194         * Documentation/user/tutorial.itely (Printing lyrics): document
5195         \lyricsto
5196
5197         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
5198
5199         * Documentation/user/refman.itely (Fermatas): document \lyricsto
5200
5201         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
5202         if Voice is not found.
5203
5204         * VERSION: release 2.1.10
5205
5206         * input/{test,regression}/: remove old-relative 
5207
5208         * lily/lexer.ll: add empty markup signature. 
5209
5210         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
5211         strut markup
5212
5213         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
5214
5215         * scm/define-translator-properties.scm: update melismata property
5216         doco.
5217
5218         * lily/system.cc (output_lines): revert uniquify_list() patch,
5219         strange side effects seen.
5220
5221         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
5222         dash-period < 0.
5223
5224         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
5225         for flute. 
5226
5227 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5228
5229         * input/regression/*.ly: use newaddlyrics iso. addlyrics
5230
5231         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
5232
5233         * lily/lyric-extender.cc (brew_molecule): behave decently in case
5234         of line breaks.
5235         (brew_molecule): add padding to left, not right.
5236
5237         * lily/system.cc (uniquify_list): new function
5238         (output_lines): uniquify_list () on all-elements. This fixes
5239         double symbols in the output.
5240
5241         * lily/beam.cc (rest_collision_callback): don't move anything if
5242         staff-position is set.
5243
5244         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
5245
5246         * lily/system.cc (typeset_grob): warn if adding twice.
5247
5248         * lily/sequential-iterator.cc (run_always): implement run_always().
5249         (also in other files.)
5250
5251         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
5252
5253         * lily/event.cc (to_relative_octave): add octave-check.
5254
5255         * Documentation/user/refman.itely (Line breaking): add noBreak.
5256
5257         * scm/new-markup.scm (normalsize-markup): add function.
5258         (sans-markup): new function.
5259
5260         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
5261         come earlier nowadays.  This fixes beams on grace notes.
5262
5263         * scm/music-functions.scm (direction-polyphonic-grobs): new
5264         variable, share between override and revert. This fixes script
5265         directions in polyphonic sections. (backportme)
5266
5267 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5268
5269         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5270         breakpoints.
5271
5272         * lily/break-align-interface.cc: add doco
5273
5274         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5275
5276 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5277
5278         * VERSION: release 2.1.9
5279
5280         * scm/document-markup.scm (markup-doc-node): add note about naming.
5281
5282         * scm/new-markup.scm (left-align-markup): bugfix. 
5283
5284         * Documentation/user/refman.itely (Ottava brackets): more doco for
5285         ottava.
5286
5287         * lily/side-position-interface.cc (out_of_staff): also do
5288         out_of_staff() correctly for d == DOWN.
5289
5290         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5291         horizontal line if they move to the right.
5292
5293         * scm/define-grobs.scm (all-grob-descriptions): set
5294         text-repeat-if-broken for ottava spanner
5295
5296         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5297         property.
5298
5299         * mf/feta18.mf: design size is 18 not 22.5
5300
5301         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5302         Add a single LyricsVoice to a melody. Melismata may be set
5303         individually.
5304
5305         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5306
5307         * lily/dot-column.cc: add stdio.h
5308
5309 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5310
5311         * lily/item.cc: documentation for break-visibility (Thanks, John).
5312
5313 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5314
5315         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5316
5317         * lily/translator-def.cc: rename Translator_def to Context_def.
5318
5319         * Documentation/user/internals.itely (Lexical details): clarify
5320         string def.
5321
5322         * Documentation/user/refman.itely (Rhythmic music): add link to
5323         RhythmicStaff 
5324
5325 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5326
5327         * lily/translator.cc: document start_translation_timestep()
5328
5329         * scm/output-tex.scm (tex-encoded-fontswitch): use
5330         round for rounding (inexact->exact yields rationals)
5331
5332         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5333
5334         * lily/translator-group.cc (get_simple_trans_list): 
5335         new function; construct simple_trans_list_ lazily.
5336
5337 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5338
5339         * lily/paper-outputter.cc (output_scope): Check if number before
5340         checking exact (guile cvs).
5341
5342         * scm/*: Escape backslashes in scheme strings (guile cvs).
5343
5344 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5345
5346         * Documentation/user/refman.itely (Tablatures basic): annotate
5347         seealso sections.
5348
5349         * lily/*.cc: cleanup of engraver initialize() functions.
5350
5351         * lily/repeat-acknowledge-engraver.cc
5352         (start_translation_timestep): remove first_b_
5353
5354         * lily/tab-note-heads-engraver.cc: listen to string number events
5355         inside < > too. (backportme).
5356
5357         * Documentation/user/refman.itely (Text scripts): add fatText to
5358         index.
5359
5360 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5361
5362         * VERSION: 2.1.8
5363
5364         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5365         footer.
5366
5367         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5368
5369         * lily/bar-check-iterator.cc (process): only warn if
5370         barCheckLastFail was changed.
5371
5372         * scm/define-translator-properties.scm (barCheckLastFail): add
5373         property.
5374
5375         * lily/main.cc (main_prog): print summary of failed files.
5376
5377         * lily/axis-group-engraver.cc: move all spanner creation to
5378         process_music (). Now staffs can be adjusted with \override too.
5379         (Jan, you are a brilliant programmer!)
5380
5381         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5382
5383 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5384
5385         * Documentation/user/tutorial.itely (Integrating text and music):
5386         Show the commands to produce a PDF as well.
5387
5388 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5389
5390         * lily/translator-def.cc (get_translator_names): accept user
5391         tweaks too. 
5392
5393         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5394         as big as normal heads. 
5395
5396         * input/*ly: run convert-ly
5397
5398         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5399         () if dependencies are fluked.
5400
5401         * scm/document-translation.scm (engraver-doc-string): update on
5402         latest string/symbol conventions.
5403
5404         * lily/translator-ctors.cc: use Scheme_hash_table.
5405
5406         * lily/translator-def.cc (get_translator_names): new function
5407         (add_context_mod): new function
5408         (get_accepted): new function
5409
5410         * lily/parser.yy (context_mod): put all modifications of
5411         \translator { } in a single production, encode as SCM.
5412
5413         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5414         to use read-only lists, so additions to the definition can be
5415         prepended easily.  
5416
5417         * Documentation/user/invoking.itexi (Editor support): add node on
5418         editor support.
5419
5420         * Documentation/user/refman.itely (Bar check): add lyrics example
5421         of bar checks. 
5422
5423         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5424
5425         * scripts/convert-ly.py (conv): add conversion rule.
5426
5427         * lily/parser.yy: use \change iso. \translator for staff switch.
5428
5429         * lily/my-lily-lexer.cc: add \change.
5430
5431         * scm/define-translator-properties.scm
5432         (default-melisma-properties): add definition.
5433
5434 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5435
5436         * Documentation/user/refman.itely (Bar lines): clarification of
5437         systemStartDelimiter. 
5438
5439         * input/test/slur-shape.ly (x): remove file.
5440
5441         * lily/translator-group.cc (apply_property_operations): new function.
5442
5443 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5444
5445         * lily/parser.yy (optional_prop_ops): allow \with {
5446         PROPERTYSETTINGS } following \context or \new.
5447
5448         * lily/my-lily-lexer.cc: add \with.
5449
5450         * lily/parser.yy (property_operation): clean up definition of
5451         property operations.
5452         (property_op_to_music): new function.
5453         (context_spec_music): new function
5454
5455         * VERSION: 2.1.7 released.
5456
5457         * input/regression/collision-merge-dots.ly: new file.
5458
5459         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5460         then kill the dots too. 
5461
5462         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5463         set/unset breakableSeparationItem
5464
5465         * lily/separation-item.cc (relative_width): add function.
5466
5467         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5468         only-prebreak-interface
5469
5470         * lily/system.cc (output_lines): only junk only-prebreak-interface
5471         grobs.
5472
5473         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5474         read breakableSeparationItem
5475
5476         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5477
5478         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5479
5480         * lily/dot-column.cc (dot_config_badness): new function:
5481         select the best scoring dot configuration: dots should go close to
5482         the note heads, but be shifted up or down according to conventions.
5483         (print_dot_configuration): idem.
5484         (shift_one): idem
5485         (remove_collision): idem.
5486
5487         * input/regression/dots.ly: add more test cases.
5488
5489 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5490
5491         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5492
5493         * flower/include/interval.hh: rename elem_b to contains 
5494
5495         * lily/tie.cc: change 'heads to 'head-pair.
5496
5497         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5498         fill in 'heads field.
5499
5500         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5501         minimum-length for short ones, and shorten so collisions with the
5502         next syllable are avoided.
5503
5504         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5505         near-zero slopes.
5506         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5507
5508         * lily/dots.cc: remove quantized_position callback. All Y
5509         positioning is done by dot-column.cc
5510
5511         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5512         exhaustive test of all dot positions. This fixes disappearing dots
5513         in dotted chords.
5514
5515 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5516
5517         * mf/feta-klef.mf (test_staff): fatten up G clef
5518         (test_staff): fatten up f clef.
5519
5520
5521 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5522
5523         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5524         * input/les-nereides.ly: Use latin1 characters for title, like
5525         Morgenlied.
5526
5527 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5528
5529         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5530         cmb10).
5531
5532         * lily/lyric-extender.cc (brew_molecule): add little space before
5533         extender line.
5534
5535         * lily/beam-quanting.cc (score_forbidden_quants): check if
5536         outer stafflines fall in any beam gaps.
5537
5538         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5539         for lyric texts.
5540
5541 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5542
5543         * VERSION: 2.1.6 released.
5544
5545         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5546         this shows the demerits of a user-defined beam position pair.
5547
5548         * scm/define-grobs.scm (all-grob-descriptions): set
5549         beamed-extreme-minimum-free-lengths to a different value.
5550
5551         * lily/scm-option.cc: add debug-beam scm-option
5552
5553         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5554
5555 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5556
5557         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5558
5559         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5560         space after barline.
5561
5562         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5563
5564         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5565         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5566         the other case, take standard column-breakable spacing. Do not
5567         warn about "no spacing wishes".
5568
5569         This fixes wide spaces after barlines in very loose lines.
5570
5571         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5572
5573 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5574
5575         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5576         acknowledge_grob lyric-syllable, not lyric-text.
5577
5578         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5579         dashes of length #'length separated by #'dash-period. 
5580
5581         * lily/lyric-extender.cc (brew_molecule): idem
5582
5583         * lily/multi-measure-rest.cc (big_rest): idem
5584
5585         * lily/system-start-delimiter.cc (simple_bar): idem
5586
5587         * lily/bar-line.cc (simple_barline): use rounded box
5588
5589         * VERSION: release 2.1.5
5590
5591         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5592         music): move note about dvips to more visible place.
5593
5594         * lily/lyric-phrasing-engraver.cc: move from
5595         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5596         lyric-phrasing-engraver.hh)
5597
5598         * lyric-align.ly: remove file
5599
5600         * scripts/convert-ly.py (FatalConversionError.func): add removal
5601         rule for automaticMelismata
5602
5603         * ly/engraver-init.ly (ScoreContext): switch on
5604         New_phrasing_engraver by default.
5605
5606         * lily/slur-engraver.cc (class Slur_engraver):
5607         process_acknowledged_grobs -> process_music.
5608         (try_music): signal melismata correctly.
5609
5610         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5611         word-space, right-trim-amount, and extend past right bound only
5612         for note heads.
5613
5614         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5615         lyric-extender support: add note-heads to the extender
5616         automatically.
5617
5618         * lily/parser.yy: extender is now post_event. 
5619
5620         * lily/accidental-engraver.cc (number_accidentals): remove
5621         spurious warning about non-parent contexts.
5622
5623         * lily/music-output-def.cc (assign_translator): \translator { }
5624         for a Foo context implicitly redefines \FooContext.
5625
5626         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5627         fixes.
5628
5629         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5630         doubly in slur weight. 
5631
5632         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5633         combination.
5634
5635         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5636         staffbar distance.
5637
5638         * scripts/lilypond.py (global_latex_preamble): crank down size of
5639         the margins. Now there is a 12 mm top and bottom margin, which
5640         should correspond with the printable area of modern printers.
5641
5642         This enlarges the music height of the printable page a little.
5643
5644         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5645         signs. Use \markup instead.
5646         (accreg_pen): tweak for accordeon asterisk.
5647
5648 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5649
5650         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5651
5652         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5653
5654         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5655
5656         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5657
5658         * scm/define-grobs.scm (all-grob-descriptions): change
5659         StanzaNumber description: make side support, i.s.o. breakable.
5660         use Instrument_name_engraver for texts in the margin.
5661
5662         * scm/define-translator-properties.scm: remove
5663         melismaEngraverBusy, stz property.
5664
5665         * *.cc: naming: change empty_b () into is_empty ()
5666
5667         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5668
5669         * input/regression/lyric-phrasing-new.ly: new file.
5670
5671         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5672         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5673         melismata are now left-aligned.
5674
5675 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5676
5677         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5678
5679         * mf/feta19.mf: remove.
5680
5681         * mf/feta-klef.mf (test_staff): more tweaks
5682
5683         * mf/feta-toevallig.mf: more small size tweaks.
5684
5685         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5686         rests for smaller sizes.
5687
5688         * mf/feta-bolletjes.mf: fix cross heads.
5689
5690         * VERSION: release 2.1.4
5691
5692         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5693         deprecated #'ancient font family
5694
5695         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5696         it is a string or number.
5697
5698         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5699         change calling convention of stem-attachment function. 
5700
5701         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5702
5703         * mf/feta-autometric.mf: dump WX/WY fields too
5704
5705         * mf/parmesan-heads.mf: idem.
5706
5707         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5708         attachment coordinates.
5709
5710         * lily/note-head.cc (stem_attachment_coordinate): read stem
5711         attachment from the notehead glyphs WX/WY fields.
5712
5713         * lily/include/font-metric.hh (struct Font_metric): add methods
5714         get_indexed_wxwy (), make a distinction between looking up by
5715         index and ASCII  
5716
5717         * mf/feta-bolletjes.mf: rewrite note head MF code.
5718         (test_outlines): make heads more rotund for smaller sizes. 
5719
5720 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5721
5722         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5723         throughout. Font scaling fixes throughout.
5724
5725         * mf/feta-sleur,slur.mf: remove. 
5726
5727         * mf/feta-slag.mf: rewrite.
5728
5729 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5730
5731         * VERSION: release 2.1.3
5732
5733         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5734
5735         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5736
5737         * lily/mark-engraver.cc (process_music): fix mark
5738         \default. (backportme)
5739
5740         * stepmake/stepmake/automatically-generated.sub.make (default):
5741         use -n for head/tail commands. 
5742
5743         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5744         heads with the same pitch.
5745
5746 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5747
5748         * lily/recording-group-engraver.cc (finalize): set protected_scm
5749         member to '() before finalizing.
5750
5751         * lily/translator-group.cc (finalize): remove removal_processing () 
5752
5753         * lily/recording-group-engraver.cc: new engraver: record
5754         synchronized start & end times for each music object.
5755
5756         * lily/parser.yy (toplevel_expression): execute score rendering
5757         during parsing. Cleanup output-filename handling; this is no
5758         longer done with global variables.
5759         (translator_spec_body): allow \type modification too.
5760
5761         * lily/score.cc:  ly:run-translator: new function
5762         (LY_DEFINE): ly:render-output new function.
5763
5764         Separate interpreting and rendering, and make available as
5765         functions at Scheme level.
5766
5767 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5768
5769         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5770         (musicxml-node->string):
5771         (xml-node->string):
5772         (music-to-musicxml): New function.
5773
5774 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5775
5776         * VERSION: 2.1.2 released
5777
5778         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5779
5780         * scm/font.scm (paper20-font-vector): discouple font design sizes
5781         from sizes specified in .ly file: store all design sizes of a font
5782         in a single vector.
5783
5784         * lily/font-select.cc (get_font_by_design_size): new function
5785
5786         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5787         add parmesan,feta in sizes 14 and 18.
5788
5789         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5790
5791         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5792         of fontSize: this now sets font-size
5793
5794 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5795
5796         * VERSION: 2.1.1 released
5797
5798         * Documentation/user/refman.itely (Tuning objects): add note about
5799         concurrent tweaks in different contexts. 
5800
5801         * lily/tie-engraver.cc (acknowledge_grob): use
5802         Staff_symbol_referencer::get_position iso. reading staff-position
5803         directly.
5804
5805         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5806         currentMusicalColumn as left span-point for bracket. The bracket
5807         is too long when there are accidentals.
5808
5809 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5810
5811         * buildscripts/lilypond-profile.sh,
5812         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5813         Thanks to Reuben Thomas <rrt@mupsych.org>
5814
5815 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5816
5817         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5818         Wurbel <wurbel@univ-tln.fr>.
5819
5820 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5821
5822         * scripts/midi2ly.py: Add space after chords.
5823
5824 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5825
5826         * input/regression/{many}: add few @code{ ... }.
5827
5828 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5829
5830         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5831         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5832         Removed cmbx5, cmbx6 (which are included in teTeX)
5833         and cmbxti14 which is not used in fonts.scm.
5834
5835 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5836
5837         * lily/midi-item.cc: fine tune quarter tones.
5838
5839 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5840
5841         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5842         new function, warn how many cents are missing in fine tuning.
5843
5844 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5845
5846         * input/bugs/rhytmicstaff-tie.ly: add file.
5847
5848         * THANKS: Create skeleton for 2.1.
5849
5850 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5851
5852         * input/test/bar-lines.ly (TODO): dashed "|".
5853
5854 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5855
5856         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5857         input/regression/tie-chord.ly: Fix spell for tying.
5858
5859         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5860
5861         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5862         new file (renamed, see above).
5863
5864         * Documentation/user/lilypond-book.itely
5865         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5866         * input/example-1.ly input/example-2.ly input/example-3.ly
5867         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5868         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5869         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5870         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5871         * scripts/lilypond-book.py scripts/lilypond.py
5872         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5873         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5874
5875         * Documentation/user/lilypond.tely: update version.
5876
5877         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5878         Remove extra spaces in each @node, fixes spaces.
5879
5880 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5881
5882         * scripts/lilypond-book.py (output_dict): Add definition of
5883         \lilypondbook also for LaTeX output. Solves several bug reports.
5884
5885 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5886
5887         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5888
5889 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5890
5891         * input/test/transposition.ly: Fix key signatures, given in comments.
5892
5893 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5894
5895         * scm/midi.scm (instrument-names-alist),
5896         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5897
5898 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5899
5900         * input/test/temporary-stave.ly (texidoc): New example based on an
5901         email question from Ralph Little.
5902
5903 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5904
5905         * VERSION: release 2.1.0
5906
5907         * lily/note-performer.cc (try_music): accept busy-playing-event.
5908
5909         * lily/swallow-perf.cc (try_music): return false for
5910         busy-playing-event and melisma-playing-event.
5911
5912 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5913
5914         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5915         >> in \score.
5916
5917 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5918
5919         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5920         that articulation_substitute will not move beam start again.
5921         (articulation_substitute): Bugfix: remove stray space so that new
5922         old chords ending '>>' does not get broken up.
5923         (sub_chord): Use TAB for indentation (not spaces).
5924
5925         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5926         Bugfix for startup: Use ?^ instead of ?\^.
5927
5928 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5929
5930         * lily/lyric-combine-music-iterator.cc
5931         (Lyric_combine_music_iterator): change init order, to prevent GC
5932         segfaults.
5933
5934         * lily/context-specced-music-iterator.cc (construct_children): 
5935         only change  translator if found. This fixes a core dump problem.
5936
5937 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5938
5939         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5940         comparison.
5941
5942         * mf/feta-bolletjes.mf: make hole in half note little
5943         smaller for stem attachment.
5944
5945         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5946
5947         * mf/feta-banier.mf: don't draw stem with flag, just small square
5948         attachment.
5949
5950         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5951
5952         * mf/feta-banier.mf: remove upstem/downstem characters.
5953
5954         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5955
5956         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5957         stafflinethickness (in the default)
5958
5959         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5960
5961         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5962
5963         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5964
5965         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5966
5967         * lily/include/directional-element-interface.hh:
5968         junk class, make {get,set}_grob_direction functions.
5969
5970         * lily/slur.cc (get_attachment): do something sensible when
5971         attaching to stem without heads (eg. a rest).
5972
5973         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5974         forcing up to staff.  remove #'support-head property
5975         (brew_molecule): small cleanup.
5976         (flag): remove #'grace property.
5977
5978 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5979
5980         * cygwin/postinstall-lilypond.sh: 
5981         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5982         (Volker Zell).
5983
5984 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5985
5986         * scripts/lilypond-book.py: resurrect 'eps' option. 
5987         (TexiPaper.to_eps): use -Ppdf for EPS files.
5988
5989         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5990
5991         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5992
5993         * VERSION: release 2.0.1
5994
5995         * lily/bezier.cc (get_other_coordinate): change assert into
5996         warning.
5997
5998         * lily/note-head.cc (internal_brew_molecule): make left protusion
5999         smaller, to accomodate for natural sign.
6000         (internal_brew_molecule): only do this when the accidental is
6001         close enough.
6002         (extent): new function
6003
6004         * lily/skyline.cc (merge_skyline): new function
6005         (heighten_skyline): new function
6006
6007         * lily/accidental-placement.cc (position_accidentals) 
6008         (position_accidentals): fix todo.
6009
6010 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6011
6012         * input/test/+.ly (texidoc): put version number inline.
6013
6014         * GNUmakefile.in: remove rsync-web target.
6015
6016         * input/regression/bar-scripts.ly (onestaff): raggedright
6017
6018 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6019
6020         * lily/*.cc: remove #if 0'd code in couple of places.
6021
6022         * lily/midi-stream.cc (operator <<): rewrite.
6023
6024         * lily/note-head.cc (internal_brew_molecule): 
6025         only make ledgers when the Staff symbol has lines.
6026
6027         * ly/property-init.ly (arpeggioBracket): simplify
6028
6029         * lily/translator-group.cc (execute_pushpop_property): use
6030         SCM_EQ_P for comparing keys. This fixes reverting
6031         auto-beam-settings.
6032
6033 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6034 *
6035         * lily/midi-stream.cc (operator <<): Also write MIDI string when
6036         midi_debug_global_b.
6037         (operator <<): Normalise loop.
6038
6039 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6040
6041         * scripts/lilypond.py (escape_path): revise.
6042
6043         * scm/music-functions.scm (set-output-property): new function.
6044
6045 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6046
6047         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
6048         use addmakeflags again.
6049
6050         * cygwin/lily-wins.py (escape_shell): New function; use it.
6051
6052         * scripts/lilypond.py (escape_shell): Escape quotes and other
6053         spaces too.  Do not escape escaping backslashes.
6054
6055         * make/srcdir.make.in (web-install): Must call install-WWW now.
6056
6057         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
6058         dependency
6059
6060 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6061
6062         * scripts/lilypond.py (escape_path): escape quotes too. 
6063
6064         * Documentation/user/lilypond.tely (Unified index): rename Index
6065         to accomodate Windows breakage.
6066
6067         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
6068
6069         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
6070         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
6071         target not a source.
6072
6073 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6074
6075         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
6076         addmakeflags.  Build and install doc and web also when building on
6077         Cygwin.
6078
6079         * mf/GNUmakefile: Bugfix.
6080
6081         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
6082         target web.
6083
6084         * cygwin/lily-wins.py: Quote filename.
6085
6086 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6087
6088         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
6089
6090 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6091
6092         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
6093         settings.
6094
6095         * configure.in: Require g++ > 3.0.4.
6096
6097         * mf/GNUmakefile: Bugfix: Add list.ly target.
6098
6099         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
6100
6101         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
6102         make omf directory, add uninstall targets.
6103
6104 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6105
6106         * lily/tie-performer.cc (initialize): init prev_event
6107
6108         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
6109
6110         * lily/script-engraver.cc (make_script_from_event): don't crash on
6111         non-string articulation-type.
6112
6113         * lily/new-fingering-engraver.cc (add_script): don't crash on
6114         0 scripts 
6115         (acknowledge_grob): warn about text script events.
6116
6117 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
6118
6119         * buildscript/lilypond.words: fix path for drums.scm.
6120
6121 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6122
6123         * lily/spacing-spanner.cc (note_spacing): don't make longer
6124         durations than measure-length.
6125
6126         * VERSION: release 2.0.0
6127
6128         * GNUmakefile.in (rsync-web): version independent rsync target.
6129
6130         * input/test/+.ly (texidoc): idem.
6131
6132         * input/regression/+.ly: print version number.
6133
6134         * input/regression/accidentals.ly (mel): shorten.
6135
6136         * input/regression/accidental-octave.ly (texidoc): shorten.
6137
6138         * input/regression/hairpin-dashed.ly (texidoc): docstring.
6139
6140         * input/regression/completion-heads-polyphony.ly: octave
6141
6142         * input/regression/beam-manual.ly: remove
6143
6144         * input/regression/beam-chord.ly: remove
6145
6146         * input/regression/grace-dynamic.ly: remove
6147
6148         * input/regression/grace-volta-repeat.ly: octave fixes.
6149
6150         * input/regression/hairpin-dashed.ly (texidoc): doc string.
6151
6152         * lily/parser.yy (step_number): semitones for chord entry too.
6153         (make_chord_step): more robust code, semitones. 
6154
6155         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
6156
6157         * input/regression/breathing-sign.ly (texidoc): split ancient and
6158         normal breathing signs.
6159
6160         * scm/define-grobs.scm (all-grob-descriptions): swap
6161         beamed-extreme-minimum-free-lengths and
6162         beamed-minimum-free-lengths; the 'extreme' case should allow
6163         shorter stems. This fixes forced directions on beamed 32nd and
6164         shorter notes.
6165
6166         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
6167         quartertones, not semitones.
6168         (NoteNamesContext): swallow more event types
6169
6170         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
6171
6172         * VERSION (PACKAGE_NAME): release 1.9.10
6173
6174 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6175
6176         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
6177         set note head as cause of note-column.  This gives a better error
6178         message.
6179
6180 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6181
6182         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
6183
6184 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6185
6186         * mf/GNUmakefile (pfa_warning): instruct 
6187
6188         * stepmake/aclocal.m4: typo.
6189
6190         * Documentation/user/cheatsheet.itely: more verbose examples.
6191
6192         * input/regression/clefs.ly: remove bogus docstring.
6193
6194 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6195
6196         * GNUmakefile.in (SUBDIRS): Add elisp.
6197
6198         * elisp/lilypond-mode.el: 
6199         * elisp/lilypond-init.el: 
6200         * elisp/lilypond-indent.el: 
6201         * elisp/lilypond-font-lock.el: Move from top dir.
6202
6203         * stepmake/stepmake/elisp-vars.make: New file.
6204
6205         * config.make.in (elispdir): Add.
6206
6207         * Documentation/topdocs/INSTALL.texi: Typo.
6208
6209         * make/ly-rules.make: Test for files instead of touching void and
6210         ignoring errors.
6211
6212         * GNUmakefile.in:
6213         * make/lilypond.redhat.spec.in:
6214         * debian/rules: Fix lilypond.words stuff a bit.  For running from
6215         <builddir>, adding
6216
6217         (push "<builddir>/share/lilypond/elisp" load-path)
6218
6219         to your ~/.emacs.el should give you LilyPond-mode again.
6220
6221         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
6222         regexp for DOS/Windows, we are too paranoid to fix others.
6223
6224 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6225
6226         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
6227
6228         * input/test/chord-names-jazz.ly (banterProperties): fix
6229
6230         * lily/parser.yy (bass_mod): bass figure alterations are semi
6231         tones, not quarter tones
6232
6233         * lily/beam.cc (set_stem_lengths): only lengthen stems
6234         for gapped beams.
6235
6236         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
6237         by beamcount.
6238
6239         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
6240         a warning that the warning may erroneous.
6241
6242         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
6243         target.
6244
6245         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
6246         targets.
6247
6248         * GNUmakefile.in ($(config_h)): config.h should depend on
6249         config.hh.in .
6250         (lilypond.words): remove fontball stuff.
6251
6252         * stepmake/aclocal.m4: only print config.cache warning if it exists.
6253
6254         * configure.in: remove pktrace reference.
6255
6256         * GNUmakefile.in (rsync-web): permissions and ownership for
6257         website.
6258
6259         * lily/volta-engraver.cc (staff_eligible): new function.
6260         (stop_translation_timestep): kill off spanners if not eligible.
6261
6262         * VERSION (PATCH_LEVEL): release 1.9.9
6263
6264         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6265
6266         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6267         length is more important than forbidden quants.
6268
6269 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6270
6271         * buildscripts/lilypond.words: order words in search order,
6272         add lilypond.words.vim to be generated.
6273
6274         * lilypond.vim: use lilypond.words.vim for keyword matching.
6275
6276         * lilypond-mode.el: use search order. fix word selection rules.
6277
6278         * lilypond-font-lock.el: fix fontifying long durations.
6279
6280         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6281
6282 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6283
6284         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6285
6286         * stepmake/stepmake/generic-targets.make:
6287         * stepmake/stepmake/bin/make-version.py: 
6288         * stepmake/aclocal.m4:
6289         * make/stepmake.make:
6290         * make/toplevel-version.make: Build fixes: remove last traces of
6291           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6292
6293         * lily/beam.cc: Add gap-count property.
6294
6295 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6296
6297         * scm/define-grob-properties.scm (gap-count): add gap-count
6298
6299         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6300
6301 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6302
6303         * cygwin/mknetrel.doc: Typo.
6304
6305         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6306
6307         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6308
6309 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6310
6311         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6312         sizes. Remove support for 'ledger'(=tabloid+landscape).
6313
6314 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6315
6316         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6317         sauter PFAs.
6318
6319         * configure.in: remove VERSION stuff once again.
6320
6321         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6322
6323         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6324         for chord names.
6325
6326         * mf/GNUmakefile: always trace pfa fonts.
6327         (SAUTER_FONTS): add cmss[567] too fonts
6328
6329         * configure.in: require mftrace. 
6330
6331         * lily/staff-performer.cc (new_instrument_string): don't look at
6332         instrument property.
6333
6334         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6335         is_direction is the C++ one. Similar for ly_axis_p and
6336         ly_number_pair_p
6337
6338 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6339
6340         * lily/beam.cc (brew_molecule): read gap-count to determine
6341         number of tremolo (gapped) beams.
6342
6343         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6344         shorter than 1/8
6345
6346         * flower/include/array.hh (default_compare): new function
6347
6348         * cygwin/mknetrel: Native fixes.
6349
6350         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6351
6352 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6353
6354         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6355         feature for Windows.
6356
6357         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6358
6359         * cygwin/mknetrel: Updates for native use on Cygwin.
6360
6361         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6362
6363         * stepmake/stepmake/help2man-rules.make: 
6364         * cygwin/mknetrel: Bugfix for manpages.
6365
6366         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6367         $(builddir).  Stepmake is a normal subdirectory now, that is not
6368         configured.  Another srcdir build fix.
6369
6370         * Documentation/topdocs/INSTALL.texi,
6371         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6372         lilypond-init.el, lilypond-mode.el, debian/rules,
6373         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6374         rename generated file lilypond.words to lilypond.words.el.
6375
6376 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6377
6378         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6379
6380         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6381         GNUmakefile.in.
6382
6383 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6384
6385         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6386         when cross building.
6387
6388         * configure.in: srcdir build fix.
6389
6390         * cygwin/GNUmakefile:
6391         * cygwin/lily-wins.py:
6392         * cygwin/postremove-lilypond.sh: 
6393         * cygwin/postinstall-lilypond.sh: Merge from stable.
6394
6395         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6396         s/ly2dvi/lilypond/.
6397
6398 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6399
6400         * lily/slur.cc (after_line_breaking): only set control points if
6401         none supplied yet.
6402
6403         * input/test/slur-manual.ly: new file.
6404
6405         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6406         <<  >> chords too.
6407
6408         * VERSION (PACKAGE_NAME): release 1.9.8
6409
6410         * scripts/lilypond.py (escape_path): escape spaces in directory names
6411
6412         * input/test/text-spanner.ly: fixes.
6413
6414 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6415
6416         * buildscripts/lilypond.words.py: add drum names as note names to
6417         Emacs-mode.
6418
6419 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6420
6421         * input/regression/hairpin-dashed.ly: new file.
6422
6423         * scripts/convert-ly.py (conv): warn about dash-length.
6424
6425         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6426         automatically if we get a new one.
6427
6428         * lily/lookup.cc (dashed_line): new function
6429
6430         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6431         dash-fraction.
6432
6433 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6434
6435         * buildscripts/lilypond.words.py: extract note names.
6436
6437         * lilypond-mode.el: take note names from lilypond.words -file.
6438         small fix in the use of string-match.
6439
6440         * lilypond-font-lock.el: use lilypond.words for note names, add 
6441         maxima to note a duration.
6442
6443 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6444
6445         * lily/breathing-sign.cc: remove railtracks() function. 
6446
6447         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6448
6449         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6450         (brew_molecule): bugfix don't make arpeggio shorter when
6451         arpeggio-direction is set.
6452
6453         *  debian/rules: small corrections in the (Pedro K)
6454
6455         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6456         examples.
6457
6458         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6459         special (repeat) bar comes along.
6460
6461         * input/regression/auto-beam-bar.ly: update.
6462
6463         * scripts/lilypond-book.py (output_dict): remove support for the
6464         EPS option.
6465
6466         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6467         VerticalAlignment and VerticalAxisGroup this fixes the size
6468         computations for the entire system.
6469
6470         * input/les-nereides.ly (bass): remove superfluous fontSize.
6471
6472         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6473         causes directory of file to be added to include path.
6474
6475         * input/regression/beam-break.ly: test single stem beams.
6476
6477         * input/regression/system-start-bracket.ly: fix.
6478
6479         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6480
6481         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6482
6483         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6484         (score_stem_lengths): do something sensible for single stem beams.
6485
6486         * lily/beam.cc (least_squares): add kludge for single stem beams.
6487
6488         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6489         keySignature to list of broken things.
6490
6491         * input/regression/keys.ly: fix.
6492
6493         * VERSION (PACKAGE_NAME): release 1.9.7
6494
6495         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6496
6497         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6498
6499         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6500         (quartertone_pitch): new function
6501
6502         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6503         flat. WARNING: FONT CHANGED.
6504
6505         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6506
6507         * lily/accidental-placement.cc (add_accidental): support for
6508         quarter tones.
6509
6510         * ly/LANGUAGEs.ly: use symbols for alterations.
6511
6512         * mf/feta-toevallig.mf: change accidental codes. 
6513
6514         * scm/lily.scm (ly:get-option): switch on debugging only for
6515         --verbose.
6516
6517         * lily/lily-guile.cc: remove ly:verbose?
6518
6519         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6520
6521         * lily/parser.yy (TODO): only do gh_call() for apply with
6522         procedure argument.
6523
6524         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6525         stuff in accordance with new timing of tie-events.
6526
6527         * lily/my-lily-lexer.cc: remove \outputproperty
6528
6529         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6530
6531         * scm/define-translator-properties.scm (melismaBusyProperties):
6532         add melismaBusyProperties property.
6533
6534 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6535
6536         * input/test/ambitus-mixed.ly (texidoc): new file.
6537
6538         * buildscripts/mutopia-index.py (find): prune debugging
6539
6540         * lily/side-position-interface.cc: doc updates
6541
6542         * Documentation/user/refman.itely: updates, tweaks.
6543
6544         * lily/parser.yy (Simple_music): remove outputproperty
6545
6546         * make/stepmake.make: use VERSION again; importing VERSION via
6547         autoconf dependencies is too hairy.
6548
6549 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6550
6551         * lilypond-mode.el: allow `-' for keywords and identifiers.
6552
6553 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6554
6555         * VERSION: release 1.9.6
6556
6557         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6558         iso. ly2dvi.
6559
6560         * Documentation/user/*.itely: fixes everywhere
6561
6562         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6563         produce ties from the engraver itself, do not broadcast TieEvent.
6564
6565         * lily/my-lily-lexer.cc: remove pitch & duration.
6566
6567         * lily/parser.yy (TODO): remove \pitch and \duration
6568
6569         * input/test/explicit.ly: remove file.
6570
6571         * Documentation/user/refman.itely (Pitches): remove \pitch 
6572         \duration command.
6573
6574 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6575
6576         * buildscripts/lilypond.words.py: add all slur types to Emacs
6577         insertion menu, suppose everything is postfixed by dropping 
6578         unnecessary `-' -marks.
6579
6580 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6581
6582         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6583         tremoloed stems.
6584
6585         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6586         head for flagged stems.
6587
6588         * lily/stem.cc (get_default_stem_end_position): futz with extra
6589         stem length if there is a stem tremolo.
6590
6591         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6592         it would be too small.
6593
6594         * lily/font-metric.cc: return #f for non-existent glyph.
6595
6596         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6597         exported through config.make.
6598
6599         * input/regression/clef-oct.ly: new file.
6600
6601         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6602         transposition.
6603
6604         * input/template/*.ly: remove old relative.
6605
6606         * ly/english.ly: add X names for double sharp.
6607
6608 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6609
6610         * lily/font-select.cc: new file handle font selection routines.
6611
6612         * lily/parser.yy: add ; (Patrick Atamaniuk)
6613
6614         * input/test/time-signature-double.ly: use markups for double time
6615         sigs.
6616
6617         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6618         ChordNames.SeparationItem #'padding for adjusting space after chords.
6619
6620         * lily/music-output-def.cc (LY_DEFINE): 
6621         new function ly:paper-lookup.
6622
6623         * mf/parmesan-clefs.mf: use # quantities for char_box
6624         offsets. Fixes overflow errors in the PFA. 
6625
6626         * scm/new-markup.scm (strut-markup): change calling interface for
6627         markup. Pass paper-def, not grob. This would allow \markup to be
6628         used separately from grobs.
6629
6630         * lily/paper-def.cc: new function ly:paper-font; this function
6631         replaces ly:get-font.
6632
6633         * lily/include/font-interface.hh (struct Font_interface): take
6634         Paper_def iso. Grob for get_font().
6635
6636 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6637
6638         * Documentation/user/ tutorial.itely, refman.itely: add warning
6639         about \key and accidentals.
6640
6641 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6642
6643         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6644
6645         * Documentation/user/*.itely: manual tweaks
6646
6647 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6648
6649         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6650         cleanup; bugfix: exact_center
6651
6652         * Documentation/user/refman.itely: added more documentation on
6653         ambitus according to recent questions on lilypond-user list
6654
6655 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6656
6657         * input/regression/ottava.ly (texidoc): demo 15ma too.
6658
6659         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6660
6661         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6662         octave fixes.
6663
6664 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6665
6666         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6667         problems on older Mac editors.
6668
6669 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6670
6671         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6672
6673 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6674
6675         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6676         mf/parmesan-clefs.mf: added comments on character alignment and
6677         set_char_box() conventions
6678
6679         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6680         set_char_box()'s
6681
6682         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6683
6684 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6685
6686         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6687
6688 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6689
6690         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6691         shortened to avoid almost-collision with staff line; code cleanup;
6692         other custodes: fixed char boxes; code cleanup
6693
6694 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6695
6696         * configure.in: release 1.9.5
6697
6698         * scripts/lilypond.py (global_latex_preamble): only set
6699         twosideshift if 'twoside' is in latexoptions 
6700
6701         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6702
6703         * VERSION: remove
6704
6705         * scripts/*2ly.py: update <> syntax
6706
6707 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6708
6709         * lily/chord-name-engraver.cc (process_music): add origin for
6710         chord name.
6711
6712         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6713
6714         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6715         bass notes for exceptions too.
6716
6717         * scm/define-grobs.scm (all-grob-descriptions): rename
6718         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6719
6720         * scm/define-grob-properties.scm (remove-first): add remove-first
6721         property for orchestral scores.
6722
6723         * Documentation/user/*.itely: switch <<>> and <> 
6724
6725         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6726         last_line only once. This fixes the two consecutive glissandi problem.
6727
6728 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6729
6730         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6731         error message "flexa-width undefined"
6732
6733         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6734         lily/include/gregorian-ligature.hh: print warning when ignoring
6735         head prefixes on flexa shapes
6736
6737         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6738         space before a series of inclinatum heads
6739
6740         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6741         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6742         cleanups
6743
6744         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6745         and char_box
6746
6747 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6748
6749         * input/regression/breathing-sign.ly: tiny fixes
6750
6751         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6752         semantical collision with vaticana ligatures
6753
6754         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6755         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6756         now consistent with mensural ligatures
6757
6758         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6759         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6760         context pitches and staff position; dto. for virga stem; removed
6761         obsolete virga and clivis characters from parmesan font (WARNING:
6762         font changed)
6763
6764         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6765         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6766
6767         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6768         scm/define-grob-properties.scm: consistency fix: renamed
6769         join_left->add_cauda
6770
6771         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6772         appendix length; bugfix: yoffs_bt for reverse direction punctum
6773         characters
6774
6775         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6776         small cleanups; added more docu
6777
6778         * lily/mensural-ligature-engraver.cc,
6779         lily/vaticana-ligature-engraver.cc,
6780         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6781         computation to CoherentLigatureEngraver
6782
6783         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6784         scm/define-grob-properties.scm: bugfix: added missing linea and
6785         cavum properties; bugfix: removed dead semivocalis property
6786
6787         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6788         length; redesigned quilisma, stropha and auctum
6789
6790         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6791         line thickness
6792
6793         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6794         Documentation/user/refman.itely: bugfix: introduced shifted
6795         epiphonus head to avoid collision with adjacent plica
6796
6797 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6798
6799         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6800
6801         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6802
6803 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6804
6805         * Documentation/user/tutorial.itely (A lead sheet): remove
6806         duplicate chords.
6807
6808         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6809
6810 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6811
6812         * Documentation/bibliography/computer-notation.bib (isbn): add
6813         xivcim publication.
6814
6815 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6816
6817         * GNUmakefile.in: drop lilypond.words for generation.
6818
6819 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6820
6821         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6822
6823         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6824
6825 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6826
6827         * input/test/figured-bass-alternate.ly (fl): new file.
6828
6829         * Documentation/topdocs/README.texi (Top): clarifications.
6830
6831         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6832         theses of Gieseking and Renz.
6833
6834         * GNUmakefile.in (README_FILES): remove README.mandrake.
6835
6836 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6837
6838         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6839         from source files and search patterns listed in the script.
6840
6841         * GNUmakefile.in: add target `lilypond.words'.
6842
6843         * lilypond.words: remove file, generated by `make lilypond.words'.
6844
6845         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6846
6847 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6848
6849         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6850
6851 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6852
6853         * VERSION: 1.9.4 released
6854
6855         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6856         rule for < > <-> << >> substitution
6857
6858         * lily/lexer.ll: exchange meaning of << >> and < > 
6859
6860         * VERSION (PACKAGE_NAME): 1.9.3 released
6861
6862         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6863         pages unconditionally.
6864
6865 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6866
6867         * Documentation/user/music-glossary.tely (Top): small syntax
6868         fixes.
6869
6870         * scm/music-functions.scm (remove-tag): filter \tagged music
6871         expressions.
6872
6873         * input/regression/tag-filter.ly (texidoc): new file.
6874
6875         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6876         symbol2 .. ) etc. 
6877
6878         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6879         convert rule.
6880
6881         * Documentation/user/refman.itely (Fingering instructions): adjust
6882         manual.
6883
6884         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6885         for borderline cases (e.g. 1 fingering.)
6886         (position_scripts): revise interface, use fingerOrientations to
6887         set fingering positions.
6888
6889         * scm/document-translation.scm (context-doc): add aliases to
6890         automated documentation.
6891
6892         * make/lilypond-vars.make: remove stepmake compat glue.
6893
6894         * make/generic-vars.make: remove cruft.
6895
6896         * lily/main.cc (main): don't identify binary.
6897
6898 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6899
6900         * lily/include/translator.hh (class Translator): remove
6901         type_string_ , use symbol for context name throughout.
6902         Changes through whole source tree.
6903
6904         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6905         set PDF as default, and always make PDF.
6906
6907         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6908
6909 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6910
6911         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6912         Documentation/user/refman.itely input/regression/allfontstyle.ly
6913         input/regression/grace-types.ly:
6914         fix spelling for acciaccatura (Webster's 1913).
6915
6916 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6917
6918         * lily/main.cc (usage): adjust blurb, include url.
6919
6920         * input/regression/breathing-sign.ly (texidoc): transpose up
6921
6922 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6923
6924         * input/regression/breathing-sign.ly: changed ancient examples to
6925         be relevant (by request of Han-Wen); updated BreathingSign text
6926         property according to new syntax.
6927
6928         * ly/gregorian-init.ly: updated BreathingSign text property
6929         according to new syntax
6930
6931 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6932
6933         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6934         (Clef): index entries for clefs.
6935
6936         * python/lilylib.py (system): remove errorlog files.
6937
6938 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6939
6940         * lilypond.words: add \new and new graces. Add dynamics to menus
6941         keeping 1.8.x compatibility; after all the engraving relating to 
6942         notes becomes postfixed `-' marks will be removed.
6943
6944 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6945
6946         * lily/molecule.cc (align_to): idem.
6947
6948         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6949
6950         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6951         accacciatura everywhere.
6952
6953         * VERSION (PACKAGE_NAME): released 1.9.2
6954
6955         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6956
6957         * scm/document-markup.scm (markup-doc-node): sort markup function
6958         list.
6959
6960         * lily/paper-outputter.cc (output_version): change "Lily was here"
6961         into  "Engraved by LilyPond"
6962
6963         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6964         on unquoted strings before \notenames.
6965
6966         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6967         increases the number of s/r reductions to 4.
6968
6969         * scm/new-markup.scm (fraction-markup): \fraction command.
6970
6971         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6972         mode
6973
6974         * lily/lookup.cc (round_filled_box): rename function.
6975         (LY_DEFINE): round-filled-box: change signature.
6976
6977         * Documentation/user/refman.itely: revise section explaining grace
6978         notes.
6979
6980         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6981         ly:set-context-property
6982
6983         * input/*/*.ly (vmus): use \new everywhere.
6984
6985         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6986
6987         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6988         default
6989
6990         * scm/music-functions.scm (set-stop-grace-properties)
6991         (set-start-grace-properties, add-grace-property): new functions
6992         for modular grace tweak control.
6993
6994         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6995
6996 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6997
6998         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6999
7000         * GNUmakefile.in (install-pfa-fonts):
7001         (get-pfa-fonts): New target.
7002
7003         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
7004         install-pfa-fonts help.
7005
7006 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7007
7008         * lily/translator-scheme.cc (LY_DEFINE):
7009         ly:context-pushpop-property new function.
7010         (LY_DEFINE): new function ly:translator-find  
7011         new function ly:translator?
7012         (LY_DEFINE): new function ly:context?
7013
7014         * lily/translator-def.cc: remove
7015         Translator_def::apply_pushpop_property().
7016
7017         * python/lilylib.py (read_pipe): only store and display error log
7018         if verbose not set.
7019         (read_pipe): only display log if it contains something.
7020
7021 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7022
7023         * Documentation/misc/GNUmakefile: Re-add.
7024         (TEXTS): Add CHANGES.
7025
7026 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
7027
7028         * lilypond.words: add \newcontext.
7029
7030 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7031
7032         * lily/tie-performer.cc (stop_translation_timestep): only flush
7033         tied_notes when we have actually made a tie. Fixes bugs with ties
7034         in polyphonic scores.
7035
7036 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7037
7038         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
7039         they do not exist.
7040
7041 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7042
7043         * VERSION (PACKAGE_NAME): released 1.9.1 
7044
7045         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
7046         Instrument_name_engraver
7047
7048         * lily/tie-performer.cc (create_audio_elements): bugfix
7049
7050         * Documentation/user/music-glossary.tely (Top): comment out
7051         font-style statements.
7052
7053         * input/test/force-hshift.ly: revise example.
7054
7055         * Documentation/bibliography/engraving.bib (note): typos.
7056
7057         * configure.in: bump GCC requirements to 3.x
7058
7059         * lily/include/audio-item.hh (class Audio_tie): rename
7060         note_l_drul_ to note_drul_
7061
7062         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
7063
7064         * lily/parser.yy (relative_music): whoops. All \relative were off
7065         by ...  a lot .... Ahem.
7066
7067         * scm/define-music-types.scm (music-descriptions): idem.
7068
7069         * lily/beam-engraver.cc: move new-beam-event to beam-event
7070
7071         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
7072         to Tie_engraver
7073
7074         * input/regression/bar-number.ly: remove unnecessary old-relative
7075         options.
7076
7077         * Documentation/user/internals.itely (Creating contexts): document
7078         \newcontext
7079
7080         * lily/parser.yy (Composite_music): add \newcontext
7081
7082         * Documentation/user/refman.itely (MIDI block): add note about
7083         dotted tempos.
7084
7085         * scm/font.scm: remove old markup legacy
7086
7087         * GNUmakefile.in (web-clean): remake share/ after web-clean.
7088
7089         * lily/breathing-sign.cc (brew_molecule): remove function
7090
7091         * lily/text-item.cc: remove old-style markups.
7092         (interpret_markup): C++ version of markup function
7093         (brew_molecule): idem.
7094
7095         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
7096         as Scheme variable.
7097
7098         * scripts/convert-ly.py (conv): dashes rule.
7099         Apply rule.
7100
7101         * Documentation/user/lilypond-book.itely: syntax fixes. 
7102
7103 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7104
7105         * VERSION (PACKAGE_NAME): release 1.9.0
7106
7107         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
7108         note about dvips. (Should backport.)
7109
7110         * scripts/convert-ly.py
7111         (FatalConversionError.articulation_substitute): add
7112         convert-new-chords code. Remove convert-new-chords.py
7113
7114         * Documentation/user/refman.itely (Octave check): document
7115         \octave.
7116
7117         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
7118         \relative changes.
7119
7120         * lily/parser.yy (command_element): octave check:
7121
7122            \octave PITCH
7123
7124         checks that PITCH (without octave) yields PITCH (with octave) in
7125         \relative
7126
7127         * lily/relative-octave-music.cc (to_relative_octave): octave check.
7128
7129         * lily/scm-option.cc: ly:set-option now has the default argument
7130         #t.
7131
7132         * lily/lexer.ll: add \renameinput
7133
7134         * python/lilylib.py (command_name): robustifications.
7135
7136         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
7137         /dev/stderr. This is ash compatible.
7138
7139         * ly/init.ly: add warning if compatibility was not necessary.
7140
7141         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
7142
7143         * flower/include/string-handle.icc: formatting cleanups, rename
7144         references by ref_count_.
7145
7146 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
7147
7148         * make/lilypond.mandrake.spec.in: syncronize the spec file with
7149         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
7150         package libs separately, fix conflicting php variable out=/dev/vc/
7151         invoking `unset out', declare menus, use only one icon-file, fix
7152         doc-path in menu.
7153
7154 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7155
7156         * scripts/convert-ly.py (FatalConversionError.conv): typo
7157
7158         * Documentation/misc/GNUmakefile: restore misc directory.
7159
7160         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
7161
7162         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
7163         Petites-Preludes 
7164
7165         * input/test/partial-blank.ly (quickmeasure): syntax
7166
7167         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
7168         attachment property.
7169
7170         * Documentation/user/refman.itely: remove superfluous -'s 
7171         (Grace notes): ) fixes.
7172
7173         * lily/music.cc: generic compress(), transpose() functions. Remove
7174         others.
7175
7176         * lily/parser.yy (gen_text_def): remove support for #'(italic )
7177         style markup entry.
7178
7179         * lily/parser.yy: all articulations postfix; remove obligatory -
7180         for [,  ) and \!
7181
7182         * lily/music.cc (to_relative_octave): write generic
7183         to_relative_octave function; various relative cleanups.
7184         Hmmm.
7185
7186         * lily/scm-option.cc: add options new-relative and old-relative
7187
7188         * po/sv.po: new po file.
7189
7190         * Documentation/user/refman.itely (Dynamics): website
7191         fixes. (should backport!)
7192
7193 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7194
7195         * make/lilypond.mandrake.spec.in: declare version only once.
7196
7197 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7198
7199         * lily/simultaneous-music.cc (to_relative_octave): undo relative
7200         meaning for now.
7201
7202 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7203
7204         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
7205
7206         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
7207
7208         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
7209
7210         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
7211
7212         * lily/music.cc (var): add ly:music-transpose function.
7213
7214         * lily/parser.yy (pre_events): remove prefix articulations.
7215
7216         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
7217
7218         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
7219
7220         * Documentation/user/refman.itely (Text markup): add comment about
7221         markup in header.
7222
7223 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7224
7225         * lily/paper-outputter.cc (write_header_fields_to_file): 
7226         only dump value if it is a string.
7227
7228         * flower/include/dictionary.hh: remove.
7229
7230         * Documentation/ChangeLog-1.5: add back old log.
7231
7232         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
7233         .pfas from a .deb.
7234
7235 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7236
7237         * Documentation/bibliography/engraving.bib: add entry for
7238         Jaschinski's Notation
7239
7240 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7241
7242         * Documentation/user/refman.itely (Beaming): add note about
7243         allowBeamBreak
7244
7245 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
7246
7247         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7248         GregorianTranscription contexts
7249
7250         * ly/engraver-init.ly: vaticana contexts: minor fixes
7251
7252         * Documentation/user/refman.itely (Ancient notation): added note
7253         on appendix length bug
7254
7255         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
7256         input/test/vaticana.ly: use vaticana contexts; small fixes
7257
7258 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7259
7260         * flower/hash.cc: Remove.
7261
7262         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
7263         to (nonexistent?) hash_func_ identifier.
7264
7265         * python/midi.c (midi_error, midi_warning): Use char const* for
7266         __FUNCTION__ argument.
7267
7268         * python/gettext.py: Remove.  We already require python 2.1, which
7269         includes gettext.py.
7270
7271         * configure.in: Require python 2.1, as INSTALL.texi says.
7272         it.
7273
7274         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7275         versions 1.50 and 1.75.  Remove note about lexer patch.
7276
7277 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7278
7279         * Documentation/topdocs/INSTALL.texi: Update type1 font
7280         description to actual situation.  Add comment about new font ball
7281         layout.
7282
7283         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7284         in $LILYPONDPREFIX suffices for installation.
7285
7286 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7287
7288         * debian/control (Build-Depends): Add flex-old as alternative to
7289         flex.  Deprecate bison 1.75.
7290
7291 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7292
7293         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7294         Vaticana contexts
7295
7296         * Documentation/user/refman.itely (Ancient notation): documented
7297         some bugs; tiny fixes; added docu on Vaticana contexts
7298
7299         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7300         scripts
7301
7302 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7303
7304         * Documentation/user/refman.itely (Ancient notation): added some
7305         introductory words; added section on ancient time signatures;
7306         added some @seealso and @refcommands; small fixes and
7307         beautifications
7308
7309 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7310
7311         * input/regression/note-head-style.ly: many fixes and updates
7312
7313         * Documentation/user/refman.itely: added small sections on ancient
7314         accidentals, rests and flags; revised ancient note head section;
7315         small wording/spelling fixes
7316
7317         * input/test/rests.ly: layout fixes
7318
7319 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7320
7321         * input/puer-fragment.ly: bugfix: central C position of do clef
7322
7323         * ly/gregorian-init.ly: workaround: add small padding space before
7324         divisiones (the correct fix would be the spacing engine to handle
7325         this)
7326
7327 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7328
7329         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7330         cue-notes.ly: minor fixes.
7331
7332 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7333
7334         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7335         input/test/custos-style.ly
7336
7337         * Documentation/index.html.in: bugfix: link to Tutorial.html
7338
7339         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7340         to neumes; bugfix: "et": epiphonus, not just a simple pes
7341
7342 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7343
7344         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7345
7346         * lilypond.words: add new features: markup, column, center, \[ \].
7347
7348 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7349
7350         * Documentation/topdocs/NEWS.texi, DEDICATION,
7351         stepmake/bin/add-html-footer.py
7352         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7353         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7354         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7355         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7356         added (only) after a sentence which is complete; if the sentence is 
7357         not ended a comma `,' or nothing is used. fix also spaces.
7358
7359 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7360
7361         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7362         requirements to plain 1.6.
7363
7364         * buildscripts/mutopia-index.py (read_lilypond_header): update
7365         mutopia-index.py to 1.4 syntax [sic]
7366
7367 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7368
7369         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7370
7371 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7372
7373         * Documentation/index.html.in: url for regression pdf
7374
7375         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7376
7377         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7378
7379         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7380
7381         * VERSION: 1.8.0 released
7382
7383         * GNUmakefile.in (local-WWW-post): footify build fix.
7384
7385         * configure.in: require GUILE 1.6.4
7386
7387         * Documentation/user/GNUmakefile: don't copy *.png for
7388         lilypond-internals
7389
7390         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7391         local-WWW-post target.
7392         (rsync-web): add rsync-web target
7393
7394         * Documentation/user/introduction.itely (Music notation and
7395         engraving): add neume example
7396
7397         * input/puer-fragment.ly (cantus): add puer-fragment
7398
7399 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7400
7401         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7402         to notes, so that equalizer is actualy being used.
7403
7404         * scm/midi.scm (instrument-equalizer-alist):
7405         (absolute-volume-alist): Define public, so that user can copy or
7406         override.
7407
7408         * lily/key-performer.cc (create_audio_elements): Check for minor
7409         key.  Only if key is minor, set MIDI key to minor.
7410
7411 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7412
7413         * Documentation/user/refman.itely (Hiding staffs): fixes.
7414
7415         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7416
7417         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7418         vertical extents to deal with Hara kiri correctly.
7419
7420         * input/regression/hara-kiri-short.ly: remove
7421
7422         * input/regression/hara-kiri-pianostaff.ly: update test.
7423
7424         * Documentation/user/*.tely: remove WEBTITLE
7425
7426         * scm/output-tex.scm (comment): idem.
7427
7428         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7429
7430         * scm/music-functions.scm (make-lyric-event): new function
7431
7432         * scm/lily.scm (lilypond-version): new function
7433
7434         * input/test/version-output.ly: new file.
7435
7436         * Documentation/user/lilypond.tely: add version number to
7437         front-page.
7438
7439 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7440
7441         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7442
7443 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7444
7445         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7446
7447         * Documentation/user/refman.itely (Hiding staffs): rename node.
7448
7449 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7450
7451         * input/regression/new-markup-syntax.ly (texidoc): remove
7452         molecule-callback override.
7453
7454 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7455
7456         * input/les-nereides.ly: Mark tweaks with %tweak.
7457
7458         * Debian patch, see debian/changelog (Anthony Fok).
7459
7460 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7461
7462         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7463         problem.
7464
7465 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7466
7467         * Documentation/user/refman.itely (Text markup): Fix language bug.
7468
7469 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7470
7471         * input/* : postfix syntax fixes.
7472
7473         * Documentation/user/refman.itely (Text markup): add note about
7474         raise/lower with ^ or _ .
7475
7476         * po/fi.po: fix \\apply strings.
7477
7478         * lily/parser.yy (open_event): warn for prefix articulations.
7479
7480 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7481
7482         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7483         fix also on parmesan font.
7484
7485 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7486
7487         * VERSION 1.7.30 released
7488
7489         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7490
7491         * buildscripts/mutopia-index.py (headertext): rewording
7492
7493 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7494
7495         * scm/new-markup.scm (strut-markup): new markup function.
7496
7497         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7498         space also when no accidental is there.
7499
7500 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7501
7502         * input/les-nereides.ly: Updates.
7503
7504 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7505
7506         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7507         which repeats the tag insertion selected from "Insert tag" menu.
7508
7509 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7510
7511         * lily/all-font-metrics.cc (find_font): load AFM files first only
7512         for feta fonts. This fixes problems with TeXlive and other TeX
7513         distros that include AFM files for the CM fonts. 
7514
7515         * scm/font.scm (qualifiers-to-font-name): remove.
7516
7517         * lily/paper-def.cc: remove get_var.
7518
7519         * input/trip.ly: remove file.
7520
7521         * input/regression/spacing-note-flags.ly (raggedright): remove
7522         stafflinethickness
7523
7524         * input/les-nereides.ly: update to new syntax, cleanups.
7525
7526 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7527
7528         * Documentation/user/refman.itely: Clarify shortest-note problem
7529         of autobeamer.
7530
7531 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7532
7533         * lilypond-mode.el: Add each word to regexps only once.
7534
7535         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7536         is based on the syntax definitions in lilypond.words. Remove all 
7537         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7538         LilyPond->Insert menu is generated by the entries in lilypond.words 
7539         to which have been given a syntax definition.
7540
7541         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7542         \notes, \relative, \score, \simultaneous, \transpose.
7543
7544         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7545
7546         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7547
7548         * lilypond-mode.el: add menu keywords separately.
7549
7550         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7551
7552 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7553
7554         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7555         current ugly installation method for PFA fonts.
7556
7557 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7558
7559         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7560         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7561
7562         * Documentation/user/music-glossary.tely: update legato.
7563
7564 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7565
7566         * lexer-gcc-3.0.patch: Remove.
7567
7568         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7569
7570 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7571
7572         * debian/rules (binary-arch): remove NEWS.
7573
7574 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7575
7576         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7577         stepmake/bin{ many }: polish the `--help's of different scripts;
7578         model taken from the core-utils of Linux.
7579
7580         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7581
7582 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7583
7584         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7585
7586         * flower/libc-extension.cc: idem.
7587
7588         * flower/include/libc-extension.hh: protect against isinf macros.
7589
7590 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7591
7592         * { many }: Use two uppercase letters in LilyPond.
7593
7594         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7595
7596         * VERSION: 1.7.29 released.
7597
7598 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7599
7600         * lily/tie.cc: add TODO comment.
7601
7602         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7603
7604         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7605         linejoins and linecaps. This fixes problems with occasional spikes
7606         on slur/tie endings.
7607
7608         * input/regression/font-name.ly: don't use PS fonts for
7609         compatibility reasons. 
7610
7611         * mutopia/claop.py (accents): update to 1.8
7612
7613         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7614
7615         * Documentation/user/macros.itexi: don't color glossary links.
7616
7617         * Documentation/user/invoking.itexi (Error messages): new section
7618
7619 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7620
7621         * input/regression/font-name.ly: add file.
7622
7623         * scm/document-backend.scm (grob-doc): remove <hr> from
7624         lilypond-internals
7625
7626         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7627         reqd version to 1.6.4 
7628
7629         * lily/font-interface.cc (get_font): bugfix: take font-name from
7630         alist chain too. This fixes font-name override for \markup.
7631
7632 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7633
7634         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7635
7636         * input/test/polymetric-differing-notes.ly: Compile fix.
7637
7638 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7639
7640         * Documentation/user/refman.itely: fixed typo
7641
7642         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7643         before flexa
7644
7645 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7646
7647         * input/test/{ many }: search & fix some typos.
7648
7649 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7650
7651         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7652         images.
7653
7654         * scm/music-functions.scm (make-voice-props-set): set Script /
7655         TextScript dir for polyphony too.
7656
7657         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7658         before clef.
7659
7660         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7661
7662 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7663
7664         * Documentation/user/refman.itely (Percussion): Small
7665         clarifications and fixes.
7666
7667         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7668         threads. This fixes different heads playing simultaneously.
7669
7670 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7671
7672         * Documentation/user/{ many }: increase readability (read through 
7673         User manual from `one big page').
7674
7675 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7676
7677         * input/test/polymetric-differing-notes.ly: add example with
7678         disparate note values.
7679
7680         * input/test/polymetric.ly: rename from poly-metric
7681
7682         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7683         iso. outname.
7684
7685         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7686         G-clef bbox to real char extents. This fixes the G-clef being
7687         offset too much to the right.
7688         document perc clef offset.
7689
7690         WARNING: FONT CHANGED.
7691
7692         * Documentation/user/tutorial.itely (Tutorial): move menu.
7693
7694 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7695
7696         * buildscripts/lilypond-profile.sh (Error): trim error message.
7697
7698         * Documentation/user/invoking.itexi (Invoking the lilypond
7699         binary): add note about path.
7700
7701         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7702         suppresses superfluous spaces.
7703
7704 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7705
7706         * buildscripts/lilypond-profile.sh: Add documentation to error
7707         message.
7708
7709         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7710
7711 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7712
7713         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7714         <mike@ossmann.com>)
7715
7716         * Documentation/bibliography/computer-notation.bib (pages): prune
7717         unscientific language.
7718
7719         * Documentation/user/GNUmakefile: copy unsplit file to
7720         lilypond.html (idem for lilypond-internals).
7721
7722         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7723
7724         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7725
7726         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7727
7728         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7729         fix.
7730
7731 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7732
7733         * Documentation/user/{ various }: bind text snippets with their
7734         examples, e.g. by punctuation: This is an example.
7735
7736 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7737
7738         * ly/performer-init.ly (VoiceContext): Typos.
7739
7740         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7741         builds, leave final-install to toplevel srcdir makefile.
7742
7743         * make/srcdir.make.in (install): New target.
7744
7745 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7746
7747         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7748         This fixes core dump on MIDI output (Simon Weatherill).
7749
7750         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7751         on local-WWW-post.
7752
7753 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7754
7755         * make/lilypond.redhat.spec.in: add dvips to reqs.
7756
7757 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7758
7759         * make/srcdir.make.in (web): Add special web target.
7760
7761         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7762         from inner $(LOOP).
7763
7764         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7765
7766         * stepmake/stepmake/generic-targets.make (www-targets-help):
7767         * GNUmakefile.in (web-install): Install in $(webdir).
7768
7769         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7770
7771         * cygwin/changelog: 
7772         * cygwin/mknetrel: Update.
7773
7774         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7775         (html-doc): Remove (use: web).
7776
7777         * stepmake/stepmake/script-rules.make: 
7778         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7779         Fix $(config_make) dependencies for srcdir build.
7780
7781         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7782         target for srcdir build.
7783
7784         * stepmake/make/stepmake.make: 
7785         * make/srcdir.make.in: 
7786         * GNUmakefile.in:
7787         * make/stepmake.make (config_make): Rename variable (was:
7788         configuration).
7789
7790 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7791
7792         * Documentation/user/internals.itely (Manipulating music
7793         expressions): run lilypond on example too.
7794
7795         * flower/include/libc-extension.hh: move lrint define to
7796         header. bugfix.
7797
7798 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7799
7800         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7801         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7802         do we recurse whole tree?).
7803
7804         * GNUmakefile.in (html-doc): Resurrect.
7805
7806         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7807         obsolete $(package-icon) dependency.
7808
7809 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7810
7811         * Documentation/user/refman.itely (Automatic staff changes):
7812         add seealso 
7813
7814         * Documentation/index.html.in: link to bigpage.
7815
7816         * Documentation/user/tutorial.itely (Tutorial): streamline.
7817
7818         * Documentation/index.html.in: url typo.
7819
7820         * VERSION (PACKAGE_NAME): release 1.7.28
7821
7822         * python/lilylib.py (error_log): remove '/' from name.
7823
7824         * input/regression/pedal.ly: remove; dups input/test/
7825
7826         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7827
7828         * Documentation/index.html.in: python style doco index.
7829
7830         * Documentation/{footer,header}.html.in (src): remove, 
7831
7832         * Documentation/pictures: remove all but lelie-logo.xpm.
7833
7834         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7835         before running makeinfo.
7836
7837         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7838         @code{}
7839
7840 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7841
7842         * input/test/bar-number-regular-interval.ly: rename.
7843
7844         * Documentation/user/*: various fixes. 
7845
7846 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7847
7848         * Documentation/{ many }: polish for update-all-menus. typos.
7849
7850         * po/fi.po: fixes.
7851
7852         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7853
7854         * buildscripts/mutopia-index.py: polish.
7855
7856         * input/regression/{ many }, input/test{ many }: polish texidocs.
7857
7858 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7859
7860         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7861         pedal-style
7862
7863         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7864         iso. edge-widen.
7865
7866         * lily/piano-pedal-engraver.cc (process_music): change from
7867         process_acknowledged ()
7868
7869         * lily/piano-pedal-bracket.cc: new file. Change
7870         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7871         cleaned up.
7872
7873         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7874
7875         * input/regression/tuplets.ly (texidoc): rename file.
7876
7877         * po/fr.po: update
7878
7879         * buildscripts/lilypond-profile.sh: error message if script is not
7880         sourced.
7881
7882         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7883         bracket-flare
7884         (make_bracket): simplify code.
7885
7886         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7887         argument.
7888
7889         * python/lilylib.py (lilypond_version_check): new function
7890
7891         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7892
7893         * scripts/ly2dvi.py (run_lilypond): add version check.
7894
7895         * scripts/lilypond-book.py (option_definitions): typo
7896
7897         * scripts/ly2dvi.py (include_path): typo
7898
7899         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7900
7901         * lily/parse-scm.cc (parse_handler): typo
7902
7903         * Documentation/user/macros.itexi: use @heading for headings.
7904
7905         * Documentation/user/refman.itely: updates, fixes.
7906
7907 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7908
7909         * po/fi.po: add Finnish translations. fixes.
7910
7911         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7912
7913         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7914         from lily/glissando-engraver.cc.
7915
7916 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7917
7918         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7919         for non-first _broken_ bracket.
7920
7921         * Documentation/user/refman.itely: corrections.
7922
7923 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7924
7925         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7926         support of the fingerings.
7927
7928         * po/fr.po: French translation update.
7929
7930         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7931         strings.
7932
7933 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7934
7935         * Documentation/user/introduction.itely: Small fixes.
7936
7937 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7938
7939         * Documentation/topdocs/AUTHORS.texi: polish.
7940
7941 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7942
7943         * Documentation/user/introduction.itely: revise
7944
7945         * Documentation/user/tutorial.itely: reorganise.
7946
7947         * Documentation/topdocs/index.tely: remove.
7948
7949         * Documentation/header.html.in: prune.
7950
7951         * GNUmakefile.in: clean up web building.
7952
7953         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7954         target.
7955
7956 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7957
7958         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7959
7960         * lilypond-mode.el: turn on blink-matching-paren.
7961
7962 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7963
7964         * scm/output-sodipodi.scm (svg-header): Fix typo.
7965
7966 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7967
7968         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7969         fixes a security hole.
7970
7971         * scripts/lilypond-book.py (original_dir): remove temp_dir
7972
7973         * scm/document-translation.scm: use @code tags.
7974
7975 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7976
7977         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7978
7979         * lilypond-mode.el: add a buffer-local post-command-hook to set
7980         context dependent syntax-table after each cursor event. Remove old
7981         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7982
7983         * lilypond-indent.el: update comments.
7984
7985         * Documentation/footer.html.in: add period.
7986
7987 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7988
7989         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7990
7991         * scm/document-translation.scm (document-property-operation): add
7992         @code{} tags.
7993
7994         * VERSION (PACKAGE_NAME): release 1.7.27
7995
7996         * config.make.in: add PAPER variable
7997
7998         * buildscripts/new-chords.py (help): add help text
7999
8000         * Documentation/user/introduction.itely (Typography and program
8001         architecture):  fixes.
8002
8003         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
8004         for texinfo and dvips. This fixes problems with PDF output of the
8005         wrong size.
8006
8007         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
8008         DVIPS_PAPERSIZE variable
8009
8010         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
8011         TEXINFO_PAPERSIZE variable 
8012
8013 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8014
8015         * mf/feta-macros.mf: whoops: only draw lines for test situations.
8016
8017         * mf/feta-toevallig.mf: lowres fixes.
8018
8019 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8020
8021         * NEWS: Typo and fill-paragraph fixes.
8022
8023         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
8024         cast #define.
8025
8026         * configure.in: 
8027         * config.hh.in: Check for lrint.
8028
8029 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8030
8031         * VERSION: 1.7.26 released
8032
8033         * lily/separation-item.cc: add padding property.
8034
8035         * input/test/*.ly: various fixes, remove solo-a2.ly
8036
8037         * scm/new-markup.scm (brew-new-markup-molecule): arg order
8038         bugfix. Fixes old-style markup compatibility.
8039
8040         * Documentation/user/introduction.itely (Introduction): historical
8041         elucidations
8042
8043         * Documentation/user/music-glossary.tely (Top): linewidth fix.
8044
8045         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
8046
8047         * Documentation/index.texi (Top): cleanup.
8048
8049         * Documentation/user/introduction.itely (Introduction): rewrite
8050         introduction, 
8051         (Music notation and  engraving): about notation. Add flat-picture
8052
8053 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8054
8055         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
8056         separation items. This keeps lyrics from bumping into each other.
8057
8058 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8059
8060         * GNUmakefile.in (topdocs-web): New target.
8061         (local-web): Depend on topdocs-web; fixes html-doc.
8062
8063 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8064
8065         * po/lilypond.pot: run po-replace
8066
8067         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
8068
8069         * scm/drums.scm (reset-drum-kit): new function.
8070
8071         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
8072
8073         * scripts/update-lily.py: remove
8074
8075         * VERSION: release 1.7.25
8076
8077         * Documentation/user/introduction.itely (Introduction): rewrite
8078         start of introduction.
8079
8080 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
8081
8082         * lily/all-font-metrics.cc: fixed typo
8083
8084 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
8085
8086         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
8087         LilyPond-mode-context-set-syntax-table): new functions to define
8088         the syntax table according to context.
8089
8090         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
8091
8092 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8093
8094         * Documentation/user/refman.itely (Figured bass): 
8095         language nit courtesy http://www.vocabula.com
8096
8097         * GNUmakefile.in: remove no kpathsea hack.
8098
8099         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
8100         doco.
8101
8102         * GNUmakefile.in: remove web-doc target.
8103
8104         * lily/all-font-metrics.cc (find_afm): add message about
8105         buildscripts/clean-fonts.sh 
8106
8107         * scm/define-music-properties.scm (figure): use string for 'figure
8108
8109         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
8110
8111         * input/regression/ : add raggedright = ##t where applicable. 
8112
8113         * scm/bass-figure.scm (make-bass-figure-markup): add
8114         alignBassFigureAccidentals property.
8115
8116         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
8117         bracket.
8118
8119         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
8120         syllables widths into account for minimum-length.
8121
8122         * input/test/staff-container.ly: update file
8123
8124         * input/test/stem.ly: remove
8125
8126         * lily/event.cc (LY_DEFINE): add ly: prefix.
8127
8128         * input/test/clef-manual-control.ly: from manual-clef
8129
8130         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
8131
8132         * input/test/different-time-signatures.ly: move to poly-metric.ly
8133
8134         * input/test/hara-kiri*,scales.ly: remove
8135
8136         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
8137         with chord-names-jazz.ly)
8138
8139         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
8140         get scalable cm fonts too.
8141
8142         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
8143         --encoding for mftrace if present.
8144
8145         * input/regression/slur-area.ly: move from test/
8146
8147         * input/test/: remove simple-slur-endings slur-attachment
8148         slur-broken-cross-staff slur-broken.ly slur-damping.ly
8149         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
8150         slur-symmetry slur-symmetry tie-broken.ly
8151
8152         * scm/drums.scm (set-drum-kit): add function.
8153
8154         * Documentation/user/refman.itely (Percussion staves): use
8155         set-drum-kit
8156
8157         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
8158         too
8159         (Global_measure.set_timesig): handle 3/8 time sig too.
8160
8161         * scm/output-lib.scm (note-head-style->attachment-coordinates):
8162         note about triangle note heads.
8163
8164         * scm/drums.scm: use alist for instrument-settings. This fixes the
8165         bug with assigning to drums in the .ly file.
8166
8167         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
8168         CHANGED.
8169
8170         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
8171         cluster-beacon-interface
8172
8173         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
8174
8175         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
8176
8177         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
8178
8179         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
8180         to get positions.
8181
8182         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
8183         make ClusterSpannerBeacon to record Y positions. This removes the
8184         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
8185         make cluster-note-events.
8186
8187 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8188
8189         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
8190
8191         * configure.in: Use lily/main.cc as identifying source file.
8192
8193         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
8194
8195         * config.hh.in: 
8196         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
8197
8198         * configure.in: Require PYTHON >= 2.0.
8199
8200         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
8201           $PYTHON for include dir location.
8202         (STEPMAKE_PYTHON): New function.  Use
8203
8204             PYTHON=foo ./configure
8205
8206           to override.
8207
8208 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8209
8210         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
8211         something.
8212
8213         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
8214         ftp.lilypond.org everywhere.
8215
8216 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8217
8218         * lily/text-item.cc (interpret_new_markup): do only if new-markup
8219         detected.
8220
8221         * Documentation/user/refman.itely (Grace notes): note on explicit
8222         contexts
8223
8224 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
8225
8226         * lilypond-font-lock.el: add a comment about LilyPond specific
8227         escape characters: ^, - and _, in the syntax table.
8228
8229         * Documentation/user/appendices.itely: a majuscule fix.
8230
8231 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8232
8233         * input/test/trills.ly (endHorizScript): fixes.
8234
8235         * input/test/chord-names-jazz.ly: merge in alternate Jazz
8236         notation, move from regression.
8237
8238         * input/test/script-stack.ly: change name from stacked-scripts
8239
8240         * input/test/ossia.ly: octave errors.
8241
8242         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
8243         for midi-volume-equaliser
8244
8245 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8246
8247         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
8248         cm fonts.
8249
8250         * mf/feta-beugel.mf: don't multiply font_count by 10.
8251
8252         * lily/lookup.cc (horizontal_line): new function. Use
8253         horizontal-line in output backends.
8254
8255         * Documentation/user/tutorial.itely (An orchestral part): new
8256         section on orchestral stuff and identifiers.
8257
8258 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
8259
8260         * lilypond-mode.el: comment-out paren-highlighting, it still causes
8261         some interference to other modes.
8262
8263 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8264
8265         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8266         not maximum of spacing wishes in polyphonic situations.
8267
8268         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8269         number
8270
8271         * lilypond-indent.el: remove paren matching. 
8272
8273         * lily/text-item.cc (interpret_new_markup): new function
8274         use iso. text2molecule.
8275
8276         * lily/main.cc (notice): change FSF address 
8277
8278         * po/de.po: update PO file to 1.6.
8279
8280 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8281
8282         * Documentation/user/ {many}: Add periods and remove spaces.
8283
8284 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8285
8286         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8287         Disable buffer-locally default paren hook and make a new one. 
8288
8289         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8290         locally LilyPond-paren-mode. Add todo for mouse double-click.
8291
8292 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8293
8294         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8295         Disable buffer-locally default paren idle timer and make a new one. 
8296
8297         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8298         locally LilyPond-show-paren-mode. Add to menu a toggle for
8299         LilyPond-show-paren-function.
8300
8301 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8302
8303         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8304
8305 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8306
8307         * Documentation/user/refman.itely: spelling fix.
8308
8309         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8310         paren highlight function definitions. add todo for
8311         LilyPond-show-paren-mode.
8312
8313 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8314
8315         * input/template/jazz-combo.ly: new file.
8316
8317 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8318
8319         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8320         lo-res fixes.
8321
8322         * mf/feta-schrift.mf: bugfix in varcoda sign.
8323         WARNING: FONT CHANGED
8324
8325         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8326         in accordance with lexer.ll.   
8327
8328 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8329
8330         * Documentation/user/tutorial.itely: Edit introduction.
8331
8332 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8333
8334         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8335         ly:grob-staff-position
8336
8337 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8338
8339         * scm/to-xml.scm: import srfi-1
8340
8341         * VERSION (MAJOR_VERSION):  release 1.7.24
8342
8343         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8344
8345         * scripts/lilypond-book.py (do_file): put texidoc before image.
8346         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8347
8348         * input/regression/*.ly: fix snippet octaves 
8349
8350         * input/test/spanner-after-break-tweak.ly: import
8351         broken-spanner-adjustment
8352
8353         * input/no-notation/midi-transposing.ly: move from input/test/
8354
8355         * input/test/: remove chord-markup
8356
8357         * input/regression/instrument-name-partial.ly: move from input/test.
8358
8359         * input/test/vertical-text.ly: remove
8360
8361         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8362         space above lyrics lines.
8363
8364         * input/test/uniform-breaking.ly: remove file.
8365
8366         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8367         uniform spacing density. 
8368
8369         * input/test/chords.ly (keys): remove file.
8370
8371         * scm/documentation-lib.scm (oop): use srfi-1 too.
8372
8373         * input/regression/*.ly: add \version
8374
8375         * Documentation/user/*.itely: various fixes.
8376
8377         * buildscripts/mf-to-table.py (base): break table every three
8378         symbols.
8379
8380         * input/:  remove %% new-chords-done %% .
8381
8382         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8383         os-music.ly
8384
8385 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8386
8387         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8388
8389         * scm/new-markup.scm (box-markup): new function.
8390         (box-markup): new function. Contributed by Dick Schoeller
8391         <schoeller@attbi.com>
8392
8393         * scm/lily.scm: remove reduce-no-unit 
8394         (list-insert-separator): use fold-right
8395
8396         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8397         of arguments. 
8398
8399         * NEWS: more neutral language for ancient notation 
8400
8401         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8402         inside pointing beaming for chord tremolo.
8403
8404         * Documentation/user/lilypond-book.itely: minor editing
8405
8406 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8407
8408         * NEWS: added news for 1.8 regarding ancient notation
8409
8410         * Documentation/user/refman.itely (Gregorian square neumes
8411         ligatures): fixed typo
8412
8413         * lily/vaticana-ligature-engraver.cc,
8414         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8415         lower/upper head of Pes only when heads are stacked
8416
8417         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8418         scm/define-grob-properties.scm: cleanup: make "join-left" a
8419         boolean grob property and save delta pitch in grob property
8420         "delta-pitch" instead
8421
8422         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8423
8424 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8425
8426         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8427         completely borked
8428
8429         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8430         (try_music): bug fix: beam multiplicity was completely borked.
8431
8432         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8433         first-n, butfirst-n in favor of srfi-1 functions.
8434         remove string-join, string-pad in favor of srfi-13 functions.
8435
8436         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8437
8438         * NEWS: use complete sentences.
8439
8440         * Documentation/user/introduction.itely (Example applications):
8441         add note about databases and lilypond-book.
8442
8443         * input/test/volta.ly: remove file
8444
8445         * input/regression/volta-broken-left-edge.ly: simplify file
8446
8447 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8448
8449         * Documentation/user/refman.itely (Constructing a tweak): new
8450         subsection.
8451
8452         * Documentation/user/tutorial.itely (Fine tuning layout): add
8453         common tweaks.
8454
8455         * scm/define-grobs.scm (TextScript): use new brewer.
8456
8457 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8458
8459         * VERSION: release 1.7.23
8460
8461         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8462
8463         * python/lilylib.py (make_ps_images): bugfixes.
8464
8465         * input/regression/volta-multi-staff.ly: new file.
8466
8467         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8468
8469         * Documentation/user/tutorial.itely (Piano staffs): new section.
8470         (Setting variables): new section
8471         (Fine tuning layout): new section
8472
8473         * input/just-friends.ly: remove file. Superseeded by
8474         input/test/chords-without-melody.ly
8475
8476         * ly/property-init.ly: add all commands to refman.
8477
8478         * scm/define-translator-properties.scm: remove
8479         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8480
8481         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8482         name. Underscores botch up PS output.
8483
8484         * scm/define-translator-properties.scm: remove
8485         textNonEmpty, oneBeat, regularSpacingDelta
8486
8487         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8488         rule for automaticBars.
8489
8490         * lily/timing-engraver.cc (start_translation_timestep): change
8491         barNonAuto to automaticBars
8492
8493 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8494
8495         * input/test/perform-tie.ly: delete file.
8496
8497 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8498
8499         * Documentation/user/refman.itely (Gregorian square neumes
8500         ligatures): bugfix: do not show ledger lines in neumes table
8501         (fixed by setting staff symbol to transparent rather than removing
8502         it from staff context)
8503
8504 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8505
8506         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8507         glue into brew-new-markup-molecule.
8508
8509         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8510
8511         * Documentation/user/introduction.itely (Computerized typography):
8512         new section
8513
8514         * Documentation/user/tutorial.itely (An orchestral part): remove
8515         pc example from tutorial.
8516
8517         * input/tutorial/lilbook.tex: use screech-boink
8518
8519         * scripts/lilypond-book.py (compile_all_files): split formatting
8520         output body and scheduling lilypond compilation.
8521         (format_lilypond_output_bodies): new function
8522         (format_lilypond_block): new function
8523         (html_pages): allow multi-page images in HTML
8524
8525         * python/lilylib.py (make_ps_images): rename function from
8526         make_preview, merge with make_page_images
8527
8528 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8529
8530         * input/test/key-clefs.ly: moved to regression.
8531
8532         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8533
8534         * input/no-notation/README: added note about midi-*.ly files.
8535
8536         * input/test/two-key.ly: moved to no-notation/parse5.ly
8537
8538         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8539         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8540
8541         * input/test/ {various}: modified comments, marked some for deletion.
8542
8543         * input/test/lines.ly: deleted file; duplicate of
8544         embedded-postscript.ly
8545
8546         * input/test/mmrest-collision: moved to regression.
8547
8548 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8549
8550         * scm/chord-name.scm (note-name->markup): don't superscript root
8551         alterations in chordnames.
8552
8553 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8554
8555         * Documentation/user/refman.itely (Multi measure rests): more
8556         index/cross-referencing.
8557
8558         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8559
8560         * scm/font.scm: remove properties-to-font-name code.
8561
8562         * scm/define-grob-properties.scm: remove 'type
8563
8564         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8565         conversion
8566
8567         * lily/text-spanner.cc: change 'type grob prop to 'style 
8568
8569         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8570         "first" flag to decide whether to make a start-repeat
8571
8572         * input/regression/grace-volta-repeat-2.ly: new file.
8573
8574 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8575
8576         * lilypond-indent.el: rename generic functions to LilyPond-*
8577
8578 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8579
8580         * input/test/thumb.ly: delete, merged into refman.
8581
8582         * Documentation/user/refman.itely: added thumb info to Fingering.
8583
8584         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8585         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8586         vertical-align.ly : deleted files.
8587
8588 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8589
8590         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8591
8592         * lily/line-spanner.cc (broken_trend_offset): remove function.
8593         (get_broken_offset): idem.
8594         (brew_molecule): rewrite the line-break case.
8595
8596         * input/regression/follow-voice-break.ly:  new file.
8597
8598         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8599         start of a system.
8600
8601 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8602
8603         * input/test/tuplet-rest.ly: moved to regression.
8604
8605         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8606         deleted file.
8607
8608         * input/test/ {many} : marked file for possible deletion.
8609
8610 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8611
8612         * input/regression/beam-funky.ly: add note about (disputed)
8613         correct beaming.
8614
8615         * ly/engraver-init.ly (ScoreContext): put key-signature after
8616         staff-bar
8617
8618 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8619
8620         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8621
8622         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8623
8624         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8625
8626         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8627         stem-extend was deleted (it was duplicate example, and not as
8628         good).
8629
8630         * input/test/[s-z]*.ly: add texidoc index.
8631
8632 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8633
8634         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8635         get_first_notecolumn_y
8636
8637         * lily/spanner.cc (broken_spanner_index): new function.
8638
8639 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8640
8641         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8642         lyric-hyphen.ly : moved to regression.
8643
8644         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8645         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8646
8647         * input/test/instrument-name-mmrest.ly: moved to
8648         ../regression/multi-measure-rest-instr-name.ly
8649
8650         * input/test/knee-sym.ly: moved to
8651         ../regression/beam-knee-symmetry.ly.
8652
8653         * input/test/hymn.ly: change comments.
8654
8655         * input/test/[p-r]*.ly: add texidoc index.
8656
8657 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8658
8659         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8660         to postfix syntax
8661
8662         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8663         syntax.
8664
8665         * VERSION: release 1.7.22
8666
8667 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8668
8669         * input/test/[h-k]*.ly: added texidoc index.
8670
8671         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8672
8673         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8674
8675         * input/test/ various : mark files for deletion or moving to
8676         regression.
8677
8678         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8679
8680         * input/test/[l-o]*.ly: added texidoc index.
8681
8682 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8683
8684         * scm/music-functions.scm (make-ottava-set): 
8685         only do ottavation if centralCPosition is set.
8686
8687         * lily/translator-scheme.cc (ly:context-property-where-defined):
8688         return '() if not found.
8689
8690 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8691
8692         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8693         Use one command for both commenting and uncommenting.
8694
8695         * lilypond-indent.el (LilyPond-comment-region): new function,
8696         (un)comments each line separately.
8697
8698         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8699
8700         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8701         imenu is not added by default; adapted from f90.el,
8702         makes Help-menu, which does not fit, visible in XEmacs.
8703
8704 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8705
8706         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8707         show-paren-mode sets blink-matching-paren-on-screen local.
8708         Try to make show-paren-function to paren-highlight local.
8709
8710         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8711         Copy definitions of Emacs' show-paren-function and
8712         XEmacs' paren-highlight and make minimal changes;
8713         add comments about locality. 
8714         Fix matching first open-paren-char in '<< .. >>'.
8715
8716 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8717
8718         * input/test/g*: added texidoc index.
8719
8720         * input/test/[a-g]*: added raggedright==#t when it
8721          seemed appropiate.
8722
8723         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8724
8725         * Documentation/topdoc/INSTALL.texi: removed false warnings
8726         about gcc 3.3.
8727
8728 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8729
8730         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8731
8732         * input/test/chords-without-melody.ly (texidoc): add from
8733         input/just-friends.ly
8734
8735         * input/regression/size{13--26}.ly: move from input/
8736
8737         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8738         input/{star-spangled-banner,twinkle}.ly: remove 
8739
8740         * lily/slur.cc: remove slur over rest warnings.
8741
8742         * lily/note-spacing.cc (get_spacing): include left part of right
8743         object in fixed space. This fixes stretched space before
8744         accidentals.
8745
8746         * input/regression/spacing-accidental-stretch.ly: new file.
8747
8748 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8749
8750         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8751         Reduce to 16pt.
8752
8753 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8754
8755         * input/regression/spacing-knee.ly: docstring
8756
8757         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8758
8759         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8760         input/tutorial/{test,solar,flowing}.ly: remove
8761
8762         * input/rhythm.ly: remove
8763
8764         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8765
8766         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8767         update syntax. 
8768
8769         * scm/define-grobs.scm (all-grob-descriptions): set
8770         knee-spacing-correction to 1.0
8771
8772         * lily/note-spacing.cc (stem_dir_correction): compute knee
8773         correction using stem-thickness and head width.
8774
8775         * input/regression/beam-quanting-horizontal.ly: update texidoc
8776
8777         * scm/define-grobs.scm (all-grob-descriptions): set
8778         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8779         This fixes 32nd beams for noteheads in spaces quants.
8780
8781         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8782
8783 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8784
8785         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8786
8787 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8788
8789         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8790
8791         * VERSION (PACKAGE_NAME): release 1.7.21
8792
8793         * input/regression/stem-shorten.ly: new file.
8794
8795         * lily/stem.cc (get_default_stem_end_position): revise stem
8796         shortening code.
8797
8798         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8799
8800         * input/test/{scripts,volta-start,sleur}.ly: remove
8801
8802         * input/regression/span-bar.ly: smaller file.
8803
8804         * input/regression/spacing-{natural,tight,loose}.ly: remove
8805
8806         * input/test/markup.ly: remove
8807
8808         * scripts/lilypond-book.py: put printfilename in separate chunk,
8809         so texidoc is printed after the filename.  
8810
8811 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8812
8813         * make/lilypond.mandrake.spec.in: fix docdirs.
8814
8815 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8816
8817         * input/regression/beam-french.ly: bugfix.
8818
8819         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8820
8821         * input/regression/(various).ly: add raggedright = #t.
8822
8823         * input/regression/auto-beam.ly: move from abe.ly
8824
8825 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8826
8827         * input/test/f*.ly: added texinfo index.
8828
8829         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8830
8831 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8832
8833         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8834         quant penalty for beam just outside staff.
8835
8836         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8837         from beam-pos.ly,  remove non-horizontal tests. 
8838
8839         * input/test/(various): cleanup header info. 
8840
8841         * input/test/tchaikovsky.ly: remove file.
8842
8843         * scm/chord-generic-names.scm: move from
8844         double-plus-new-chord-name.scm
8845
8846         * input/test/orchestscore.ly: remove file
8847
8848         * Documentation/user/refman.itely (Vocal music): update documentation.
8849
8850         * scm/define-translator-properties.scm (chordNoteNamer): remove
8851         chordNameStyle, use chordNameFunction
8852
8853         * scm/chord-name.scm (set-chord-name-style): remove
8854         set-chord-name-style. Use \property chordNameFunction.
8855
8856 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8857
8858         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8859         music): remove @TeX{} command.
8860
8861 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8862
8863         * lilypond-indent.el (scan-sexps): Renamed to
8864         aargh-this-breaks-other-emacs-modes-scan-sexps.
8865
8866 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8867
8868         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8869         closing slurs: '()', etc. Add comments.
8870
8871         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8872
8873         * lilypond-font-lock.el: match unending string at eof.
8874
8875         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8876
8877 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8878
8879         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8880         input/test/beam-dir.ly input/test/beam-position.ly    
8881         input/test/beam-suspect.ly input/test/beam-trend.ly    
8882         input/test/beams.ly input/test/crescendo-text.ly : deleted
8883         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8884         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8885         * input/test/default-bars.ly: moved to bar-always.ly
8886         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8887
8888 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8889
8890         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8891
8892 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8893
8894         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8895
8896 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8897
8898         * lilypond-indent.el: Match better slurs in scheme expressions.
8899         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8900
8901         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8902
8903 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8904
8905         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8906
8907         * input/ac-extra-voice.ly: Add texidoc.
8908
8909         * ly/chord-modifiers-init.ly: 
8910         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8911         and chordNameExceptionsPartial for new chord names.
8912
8913         * input/test/chord-names-dpnj.ly: 
8914         * input/test/dpncnt.ly: Update.
8915
8916         * scm/chord-name.scm: 
8917         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8918         chord selection and options.
8919
8920         * ly/chord-modifiers-init.ly: Add exceptions 
8921
8922         * scm/define-translator-properties.scm (chordNameStyle) 
8923         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8924
8925 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8926
8927         * ly/property-init.ly (germanChords): Added.
8928         (semiGermanChords): Added.
8929
8930         * input/test/chord-names-german.ly: Use new macros
8931
8932 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8933
8934         * lilypond-indent.el: Use similar parenthesis highlighting for 
8935         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8936         functions; removed LilyPond-show-paren-function. Fix indenting.
8937         Turn paren-matching on also in XEmacs.
8938
8939         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8940         as needed by parenthesis highlighting functions (in scan-sexp).
8941
8942 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8943
8944         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8945         function.
8946         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8947
8948 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8949
8950         * lilypond-indent.el: tune regexp for show-paren-function.
8951
8952 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8953
8954         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8955         for all LilyPond-produced tex snippets.
8956
8957         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8958         fixes one line --preview output of ly2dvi.
8959
8960 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8961
8962         * lilypond-indent.el: match only one type of slurs in
8963         LilyPond-show-paren-function.
8964
8965 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8966
8967         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8968         * debian/lilypond1.7.dirs: 
8969         * debian/lilypond1.7-doc.dirs: New file.
8970
8971         * input/regression/chord-name-exceptions.ly: Add parameter for
8972         ignatzekExceptions.  Quote hash in docstring.
8973
8974 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8975
8976         * lilypond-indent.el (show-paren-function): define show-paren-function
8977         as LilyPond-blink-matching-open and use it for closing parens.
8978         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8979
8980         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8981         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8982         LilyPond-blink-matching-paren in order to match both open and close
8983         brackets.
8984
8985 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8986
8987         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8988         testing by modifying the code from FSF Emacs paren.el. Add comments.
8989
8990 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8991
8992         * input/test/dpncnt.ly: Transpose example to match new
8993         default \chords octave.  Add comment.
8994
8995         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8996         comment about octave change.
8997
8998 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8999
9000         * input/test/[d,e]: added texinfo index tags.
9001         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
9002
9003 2003-06-04  Graham Percival  <gperlist@shaw.ca>
9004
9005         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
9006
9007 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
9008
9009         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
9010         as in blink-matching-open.
9011
9012 2003-06-03  Graham Percival  <gperlist@shaw.ca>
9013
9014         * input/test/[a-c]: more comments in files.
9015         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
9016         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
9017         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
9018         mark file for proposed deletion.
9019         * input/test: renaming files:
9020         auto-beam-4-8.ly to beam-auto-4-8.ly
9021         auto-beam-override.ly to beam-auto-override.ly
9022         auto-beam.ly to beam-auto.ly
9023         blank.ly to blank-paper.ly
9024         absolute-volume.ly to dynamic-absolute-volume.ly
9025
9026 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9027
9028         * input/test/dpncnt.ly: 
9029         * input/test/chord-names-dpnj.ly: Resurrect.
9030
9031         * lily/my-lily-lexer.cc: Remove chordnames keyword.
9032
9033         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
9034
9035         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
9036         Better docstring, add parameter OMIT-ROOT, tidy up.
9037
9038 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
9039
9040         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
9041
9042 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9043
9044         * scm/output-ascii-script.scm (as-font-alist-alist):
9045         (as-properties-to-font-name):
9046         (as-make-style-sheet): Remove.
9047
9048         * scm/font.scm (as-make-font-list): New function.
9049         (as-font-sheet-alist): New variable.
9050
9051         * ly/paper-as9-init.ly: 
9052         * ly/paper-as5-init.ly: Update.
9053
9054         * ly/paper-as5.ly:
9055         * ly/paper-as9.ly: New file.
9056
9057 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9058
9059         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
9060
9061 2003-05-28  Graham Percival  <gperlist@shaw.ca>
9062         * input/sondag-morgen/*: removed due to copyright concerns.
9063         * input/[a,b]*.ly: added a newline at the end of the texinfo
9064         doc string (produces better output in HTML version).
9065         * input/c*.ly: added texinfo index and added comments to
9066         aid in future changes to input/test/ files.
9067
9068 2003-05-28  Graham Percival  <gperlist@shaw.ca>
9069
9070         * Documentation/user/refman.itely: fixed build problem (missing
9071         file) caused by previous renaming.
9072
9073 2003-05-28  Graham Percival  <gperlist@shaw.ca>
9074
9075         * input/test/[a,b]*.ly: added texinfo index and added comments to
9076         aid in future changes to input/test/ files.
9077         * input/test/bar-number-every-5-reset.ly: renamed to
9078         bar-number-every-five-reset.ly
9079         * input/test/bar-script-visibility.ly: renamed to
9080         bar-number-show-all.ly
9081
9082 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9083
9084         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
9085         to Voice.
9086
9087         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
9088         out note-line and glissando functionality.
9089
9090         * lily/line-spanner.cc (brew_molecule): cleanup.
9091
9092 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9093
9094         * scripts/as2text.scm: Use rdelim module.
9095         (start-system): Rename from start-line.
9096         (stop-system): Rename from stop-line.
9097         (af-gulp-file): Use string iso symbol for getenv.
9098
9099         * scm/output-ascii-script.scm: Add guile and lily modules.
9100         (font-name-alist): New variable.
9101         (draw-line): New function.
9102
9103         * scm/output-lib.scm (func, arg->string): Re-add from archive.
9104         (Were these silently removed, without ChangeLog entry?)
9105
9106 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9107
9108         * scm/music-functions.scm (make-ottava-set): bugfixes: also
9109         process 2nd ottava correctly.
9110
9111 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
9112
9113         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
9114
9115 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9116
9117         * Documentation/user/converters.itely (Invoking midi2ly): Update.
9118
9119 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9120
9121         * VERSION: release 1.7.20
9122
9123         * lily/text-spanner.cc (brew_molecule): clean up function. This
9124         fixes bugs with broken 8va spanners.
9125
9126         * lily/simple-spacer.cc (solve): also compute force for raggedright.
9127         This prevents spurious line-breaks with raggedright
9128
9129 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9130
9131         * lily/key-performer.cc (create_audio_elements): always use major
9132         key
9133
9134         * Documentation/user/internals.itely: updates
9135
9136         * input/regression/beam-break.ly: new file.
9137
9138         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
9139         beams if starting or terminating stems have 'beaming set.)
9140
9141         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
9142         property.
9143
9144         * lily/parser.yy (verbose_command_req): add comment about scales.
9145
9146 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
9147
9148         * lilypond-indent.el: adjust regexps in bracket-matching.
9149
9150 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
9151
9152         * Documentation/user/refman.itely: more tiny fixes
9153
9154         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
9155         "Chord names"; added table with input syntax for solesmes neumes
9156         table; added some words about rationale on input syntax design
9157
9158         * lily/gregorian-ligature-engraver.cc,
9159         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9160         lily/include/gregorian-ligature.hh: bugfix: horizontal head
9161         alignment of Pes Initio Debilis
9162
9163         * Documentation/user/refman.itely,
9164         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9165         mf/parmesan-heads.mf: fixed most of the head selection/alignment
9166         bugs in the solesmes neumes table
9167
9168 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
9169
9170         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
9171         Similarly, match '[' and ']' by skipping '\[' and '\]'.
9172
9173         * lilypond-mode.el: fix tag-score. small improvements.
9174
9175 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9176
9177         * .cvsignore: Add aclocal.m4.
9178
9179         * lily/music-constructor.cc: Include <assert.h>.
9180
9181 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9182
9183         * ly/engraver-init.ly (HaraKiriStaffContext): use
9184         RemoveEmptyStaffContext instead.
9185
9186         * Documentation/user/refman.itely: updates
9187
9188 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
9189
9190         * Documentation/user/refman.itely: added solesmes neumes table;
9191         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
9192         bugfix: "Ornaments" -> "Articulations"
9193
9194         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
9195
9196 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9197
9198         * lilypond-indent.el: Add a message about trying to match \] or \).
9199
9200 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
9201
9202         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
9203         obsolete "arithmetic_*"
9204
9205         * input/bugs/ligatures.ly: removed (will be put into a different
9206         directory later)
9207
9208 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9209
9210         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
9211         libkpathsea (Maurizio Tomasi).
9212
9213 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9214
9215         * input/regression/repeat-slash.ly (texidoc): new file
9216
9217         * lily/slash-repeat-engraver.cc (try_music): new file, handle
9218         slash repeats separately. Slash repeats and %
9219         repeats can now be nested.
9220
9221 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9222
9223         * lilypond-indent.el: Add preliminary test for closing \] and \).
9224
9225 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
9226
9227         * lily/gregorian-ligature-engraver.cc,
9228         lily/vaticana-ligature-engraver.cc,
9229         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
9230         mf/parmesan-heads.mf: various semivocalis related bugfixes
9231
9232         * input/bugs/ligatures.ly: new file demonstrating problems with
9233         ligatures
9234
9235 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
9236
9237         * lilypond-mode.el,
9238         lilypond-font-lock.el,
9239         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
9240
9241 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
9242
9243         * lilypond-mode.el: Remove outdated code. Stress the difference 
9244         between Emacs and XEmacs definitions.
9245
9246         * lilypond-mode.el,
9247         lilypond-indent.el: Define a function interactive only when necessary.
9248
9249 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
9250
9251         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
9252         Use inactive regions also in XEmacs.
9253
9254 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9255
9256         * Documentation/user/refman.itely (Repeat syntax): more updates
9257
9258         * lily/simple-spacer.cc (solve): move solution process into
9259         solve(). This fixes a bug with collisions and raggedright = ##t.
9260
9261         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
9262
9263         * ly/engraver-init.ly: remove GraceContext. Update examples.
9264
9265 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9266
9267         * GNUmakefile.in (fonts): Also make fontball.
9268
9269         * Website fixes:
9270
9271         * ly/engraver-init.ly (GraceContext): Add.
9272
9273         * run:
9274
9275             convert-ly $(find . -name *.ly)
9276
9277         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9278         new chords.
9279
9280 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9281
9282         * VERSION: 1.7.19 released
9283
9284         * scm/music-functions.scm (set-octavation): new function.
9285
9286         * input/regression/ottava.ly: new file
9287
9288         * lily/translator-scheme.cc (LY_DEFINE): new function
9289         ly:unset-context-property
9290         (LY_DEFINE) new function ly:context-property-where-defined: 
9291
9292 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9293
9294         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9295
9296         * lilypond.words: add few.
9297
9298         * input/test/script-chart.ly: fix typo.
9299
9300 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9301
9302         * scm/define-grobs.scm: uniform naming for definitions and output
9303         routine files. 
9304
9305         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9306         scm/context-description.scm
9307
9308         * lily/parser.yy (translator_spec_body): add \description to the
9309         \translator{} body syntax.
9310
9311         * lily/ottava-engraver.cc: new file.
9312
9313         * scm/chord-name.scm (natural-chord-alteration): replace old
9314         chord stuff. 
9315
9316         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9317
9318         * Documentation/user/refman.itely (Metronome marks): update doco.
9319
9320         * input/regression/markup-note.ly: new file
9321
9322         * input/regression/metronome-marking.ly: new file
9323
9324         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9325
9326         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9327         metronome marks.
9328
9329 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9330
9331         * Documentation/user/GNUmakefile: Compatibility fix for new
9332         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9333         for making binary packages; info splitting bug has been fixed.
9334
9335         * Documentation/user/refman.itely: Compile fixes.
9336
9337 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9338
9339         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9340         Count \midi -keywords also for a region.
9341
9342 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9343
9344         * lily/lookup.cc (LY_DEFINE): new function
9345
9346         * Documentation/user/tutorial.itely: updates
9347
9348 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9349
9350         * lilypond-mode.el: Allow Midi on buffer.
9351         Use only '.ly'-extension, remove '.sly' and '.fly'.
9352         Allow use of inactive regions. Invoke next Command on Master file, 
9353         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9354
9355 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9356
9357         * Documentation/user/tutorial.itely: updates.
9358
9359 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9360
9361         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9362
9363 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9364
9365         * lily/coherent-ligature-engraver.cc: fixed typo
9366
9367         * lily/coherent-ligature-engraver.cc,
9368         lily/gregorian-ligature-engraver.cc,
9369         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9370         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9371         lily/vaticana-ligature-engraver.cc,
9372         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9373         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9374         removed all ligature specific stuff from NoteHead code
9375
9376         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9377         ligatures now use regular noteheads
9378
9379         * lily/vaticana-ligature.cc: tiny code cleanups
9380
9381         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9382         space between two adjacent noteheads of the same pitch
9383
9384         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9385         description; cleanup: removed obsolete font-family settings
9386
9387 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9388
9389         * lily/coherent-ligature-engraver.cc,
9390         lily/gregorian-ligature-engraver.cc,
9391         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9392         lily/mensural-ligature-engraver.cc,
9393         lily/vaticana-ligature-engraver.cc,
9394         lily/include/gregorian-ligature-engraver.hh: updated for new
9395         Coherent_ligature_engraver; added comments that describe the basic
9396         design ideas of the ligature implementation
9397
9398         * lily/coherent-ligature-engraver.cc,
9399         lily/include/coherent-ligature-engraver.hh: new file: shared code
9400         between mensural ligatures and Gregorian chant notation ligatures
9401
9402 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9403
9404         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9405         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9406         use only two arguments in sit-for, use no arguments in
9407         read-char-exclusive, backspace is not a character (127) in XEmacs.
9408
9409         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9410
9411 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9412
9413         * lilypond-mode.el: un-commenting works after syntax-table fix.
9414
9415         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9416         group, verbose commenting for syntax table.
9417
9418         * lilypond-indent.el: add TODO for ligature slurs.
9419
9420 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9421
9422         * lilypond-mode.el: Move comments of parenthesis matching away,
9423         (blink-matching-paren-on-screen) fix blinking in Emacs.
9424
9425         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9426         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9427
9428         * lilypond-indent.el: Add TODO for parenthesis matching.
9429
9430 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9431
9432         * lilypond-mode.el: Fix XEmacs: 
9433         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9434         invoke explicitly easy-menu-add (in Emacs done automatically).
9435
9436         * lilypond.words: Add few words from input/*/*.ly.
9437
9438 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9439
9440         * VERSION (PATCH_LEVEL): release 1.7.18
9441
9442         * scripts/lilypond-book.py: only print basename for printfilename
9443         option
9444
9445         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9446         and syntax updates.
9447
9448 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9449
9450         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9451         better parametrisation. Move fatness of bulb downward.
9452
9453         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9454         glyph names. Underscores are not allowed .ps encoding files.
9455
9456 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9457
9458         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9459         variable "packed" for packed right-ragged mode
9460
9461         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9462         unused variable ragged; fixed indentation
9463
9464         * Documentation/user/refman.itely: tiny cleanups in ancient
9465         clef and custos section
9466
9467 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9468
9469         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9470         \applyoutput PROCEDURE
9471
9472         * lily/my-lily-lexer.cc: add \applyoutput.
9473
9474         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9475
9476         * lily/text-item.cc: clean text-interface description
9477
9478 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9479
9480         * input/{regression,test}/: use postfix for slur endings and beam
9481         begins.
9482
9483         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9484         style beams too. 
9485
9486         * input/regression/lyrics-melisma-beam.ly: new file.
9487
9488         * lily/lyric-engraver.cc (process_music): change from
9489         process_acknowledged_grobs()
9490
9491         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9492         functions to set and revert auto-beam settings.
9493
9494 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9495
9496         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9497
9498 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9499
9500         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9501         Documentation/user/lilypond.tely: fixed some typos; updated author
9502         info
9503
9504         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9505         #"" -> #'flag-style = #'()
9506
9507         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9508         cleanup: removed dead #includes
9509
9510         * lily/gregorian-ligature-engraver.cc,
9511         lily/include/gregorian-ligature.hh,
9512         scm/grob-property-description.scm: small cleanups, small spacing
9513         fixes
9514
9515         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9516         lily/vaticana-ligature.cc,
9517         lily/include/gregorian-ligature-engraver.hh,
9518         scm/grob-property-description.scm, scm/music-types.scm:
9519         "porrectus" -> "pes or flexa"
9520
9521         * ly/engraver-init.ly, scm/grob-description.scm,
9522         scm/grob-property-description.scm: junked porrectus, now handled
9523         by ligature code
9524
9525         * scm/grob-description.scm: bugfix: added space-alist entry for
9526         breathing sign/custos
9527
9528 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9529
9530         * Another grand 2003 update.
9531
9532         * Remove mentioning of `mudela'; There's no such thing.
9533
9534 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9535
9536         * Documentation/user/preface.itely (Preface to version 1.8): update
9537
9538         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9539
9540         * Documentation/user/converters.itely (Invoking convert-ly): revise
9541
9542         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9543
9544         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9545
9546 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9547
9548         * Documentation/user/internals.itely: more updates.
9549
9550 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9551
9552         * Documentation/user/refman.itely: revise 
9553
9554         * Documentation/user/internals.itely: revise
9555
9556         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9557
9558 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9559
9560         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9561         beautification: reformatted ancient clefs section; cleanup: small
9562         wording fixes
9563
9564 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9565
9566         * lilypond.words: added words for chant notation, sorted
9567         alphabetically through "sort lilypond.words"
9568
9569 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9570
9571         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9572         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9573         chant notation
9574
9575 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9576
9577         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9578         prevent TeX from interpreting them as long dash
9579
9580         * input/test/vaticana.ly: updated
9581
9582         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9583         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9584         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9585         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9586         fixes
9587
9588         * mf/parmesan-heads.mf: ledger endings: removed dead code
9589
9590 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9591
9592         * VERSION: 1.7.17 released
9593
9594         * Documentation/user/GNUmakefile
9595         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9596         files too.
9597
9598         * scm/document-markup.scm: new file: document all markup
9599         functions.
9600
9601         * scm/documentation-generate.scm: rename all documentation modules
9602         to document-*.scm
9603
9604         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9605         .png
9606
9607         * input/test/divisiones.ly: added
9608
9609         * input/regression/output-property.ly: new file
9610
9611         * lily/cluster.cc: change cluster-interface to use style property
9612
9613 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9614
9615         * input/test/chord-names-german.ly: modified.
9616
9617         * scm/chords-ignatzek.scm:
9618           chord-name->german-markup: Added
9619           note-name->german-markup: Changed (now producing lowercase notenames)
9620
9621         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9622
9623 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9624
9625         * scripts/convert-ly.py (FatalConversionError.conv):
9626         divisiominima -> divisioMinima, etc.
9627
9628         * ly/engraver-init.ly (FiguredBassContext): add
9629         Separating_line_group_engraver to Figured bass context.
9630
9631         * ly/german-chords-init.ly: remove file
9632
9633         * input/test/chord-names-german.ly (scm): new file.
9634
9635         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9636
9637         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9638         Chord_name_engraver
9639
9640         * Documentation/user/refman.itely: lots of updates.
9641
9642         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9643         new file
9644
9645         * input/test/bar-number-every-5-reset.ly: new file.
9646
9647 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9648
9649         * input/regression/chord-name-major7.ly: new file
9650
9651         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9652         if specced explicitly.
9653
9654         * input/regression/chord-name-entry-11.ly: new file.
9655
9656         * input/test/slur-beautiful.ly: new file.
9657
9658         * Documentation/user/refman.itely: updates.
9659
9660         * input/regression/collisions.ly (threevoice): cleanup.
9661
9662         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9663
9664 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9665
9666         * Documentation/user/*.itely: various updates.
9667
9668         * ly/spanners-init.ly: enddecr/ endcr.
9669
9670         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9671         of tutorial
9672
9673 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9674
9675         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9676
9677         * lily/new-chord-name-engraver.cc (process_music): use octavation
9678         (a number) instead of original-pitch to store inversions. This
9679         fixes a problem with transposed chords with inversions.  
9680
9681 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9682
9683         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9684         used in includable-lexer.hh.
9685
9686         * lily/includable-lexer.cc: Bugfix: include config.h.
9687
9688         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9689         circumvention of Debian packaging bug.
9690
9691 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9692
9693         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9694
9695         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9696
9697         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9698         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9699
9700         * lily/include/includable-lexer.hh: 
9701         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9702
9703         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9704
9705         * aclocal.m4: Regenerate.
9706
9707         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9708         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9709
9710         * scm/pdf.scm (use-modules): Include lily.
9711
9712         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9713         Noordkamp).
9714         (use-modules): Include lily.
9715         (lily-def): Bugfix: include tex-val in let.
9716
9717 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9718
9719         * lilypond-mode.el: sensible error if lilypond.words not found.
9720
9721         * lilypond.words: add few words.
9722
9723 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9724
9725         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9726
9727         * mf/parmesan-scripts.mf: fixed typo in char name
9728
9729 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9730
9731         * VERSION: 1.7.16 released
9732
9733         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9734         (this is a security vulnerability).
9735
9736         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9737
9738         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9739         add staff support.
9740
9741 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9742
9743         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9744         ly/script-init.ly, scm/script.scm: bugfix: renamed
9745         fermata->signumcongruentiae to fix naming clash with feta font
9746
9747 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9748
9749         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9750
9751         * lily/multi-measure-rest-engraver.cc
9752         (start_translation_timestep): use grace timing too for determining
9753         when to make mmrest.
9754         (start_translation_timestep): clear numbers too.
9755
9756 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9757
9758         * scm/music-types.scm: compile fix: escape braces
9759
9760         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9761         work around font selection problem
9762
9763         * Documentation/user/refman.itely: BreathingSign: added docu for
9764         property "text"
9765
9766 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9767
9768         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9769         information.
9770
9771 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9772
9773         * lily/multi-measure-rest-engraver.cc (class
9774         Multi_measure_rest_engraver): make multiple Number objects, one
9775         for each MultiMeasureTextEvent.
9776
9777         * scm/music-functions.scm (glue-mm-rest-texts): use
9778         MultiMeasureTextEvent
9779
9780         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9781
9782         * Documentation/user/refman.itely (Multi measure rests): update.
9783
9784 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9785
9786         * lily/ly-module.cc (ly_copy_module_variables): use
9787         scm_internal_hash_fold() for iterating modules.
9788
9789 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9790
9791         * Documentation/user/refman.itely: Section Custodes: added more
9792         example code
9793
9794         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9795         neo-mensural rests to parmesan font
9796
9797         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9798         header
9799
9800 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9801
9802         * Documentation/user/macros.itexi: @fileref macro.
9803
9804         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9805         each file. 
9806
9807 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9808
9809         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9810         Documentation/topdocs/AUTHORS.texi: updated my email address
9811
9812         * Documentation/user/refman.itely: updated custos documentation;
9813         beautified divisiones example; beautified articulations table
9814
9815         * lily/breathing-sign.cc: bugfix: finalis molecule
9816
9817 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9818
9819         * Documentation/user/refman.itely: added docu for
9820         contemporary fermata symbols, gregorian breathing signs; small fixes
9821
9822         * ly/gregorian-init.ly: removed obsolete #'type props
9823
9824 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9825
9826         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9827         minimum-length property correctly.
9828
9829 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9830
9831         * scm/music-functions.scm (make-multi-measure-rest): set input
9832         locations for multimeasure rests.
9833
9834 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9835
9836         * input/regression/breathing-sign.ly: updated to for ancient
9837         notation
9838
9839 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9840
9841         * scripts/ly2dvi.py: Add newline.
9842
9843 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9844
9845         * scripts/ly2dvi.py (dependency_files): Compile fix.
9846
9847 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9848
9849         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9850         (make_html_menu_file): --html menu. 
9851
9852 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9853
9854         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9855
9856 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9857
9858         * input/screech-boink.ly: new file.
9859
9860 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9861
9862         * scripts/lilypond-book.py (make_lilypond_file): convert
9863         lilypond-file to lilypond block directly, without going through
9864         begin/end lilypond text.
9865
9866
9867 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9868
9869         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9870         scm/grob-description.scm: moved Michael's original breathing sign
9871         code in brew_molecule() to divisio_minima(); provided new
9872         brew_molecule() that effectively replaces the
9873         Text_item::brew_molecule callback (with additional fallback to
9874         Michael's original code); added callbacks for brewing divisio
9875         maior/maxima and finalis
9876
9877         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9878         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9879
9880         * script-init.ly: added shortfermata, longfermata,
9881         verylongfermata, varcoda
9882
9883         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9884         longfermata, verylongfermata, varcomma, varcoda
9885
9886 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9887
9888         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9889           Remove all noquote and insert a few quote.
9890
9891         * Documentation/user/lilypond-book.itely (Music fragment options),
9892           scripts/lilypond-book.py: Don't include quotation blocks by
9893           default. Introduce option quote instead of noquote
9894
9895 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9896
9897         * VERSION: 1.7.15 released
9898
9899         * Documentation/user/lilypond.tely: omf updates.
9900
9901         * buildscripts/texi2omf.py (omf_vars): include version.date
9902
9903         * make/lilypond.redhat.spec.in: fixes for spec file. 
9904
9905         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9906         by function definition: lily now requires a recent GNU Make.
9907
9908         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9909         writing.
9910
9911         * make/ly-rules.make: remove .ly -> .tex rule
9912
9913         * Documentation/user/refman.itely (Figured bass): revised figured
9914         bass example.
9915
9916 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9917
9918         * stepmake/stepmake/omf-targets.make (local-install): add
9919         scrollkeeper-update message.
9920
9921         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9922         to binary.
9923         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9924
9925         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9926
9927         * Documentation/user/converters.itely (Invoking midi2ly): add
9928         track/channel notice.
9929
9930 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9931
9932         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9933
9934         * lily/parser.yy (scalar): DIGIT is also a scalar.
9935
9936         * Documentation/user/music-glossary.tely: add @omf tags
9937
9938         * Documentation/user/lilypond.tely: add @omf tags
9939
9940         * scm/generate-documentation.scm (string-append): add @omf tags.
9941
9942         * stepmake/stepmake/omf-*: new files 
9943
9944         * input/regression/multi-measure-rest.ly (texidoc): add doco
9945
9946         * GNUmakefile.in (web-doc-install): add web-doc-install target
9947
9948         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9949         fixes crashes while dumping MIDI.
9950
9951         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9952         midi
9953
9954 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9955
9956         * buildscripts/texi2omf.py: new file.
9957
9958         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9959         font-name
9960
9961 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9962
9963         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9964
9965         * lily/sequential-iterator.cc (descend_to_child): call
9966         descend_to_child() for all types of music.
9967
9968 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9969
9970         * scm/translator-property-description.scm: Add
9971         bassFigureFormatFunction.  Replace some entries.
9972
9973 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9974
9975         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9976         clean out.
9977
9978 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9979
9980         * scripts/midi2ly.py (Note.dump): never dump duration for
9981         dump_dur=0.
9982
9983         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9984         new function
9985
9986         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9987         figures using new markups. Much simpler, and should improve layout
9988         a little.
9989
9990         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9991
9992 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9993
9994         * ly/engraver-init.ly: use Hara kiri by default for 
9995         ChordNames, FiguredBass and Lyrics(Voice) context. 
9996
9997         * lily/axis-group-engraver.cc (acknowledge_grob): use
9998         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9999
10000         * scm/new-markup.scm (markup-function-list): add bracket,
10001         vbracket.
10002
10003         * ly/engraver-init.ly (ChordNamesContext): set
10004         minimumVerticalExtent
10005
10006 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10007
10008         * input/test/time-signature-double.ly: new file 
10009
10010         * input/regression/collision-head-chords.ly (texidoc): new file.
10011
10012         * lily/type-swallow-translator.cc: add note swallow translator 
10013
10014         * input/test/time-signature-double.ly: new file.
10015
10016         * lily/type-swallow-translator.cc: add Rest_swallow_translator
10017
10018         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
10019         (FiguredBassContext): idem.
10020
10021         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
10022
10023         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
10024
10025         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
10026
10027         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
10028         .afm dependency
10029
10030         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
10031
10032         * python/lilylib.py (make_page_images): add function.
10033
10034         * scripts/ly2dvi.py (run_latex): include title in preview image.
10035
10036         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
10037         from lilypond-book for <ly2dvifile> tags in HTML.
10038
10039         * scripts/ly2dvi.py (option_definitions): add --debug option to
10040         print out environment.
10041
10042         * input/regression/tie-chord-partial.ly: new file.
10043
10044 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
10045
10046         * lilypond.words: add 3
10047
10048 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10049
10050         * scm/new-markup.scm (markup-function-list): add finger-markup
10051
10052         * input/tutorial/brahms-tweaked.ly: new markup 
10053
10054         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
10055
10056         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
10057         crash when processing '() markup
10058
10059         * input/regression/breathing-sign.ly (texidoc): add caesura example.
10060
10061         * lily/breathing-sign.cc (railtracks): another caesura.
10062
10063         * mf/feta-schrift.mf: caesura symbol. 
10064
10065 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10066
10067         * scripts/convert-ly.py (FatalConversionError.conv): add
10068         ly:molecule-XXX conversions.
10069
10070         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
10071
10072         * input/regression/multi-measure-rest-text.ly: new file.
10073
10074         * scm/music-functions.scm (glue-mm-rest-texts): automatically
10075         convert MMREST-TEXT to MultiMeasureRestNumber settings.
10076
10077         * ly/engraver-init.ly (ScoreContext): move tablature settings to
10078         ScoreContext
10079
10080         * scm/new-markup.scm (center-markup): \center markup.
10081
10082         * scm/music-functions.scm: remove pitchify scripts.
10083
10084         * lily/music.cc (print_smob): display music name if available 
10085
10086 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10087
10088         * Documentation/user/refman.itely (Instrument names): remove
10089         \turnOff doco.
10090
10091 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10092
10093         * lily/score.cc (mark_smob): bugfix.
10094
10095         * input/regression/rehearsal-mark.ly: new file.
10096
10097         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
10098         report error at the current token again.
10099
10100 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10101
10102         * cygwin/mknetrel: Exit if doc build fails.
10103
10104         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
10105
10106 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10107
10108         * scm/music-types.scm (music-descriptions): add doc strings
10109
10110 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10111
10112         * lily/lexer.ll: 
10113         * lily/include/my-lily-lexer.hh: 
10114         * lily/include/includable-lexer.hh: Add flex kludge.
10115
10116         * config.hh.in: 
10117         * config.make.in: 
10118         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
10119         cruft.
10120
10121         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
10122         code.
10123
10124 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10125
10126         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
10127
10128         * lily/parser.yy (new_chord): Compile fix.
10129
10130 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10131
10132         * Documentation/user/refman.itely (Tuning groups of objects):
10133         remove documentation for \turnOff. 
10134
10135         * lily/percent-repeat-engraver.cc (try_music): add correct
10136         processing moments for double-measure percents as well.
10137
10138         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
10139
10140         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
10141         grob prop type. 
10142
10143         * Documentation/user/refman.itely (Printing named chords): add
10144         chord name tweak doco.
10145
10146         * input/template/gregorian-transcription.ly: new file.
10147
10148 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10149
10150         * VERSION: 1.7.13 released
10151
10152         * input/test/*: lots of cleanups/comment-outs/removals in chord
10153         examples
10154
10155         * input/regression/*: lots of cleanups/comment-outs/removals in
10156         chord examples
10157
10158         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
10159         options
10160
10161         * lily/new-chord-name-engraver.cc (process_music): give original
10162         inversion pitch to chord name routine.
10163
10164         * input/tutorial/os-score.ly: update to new markup
10165
10166         * Documentation/user/appendices.itely: simply include
10167         chords-ignatzek. 
10168
10169         * Documentation/user/refman.itely (Chords mode): add documentation
10170         for chord mode.
10171
10172         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
10173         not present in chord.
10174         (construct-chord): add inversion and bass support.
10175
10176         * lily/chord.cc: junk contents.
10177
10178 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
10179
10180         * Documentation/user/refman.itely:
10181         * Documentation/user/music-glossary.tely: fix. 
10182
10183 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10184
10185         * scm/chord-entry.scm (construct-chord): move chord construction
10186         to Scheme.
10187
10188         * lily/parser.yy (new_chord): new setup for chord entry.
10189
10190 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
10191
10192         * lilypond.words:
10193         * Documentation/user/music-glossary.tely: add ambitus.
10194
10195 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10196
10197         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
10198
10199         * lily/include/*.hh: string() -> to_string()
10200
10201         * scm/chords-ignatzek.scm: new file.
10202
10203         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
10204         standard chord name exceptions.
10205
10206         * scm/translator-property-description.scm (chordNameSeparator):
10207         add property.
10208         (majorSevenSymbol): add property
10209
10210         * lily/translator-scheme.cc (ly:context-properties): new function
10211         (ly:context-parent): new function.
10212         (print_smob): print context name.
10213
10214         * lily/music.cc (ly:get-music-length): new function
10215         (print_smob): don't print properties.
10216
10217         * lily/duration.cc (duration<?): new function
10218
10219         * input/regression/chords-funky-ignatzek.ly: new file.
10220
10221         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
10222         jazz chords.
10223
10224         * lily/pitch.cc (ly:pitch-diff): new function.
10225
10226         * input/regression/chords-ignatzek.ly: new file.
10227
10228 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10229
10230         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
10231         pitches for jazz chords.
10232
10233 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10234
10235         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
10236
10237 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
10238
10239         * lilypond.words: add 1
10240
10241 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
10242
10243         * Documentation/topdocs/AUTHORS.texi: refine.
10244
10245 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
10246
10247         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
10248
10249         * lilypond.words: add one.
10250
10251 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
10252
10253         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
10254         Fontify bass note in chords, e.g., e in c1/e.
10255
10256 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10257
10258         * Documentation/user/music-glossary.tely: Dutch updates and
10259         additions (Arent Storm).
10260
10261 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10262
10263         * input/regression/ambitus.ly:  move file.      
10264
10265         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10266
10267         * lily/event.cc (transpose): add tonic property to Key_change_req
10268         and to Key_engraver.
10269
10270 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10271
10272         * Documentation/user/refman.itely: fix typo.
10273
10274         * lilypond.words: removed wrong identifiers.
10275
10276 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10277
10278         * mf/feta-toevallig.mf: make flat stem shorter 
10279
10280 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10281
10282         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10283
10284         * lilypond.words: add from Phrasing slur.
10285
10286 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10287
10288         * lilypond-mode.el: allow launching multiple ViewPS processes.
10289
10290         * lilypond.words: add from Text markup.
10291
10292 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10293
10294         * input/test/ossia.ly (texidoc): add comment.
10295
10296         * input/regression/voice-follower.ly: new file.
10297
10298         * mf/feta-toevallig.mf: make flat heavier.
10299
10300         * lily/cluster-engraver.cc: clean up Cluster engraver
10301
10302         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10303         Engraver. Use Note_column to compute Y positions and deal with
10304         line break stuff.
10305
10306 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10307
10308         * lily/stem.cc: move french-beaming to stem.
10309
10310 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10311
10312         * lilypond-font-lock.el: fontify all durations in chords.
10313
10314         * lilypond.words: add from lily/my-lily-lexer.cc
10315
10316 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10317
10318         * VERSION: release 1.7.12
10319
10320         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10321
10322         * lily/gregorian-ligature.cc: new file
10323
10324         * lily/*: the Great 2003 search & replace.
10325
10326         * Documentation/user/refman.itely (Manual repeat commands): add
10327         note about font selection.
10328
10329 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10330
10331         * lilypond-mode.el: propose recompiling midi while invoking playing,
10332         not while stopping playing.
10333
10334 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10335
10336         * lilypond.words: add one.
10337
10338         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10339         and expressional note grouping. Fontify chord modes.
10340
10341 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10342
10343         * Documentation/user/music-glossary.tely (Top): translate melisma.
10344
10345 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10346
10347         * Documentation/user/music-glossary.tely (Top): add melisma.
10348
10349 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10350
10351         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10352         interfaces for (abstract) grob GregorianLigature
10353
10354         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10355         renamed head* -> glyph_name*, x-shift* -> x-offset*
10356
10357         * scm/grob-property-description.scm: bugfix: added missing descriptions
10358
10359 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10360
10361         * input/test/chord-names-dpnj.ly: New file.
10362
10363         * scm/double-plus-new-chord-name.scm: Implement full and partial
10364         exceptions.
10365
10366         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10367
10368         * scm/double-plus-new-chord-name.scm
10369         (double-plus-new-chord->markup): Fix sub->markup.
10370
10371
10372 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10373
10374         * lily/custos-engraver.cc: added TODO; editorial changes
10375
10376         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10377         consistency with other ligature engravers; removed access on (now)
10378         private variable _ligature of Ligature_engraver
10379
10380         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10381         renamed last_bound -> last_bound_; issue programming_error on
10382         abstract method calls; moved primitives code from
10383         Mensural_bracket_engraver to here (because almost ligature
10384         engravers will need it); renamed try_stop_ligature () ->
10385         typeset_ligature (); bugfix: store primitives of finished ligature
10386         in separate variable finished_primitives_ to avoid clash on input
10387         like "\] \["; added current_ligature () to enable access on
10388         private variable _ligature
10389
10390         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10391         (now in super class); renamed try_stop_ligature () ->
10392         typeset_ligature ()
10393
10394         * lily/mensural-ligature.cc: issue programming_error on abstract
10395         method calls
10396
10397         * lily/note-heads-engraver.cc: added TODO comment upon bool
10398         in_ligature
10399
10400         * mf/parmesan-heads.mf: fixed some of set_char_box()
10401
10402         * scm/grob-description.scm: added VaticanaLigature
10403
10404         * scm/grob-property-description.scm: added neume prefix properties
10405
10406         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10407         lily/include/gregorian-ligature-engraver.hh,
10408         lily/include/gregorian-ligature.hh: new files; framework for
10409         gregorian ligature engravers such as vaticana
10410
10411         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10412         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10413         vaticana style ligature implementation (still somewhat uncomplete)
10414
10415 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10416
10417         * VERSION: release 1.7.11
10418
10419         * scripts/convert-ly.py: add ly:pitch-transpose rule
10420
10421 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10422
10423         * input/test/dpncnt.ly: New file.
10424
10425         * lily/my-lily-lexer.cc: Add chordnames keyword.
10426
10427         * lily/parser.yy (chordnames_block): Parse chord name exception
10428         lists, see input/test/dpncnt.ly.
10429
10430         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10431         function.
10432
10433         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10434         filter-out too.
10435
10436         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10437         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10438         pitch functions (except for ly:make-pitch, but that's apparently
10439         some sort of scheme naming standard?).
10440
10441         * scm/lily.scm (!=): define-public.
10442
10443         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10444
10445 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10446
10447         * scm/double-plus-new-chord-name.scm
10448         (double-plus-new-chord-name->markup): New file.
10449
10450 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10451
10452         * python/lilylib.py (make_preview): don't suppress progress for
10453         bbox extraction.
10454
10455 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10456
10457         * Documentation/user/appendices.itely (scheme): update for new syntax.
10458
10459         * input/regression/chord-name-styles.ly: new file
10460
10461         * lily/instrument-name-engraver.cc: create instrument names
10462         without barline too.  Allows instrument name on ChordNames  
10463
10464         * scm/new-markup.scm (interpret-markup): allow simple strings as
10465         markup too.
10466
10467 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10468
10469         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10470         (step->markup-accidental): Fix: add accidental.
10471         (chord::inner-name-american): 
10472         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10473         append stray '/' if last superscript addition was 'o'.
10474
10475         * scm/new-markup.scm (normal-size-sub-markup) 
10476         (normal-size-super-markup): New function.
10477
10478         * lily/source-file.cc (Source_file): Add warning for possibly
10479         intentional but suspicious initialization.
10480
10481         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10482         add comments about cut-and-paste programming.
10483
10484         * flower/rational.cc (lcm): Not used; comment out.
10485
10486 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10487
10488         * lily/new-fingering-engraver.cc (position_scripts): use
10489         fingerHorizontalDirection to determine fingering horizontal
10490         directions.
10491
10492         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10493         fingering support.
10494
10495         * scripts/convert-ly.py (FatalConversionError.conv): add style
10496         conversion rule. 
10497
10498         * scm/chord-name.scm (set-chord-name-style): new function.
10499         (new-chord-name-brew-molecule): revise to interpret markup only
10500         (new-chord->markup): cleanuppish rewrite. To be called from the
10501         new engraver.
10502
10503         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10504         Markup earlier, during interpreting.
10505
10506         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10507         style settings. Rename to chord-names-*.ly
10508
10509 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10510
10511         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10512         markup code and update to new markup.  Most probably broke some of
10513         it.
10514
10515 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10516
10517         * Documentation/user/refman.itely: added docu for ambitus and
10518         clusters
10519
10520         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10521         ly_quote_scm() in lookup.cc
10522
10523         * mf/parmesan-clefs.mf: set_char_box fix
10524
10525         * lily/cluster-engraver.cc: junk implicit protection; use
10526         Protected_scm instead
10527
10528 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10529
10530         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10531         throughout.
10532
10533         * scm/new-markup.scm: Turn-off error-triggering test code.
10534
10535 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10536
10537         * scm/new-markup.scm (markup-thrower-typecheck) 
10538         (markup-typecheck?):  add full typechecking functions.
10539         (make-markup-maker): add make-FOO-markup functions.
10540         (markup-argument-list-error): nice error checking messages.
10541         (make-markup): better function: less quoting escapades.
10542
10543 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10544
10545         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10546
10547 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10548
10549         * cygwin/lilypond.hint (requires): Add cygwin.
10550
10551         * .cvsignore: Remove stepmake (huh!?!), add lib.
10552
10553         * GNUmakefile.in: Add libdir links for builddir runs.
10554
10555         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10556         instead of datadir.
10557
10558         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10559         local_lilypond_libdir.
10560
10561         * config.make.in (lilypond_libdir): Add.
10562
10563         * stepmake/stepmake/substitute-rules.make: 
10564         * stepmake/stepmake/script-rules.make: 
10565         * stepmake/stepmake/python-module-rules.make:
10566         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10567         lilypond-python-module patch.
10568
10569 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10570
10571         * Documentation/user/refman.itely (Graphical interfaces): add note
10572         about xml2ly.
10573
10574 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10575
10576         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10577
10578 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10579
10580         * VERSION: released 1.7.10
10581
10582         * scripts/musedata2ly.py (): idem
10583
10584         * scripts/midi2ly.py (dump_chord): idem
10585
10586         * scripts/etf2ly.py (version): idem 
10587
10588         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10589
10590         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10591
10592         * scm/tex.scm (tex-output-expression): remove eval compat
10593         glut. Other output files too.
10594
10595         * scm/chord-name.scm: don't export anything from chord module.
10596
10597         * input/test/american-chords.ly: idem
10598
10599         * input/test/banter-chords.ly (texidoc): idem
10600
10601         * input/test/Cc-chords.ly: add breakage notes.
10602
10603         * Documentation/user/refman.itely (Text markup): rewrite manual
10604         section.
10605
10606         * lily/parser.yy (scalar): allow \markup { } as property value. 
10607
10608         * scm/chord-name.scm: complete new markup usage
10609
10610         * scm/grob-description.scm (all-grob-descriptions): use new markup
10611         texts by default
10612
10613 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10614
10615         * scm/chord-name.scm: partial move to new markup texts.
10616
10617 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10618
10619         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10620
10621         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10622         settable.
10623
10624 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10625
10626         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10627         invoked for old midi, wait for killing.
10628
10629 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10630
10631         * Documentation/user/music-glossary.tely: Finnishing.
10632
10633 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10634
10635         * mf/feta-nummer-code.mf: some kerning pairs.
10636
10637 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10638
10639         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10640         Added.
10641
10642         * Documentation/user/refman.itely (Bar numbers):
10643         set-bar-number-visibility added, modulo-bar-number removed again
10644         (sorry).
10645
10646 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10647
10648         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10649
10650         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10651
10652         * Documentation/user/music-glossary.tely: translate into Finnish.
10653
10654 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10655
10656         * lilypond-mode.el: add shortcut for 2midi
10657
10658         * lilypond-font-lock.el: fontify lyrics
10659
10660 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10661
10662         * scm/drums.scm : use 1.7.x names.
10663
10664         * input/regression/drums.ly : Don't use << chords >>
10665
10666 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10667
10668         * lilypond-mode.el: tidy, add TODO
10669
10670         * make/lilypond.mandrake.spec.in: install-info quietly.
10671
10672 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10673
10674         * input/test/markup.ly: use new syntax.
10675
10676 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10677
10678         * ly/params-init.ly (interscoreline): add word-space
10679
10680         * input/test/metronome.ly (eighthNote): idem.
10681
10682         * input/test/script-priority.ly: use new markup
10683
10684         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10685
10686         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10687
10688         * lily/parser.yy (gen_text_def): bugfix.
10689         (full_markup): allow markup identifier.
10690
10691 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10692
10693         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10694         jobs at the same time. Add horizontal lines to Command menu.
10695         Allow one compiling job -- propose killing others before a new one.
10696
10697         * lilypond.words: add markup, teeny, etc.
10698
10699 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10700
10701         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10702         Allow only one type of midi process; launching Midi either stops
10703         midis or plays the current midi and launching MidiAll stops midis
10704         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10705         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10706
10707 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10708
10709         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10710         markup  for new markup texts.
10711
10712         * lily/mark-engraver.cc (process_music): idem
10713
10714         * lily/instrument-name-engraver.cc (create_text): idem
10715
10716         * scm/new-markup.scm (magnify-markup): new function.
10717
10718         * scm/molecule.scm (stack-lines): bugfix.
10719
10720         * lily/font-interface.cc (get_font): take font-magnification from
10721         alist chain.
10722
10723 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10724
10725         * lily/molecule-scheme.cc: move scheme functions to separate file.
10726
10727         * lily/font-metric.cc  (ly_get_glyph): new function. 
10728
10729         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10730         (italic-markup, dynamic-markup): new functions
10731         (font-markup): new function
10732
10733         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10734         padding and minimum
10735
10736 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10737
10738         * lily/accidental-engraver.cc:
10739         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10740
10741 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10742
10743         * lilypond.vim:
10744         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10745         [a-zA-Z] for user defined identifiers. Separate note cases 
10746         with and without a duration (allow cis\longaX).
10747
10748         * lilypond.words: Add words from Info.
10749
10750 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10751
10752         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10753
10754 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10755
10756         * lilypond-mode.el: Propose reverting buffer before a command if
10757         it was edited with an another editor.
10758
10759 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10760
10761         * lily/molecule.cc (ly_translate_molecule): new function
10762
10763         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10764         into libdir
10765
10766         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10767
10768         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10769
10770 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10771
10772         * lilypond.words: take \words from Info-index.
10773
10774 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10775
10776         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10777
10778 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10779
10780         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10781
10782 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10783
10784         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10785         and lilypond-documentation.
10786
10787 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10788
10789         * lily/parser.yy: Compile fix (bison 1.75).
10790
10791 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10792
10793         * VERSION: 1.7.9 released
10794
10795         * scm/music-functions.scm (shift-one-duration-log): refactor.
10796         Use music-map.
10797
10798         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10799
10800         * NEWS: update.
10801
10802         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10803         argument
10804
10805         * scm/music-functions.scm (display-music): new function
10806         (music-map): change arg order.
10807
10808         * input/regression/new-markup-syntax.scm: new file
10809
10810         * lily/parser.yy (markup): add \markup { .. } syntax.
10811
10812         * scm/new-markup.scm (override-markup): new function
10813         (lookup-markup): new function
10814         (music-markup): new function
10815         (lookup-markup-command): use markup-signature to store argument
10816         format for parser.
10817
10818         * lily/lexer.ll: preliminary \markup syntax. 
10819
10820 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10821
10822         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10823         add pre/post-dependencies and menus with icons from source.
10824
10825         * Documentation/pictures/lilypond-48x48.xpm:
10826         * Documentation/pictures/lilypond-32x32.xpm:
10827         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10828         transparent.
10829
10830         * stepmake/stepmake/generic-targets.make:
10831         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10832
10833 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10834
10835         * input/regression/music-map.ly (texidoc): new file.
10836
10837         * scm/music-functions.scm (music-map): new function
10838
10839 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10840
10841         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10842
10843 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10844
10845         * input/test/to-xml.ly:
10846         * lily/ligature-engraver.cc: Fixes documentation.
10847
10848         * lilypond.mandrake.spec.in:
10849         * lilypond.redhat.spec.in: Add lilypond.words.
10850
10851         * Documentation/user/refman.itely: Mention Info inside emacs.
10852
10853         * lilypond.suse.spec.in:
10854         * lilypond.redhat.spec.in:
10855         * lilypond.mandrake.spec.in: Set root-owner for doc
10856         (tobbe@nyvalls.se).
10857
10858 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10859
10860         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10861         os.popen.read ().
10862
10863 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10864
10865         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10866
10867         * python/lilylib.py (error): add space
10868
10869 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10870
10871         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10872         distribution.
10873
10874 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10875
10876         * lily/paper-outputter.cc (Paper_outputter): close port when
10877         finishing score.
10878
10879 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10880
10881         * scm/sodipodi.scm: Fixes.
10882
10883 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10884
10885         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10886
10887         * buildscripts/make-font-dir.py: Fix. 
10888
10889 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10890
10891         * lilypond-mode.el: Add support for Info inside Emacs.
10892
10893 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10894
10895         * buildscripts/make-font-dir.py: 
10896         * mf/GNUmakefile: Make sodipodi font map.
10897
10898         * scm/sodipodi.scm: Add more output functions.
10899
10900         * mf/feta-nummer.mf: 
10901         * mf/feta-beugel.mf: Add font_coding_scheme.
10902
10903         * lily/paper-outputter.cc (output_header): Fix creator string.
10904
10905 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10906
10907         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10908         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10909
10910         * lilypond.words: add two (Everybody can add/remove words now!).
10911
10912         * debian/rules:
10913         * make/lilypond.suse.spec.in:
10914         * make/lilypond.mandrake.spec.in:
10915         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10916
10917         * Documentation/user/refman.itely: Mention autocompletion.
10918
10919 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10920
10921         * scripts/ly2dvi.py: Add paper sizes.
10922
10923         * lily/timing-engraver.cc: 
10924         * lily/time-signature.cc: 
10925         * lily/span-bar.cc: 
10926         * lily/grob-scheme.cc: Code formatting fixes.
10927
10928         * scm/sodipodi.scm: 
10929         * scm/sketch.scm:
10930         * buildscripts/mf-to-table.py: 
10931         * buildscripts/make-font-dir.py: Font testing.
10932
10933 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10934
10935         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10936         inserts try-completion and shows all-completions.
10937
10938         * lilypond.words: '\' -> '\\'
10939
10940         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10941         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10942
10943         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10944         and LilyPond-reserved-words.
10945
10946 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10947
10948         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10949         from load-path.
10950
10951         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10952         the mini-buffer with Control-Shift-c.
10953
10954 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10955
10956         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10957         duration. This fixes \tempo taking time.
10958
10959 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10960
10961         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10962         Allow for text markup in repeatCommands. 
10963
10964 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10965
10966         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10967         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10968         Get rid of skeleton.el-dependency.
10969
10970         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10971
10972 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10973
10974         * lily/beam-engraver.cc (stop_translation_timestep): reset
10975         now_stop_ev_
10976
10977         * lily/scm-option.cc: add parse-protect to ly:set-option
10978
10979         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10980
10981 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10982
10983         * lily/include/ligature-bracket.hh: removed
10984         * lily/ligature-bracket.cc: removed
10985
10986         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10987         .tex
10988
10989         * lily/beam.cc (set_beaming): don't change beam count on rests.
10990         (brew_molecule): always set flag-width > 0.
10991
10992 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10993
10994         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10995         chars, remove instructions; instead, refer to lilypond-init.el and
10996         Documentation/topdocs/INSTALL.texi.
10997
10998         * lilypond.words: add identifiers and reserved words.
10999
11000         * Documentation/topdocs/INSTALL.texi: separate sections for installing
11001         files and adding a load-path.
11002
11003         * lilypond-init.el: Instructions, extracted from 
11004         Documentation/topdocs/INSTALL.texi. 
11005
11006 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11007
11008         * VERSION: 1.7.8 released 
11009
11010         * lily/grob.cc (warning): better robustness fix.
11011
11012 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
11013
11014         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
11015
11016         * lily/cluster-engraver.cc: stick better to variable naming
11017         conventions
11018
11019         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
11020         until stop_translation_timestep()
11021
11022         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
11023         min/max coordinates to backend, but no musical info such as
11024         pitches
11025
11026         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
11027
11028         * lily/grob.cc: robustness fix: warning(): do not crash if
11029         cause is not set
11030
11031         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
11032         the much more elaborated tuplet brackets than the very naive and
11033         simple ligature bracket grob
11034
11035 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11036
11037         * Documentation/user/refman.itely (Analysis brackets): add
11038         horizontal bracket doco.
11039
11040         * ly/property-init.ly (setMmRestFermata): added.
11041
11042         * Documentation/user/refman.itely (Multi measure rests): fermatas
11043         on mm rests.
11044
11045         * input/regression/apply-context.ly (texidoc): new file
11046
11047         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
11048         code to be executed during interpretation. Possible applications:
11049         smart octavation, more advanced bar checks. 
11050
11051         * lily/apply-context-iterator.cc: new file.
11052
11053 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11054
11055         * input/test/new-markup.ly: new file.
11056
11057         * lily/text-item.cc (text_to_molecule): new function
11058
11059         * scm/new-markup.scm (lambda): new file
11060
11061         * lily/function-documentation.cc (ly_add_function_documentation):
11062         add proc property as well
11063
11064 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11065
11066         * Documentation/user/music-glossary.tely (Top): add custos.
11067
11068 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
11069
11070         * Documentation/topdocs/INSTALL.texi: advise how to include source
11071         path to Emacs load-path and improve language.
11072
11073 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11074
11075         * GNUmakefile.in: config.h message fix.
11076
11077         * autogen.sh:
11078         * aclocal.m4: Regenerate.
11079
11080         * configure.in: 
11081         * config.make.in: 
11082         * stepmake/config.make.in: 
11083         * stepmake/configure.in: 
11084         * stepmake/autogen.sh: 
11085         * stepmake/aclocal.m4: Update for autoconf 2.56.
11086
11087 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
11088
11089         * Documentation/topdocs/INSTALL.texi: instructions for an user how
11090         to install Emacs-mode. Instructions how to use vim-mode.
11091
11092 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11093
11094         * scm/music-types.scm (music-descriptions): no length for tempo event.
11095
11096         * input/*.ly: add \version everywhere.
11097
11098         * input/*.ly: update syntax to 1.7 + new-chords.
11099
11100         * VERSION: 1.7.7 released.
11101
11102         * Documentation/user/*.tely: new chord syntax.
11103
11104         * input/regression/[bc]*.ly (texidoc): syntax updates.
11105
11106 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
11107
11108         * lilypond.words: add vocabulary to be used in auto-completion
11109
11110         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
11111
11112         * lilypond.vim: allow note name at EOF
11113
11114 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11115
11116         * buildscripts/new-chords.py (edit): -e option: inline editing.
11117
11118         * input/regression/a*.ly (texidoc): syntax updates.
11119
11120         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
11121         music): elucidations. 
11122
11123 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
11124
11125         * lily/include/lily-proto.hh, ly/engraver-init.ly,
11126         ly/spanners-init.ly, scm/grob-description.scm,
11127         scm/grob-property-description.scm, scm/music-types.scm,
11128         lily/cluster-engraver.cc, lily/cluster.cc,
11129         lily/include/cluster.hh, input/test/cluster.ly: cluster
11130         implementation
11131
11132         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
11133         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
11134         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
11135
11136         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
11137
11138         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
11139
11140         * scm/grob-description.scm: bugfix: by default, use default note
11141         head style when engraving ligatures
11142
11143         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
11144
11145         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
11146         events
11147
11148         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
11149
11150         * input/test/ancient-font.ly: bugfix: style -> flag-style
11151
11152         * lily/ligature-engraver.cc: indentation fix
11153
11154         * lily/parser.yy: indentation fixes
11155
11156 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11157
11158         * input/regression/measure-grouping.ly: more elaborate example.
11159
11160         * lily/moment.cc: ly:add-moment, ly:mul-moment,
11161         ly:div-moment. New functions 
11162
11163         * scm/music-functions.scm (set-time-signature): new function,
11164         allow inline time sig settings with measure grouping.
11165
11166         * lily/parser.yy (command_element): move time sig construction
11167         into Scheme.
11168
11169         * lily/side-position-interface.cc (out_of_staff): new function,
11170         like padding, but keep minimum distance from staff. Easier than
11171         linespanners (dynamics, pedals), but roughly the same effect.
11172
11173 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
11174
11175         * emacs-mode.el: Added spanish-note-replacements 
11176         (Carlos Betancourt, <carlos.betancourt@chello.be>).
11177
11178         * vimrc: (Un)commenting with <(S-)F12>, tidy.
11179
11180 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
11181
11182         * lilypond.vim: Do not fontify cises, desis, etc.
11183
11184         * vimrc: view dvi with <S-F6>
11185
11186 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11187
11188         * lily/lookup.cc (triangle): new function.
11189
11190         * input/regression/measure-grouping.ly (texidoc): new file: show
11191         triangles and brackets for beat groups of 3 and 2.
11192
11193         * lily/include/measure-grouping-spanner.hh (class
11194         Measure_grouping): new file.
11195
11196         * lily/measure-grouping-spanner.cc (brew_molecule): new file
11197
11198         * lily/measure-grouping-engraver.cc (class
11199         Measure_grouping_engraver): new file.
11200
11201 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11202
11203         * Merge from stable:
11204
11205             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
11206
11207         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
11208         stylesheet.
11209
11210         * ly/paper19.ly: Include paper19-init.ly.
11211
11212         * ly/paper19-init.ly: New file.
11213
11214         * Documentation/user/tutorial.itely (First steps): Fix first
11215         example for font test.
11216
11217         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
11218
11219         * ChangeLog: Add 1.7.6 release marker (see below).
11220
11221         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
11222         Add .py files.
11223
11224 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11225
11226         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
11227
11228         * input/tutorial/*.ly: update to new syntax.
11229
11230         * lily/parser.yy (Composite_music): new transpose syntax,
11231         \transpose FROM TO MUSIC. 
11232
11233 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11234
11235         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
11236         latex progress/error output to stderr (by default this goes to
11237         stdout).  Show lilypond progress, even when not verbose.
11238
11239         * python/lilylib.py (system): New optional parameter to control
11240         showing of progress.
11241
11242         * scm/backend-documentation-lib.scm (check-dangling-properties):
11243         Fix error message.
11244
11245         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
11246         axis, extent.
11247
11248         * scm/grob-property-description.scm (magnify): Remove.
11249         (extent, axis): Add.
11250
11251 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11252
11253         * VERSION: Release 1.7.6.
11254
11255         * scripts/convert-ly.py: more uniformization substitutions.
11256
11257         * buildscripts/new-chords.py (sub_chords): new file.
11258
11259 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11260
11261         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
11262         lilypond.map.  Include sauter fonts too.  Cleanups.
11263
11264 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11265
11266         * Documentation/user/tutorial.itely (First steps): change to new
11267         chord/tie/slur/beam notation.
11268
11269         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11270         ties.
11271
11272         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11273         engraver. Process ties in postfix notation, i.e. c8-~ c
11274
11275         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11276
11277         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11278
11279         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11280
11281         * lily/beam-engraver.cc (try_music): accept new-beam-events
11282
11283         * input/regression/chord-scripts.ly (texidoc): new file
11284
11285         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11286         script-events.
11287
11288         * scm/script.scm (default-script-alist): cleanup.
11289
11290         * lily/script-engraver.cc (make_script_from_event): cleanup.
11291
11292         * lily/lyric-combine-music-iterator.cc
11293         (Lyric_combine_music_iterator): remove superfluous events.
11294         (melisma_busy): new function. Fix broken melismas.
11295
11296 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11297
11298         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11299         Remove nonvalid settings. Use descriptive key names.
11300         Use <Return> to indicate the pressing of that key.
11301
11302 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11303
11304         * scripts/lilypond-book.py (option_definitions): Typo.
11305
11306         * scripts/ly2dvi.py: Updates.
11307
11308         * python/lilylib.py (setup_environment, print_environment)
11309         (get_bbox, make_preview): Merge and remove from ly2dvi and
11310         lilypond-book.
11311
11312         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11313
11314         * .cvsignore: Remove some cruft.
11315
11316         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11317         path.
11318
11319         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11320         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11321         throughout.
11322
11323         * python/lilylib.py (quiet_system): Junk
11324         (system): Display error log upon failure.
11325         (read_pipe): New function.  Cleanups and fixes.
11326
11327         * python/*.py: Rename from *.py.in.
11328
11329         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11330
11331         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11332
11333 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11334
11335         * python/GNUmakefile: Bugfix: handle modules.
11336
11337         * stepmake/stepmake/python-module-targets.make (default): Add
11338         compiled modules. 
11339
11340         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11341         compiling modules.
11342
11343         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11344         Bugfix.  (OUT_PYC_MODULES): Add.
11345
11346 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11347
11348         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11349         Use default paths. Refresh description.
11350
11351 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11352
11353         * VERSION: 1.7.5 released
11354
11355         * input/regression/finger-chords.ly (texidoc): new file.
11356
11357         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11358         support
11359
11360         * lily/fingering-engraver.cc (process_music): remove kludgy
11361         scriptHorizontal stuff.
11362
11363         * lily/script.cc: remove staff-support property.
11364
11365         * lily/new-fingering-engraver.cc (add_fingering): new
11366         file. Fingering engraver for new style chords.
11367
11368 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11369
11370         * lily/parser.yy (bare_number): allow 4 \cm (without
11371         decimal dot). (should backport to 1.6?)
11372
11373         * ly/declarations-init.ly: use Scheme for dimension defs.
11374
11375         * lily/parser.yy (TODO): remove hard coded dimensions, add
11376         REAL NUMBER_IDENTIFIER production.
11377
11378         * lily/rest-collision.cc (force_shift_callback): rewrite using
11379         -done property.
11380
11381         * scm/grob-property-description.scm (rest-collision-done): add
11382         property.
11383
11384         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11385
11386 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11387
11388         * input/regression/multi-measure-rest-center.ly: new file.
11389
11390         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11391         off horizontally by 0.05 ss. Fixed.
11392
11393 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11394
11395         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11396
11397         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11398
11399 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11400
11401         * lily/tie.cc (get_control_points): also avoid staff lines on the
11402         just outside the outer staff lines
11403
11404 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11405
11406         * ly/params-init.ly: Just define style-alist, no need to
11407         define-public.
11408
11409         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11410         (thanks Han-Wen).
11411
11412         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11413         (FET_FILES): = FONT_FILES.
11414
11415         * Merge from stable:
11416
11417             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11418
11419 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11420
11421         * VERSION: 1.7.4 released.  
11422
11423         * scm/generate-documentation.scm (string-append): add macro
11424         definitions.
11425
11426         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11427         normal texts.
11428
11429         * lily/multi-measure-rest-engraver.cc: make separate
11430         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11431
11432         * lily/multi-measure-rest.cc: remove text handling. Remove
11433         number-threshold.
11434
11435 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11436
11437         * scm/music-types.scm: doc patch by Graham Percival
11438
11439 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11440
11441         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11442         encoding part.
11443         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11444         (sketch_p): Sketch wants only first four elements of X11 font spec.
11445
11446         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11447
11448         * mf/feta-autometric.mf: Write foundry and family to log.
11449
11450         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11451         font translation table.
11452
11453         * buildscripts/mf-to-table.py: Better font info into afm.
11454
11455         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11456         1.0.9 required.
11457
11458         * configure.in: Whine for mftrace 1.0.9.
11459
11460 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11461
11462         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11463
11464         * lily/main.cc (main_prog): don't try to load init.EXT when
11465         processing foo.EXT.
11466
11467 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11468
11469         * scm/tex.scm (zigzig-line): added.
11470
11471         * scm/ps.scm (zigzag-line): added.
11472
11473         * ps/music-drawing-routines.ps (subvec): added.
11474         (draw_zigzag_line): added.
11475
11476         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11477         grob properties zigzag-width and zigzag-length.
11478
11479         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11480
11481 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11482
11483         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11484         svg output, including font.
11485
11486 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11487
11488         * scm/lily.scm: Register sodipodi output module.
11489
11490         * scm/sodipodi.scm: New file.
11491
11492         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11493
11494         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11495         comment, after header.
11496         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11497         FullName.  Fix FontName key.
11498
11499 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11500
11501         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11502         and breve rests.
11503
11504         * input/test/blank-notes.ly: bugfix
11505
11506         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11507         rests. (Kim Shrier)
11508
11509         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11510
11511 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11512
11513         * scm/tex.scm: 
11514         * scm/ps.scm: Cleanup and remove obsolete junk.
11515
11516         * Documentation/user/internals.itely:
11517         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11518
11519         * lily/parser.yy: Identify shift/reduce problems.
11520
11521         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11522         make-style-sheet.  Too specific for convert-ly?
11523
11524 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11525
11526         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11527
11528         * input/test/*.ly: various fixes.
11529
11530         * lily/music.cc (name): bugfix
11531
11532         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11533
11534         * lily/input-file-results.cc (code): set-point-and-click! ->
11535         set-point-and-click
11536
11537 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11538
11539         * Use uniform ly: prefix for exported scheme primitive functions.
11540
11541         * scm/music-types.scm: junk compat glue
11542
11543         * scripts/convert-ly.py: add rules for stuff below, junk
11544         compatibility glue for spanrequest.
11545
11546         * lily/parser.yy (verbose_event): remove \spanrequest,
11547         \commandspanrequest, \script. 
11548
11549         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11550
11551         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11552         for \penalty, \glissando.
11553
11554         * VERSION: release 1.7.3
11555
11556 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11557
11558         * lily/accidental-engraver.cc: Fix
11559         grace-in-the-beginning-of-measure bug caused by the resent
11560         partial-measure fix.
11561
11562         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11563         overlap looks too crowded)
11564
11565 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11566
11567         * lily/parser.yy (assignment): allow SCM expression as assignment.
11568
11569         * lily/include/music-output-def.hh (class Music_output_def):
11570         * lily/music-output-def.cc: 
11571         * lily/paper-def.cc: 
11572         * scm/font.scm (markup-to-properties):
11573         * lily/parser.yy (music_output_def_body): 
11574         remove style_sheet_
11575
11576 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11577
11578         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11579         length.
11580
11581         * input/regression/spacing-to-grace.ly: new file.
11582
11583         * input/regression/spacing-end-of-line.ly: new file.
11584
11585         * lily/note-spacing.cc (get_spacing): take into account breakable
11586         stuff sticking out at the left (time sig change at line break).
11587
11588         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11589         raggedright code.
11590
11591         * scm/music-functions.scm (make-voice-props-set): add
11592         staff-position for mm rests.
11593
11594         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11595         before grace notes a little.
11596
11597         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11598
11599         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11600         key adds space at the end of line. 
11601
11602 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11603
11604         * scm/sketch.scm: Fix beams.
11605
11606         * buildscripts/mf-to-table.py: Add EncodingScheme.
11607
11608         * scm/sketch.scm: Resurrect.
11609
11610 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11611
11612         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11613         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11614
11615 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11616
11617         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11618
11619         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11620
11621 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11622
11623         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11624         token for origin information.
11625
11626         * lily/parser.yy (My_lily_lexer): do identifier location and
11627         cloning from lexer.
11628
11629         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11630         logic out of the parser. Add bar checks on both ends.
11631
11632         * Documentation/user/refman.itely (Multi measure rests): add more
11633         notes about mm rests.
11634
11635 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11636
11637         * input/regression/bar-scripts.ly: Re-enable.
11638
11639         * lily/parser.yy:
11640         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11641         released rsn.  Bison 1.50 has a crucial bug and won't work.
11642
11643         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11644
11645
11646 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11647
11648         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11649
11650 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11651
11652         * Actually merge changes since 1.6.4 besides ChangeLog, and
11653         resolve conflicts.  Lots of updates, hope all is well.
11654
11655         * cygwin/lilypond.hint (requires): Add ghostscript.
11656
11657         * scm: Update some (c).
11658
11659 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11660
11661         * input/test/{various}.ly: add \header fields and texidoc strings.
11662
11663 2002-10-05  Werner Lemberg  <wl@gnu.org>
11664
11665         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11666         renamed to `output_latex_quoted'.
11667         Added `output_latex_noquote'.
11668         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11669         mode.
11670
11671 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11672
11673         * ChangeLog: Add 1.6.6 release marker.  See below.
11674
11675         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11676
11677         * scripts/midi2ly.py: Fix global syntax warnings.
11678
11679         * GNUmakefile.in: Generate builddir locale tree too.
11680
11681         * scripts/ly2dvi.py:
11682         * scripts/midi2ly.py: 
11683         * scripts/mup2ly.py: 
11684         * scripts/update-lily.py:
11685         * lily/main.cc (setup_paths): Fix for locales setup.
11686
11687 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11688
11689         * Documentation/windows/installing.texi: Soften wording about
11690         necessity of becoming Administrator.  tommie@iae.nl reports this
11691         does not seem to be necessary for his flavour of Windows 2000.
11692         Explicitely discourage text mode mounts.
11693
11694 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11695
11696         * lily/rest.cc (after_line_breaking): backport dot position fix.
11697
11698         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11699         rests. Thanks to Klaus Zimmermann for finding this bug.
11700
11701 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11702
11703         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11704
11705 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11706
11707         * Documentation/user/music-glossary.tely: fix links.
11708
11709 2002-10-21  Werner Lemberg  <wl@gnu.org>
11710
11711         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11712         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11713         scaling factor) only once and use them in the definition of
11714         \embeddedps.
11715         * ps/music-drawing-routines.ps (skeel): Removed.
11716
11717 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11718
11719         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11720         Solaris7, as we don't use nested $( ) constructs.
11721
11722 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11723
11724         * VERSION: Release 1.6.6.
11725
11726 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11727
11728         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11729         as workaround for /bin/sh problems on Solaris7.
11730
11731 2002-10-19  Werner Lemberg  <wl@gnu.org>
11732
11733         * GNUmakefile.in (web-doc): Fix typos.
11734         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11735         `music-drawing-routines.ps' but emit \special{header=...} once.
11736         * scm/tex.scm (header-end): Updated.
11737
11738 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11739
11740         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11741         undefined tremolo. 
11742
11743 2002-10-15  Werner Lemberg  <wl@gnu.org>
11744
11745         * scripts/lilypond-book.py (g_make_html): New global variable.
11746         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11747         if `g_make_html' isn't set.
11748         [main]: Add format `texi-html'.
11749         (option_definitions): Updated.
11750         * Documentation/user/lilypond-book.itely: Updated.
11751
11752         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11753         * make/ly-rules.make (%.texi, %.nexi): Use it.
11754         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11755         format to lilypond-book.
11756         * GNUmakefile.in (web-doc): Ditto.
11757
11758 2002-10-14  Werner Lemberg  <wl@gnu.org>
11759
11760         Further improve TeX output.  The produced files are about 40%
11761         smaller.  `lilyponddefs.tex' is now read only once.
11762
11763         * tex/lilyponddefs.tex: Remove footer stuff.
11764         (\ifundefined): Renamed to...
11765         (\lilypondundefined): This.  Use LaTeX's definition to
11766         make it nestable and make it global.
11767         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11768         output.
11769         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11770         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11771         them global.
11772         (\placebox): Renamed to...
11773         (\lyitem): This.
11774         Make it global and call \outputscale by itself.
11775         (\lybox, \lyvrule): New macros to reduce input data.
11776         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11777         New auxiliary macros.
11778         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11779         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11780         to...
11781         (\lilypondspace): This and made it global.
11782         (\turnOnPostScript): Renamed to...
11783         (\lilypondpostscript): This and made it global.
11784         (\turnOnExperimentalFeatures): Renamed to...
11785         (\lilypondexperimentalfeatures): This and made it global.
11786         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11787         (\lilypondsetdimen): This and made it global.
11788         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11789         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11790         (all, $(outdir)/music-drawing-routines.ps): New rules.
11791         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11792         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11793         start-system, stop-system, stop-last-system, filledbox): Updated to
11794         use the changed macros from lilyponddefs.tex.
11795         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11796
11797 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11798
11799         * Documentation/windows/installing.texi: Update.
11800
11801 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11802
11803         * VERSION: 1.6.5 released
11804
11805         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11806
11807 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11808
11809         * scm/translator-property-description.scm (voltaOnThisStaff): add
11810         property.
11811
11812 2002-09-28  Werner Lemberg  <wl@gnu.org>
11813
11814         * scm/tex.scm (header-end): Suppress page numbering.
11815
11816         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11817         Fix quotation for HTML output.
11818
11819 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11820
11821         * Documentation/user/refman.itely: grammar and phrasing
11822           fixes to "Note Entry" section.  Also adds a few new examples.
11823
11824 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11825
11826         * flower/include/string-data.icc: include string.h
11827
11828 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11829
11830         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11831
11832 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11833
11834         * Documentation/user/GNUmakefile (extra-local-help): Add.
11835
11836         * stepmake/stepmake/www-targets.make (local-help): Add.
11837
11838 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11839
11840         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11841         packages.
11842
11843         * Documentation/topdocs/README.texi (Top): building documentation
11844         (not website.)
11845
11846 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11847
11848         * Documentation/user/refman.itely: 
11849         * Documentation/user/tutorial.itely: 
11850         * Documentation/user/music-glossary.tely: Merge changes.
11851
11852         * Documentation/user/glossary.html.in: 
11853         * Documentation/index.texi: 
11854         * Documentation/header.html.in: Accomodate renaming of glossary.
11855
11856         * Documentation/user/tutorial.itely: Add some glossary references.
11857
11858         * Documentation/user/refman.itely: Minor fixes.
11859
11860         * Documentation/user/lilypond.tely: Add glossary do direntry.
11861
11862         * Documentation/user/music-glossary.tely: Rename (previously:
11863         glossary.tely).  Fix anchor placement.
11864
11865         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11866
11867 2002-09-23  Werner Lemberg  <wl@gnu.org>
11868
11869         * scripts/lilypond-book.py (output_dict): Fix handling of
11870         various environments by avoid extraneous newlines.
11871         Rename `output-all' regexp for html to `output-html'.
11872         Replace `output-all' regexp for texi with `output-texi-quote'
11873         and `output-texi-noquote'.
11874         (compose_full_body): Don't override `linewidth' user option
11875         for `singleline'.
11876         (schedule_lilypond_block): Don't indent text specified with
11877         `intertext' option.
11878         Add new option `noquote'.
11879         (compile_all_files): Use latex instead of tex to compile ly
11880         files directly.
11881
11882         * Documentation/user/lilypond-book.itely: Updated and revised.
11883         Improve layout.
11884
11885         * Documentation/user/glossary.tely,
11886         Documentation/user/introduction.itely,
11887         Documentation/user/tutorial.itely,
11888         Documentation/user/refman.itely,
11889         Documentation/user/appendices.itely: Fix overfull LilyPond
11890         boxes caused by the new lilypond-book code.  Other minor
11891         fixes.
11892
11893         * Documentation/user/macros.itexi (@texiflat): Don't emit
11894         trailing space.
11895
11896         * scm/tex.scm (end-output, header-end): Add preamble and
11897         postamble to make lilypond output directly compilable with
11898         latex.
11899
11900
11901 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11902
11903         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11904         instructions.
11905
11906 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11907
11908         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11909
11910 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11911
11912         * lily/beam.cc (connect_beams): don't crash if there are quarter
11913         notes in beams.
11914
11915 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11916
11917         * Documentation/user/refman.itely: corrected ancient clef
11918         docu; added docu on ligatures
11919
11920 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11921
11922         * Documentation/user/glossary.tely,
11923         Documentation/user/refman.itely, input/les-nereides.ly,
11924         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11925         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11926         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11927         Stem properties: flag-style -> stroke-style, style -> flag-style.
11928
11929
11930 2002-09-22  Werner Lemberg  <wl@gnu.org>
11931
11932         * scripts/lilypond-book.py: Add option `notime' to suppress
11933         printing of a time signature.  Specify default indentation of 0pt
11934         if single line fragment.  Don't emit redundant `\paper{ }'.
11935
11936         * Documentation/user/lilypond-book.itely: Updated.
11937
11938         * Documentation/user/glossary.tely: Completely reformatting.
11939
11940 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11941
11942         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11943
11944 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11945
11946         * Documentation/user/tutorial.itely: Fix links.
11947
11948         * Documentation/topdocs/index.tely:
11949         * Documentation/index.texi:
11950         * Documentation/header.html.in: Small website fixes and updates.
11951
11952         * debian/: Debian patch by Anthony Fok.
11953
11954 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11955
11956         * Documentation/footer.html.in: How time flies: It's already 2002!
11957
11958         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11959         more descriptive link names than 'here'.
11960
11961 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11962
11963         * VERSION: 1.7.2 released
11964         * VERSION: 1.6.4 released
11965
11966         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11967
11968         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11969         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11970
11971         * mf/feta-din.mf (test): add x-height and space.
11972
11973         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11974         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11975
11976         * ly/grace-init.ly: add-to-grace-init: function to portably add
11977         settings to \grace. 
11978
11979         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11980         if we get an absolute dynamic event.
11981
11982         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11983
11984         * lily/source-file.cc (get_line): oops. All line numbers were off
11985         by 2. Fix that. 
11986
11987         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11988         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11989
11990         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11991
11992         * lily/parser.yy (number_factor): remove (number) as number
11993         expression. ("Let them eat Lisp").
11994
11995 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11996
11997         * lily/horizontal-bracket.cc: new file.
11998
11999         * lily/horizontal-bracket-engraver.cc: new file.
12000
12001         * input/regression/note-group-bracket.ly: new file. Support
12002         horizontal note brackets for music analysis.
12003
12004         * lily/stem.cc (flag): new flag-style: no-flag.
12005
12006         * input/test/stem-cross-staff.ly: new file
12007
12008         * Documentation/user/internals.itely: Improved formatting, fixing
12009         typos.  Added a section `Output details' to describe how the TeX
12010         code looks like.
12011
12012         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
12013
12014         * lily/parser.yy: remove \dynamicscript.
12015
12016         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
12017         definitions. 
12018
12019         * python/midi.c (midi_error): take two arguments.
12020
12021         * Merge 1.6.5 changes:
12022
12023 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12024
12025         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
12026         staff-space.  Previous 1.5 was probably meant as half-spaces.
12027         (cautionary-style): parentheses (was: smaller).  This is what doco
12028         says, and it seems more logical.
12029
12030         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
12031         for 2nd sentence.
12032
12033 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12034
12035         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
12036
12037 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12038
12039         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12040
12041 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12042
12043         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
12044
12045 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12046
12047         * scm/translator-property-description.scm (voltaOnThisStaff): add
12048         property.
12049
12050 2002-09-28  Werner Lemberg  <wl@gnu.org>
12051
12052         * scm/tex.scm (header-end): Suppress page numbering.
12053
12054         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
12055         Fix quotation for HTML output.
12056
12057 2002-09-28   Graham Percival   <gperciva@sfu.ca>
12058
12059         * Documentation/user/refman.itely: grammar and phrasing
12060           fixes to "Note Entry" section.  Also adds a few new examples.
12061
12062 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12063
12064         * flower/include/string-data.icc: include string.h
12065
12066 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12067
12068         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12069
12070 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12071
12072         * Documentation/user/GNUmakefile (extra-local-help): Add.
12073
12074         * stepmake/stepmake/www-targets.make (local-help): Add.
12075
12076 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12077
12078         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
12079         packages.
12080
12081         * Documentation/topdocs/README.texi (Top): building documentation
12082         (not website.)
12083
12084 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12085
12086         * Documentation/user/refman.itely: 
12087         * Documentation/user/tutorial.itely: 
12088         * Documentation/user/music-glossary.tely: Merge changes.
12089
12090         * Documentation/user/glossary.html.in: 
12091         * Documentation/index.texi: 
12092         * Documentation/header.html.in: Accomodate renaming of glossary.
12093
12094         * Documentation/user/tutorial.itely: Add some glossary references.
12095
12096         * Documentation/user/refman.itely: Minor fixes.
12097
12098         * Documentation/user/lilypond.tely: Add glossary do direntry.
12099
12100         * Documentation/user/music-glossary.tely: Rename (previously:
12101         glossary.tely).  Fix anchor placement.
12102
12103         * Documentation/user/GNUmakefile: Make music-glossary.info too.
12104
12105 2002-09-23  Werner Lemberg  <wl@gnu.org>
12106
12107         * scripts/lilypond-book.py (output_dict): Fix handling of
12108         various environments by avoid extraneous newlines.
12109         Rename `output-all' regexp for html to `output-html'.
12110         Replace `output-all' regexp for texi with `output-texi-quote'
12111         and `output-texi-noquote'.
12112         (compose_full_body): Don't override `linewidth' user option
12113         for `singleline'.
12114         (schedule_lilypond_block): Don't indent text specified with
12115         `intertext' option.
12116         Add new option `noquote'.
12117         (compile_all_files): Use latex instead of tex to compile ly
12118         files directly.
12119
12120         * Documentation/user/lilypond-book.itely: Updated and revised.
12121         Improve layout.
12122
12123         * Documentation/user/glossary.tely,
12124         Documentation/user/introduction.itely,
12125         Documentation/user/tutorial.itely,
12126         Documentation/user/refman.itely,
12127         Documentation/user/appendices.itely: Fix overfull LilyPond
12128         boxes caused by the new lilypond-book code.  Other minor
12129         fixes.
12130
12131         * Documentation/user/macros.itexi (@texiflat): Don't emit
12132         trailing space.
12133
12134         * scm/tex.scm (end-output, header-end): Add preamble and
12135         postamble to make lilypond output directly compilable with
12136         latex.
12137
12138
12139 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12140
12141         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
12142         instructions.
12143
12144 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12145
12146         * Documentation/user/glossary.tely: Add titling and hyperlinks.
12147
12148 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12149
12150         * lily/beam.cc (connect_beams): don't crash if there are quarter
12151         notes in beams.
12152
12153 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12154
12155         * Documentation/user/refman.itely: corrected ancient clef
12156         docu; added docu on ligatures
12157
12158 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12159
12160         * Documentation/user/glossary.tely,
12161         Documentation/user/refman.itely, input/les-nereides.ly,
12162         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12163         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12164         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12165         Stem properties: flag-style -> stroke-style, style -> flag-style.
12166
12167 2002-09-22  Werner Lemberg  <wl@gnu.org>
12168
12169         * scripts/lilypond-book.py: Add option `notime' to suppress
12170         printing of a time signature.  Specify default indentation of 0pt
12171         if single line fragment.  Don't emit redundant `\paper{ }'.
12172
12173         * Documentation/user/lilypond-book.itely: Updated.
12174
12175         * Documentation/user/glossary.tely: Completely reformatting.
12176
12177 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12178
12179         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
12180
12181 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12182
12183         * Documentation/user/tutorial.itely: Fix links.
12184
12185         * Documentation/topdocs/index.tely:
12186         * Documentation/index.texi:
12187         * Documentation/header.html.in: Small website fixes and updates.
12188
12189         * debian/: Debian patch by Anthony Fok.
12190
12191 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12192
12193         * Documentation/footer.html.in: How time flies: It's already 2002!
12194
12195         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12196         more descriptive link names than 'here'.
12197
12198 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12199
12200         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12201
12202 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12203
12204         * lily/part-combine-music-iterator.cc (get_state): cleanup
12205         (get_music_info): cleanup.
12206
12207 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12208
12209         * scm/backend-documentation-lib.scm (interface-doc-string):
12210         crosslinks between interfaces and grobs. Headings for interfaces
12211         in grob explanation.
12212
12213 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12214
12215         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
12216         dtd).  Add preliminary dtd.
12217         (re-sub-alist): Robustify.
12218
12219 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12220
12221         * lily/include/event-chord-iterator.hh,
12222         lily/context-specced-music-iterator.cc,
12223         lily/event.cc, lily/event-chord-iterator.cc: add
12224
12225 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12226
12227         * lily/: some (c) header fixes.
12228
12229         * lily/request-chord.cc: Remove.
12230
12231         * lily/include/event-chord-iterator.hh:
12232         * lily/include/event.hh:
12233         * lily/event-chord.cc: New file.
12234
12235         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
12236         requested.
12237
12238 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12239
12240         * lily/ : rename Request to Event
12241
12242         * lily/parser.yy (command_element): move clef stuff into Scheme.
12243
12244         * lily/:  rename length_mom () to get_length()
12245
12246         * lily/part-combine-music.cc: removed file and class.
12247
12248         * lily/context-specced-music-iterator.cc (class
12249         Context_specced_music_iterator): new file. Obsoletes the
12250         Context_specced_music type.
12251
12252         * scm/music-types.scm (make-repeated-music): put different kinds
12253         of repeated music into music-type table.
12254
12255         * VERSION: 1.7.1 released.
12256
12257         * scm/to-xml.scm: new file.
12258
12259         * input/test/to-xml.ly (fooBar): demo of what is possible with the
12260         new Input representation: dump music as XML.
12261
12262         * scm/engraver-documentation-lib.scm
12263         (engraver-accepts-music-types?): add links from music to engraver,
12264         from music-type to engraver.
12265
12266         * lily/include/command-request.hh: removed
12267         lily/include/musical-request.hh: removed. Removed all _req classes
12268         except Key_change_req. Changes throughout.
12269
12270 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12271
12272         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12273
12274 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12275
12276         * lily/*.cc: specify accepts for many engravers.
12277
12278         * scm/music-documentation-lib.scm: dump music expressions and
12279         music subtypes.
12280
12281         * scm/documentation-lib.scm: complete revision.
12282         Use GOOPS objects to store document tree explicitly. Cleaned up and
12283         sped up doco generation a lot.
12284
12285 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12286
12287         * input/trip.ly (fugaIILeft): add arpeggio
12288
12289         * lily/translator-group.cc (try_music_on_nongroup_children):
12290         oops. The name symbol is in the cdr of the assoc handle.
12291
12292         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12293         Hyphen_req, Glissando_req, Break_req, Mark_req 
12294
12295 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12296
12297         * lily/musical-request.cc (music-duration-length,
12298         music-duration-compress): new functions.
12299
12300         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12301         throughout. Warning doesn't work yet.
12302
12303         * lily/translator-group.cc (try_music_on_nongroup_children):
12304         new implementation: store candidate acceptors in a hashTable.
12305
12306 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12307
12308         * scm/music-types.scm (music-descriptions): change name to
12309         internal-class-name
12310
12311         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12312
12313 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12314
12315         * lily/beam.cc (connect_beams): don't crash if there are quarter
12316         notes in beams.
12317
12318 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12319
12320         * Documentation/user/refman.itely: corrected ancient clef
12321         docu; added docu on ligatures
12322
12323 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12324
12325         * Documentation/user/glossary.tely,
12326         Documentation/user/refman.itely, input/les-nereides.ly,
12327         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12328         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12329         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12330         Stem properties: flag-style -> stroke-style, style -> flag-style.
12331
12332 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12333
12334         * scm/music-functions.scm (music-separator?): don't use name music
12335         property.
12336
12337 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12338
12339         * stepmake/stepmake/generic-targets.make (help): Document check
12340         target.
12341
12342         * lily/new-accidental-engraver.cc: Compile fix.
12343
12344 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12345
12346         * scripts/convert-ly.py: Add rule.
12347
12348         * input/test/music-creation.ly:
12349         * input/test/add-staccato.ly:
12350         * input/test/add-text-script.ly: ly-make-music.
12351
12352         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12353         More ly-make-music renamings.
12354
12355         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12356
12357         * lily/music-constructor.cc (make_music): Add debugging info.
12358
12359         * scm/music-functions.scm (make-simultaneous-music,
12360         (make-sequential-music, context-spec-music):
12361         * scm/music-types.scm (music-descriptions): Get lily to run.
12362
12363 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12364
12365         * lily/command-request.cc (transpose_key_alist): new function.
12366
12367         * lily/key-performer.cc (create_audio_elements): cleanup. 
12368
12369 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12370
12371         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12372
12373         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12374         events-accepted field.
12375
12376         * scm/music-types.scm: new file.
12377
12378         * lily/parser.yy: put music type initialization into scheme,
12379         similar to grob initialization.  Changes throughout.
12380
12381 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12382
12383         * Documentation/user/tutorial.itely: Fix links.
12384
12385         * Documentation/index.texi: 
12386         * Documentation/header.html.in: 
12387         * Documentation/topdocs/index.tely: Small website fixes and updates.
12388
12389         * debian/: Debian patch by Anthony Fok.
12390
12391 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12392
12393         * Documentation/footer.html.in: How time flies: It's already 2002!
12394
12395         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12396         more descriptive link names than 'here'.
12397
12398         * ROADMAP: Remove test stuff.
12399
12400         * scripts/update-lily.py: Allow auto-building of stable and
12401         development versions.  Bugfixes.
12402
12403 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12404
12405         * VERSION: released 1.7.0
12406
12407         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12408
12409         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12410         positive line widths.
12411
12412 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12413
12414         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12415         go.  Fix comments.
12416
12417         * cygwin: Cygwin updates.
12418
12419 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12420
12421         * Documentation/windows/installing.texi (Top): version for python,
12422         urls for ghostscript (thanks to John Potelle)
12423
12424         * lily/simultaneous-music-iterator.cc
12425         (Simultaneous_music_iterator): init children_list_ before
12426         triggering GC.
12427
12428         * lily/*-iterator.cc: be even more careful with smobbed copy
12429         constructors. 
12430
12431         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12432         LeftEdge item.
12433
12434 2002-09-15  Werner Lemberg  <wl@gnu.org>
12435
12436         Improving LilyPond's output to make them ordinary TeX boxes with
12437         predictable dimensions.  System boxes are now vertically centered on
12438         the baseline; this offset can be further controlled with
12439         \lilypondscoreshift.
12440
12441         * lily/system.cc (System::post_processing): Pass length of current
12442         system to `start-system' (including any horizontal indentation).
12443
12444         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12445         prettier.
12446         (lily-def): Append `%'.
12447         (start-system): Add parameter `wd'.  Output more TeX code to specify
12448         box dimensions.
12449         (stop-system, stop-last-system): Complement changes in
12450         `start-system'.
12451         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12452         Updated.
12453
12454         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12455         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12456         Write final `\endinput'.
12457
12458         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12459         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12460         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12461         files and macro definitions don't produce spurious spaces and
12462         paragraphs (using \endlinechar).
12463         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12464
12465         * Documentation/user/internals.itely: Improved formatting, fixing
12466         typos.  Added a section `Output details' to describe how the TeX
12467         code looks like.
12468
12469 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12470
12471         * lily/accidental-engraver.cc: Also work with partial measures.
12472
12473 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12474
12475         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12476         spanner.
12477
12478 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12479
12480         * lily/identifier-smob.cc (unpack_identifier): new file.
12481
12482         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12483         pass off scheme expressions as music identifiers.
12484
12485         * scm/lily.scm: reorganisation, cleanups.
12486
12487         * lily/main.cc: small cleanups.
12488
12489 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12490
12491         * lily/ly-module.{cc,hh}: new file.
12492
12493 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12494
12495         * lily/accidental-engraver.cc: Also work with partial measures.
12496
12497 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12498
12499         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12500
12501 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12502
12503         * lily/my-lily-lexer.cc: use SCM module in stead of
12504         Scheme_hash_table. Changes throughout.  
12505
12506 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12507
12508         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12509