]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* ly/init.ly: don't print gc stats.
[lilypond.git] / ChangeLog
1 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * ly/init.ly: don't print gc stats.
4
5         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
6         extra newline
7
8         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
9         for dimensions. This fixes ottava-remove-empty-staff.ly
10
11         * input/regression/lyrics-tenor-clef.ly: new file.
12
13         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
14         cyclic parents when two axis-group-engravers are
15         present. Fixes: crash-axis-group-engraver.ly. Backportme?
16
17         * input/test/volta-chord-names.ly: new file.
18
19         * scm/define-context-properties.scm
20         (all-user-translation-properties): change voltaOnThisStaff
21         definition. Backport? 
22
23         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
24         if necessary.
25
26         * lily/volta-bracket.cc (print): handle volta brackets without
27         bars. 
28
29 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
30
31         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
32         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
33
34 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
35
36         * scm/output-gnome.scm: updated instructions for running gnome
37         backend
38
39 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
40
41         * scm/fret-diagrams.scm (draw-dots): default values for dot size
42         and dot-position now depend on finger-code value; in-dot makes
43         dots larger and centered.
44         (draw-barre): added straight-barre indicator option
45         (draw-dots): made fontify-text-white work.
46
47         * music-drawing-routines.ps: added /draw_white_text
48
49         * scm/output-tex.scm:  added white-text
50
51         * scm/output-ps.scm:  added white-text
52
53         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
54         list of stencil expressions
55
56         * scm/stencil.scm: Added fontify-text-white
57
58 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
59
60         * input/regression/+.ly: use @unnumbered section.
61
62 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
63
64         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
65         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
66
67 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
68
69         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
70
71 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
72
73         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
74         was causing an error. (was not actually commited in 2004-06-20)
75
76         * input/regression/lily-in-scheme.ly (withPaddingC): does not
77         breaks anymore
78
79 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
80
81         * VERSION: 2.3.5 released.
82         
83         * lily/my-lily-parser.cc (parse_string): switch module too.
84
85 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
86
87         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
88         ec-fonts-mftraced to running requirements.
89
90 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
91
92         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
93         assignments don't reach the original file.
94
95         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
96         exists
97
98 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
99
100         * scm/output-gnome.scm: 
101         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
102
103         * debian/: Apply Debian patch (Anthony Fok).
104
105 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
106
107         * Documentation/user/music-glossary.tely: fix titling; @top is already
108         an @unnumbered @chapter.
109
110 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
111
112         * debian/GNUmakefile (EXTRA_DIST_FILES):
113         (CONF_FILES): update file list.
114
115         * lily/stencil.cc (interpret_stencil_expression): bugfix.
116
117 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
118
119         * debian/: Remove cruft (requested Anthony Fok.)
120
121         * buildscripts/guile-gnome.sh: Build without gcc libtool version
122         juggling.
123
124         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
125         Add popup menu with grob properties.
126
127         * lily/grob-scheme.cc (ly:grob-properties):
128         (ly:grob-basic-properties): New function.
129
130         * lily/stencil.cc (interpret_stencil_expression): Comment-out
131         "no-origin" call.  Fixes -fps output.
132
133         * scm/output-ps.scm (no-origin): Add dummy implementation.
134
135         * scm/output-gnome.scm (define-origin): Remove
136         (grob-cause): Add.
137
138         * scm/output-ps.scm (scm):
139         * scm/output-tex.scm (scm): Remove define-origin from exports list.
140         (define-origin): Remove.
141
142         * scm/output-gnome.scm (define-origin): 
143
144         * scm/lily.scm (ly:all-output-backend-commands): Remove
145         define-origin.  Add grob-cause.
146
147 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
148
149         * buildscripts/lilypond-words.py: add ly/portugues.ly.
150
151 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
152
153         * Documentation/user/GNUmakefile:
154         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
155         --include-css=.../texinfo.css; command includes css into the html.
156
157         * Documentation/texinfo.css: add file.
158         define <hr> as black and thin.            
159
160 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
161
162         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
163         stencil expression. Junk define-origin.
164
165         * lily/my-lily-parser.cc (parse_string): init parser variable when
166         lexer_ is set, ie. in parse_string and parse_file.
167
168         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
169         ly:score-bookify.
170
171         * scm/lily.scm (collect-scores-for-book): new function.
172
173         * ly/init.ly: print collected scores/musics.
174
175         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
176         scope, not in lily module.
177
178         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
179
180         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
181         encapsulate gtk/pango tests.
182
183         * po/tr.po: Turkish translation.
184
185 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
186
187         * input/regression/lily-in-scheme.ly: regression test for #{
188         ... #} syntax
189
190         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
191         was causing an error.
192
193         * Documentation/user/programming-interface.itely (Using LilyPond
194         syntax inside Scheme): documentation for #{ ... #} syntax.
195
196 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
197
198         * Documentation/index.html.in: use black thin <hr>.
199
200         * buildscripts/mutopia-index.py: use thin black <hr>.
201
202 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
203
204         * scm/fret-diagrams.scm: Use UNIX style line endings.
205         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
206         typo.  Fixes compile.
207
208         * scm/output-ps.scm (white-dot): Remove second incarnation.
209
210         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
211
212 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
213
214         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
215         single file error.
216
217         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
218
219 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
220
221         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
222         remove size as argument to fret-diagram interface;
223         improved white-circle dots for fret;
224         improved top-fret thick line/
225
226         * scm/output-ps.scm: added white-dot function
227
228         * scm/output-tex.scm: added white-dot function
229
230         * tex/music-drawing-routines.ps: added draw_white_dot function
231
232         * ps/music-drawing-routines.ps: added draw_white_dot function
233
234         * input/test/fret-diagram.ly: examples to show multiple
235         functions and multiple interfaces
236
237 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
238
239         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
240         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
241
242         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
243         conflict.  Have I told you lately how much I love autotools?
244
245 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
246
247         * lily/lily-guile.cc: 
248         * lily/pangofc-afm-decoder.cc:
249         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
250         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
251
252         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
253         developers.
254
255         * lily/paper-outputter.cc (file): New method.
256         (dump_string): Use it.
257
258         * scm/output-gnome.scm: Update with pango CVS info, lilylib
259         musing.
260
261         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
262         of them has a comma :-).
263
264         * scm/framework-gnome.scm: Add pango decoders.
265
266         * lily/include/pangofc-afm-decoder.hh: 
267         * lily/pangofc-afm-decoder.cc: New file.
268
269         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
270
271         * configure.in: Check for pango.
272
273         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
274         autoconf).
275         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
276
277         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
278
279 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
280
281         * Documentation/user/tutorial.itely (Integrating text and music):
282         fix grammar & punctuation.
283
284 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
285
286         * lily/: Stray janitorial cleanups.
287
288         * scm/lily.scm (ly:all-stencil-expressions):
289         * scm/lily.scm (ly:all-output-backend-commands): New function.
290
291         * scm/safe-lily.scm (safe-objects): Add them.
292
293         * scm/framework-gnome.scm (<gnome-outputter>): New class.
294
295         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
296
297 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
298
299         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
300
301 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
302
303         * scm/page-layout.scm (default-page-make-stencil): add
304         raggedbottom, raggedlastbottom.
305
306         * Documentation/user/changing-defaults.itely (Page layout): add doc.
307
308         * scm/framework-tex.scm (define-fonts): fix export of
309         papersize.
310
311         * lily/paper-book.cc (classic_output): strip suffixes from
312         framework functions.
313
314         * lily/tuplet-bracket.cc (before_line_breaking): do not return
315         SCM_UNDEFINED to Scheme.
316
317 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
318
319         * lily/book.cc: remove Book::to_stencil().
320         (process): whoops. Score::book_rendering returns vector, not list.
321
322         * scripts/convert-ly.py (conv): remove \notes.
323         apply to input examples.
324
325         * lily/paper-outputter.cc (output_stencil): don't use
326         smobify_self() but self_scm()
327
328         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
329         from smobify_self().
330
331         * lily/paper-book.cc (output): load framework module
332         scm_c_resolve_module().
333
334         * python/lilylib.py (exit): exit with argument i.
335
336 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
337
338         * scm/framework-gnome.scm (output-framework-gnome): Try loading
339         gnome modules from non-toplevel.
340
341         * lily/ly-module.cc (ly:import-module): Export to ly:.
342
343         * lily/paper-score.cc (process): Do not show progress newline.
344
345         * lily/paper-book.cc (output, classic_output): Show progess
346         newline after score.
347
348 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
349
350         * buildscripts/lilypond-words.py: add ly/vlaams.ly
351
352 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
353
354         * lily/score.cc (ly:run-translator): Do not crash on empty music
355         list.
356
357         * lily/book.cc (process): Do not render score when systems is empty.
358
359         * input/simple-song.ly: Down one octave.
360
361         * scm/output-gnome.scm: Remove script again; re-add modules fix
362         (CVS conflict resolve?)
363
364         * lily/stencil.cc (ly:interpret-stencil): Was:
365         interpret_stencil_expression.
366
367 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
368
369         * buildscripts/guile-gnome.sh: New file.
370
371         * scm/output-gnome.scm: White background, better window size, sane
372         canvas size.  Cleanups.
373
374 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
375
376         * VERSION: release 2.3.4
377
378         * Documentation/user/invoking.itexi (Invoking the lilypond
379         binary): document --safe.
380
381         * scm/output-gnome.scm: set PATH in script.
382
383         * scm/page-layout.scm (default-page-make-stencil): don't stretch
384         if there is too few systems on a page.
385
386         * lily/parser.yy (relative_music): start at middle C without pitch
387         argument.
388
389         * Documentation/user/changing-defaults.itely (Page layout): new node.
390         (Paper size): rename node
391         (Page breaking): new node.
392         (Titling): move from invoking.
393         (File structure): new node.
394
395         * lily/parser.yy (score_body): allow \header and music anywhere in
396         \score body.
397
398 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
399
400         * scm/lily.scm (ly:load): Remove page-breaking.scm.
401
402 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
403
404         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
405
406         * lily/include/paper-line.hh: rename to Paper_system.
407
408         * lily/include/paper-book.hh: doc class.
409
410         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
411
412         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
413         (plain-header): add instrument-name.
414         (default-page-make-stencil): bugfixes.
415
416         * lily/parser.yy (book_body): allow \header anywhere in \book{}
417
418         * lily/paper-book.cc: remove copyright & tagline. Remove
419         interactions with Page
420
421         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
422         here, 
423         (default-page-make-stencil): new function
424         (default-page-music-height): new function
425         (page-headfoot): new function
426         (ly:optimal-page-breaks): generate stencils directly from here
427
428         * scm/titling.scm: new file, group titling functions
429
430 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
431
432         * scm/output-gnome.scm: Handle multiple pages.
433
434         * scm/framework-gnome.scm: Do not load output-gnome.
435         (framework-gnome): Invoke output-gnome::header and
436         output-gnome::end-output as faked stencils.  Fixes experimental
437         gnome output.
438
439 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
440
441         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
442         octavation compatibility fixes. Backportme. 
443
444         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
445         pages.
446         (ly:optimal-page-breaks): combine-penalties: no shortcut for
447         negative. Now we handle negative penalties (ie. \pageBreak)
448         correctly.
449
450         * lily/system.cc (get_line): extract page-penalty from the left
451         bound.
452
453         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
454
455 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
456
457         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
458
459 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
460
461         * scm/output-gnome.scm: Update script.  Move development to
462         lilypond_2_3_2 branch for now.
463
464 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
465
466         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
467         negative penalties.
468         cleanups.
469
470         * Documentation/user/changing-defaults.itely (Creating contexts):
471         index entries
472
473         * scm/page-breaking.scm (ly:optimal-page-breaks): new
474         file. Rewrite function. 
475
476         * lily/paper-book.cc (pages): new interface: page-breaking returns
477         list of line-list.
478
479         * lily/page.cc (Page): take lines argument.
480
481         * scm/document-translation.scm (all-engravers-doc): link to user man
482
483         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
484
485         * Documentation/user/notation.itely (Relative octaves): typo.
486
487         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
488
489 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
490
491         * scm/output-gnome.scm: Update build script.
492
493 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
494
495         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
496         gnome backend.
497
498         * scm/framework-gnome.scm: New file.
499
500         * scm/lily.scm: Use it.
501
502         * lily/paper-outputter.cc: Janitorial cleanups.
503         (ly:outputter-dump-string): Remove unreachable statement.
504
505         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
506         (ice-9): Bugfix: Add srfi-1.
507
508         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
509
510 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
511
512         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
513         in do_quit()
514
515 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
516
517         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
518
519 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
520
521         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
522         override of Beam::position-callbacks. Why would grace beams not be
523         quantized? Fixes: weird-stem-size-grace. 
524
525         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
526         warning only once. Backportme.
527
528         * lily/accidental-engraver.cc (number_accidentals_from_sig):
529         bugfix, 2nd try. Backportme.
530
531         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
532
533 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
534
535         * Documentation/user/notation.itely (Instrument transpositions):
536         Correct the name of the instrumentTransposition property.
537
538 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
539
540         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
541
542 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
543
544         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
545         and postLilyPondExample are called when defined.
546
547 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
548
549         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
550         This fixes setting notenames with `\include "nederlands.ly" '
551
552         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
553         new function.
554
555 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
556
557         * scm/page-layout.scm: don't do piece, it should be in score-title
558         only.
559
560         * lily/lexer.ll: lex \score separately.
561
562         * lily/paper-book.cc: junk stencil2line.
563
564         * lily/paper-line.cc (Paper_line): construct from Stencil
565         directly. No futzing with the dimensions.
566
567         * lily/include/paper-line.hh (class Paper_line): 
568
569         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
570         takes arbitrary number of arguments.
571
572         * input/test/markup-score.ly (tuning): simplify example. 
573
574 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
575
576         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
577
578         * scm/define-markup-commands.scm (score): define score-markup
579
580         * lily/parser.yy (markup): use score-markup.
581
582         * lily/score.cc: add ly:score? 
583
584 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
585
586         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
587         fret-parse-string so it prepares for calls to fret-diagram-verbose
588         Changed display constants to props so they are available for
589         \override.
590
591 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
592
593         * VERSION: release 2.3.3
594
595         * stepmake/stepmake/generic-vars.make: unset LANG.
596
597         * input/regression/tuplet-nest.ly: bugfix.
598
599         * lily/tie-performer.cc (stop_translation_timestep): reset
600         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
601
602         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
603         clear repeat_ directly after setting stem_tremolo_. Fixes:
604         tremolo-repeat.ly
605
606         * input/regression/span-bar-break.ly: new file.
607
608         * scm/define-grobs.scm (all-grob-descriptions): remove
609         break-visibility from SpanBar. Fixes: piano-repeat.ly
610
611 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
612
613         * python/lilylib.py (make_ps_images): only compute bbox when needed.
614
615         * scripts/lilypond-book.py (process_snippets): use lily -f ps
616         files for generating pngs. (failed experiment)
617
618         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
619         file with PFA fonts included.
620
621         * lily/score.cc (default_rendering): put header in too.
622
623         * lily/paper-line.cc (LY_DEFINE): change function to
624         ly:paper-line-extent
625
626         * scm/page-layout.scm (default-book-title): only add lines for
627         non-nil fields.
628         (default-score-title): idem.
629
630         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
631
632         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
633
634         * lily/include/paper-book.hh (class Paper_book): remove height_
635         member.
636
637         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
638
639         * lily/ly-module.cc (LY_DEFINE): bugfix.
640
641         * lily/paper-book.cc (book_title): separate function for the book
642         title.
643
644         * scm/page-layout.scm (default-book-title): only account for
645         markup fields.
646
647         * scm/framework-ps.scm: new file. Move high level interface from
648         output-ps.scm
649
650         * scm/music-functions.scm (def-grace-function): move macros from
651         ly/music-functions-init.ly
652
653         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
654         framework-tex.scm
655
656         * scm/framework-tex.scm (dump-line): new file. High level
657         interface for output (pages, systems, header). 
658
659         * lily/include/page.hh (class Page): add is_last_ field.
660
661         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
662
663         * lily/paper-book.cc (split_string): new function
664         (output): output multiple formats, i.e. --format=ps,tex
665
666         * scm/output-ps.scm (output-scopes): dump variables directly.
667         (define-fonts): rewrite for new interface
668
669         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
670
671         * lily/paper-outputter.cc (Paper_outputter): take format argument.
672
673         * lily/main.cc (parse_argv): don't set extension for output.
674
675         * lily/clef-engraver.cc (create_clef): remove
676         Staff_symbol_referencer::set_position() call. 
677
678 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
679
680         * ly/music-functions-init.ly (addlyrics): set the 'origin property
681         with the location argument in music function definitions.
682
683 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
684
685         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
686         staffsymbol dependency.
687
688         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
689         cleanups.
690
691         * lily/book.cc (process): return Paper_book
692         (to_stencil): use Book::process().
693
694         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
695         header_ field. Store in $globalheader
696
697         * lily/parser.yy (book_body): book header is initted to
698         $globalheader.
699
700
701 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
702
703         * input/test/fill-a4.ly: removed.
704
705         * lily/parser.yy (output_def): push scope of parent_ Output_def
706         too.
707
708 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
709
710         * scm/output-gnome.scm: Update info.
711
712 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
713
714         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
715
716         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
717         than 1 module.
718
719         * lily/include/ly-module.hh (ly_use_module): rename is_module to
720         ly_c_module_p.
721
722         * scm/page-layout.scm (default-book-title): move Scheme titling
723         functions to here.
724
725         * lily/parser.yy (book_paper_block): remove scope too.
726
727         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
728
729         * lily/rest.cc: add direction to rest properties.
730
731         * lily/include/output-def.hh: new file, move from
732         music-output-def.hh
733
734 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
735
736         * scm/output-gnome.scm: Describe feta-cork hack.
737
738 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
739
740         * lily/include/book-paper-def.hh: derive from Output_def 
741
742         * lily/include/paper-def.hh: move all functionality out of class.
743         Junk header.
744
745         * lily/include/music-output-def.hh: rename Music_output_def to
746         Output_def.
747
748         * input/wilhelmus.ly: only set space for Paper formatting. 
749
750         * lily/include/midi-def.hh: remove file, remove class.
751         Move functions to Music-output-def.
752
753         * lily/music-output-def.cc (Music_output_def): remove separate
754         translator table. Lookup translators in scope directly. This
755         obviates Context suffix for context identifiers, i.e.
756
757         \context {
758           \Staff
759           .. 
760           }
761
762
763         will work.
764
765
766         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
767
768         * Documentation/user/changing-defaults.itely (Horizontal spacing):
769         document spacing override hack.
770
771 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
772
773         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
774         installation info.  Support point-and-click.  Add +/- zoom
775         keybindings.
776
777 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
778
779         * VERSION: 2.3.2 released
780
781         * lily/parser.yy (book_body): set default bookpaper.
782
783         * scm/output-tex.scm (header): kludge: hard code linewidth. 
784
785         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
786
787 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
788
789         * lily/score.cc (default_rendering): scale outputdef before
790         starting.
791
792 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
793
794         * scm/fret-diagrams.scm: Add header.
795
796         * scm/output-gnome.scm: Hello world :-)
797
798 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
799
800         * scripts/lilypond.py (run_dvips): only add papersize if present.
801
802         * lily/accidental-engraver.cc (update_local_key_signature): new
803         function, fold code from initialize() and process_music().
804         (update_local_key_signature): use deep copy. This fixes one
805         problem from custom-key-signatures.ly.
806         (number_accidentals_from_sig): tighter check for
807         accidental-too-old.
808
809         * ly/engraver-init.ly: remove localKeySignature
810         definition from ChoirStaff, StaffGroup, Score.
811
812         * lily/percent-repeat-engraver.cc (try_music): add moments for
813         barlines too. Fixes: skipbars-percent-repeat.ly.
814
815 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
816
817         * lily/context-def.cc (filter_performers): don't go to cdrloc if
818         skipping last pair. Fixes: crash-bar-number.
819
820         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
821         D. Sorensen)
822
823         * input/test/fret-diagram.ly: new file.
824
825         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
826         (scale-paper): divide by scale.
827
828 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
829
830         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
831         case.
832
833 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
834
835         * scm/stencil.scm (fontify-text): reinstate function
836
837         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
838
839         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
840
841         * lily/parser.yy (book_paper_head): \bookpaper {} 
842
843         * python/midi.c: remove config.h
844
845 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
846
847         * scm/output-gnome.scm: Update.
848
849 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
850
851         * scm/output-gnome.scm: New file.
852
853         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
854
855 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
856
857         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
858         (find_scaled_font): move from Paper_def
859
860 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
861
862         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
863         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
864
865         * po/fr.po: update po.
866
867         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
868
869         * lily/book-paper-def.cc (print_smob): new file.
870
871 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
872
873         * buildscripts/lilypond-words.py: search words also from
874         music-functions-init.ly.
875
876 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
877
878         * ly/music-functions-init.ly (def-music-function): new helper
879         macro for defining music functions. \addlyrics \appoggiatura
880         \acciaccatura \grace \partcombine \autochange \applycontext
881         \applyoutput and \breathe are now defined here thanks to it.
882
883         * lily/parser.yy: 
884         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
885         \grace \partcombine \autochange \applycontext \applyoutput and
886         \breathe keywords removed from the parser.
887
888         * lily/parser.yy: 
889         * lily/music-function.cc (ly_make_music_function): 
890         * lily/lexer.ll (music_function_type): added a case for 0-arg
891         music functions.
892
893 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
894
895         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
896         refering to a music expression can be used in lily-inside-scheme:
897         #{ $music #}
898
899         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
900         and ly:parser-define, and change ly:parser-parse-string in order
901         to make #{ $music #} work.
902
903         * scm/new-markup.scm (compile-markup-expression): when an argument
904         is a string, use `make-simple-markup'.
905
906 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
907
908         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
909
910 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
911
912         * scripts/convert-ly.py (FatalConversionError.func): handle + in
913         font-size. (backportme)
914
915 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
916
917         * lily/paper-outputter.cc (output_stencil): dump font definitions
918         before each stencil.
919
920         * lily/include/paper-book.hh (struct Score_lines): new
921         struct. Collect info per Paper-score.
922
923         * lily/include/page.hh (class Page): to_stencil() returns Stencil
924         everywhere.
925
926         * lily/stencil.cc (find_expression_fonts): new function
927
928         * lily/paper-outputter.cc (output_stencil): use
929         interpret_stencil_expr
930
931         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
932         (interpret_stencil_expr): new function. Generic stencil
933         interpretation.
934
935         * lily/paper-def.cc (find_scaled_font): divide lookup
936         magnification by outpuscale for non-virtual fontmetrics. This
937         fixes ludicrously long font definitions for text
938         fonts. (backportme)
939
940         * lily/score-engraver.cc: remove
941         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
942
943 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
944
945         * input/test/markup-score.ly: Remove \notes.
946
947         * lily/parser.yy (book_body): Grok Composite_music and \header.
948         (markup): Push NOTES mode before score_block.
949
950         * VERSION: release 2.3.1
951
952         * mf/feta-klef.mf: 
953         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
954
955         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
956
957         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
958
959 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
960
961         * scm/output-tex.scm (output-tex-string): tighten safe security.
962
963         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
964
965         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
966         allowed ly functions.
967
968         * lily/ly-module.cc (ly_module_define): only define variable if
969         bound.
970         (ly_make_anonymous_module): take safe option.
971
972 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
973
974         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
975
976 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
977
978         * input/regression/newaddlyrics.ly: Fix.
979
980         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
981         \score \notes.
982
983 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
984
985         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
986
987 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
988
989         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
990
991         * lily/paper-line.cc (Paper_line): don't store list of stencils,
992         but convert to single Stencil immediately.
993
994         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
995
996 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
997
998         * scm/output-sodipodi.scm: Resurrect sodipodi output.
999
1000 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
1001
1002         * elisp/lilypond-mode.el: Changed the way defaults are created for
1003         LilyPond-command-master.  LilyPond-mode will now check the
1004         timestamps of the files to see which command has to run next.
1005
1006 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1007
1008         * scm/bass-figure.scm (format-bass-figure): don't set
1009         number-markup for strings. This fixes string in bass
1010         figure. (backportme)
1011
1012         * lily/parser.yy (bass_number): insert number-markup into figure
1013         definition.
1014
1015         * scm/define-music-properties.scm (all-music-properties): make
1016         'figure a markup.
1017
1018         * scripts/convert-ly.py (conv): \apply -> \applymusic
1019
1020 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
1021
1022         * elisp/lilypond-mode.el: changed the order of some commands
1023         ("Midi" after "2Midi"), use the user-defined
1024         LilyPond-command-default as default instead of "LilyPond"
1025
1026         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
1027         to set the master file for the next command.
1028
1029         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
1030         with font-lock-reference-face.
1031
1032 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
1033
1034         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
1035
1036         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
1037
1038 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1039
1040         * ly/music-functions-init.ly (TODO): new file.
1041
1042         * lily/parser.yy (Generic_prefix_music_scm): add more
1043         music_function symbols.
1044         (Prefix_composite_music): change \apply to music-function   
1045
1046         * lily/include/music-function.hh: rename to music-function
1047
1048 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1049
1050         * lily/music-head.cc (LY_DEFINE): change order of args.
1051
1052         * input/regression/music-head.ly (texidoc): new file.
1053
1054         * lily/parser.yy (Generic_prefix_music): allow generic
1055         music-transformation functions. 
1056
1057         * lily/include/music-head.hh (is_music_head): new file.
1058
1059         * lily/music-head.cc (get_music_head_transform): new file.
1060
1061 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1062
1063         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
1064         empty extent. This fixes ottava brackets on rests. (backportme)
1065
1066         * make/lilypond.redhat.spec.in (Group): ln png files for info.
1067
1068         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
1069
1070         * cygwin/lily-wins.py: update for the lily-wins.py script.
1071
1072 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1073
1074         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
1075         code. This will obviate typeset_grob () in the future.  The effect
1076         of this is that improperly written spanner handling will result in
1077         invalid spanner bounds.
1078         (announce_grob): add to elems_ from here
1079         (typeset_grob): comment out.  
1080
1081         * lily/include/engraver.hh (make_spanner): new calling interface
1082         for make_{item,spanner}. This obviates most calls to
1083         announce_grob().
1084
1085         * scm/music-functions.scm (set-accidental-style): use GrandStaff
1086         iso. PianoStaff for piano styles.
1087
1088 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
1089
1090         * Documentation/user/music-glossary.tely: add segno after d.s.
1091
1092 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1093
1094         * lily/include/audio-column.hh: remove unused variables.
1095         (patch by Michael Welsh Duggan)
1096
1097         * flower/include/axes.hh (other_axis): inline Axes function
1098         (thanks to David Brandon).
1099
1100 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1101
1102         * cygwin/mknetrel: Install image links (backportme).
1103
1104         * Documentation/user/GNUmakefile (local-install-info): Activate
1105         actual installing of image links (backportme).
1106
1107 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1108
1109         * Documentation/user/notation.itely (Measure repeats): Removed
1110         unnecessary (and confusing) \context Voice{.
1111
1112 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1113
1114         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
1115
1116         * lily/page.cc (Page): Do not use ly_scheme_function for
1117         volatile/configurable variables (FIXME: better name).
1118
1119         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
1120         get_scmvar).
1121
1122 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1123
1124         * scripts/convert-ly.py (FatalConversionError.subst): use
1125         \transposition.
1126
1127 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1128
1129         * lily/include/page.hh (class Page): Declare left_margin ().
1130
1131         * lily/page.cc: Remove paper var caching.
1132
1133 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1134
1135         * Documentation/user/music-glossary.tely: Add name to @top node.
1136         Remove comment from @table definitions (workaround for makinfo
1137         bug).
1138
1139         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
1140         ly:stencil-get-expr).  Update callers.
1141         (ly:stencil-align-to!):  Return stencil too.
1142
1143         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
1144         stencil.  Remove looped line-based page output.
1145         (output_line): Use line stencil.  Remove looped stencil-based line
1146         output.
1147
1148         * lily/page.cc (ly:page-paper-lines): New function.
1149
1150         * input/test/markup-score.ly: New file.
1151
1152         * scm/define-markup-commands.scm (stencil): New markup.
1153
1154         * lily/book.cc (to_stencil): New method.
1155
1156         * lily/parser.yy (markup): Use it to grok \score.
1157
1158 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1159
1160         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
1161
1162         * lily/paper-book.cc (pages): Change signature.  Update callers.
1163
1164         * lily/include/page.hh:
1165         * lily/page.cc: New file.
1166
1167         * lily/paper-line.cc (to_stencil): New method.
1168
1169         * lily/paper-outputter.cc (output_stencil): New method.
1170
1171         * lily/paper-outputter.cc (output_line): Use them.
1172
1173         * lily/warn.cc: Remove.
1174
1175         * lily/my-lily-parser.cc (distill_inname): Remove.
1176
1177         * flower/include/file-name.hh: 
1178         * flower/file-name.cc: New file.  Update users.
1179
1180         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
1181         (find): New method of same name.
1182
1183         * lily/my-lily-parser.cc (ly:parse-file): Use it.
1184
1185         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1186         constant error message.
1187
1188 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
1189
1190         * input/test/{blank-notes.ly,staff-container.ly}: typos.
1191
1192 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1193
1194         * Documentation/user/music-glossary.tely: @table @strong' replaced
1195         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
1196         (backportme).
1197
1198 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1199
1200         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1201
1202         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1203         #{ lily music expression #} that returns an equivalent scheme
1204         music expression by parsing the string.
1205
1206 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1207
1208         * lily/my-lily-parser.cc:
1209         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1210         SCM string (foo.ly/toto.scm support).
1211
1212 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1213
1214         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1215
1216 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1217
1218         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1219
1220         * scripts/lilypond-book.py: LY code that includes \header is
1221         not assumed to be a fragment.
1222
1223 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1224
1225         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1226         tremolo beams up.
1227
1228         * lily/stem.cc (chord_start_y): Return 0 if no heads.
1229         (get_default_stem_end_position): No tremolo head juggling if no
1230         heads.  Fixes tremolo crash on rests (backportme).
1231
1232         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1233
1234 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1235
1236         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1237         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1238
1239         * lily/lexer.ll: Allow \encoding in NOTES mode.
1240
1241         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1242         for lyrics, not for commands.
1243
1244         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1245         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1246
1247         * input/regression/newaddlyrics.ly: New file.
1248
1249         * Documentation/topdocs/NEWS.texi: Update.
1250
1251         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1252         (Music_list): Allow embedded scm.
1253
1254         * lily/score.cc (ly:score-bookify): New function.
1255
1256         * lily/music.cc (ly:music-scorify): Idem.
1257
1258         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1259         (ly:parser-print-score): Idem.
1260
1261         * scm/lily.scm (default-toplevel-book-handler): Idem.
1262         (default-toplevel-music-handler): Idem.
1263         (default-toplevel-score-handler): Idem.
1264
1265         * ly/declarations-init.ly: Set default toplevel handlers.
1266
1267         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1268
1269         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1270         printer for score at toplevel.
1271
1272 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1273
1274         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1275         Fix for simple case: input/simple-song.ly, more complex stuff
1276         does not work yet.
1277
1278 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1279
1280         * lily/parser.yy (Prefix_composite_music): split Composite_music
1281         in Prefix_composite_music and Grouped_music_list.
1282         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1283
1284 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1285
1286         * scm/lily.scm (toplevel-expression): New define.
1287
1288         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1289
1290         * lily/parser.yy (toplevel_expression): Use it.
1291
1292         * lily/include/my-lily-parser.hh: Smobbify.
1293
1294         * lily/my-lily-parser.cc (parse_string): New method.
1295
1296         * lily/my-lily-parser.cc (ly:parse-string): New function.
1297
1298         * Documentation/user/lilypond.tely: Add comment and workaround for
1299         gs-8.01 crash.  Fixes make web.
1300
1301         Simplification of toplevel music.
1302
1303         * lily/lexer.ll, lily/parser.yy:
1304
1305         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1306         shift/reduce problem.
1307
1308         * Use NOTES mode at start of maininput.
1309
1310         * Grok toplevel composite music expression, put in score and book.
1311
1312         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1313
1314         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1315
1316         * input/simple.ly: New file.
1317
1318         * input/simple-song.ly: Idem.
1319
1320 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1321
1322         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1323         Sandberg.
1324
1325 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1326
1327         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1328
1329 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1330
1331         * input/regression/accidental-octave.ly: doc automatic showing
1332         of note names.
1333
1334 2004-04-16  Heikki Junes <janneke@gnu.org>
1335
1336         * po/fi.po: do "make po && make -C po po-update" at top-level,
1337         then "cp po/out/fi.po po/fi.po" and update fields.
1338
1339         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1340
1341 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1342
1343         * Documentation/user/introduction.itely (About this manual): Fix
1344         templates and regression urls (backportme).
1345
1346 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1347
1348         * ly/engraver-init.ly (Score:graceSettings): Increase
1349         beamed-lengths, especially for 32nd notes.
1350
1351         * Documentation/user/notation.itely (Grace notes): Correct the
1352         syntax for add-grace-property example.
1353
1354 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1355
1356         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1357         `Generated' tag.
1358
1359         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1360         Severely broken (the Debian package, at least).
1361
1362 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1363
1364         * lily/context.cc (find_create_context): assign to lvalue.
1365
1366 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1367
1368         * lily/include/translator.hh (class Translator): rename
1369         get_parent_context() to context () to avoid confusion.
1370
1371         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1372
1373         * lily/lexer.ll: change is_string -> ly_c_string_p 
1374
1375         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1376
1377         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1378
1379         * VERSION: release 2.3.0
1380
1381         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1382
1383         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1384         if nonempty.
1385
1386         * lily/include/context.hh (class Context): make members protected.
1387         (children_contexts): new accessor function.
1388
1389         * lily/include/translator.hh (class Translator): make
1390         daddy_context_ protected.
1391         (class Translator): clean up. 
1392
1393         * lily/include/context.hh (class Context): make daddy_context_
1394         private.
1395
1396         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1397         higher for finding Voice. (backportme)  
1398
1399         * lily/include/context.hh (class Context): remove
1400         find_context_below() as a method.
1401
1402         * Documentation/user/notation.itely (The Lyrics context): add note
1403         about manual durations
1404
1405         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1406         encoding.
1407
1408         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1409
1410 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1411
1412         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1413         \usepackage{inputenc}
1414
1415         * lily/paper-book.cc (classic_output): don't advance Offset for
1416         TeX output.
1417
1418         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1419         ec-sauter.map in rules
1420
1421         * mf/ecb.mf (font_identifier): new file, based on ecbx
1422
1423         * mf/ecb10.mf (gensize): new file.
1424
1425         * Documentation/topdocs/NEWS.texi (Top): document some more new
1426         features.
1427
1428         * ly/declarations-init.ly: run convert-ly
1429
1430         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1431         from input-file-results. Remove input-file-results.* 
1432
1433 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1434
1435         * scm/output-ps.scm (font-command): Fix, again.
1436
1437         * input/test/title-markup.ly: Add \noPagebreak test.
1438
1439         * lily/score-engraver.cc (try_music): Bugfix.
1440
1441 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1442
1443         * lily/main.cc (main_with_guile): excise dependency options -M and
1444         --dep-prefix
1445
1446         * lily/input-file-results.cc: excise Makefile dependency code
1447
1448         * Documentation/user/invoking.itexi (Invoking the lilypond
1449         binary): remove dep doco
1450
1451         * lily/main.cc (main_with_guile): call lilypond-main
1452
1453         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1454
1455         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1456         exception.
1457
1458         * lily/my-lily-parser.cc: remove paper_description function
1459
1460         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1461         new function.
1462
1463         * lily/main.cc: remove global_score_count.
1464
1465         * lily/book.cc (process): don't take header from global_input_file.
1466
1467         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1468
1469         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1470
1471         * lily/music-output-def.cc (LY_DEFINE): new function
1472         ly_output_description. This function does the bulk for  setting,
1473         parsing and breaking down of an input file.
1474
1475         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1476         anonymous modules globally. Let's hope they get GCd
1477
1478         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1479
1480 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1481
1482         * scm/output-ps.scm (header): Papersize from paper.
1483
1484         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1485         for classic output.
1486
1487         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1488         lilypondclassic is defined.
1489         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1490
1491         * input/regression/between-systems.ly: Remove.
1492
1493         * python/lilylib.py (get_bbox): Fix regular expression
1494         for bounding box.
1495
1496         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1497
1498         * scm/output-tex.scm (stop-page): Use it.
1499
1500         * scm/output-ps.scm (define-fonts): Bugfix.
1501
1502         * lily/grob.cc: Add penalty to interface.
1503
1504         * lily/include/paper-line.hh (class Paper_line): New member
1505         var penalty_.
1506
1507         * lily/system.cc (get_line): Initialise Paper_line with
1508         page-penalty's from original grobs.
1509
1510         * scm/define-music-properties.scm (all-music-properties): Add
1511         page-penalty.
1512
1513         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1514
1515         * lily/score-engraver.cc (try_music): Handle page-penalty.
1516
1517         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1518
1519 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1520
1521         * ly/declarations-init.ly (melismaEnd): typo
1522
1523         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1524
1525         * scm/output-ps.scm (text): split string into spaces, use moveto
1526         for setting space. 
1527
1528 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1529
1530         * po/nl.po: Update.
1531
1532         * scm/font.scm (add-cmr-fonts): Typo.
1533
1534 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1535
1536         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1537         font-encoding.
1538
1539         * scm/define-grobs.scm (all-grob-descriptions): idem.
1540
1541         * lily/time-signature.cc (numbered_time_signature): idem.
1542
1543         * scm/font.scm (add-cmr-fonts): use real encoding names for
1544         font-encoding.
1545
1546 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1547
1548         * lily/paper-book.cc (classic_output): 
1549         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1550         Fixes classic output.
1551         (lilypondstart):
1552         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1553         kludge.
1554
1555         * scripts/old-lilypond-book.py: Remove.
1556
1557         Page layout for SCOREs enclosed in a BOOK:
1558
1559         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1560         layout tweaking.
1561
1562         * input/les-nereides.ly (theScore): Add \book.
1563
1564         * input/test/title-markup.ly: Add \book.
1565
1566         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1567         only if 'verbose.
1568
1569         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1570
1571         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1572
1573         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1574         * scm/output-tex.scm (start-system): Update for page layout by
1575         LilyPond.
1576
1577         * scm/output-ps.scm (start-system): Previously (new-start-system).
1578
1579         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1580         passed to define-fonts.
1581
1582         * lily/paper-column.cc: 
1583         * lily/system.cc (get_line):
1584         * ly/property-init.ly (newpage): 
1585         * scm/define-grob-properties.scm:
1586         * scm/output-ps.scm: 
1587         * scm/output-tex.scm: Remove between-system-string kludge.
1588
1589         * scm/output-ps.scm (define-fonts, font-command,
1590         font-load-encoding): Handle ENCODING = #f.
1591
1592         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1593
1594         * scm/define-markup-commands.scm (fill-line): Use
1595         make-simple-markup (WAS: unexisting make-word-markup).
1596
1597         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1598         ENCODING, MARKUP parameters for interpret_string.
1599
1600         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1601
1602         * lily/score.cc (book_rendering): New method.
1603         (default_rendering): Create Paper_book helper locally, dump
1604         output.
1605
1606         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1607
1608         * lily/parser.yy: Handle \book.
1609
1610         * lily/include/book.hh: 
1611         * lily/book.cc: New file.
1612
1613 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1614
1615         * lily/text-item.cc (interpret_string): new file, select font with
1616         encoding.
1617
1618         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1619
1620         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1621
1622         * lily/parser.yy (markup): take encoding from lexer.
1623
1624 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1625
1626         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1627
1628         * scm/output-ps.scm: Remove some cruft.
1629
1630 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1631
1632         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1633
1634         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1635
1636 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1637
1638         * scm/font.scm (add-century-schoolbook-fonts):
1639         (make-century-schoolbook-tree): New function.
1640
1641         * input/test/title-markup.ly: Use Century Schoolbook font.
1642
1643 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1644
1645         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1646         to Erik Sandberg) 
1647
1648         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1649
1650         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1651
1652         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1653
1654         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1655
1656 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1657
1658         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1659         solo-state (at end of solo), we can set the solo status
1660         too. (backportme.)
1661
1662         * input/regression/part-combine-solo-end.ly: new file.
1663
1664 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1665
1666         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1667         flavour abc files.  Really ignore unknown keys (backportme).
1668
1669 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1670
1671         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1672         magnification_ when looking up in orig_.
1673
1674         * scm/output-tex.scm (text): switch off char-mapping.
1675
1676         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1677         because AFM's encoding field cannot have spaces.
1678
1679 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1680
1681         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1682
1683 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1684
1685         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1686
1687         * mf/cmr.enc: new file, without hi-bit ascii info. 
1688
1689         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1690         width. This removes the 'hook' at the end of a long slur.
1691
1692         * buildscripts/mf-to-table.py (parse_logfile): don't append
1693         encoding to fontname.
1694
1695 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1696
1697         * scm/output-ps.scm (define-fonts): Load .enc only once.
1698
1699         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1700         too.
1701
1702 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1703
1704         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1705         encoding field.
1706
1707         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1708
1709         * ly/portuges.ly (pitchnames): new file.
1710
1711         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1712         Michael Welsh Duggan
1713
1714         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1715
1716         * ly/nederlands.ly: add comment about digits.
1717
1718         * lily/scaled-font-metric.cc (derived_mark): idem.
1719
1720         * scm/encoding.scm (make-encoding-mapping): change permutation to
1721         mapping.
1722
1723         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1724         (Modified_font_metric): make alist for coding_description_
1725         (LY_DEFINE): remove coding-name.
1726
1727         * scm/output-tex.scm (text): remove debugging code.
1728
1729         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1730
1731         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1732         from infile.
1733
1734         * mf/feta-generic.mf: move fet_beginfont into generic code.
1735         use fetaMusic (without space) as encoding
1736
1737         * mf/feta-autometric.mf: take encoding argument
1738
1739         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1740
1741         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1742         use.
1743
1744         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1745         name.
1746
1747 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1748
1749         * input/test/title-markup.ly: Set inputencoding.
1750
1751         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1752
1753         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1754
1755         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1756         function.
1757         (coding-alist): Also hold filename, command.
1758         (read-encoding-file): Return symbols.
1759
1760 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1761
1762         * scm/output-tex.scm: remove fontify; text and char take a font
1763         argument.
1764
1765         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1766
1767         * lily/scaled-font-metric.cc (text_dimension): init
1768         coding_{permutation,table}_ too 
1769         (LY_DEFINE): ly:font-encoding, new function return
1770
1771         * lily/paper-def.cc (find_scaled_font): take input coding from
1772         inputcoding paper var.
1773
1774         * lily/performance.cc (output): remap modulo 16.
1775
1776         * lily/text-item.cc (interpret_markup): whoops, variable
1777         shadowing fixed.
1778
1779 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1780
1781         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1782         symbols, not symbols to strings.
1783
1784         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1785         symbols, not symbols to strings.
1786
1787 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1788
1789         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1790         (ly:kpathsea-gulp-file): New function.
1791
1792         * scm/encoding.scm (read-encoding-file): Use it.
1793
1794 2004-04-06  Werner Lemberg  <wl@gnu.org>
1795
1796         * scm/encoding.scm (coding-alist): Fix typo.
1797
1798 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1799
1800         * lily/scaled-font-metric.cc (text_dimension): move function from
1801         Font_metric
1802         (make_scaled_font_metric): init coding_scheme_ to TeX
1803         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1804
1805         * lily/include/scaled-font-metric.hh (struct
1806         Modified_font_metric): rename from Scaled_font_metric
1807
1808         * scm/encoding.scm (read-encoding-file): split up large function,
1809         leave caching to (delay)
1810
1811         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1812
1813 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1814
1815         * lily/my-lily-lexer.cc (set_encoding): New method.
1816
1817         * lily/lexer.ll: Grok \encoding.
1818
1819         * lily/font-metric.cc (get_encoded_index): New function.
1820
1821         * lily/include/font-metric.hh (coding_scheme): New method.
1822
1823         * scm/encoding.scm: New file.
1824
1825         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1826
1827 2004-04-05  Werner Lemberg  <wl@gnu.org>
1828
1829         * Documentation/user/tutorial.itely: Revised (finished).
1830
1831         * Documentation/user/macros.itexi (@separate): Removed.
1832
1833 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1834
1835         * scm/output-ps.scm (define-fonts): fix scaling.
1836
1837         * lily/scaled-font-metric.cc (design_size): add function.
1838
1839         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1840         partial cut&paste of ly:font-magnification.
1841
1842 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1843
1844         * scm/output-ps.scm (define-fonts):
1845         (fontify): Update.
1846
1847 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1848
1849         * po/fr.po: update. (backportme).
1850
1851         * po/nl.po: update. (backportme). 
1852
1853         * mf/feta-beugel.mf: document why design size is not fixed.
1854
1855         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1856
1857 2004-04-04  Werner Lemberg  <wl@gnu.org>
1858
1859         * Documentation/user/tutorial.itely: Revised (continued).
1860
1861 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1862
1863         * po/nl.po: Update (backportme).
1864
1865 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1866
1867         * po/de.po: update. (backportme).
1868
1869         * scm/output-tex.scm (font-command): use ly: functions to
1870         construct name.
1871         (define-fonts): don't use alist, just dump \font definitions.
1872         (font-load-command): calculate proper scaling by taking
1873         outputscale from paper argument.
1874
1875         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1876         expression.
1877
1878         * lily/paper-outputter.cc (output_header): pass paper arg to
1879         define-fonts
1880
1881         * lily/paper-def.cc (font_descriptions): dump list of
1882         Scaled_font_metrics
1883         (find_scaled_font): take Font_metric argument, store
1884         Scaled_font_metrics in hash-table containing (size ->
1885         Scaled_font_metrics) alist.
1886         (get_dimension): rename from get_realvar
1887
1888         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1889         ly:font-magnification, ly:font-name: new functions
1890
1891 2004-04-03  Werner Lemberg  <wl@gnu.org>
1892
1893         * Documentation/user/dedication.itely,
1894         Documentation/user/preface.itely,
1895         Documentation/user/introduction.itely,
1896         Documentation/user/tutorial.itely: Revised.
1897         Removing leading spaces which distorts output if info files are read
1898         with stand-alone info.
1899         Removing superfluous inter-word spaces which also distorts output
1900         for stand-alone info.
1901         Using ` and ' instead of `` and '' everywhere to improve
1902         legilibility with stand-alone info
1903         Using @samp for single-letter input items and data which contains
1904         spaces, @code for other things.
1905
1906         * lily/grob-interface.cc: Adding copyright.
1907         (check_interfaces_for_property): Improve format of warning message.
1908
1909 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1910
1911         * lily/include/font-metric.hh (struct Font_metric): add
1912         design_size () method.
1913
1914         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1915
1916         * lily/afm.cc (read_afm_file): read design size.
1917
1918         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1919
1920         * scm/music-functions.scm (unfold-repeats): handle dots too.
1921
1922 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1923
1924         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1925         (backportme)
1926
1927 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1928
1929         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1930         lyric indent.  Revert melismaBusyProperties using \unset.
1931
1932 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1933
1934         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1935
1936         * lily/parser.yy (command_element): allow redefinition of |
1937         meaning.
1938
1939         * lily/break-align-engraver.cc (acknowledge_grob): construct
1940         LeftEdge where the first cause for alignment is coming from.
1941         This makes \override Staff.LeftEdge work as expected.
1942
1943
1944         * lily/slur-performer.cc (Slur_performer): add inits
1945
1946         * lily/beam-performer.cc (Beam_performer): add inits
1947
1948 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1949
1950         * VERSION (PACKAGE_NAME): release 2.2.0
1951
1952         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1953
1954 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1955
1956         * lily/cluster.cc (height): Fix warning.
1957
1958         * lily/parser.yy: Janitorial cleanups.
1959
1960         * Documentation/user/tutorial.itely (Tutorial): Typo.
1961
1962 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1963
1964         * lily/change-iterator.cc (process): search at multiple context
1965         levels. This fixes 
1966
1967
1968         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1969         not voice-state index for tie state. This fixes a partcombine
1970         problem with ties.
1971
1972         * Documentation/user/tutorial.itely (Commenting input files): add
1973         note about convert-ly.
1974
1975         * input/test/cadenza-skip.ly:  new file.
1976
1977 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1978
1979         * po/nl.po: Spelling fixes.
1980
1981         * autogen.sh (srcdir): Regenerate.
1982
1983         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1984         autogen.sh.
1985
1986         * configure.in: Use C++ to check for C++ header.
1987
1988         * po/nl.po: Update.
1989
1990         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1991
1992         * lily/event.cc (to_relative_octave): Translatable sentence should
1993         be one string.
1994
1995         * python/lilylib.py (warranty): Year range is not translatable.
1996         It's 2004 already!
1997
1998         * flower/warn.cc (non_fatal_error, warning, programming_error):
1999         Remove whitespace from translated string.
2000
2001 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2002
2003         * VERSION: release 2.1.37.
2004
2005 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2006
2007         * configure.in: check for C language.
2008
2009         * lily/source-file.cc: include strstream without h.
2010
2011         * scm/documentation-generate.scm (string-append): use name without
2012         .texi.
2013
2014         * autogen.sh (srcdir): SUSE fix.
2015
2016         * Documentation/user/notation.itely (Ancient clefs): idem.
2017
2018         * Documentation/user/lilypond-book.itely (Integrating HTML and
2019         music): idem.
2020
2021         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
2022
2023         * lily/change-iterator.cc (process): use find_existing_context().
2024
2025         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
2026
2027         * input/regression/repeat-unfold-tremolo.ly: new file.
2028
2029         * scm/music-functions.scm (unfold-repeats): undo music compression
2030         too.
2031
2032         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
2033         (LY_DEFINE): ly:music-compress new function.
2034
2035         * scm/part-combiner.scm (determine-split-list): split for voice
2036         crossings
2037
2038         * input/regression/part-combine-cross.ly: new file.
2039
2040         * scm/part-combiner.scm (make-part-combine-music): don't do
2041         relative inside partcombine arguments.
2042
2043         * scm/music-functions.scm (make-non-relative-music): new function.
2044
2045         * Documentation/user/notation.itely (Automatic part combining):
2046         add note about \relative.
2047
2048         * lily/part-combine-iterator.cc (construct_children): add
2049         start_moment_ member.
2050
2051         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
2052         stem-tremolo by stem object. This fixes no stem for tremolo bug.
2053
2054         * lily/stem-tremolo.cc (print): don't crash for no-stem.
2055
2056         * Documentation/user/changing-defaults.itely (Which properties to
2057         change): fixes.
2058
2059 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2060
2061         * po/fr.po: update.
2062
2063 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2064
2065         * input/wilhelmus.ly: More original lyrics.  Add to examples.
2066
2067         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
2068         Reinstate old code that issues warning.  Fixes --srcdir build.
2069
2070 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2071
2072         * input/wilhelmus.ly: New file.
2073
2074         * Documentation/user/notation.itely: 
2075         * Documentation/user/introduction.itely:
2076         * Documentation/user/tutorial.itely: Use quote ly-option instead
2077         of explicit @quotation.  This fixes too long lilypond linewidths
2078         resulting in overful hboxes.
2079
2080         * scripts/lilypond-book.py: Add ly-option: `quote'.
2081
2082 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2083
2084         * tex/titledefs.tex: Avoid that the first score line is extra
2085         indented if instrument is defined but not piece.
2086
2087 2004-03-30  Werner Lemberg  <wl@gnu.org>
2088
2089         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
2090         `lilypond/' to info file name.
2091         (@usermanref) [info]: New variant.
2092
2093         * scm/documentation-generate.scm: Fix definition of @usermanref
2094         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
2095         to info file name.
2096
2097 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2098
2099         * VERSION: release 2.1.36
2100
2101         * Documentation/user/changing-defaults.itely (Interpretation
2102         contexts): rewrite introduction.
2103
2104 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
2105
2106         * scm/define-markup-commands.scm: Use TeX accents instead of
2107         straight iso-8859-1 encoding in the doc string.
2108
2109 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2110
2111         * Documentation/user/tutorial.itely (A lead sheet): remove extra
2112         space after dotted duration.
2113
2114 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2115
2116         * Documentation/user/introduction.itely: 
2117         * Documentation/user/notation.itely:
2118         * Documentation/user/tutorial.itely: Up all relative examples.
2119         Enclose @lilypond displays in @quotation.  Typos and corrections.
2120
2121         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
2122
2123 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2124
2125         * scm/music-functions.scm (make-voice-props-revert): Revert also
2126         MultiMeasureRest staff-position in oneVoice.
2127
2128 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
2129
2130         * Documentation/user/changing-defaults.itely, 
2131         Documentation/user/lilypond.tely: few fixes. Place no comma between
2132         two options: a and b, but commas between three options: a, b, and c.
2133         By this manner, grouping is possible: a and b, and c and d.
2134
2135 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2136
2137         * Documentation/user/GNUmakefile: add rule for .nexi
2138
2139 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2140
2141         * Documentation/user/music-glossary.tely: move glossary direntry
2142
2143         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
2144         only do mkdir/install-info if INFO_INSTALL_FILES != "".
2145
2146 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2147
2148         * stepmake/aclocal.m4: Verify that gettext configure check with
2149         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
2150
2151 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2152
2153         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
2154         glob.glob for .png filenames. This catches multipage pngs.  
2155
2156         * Documentation/user/changing-defaults.itely (Determining the grob
2157         property): fix references.
2158
2159         * lily/staff-symbol.cc (print): only add extent if non empty.
2160         This fixes staff-container.ly.
2161
2162         * lily/timing-engraver.cc (initialize): init whichBar, so a score
2163         starting with a mmrest also works.
2164
2165         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
2166         PNG for texinfo too.
2167
2168         * po/lilypond.pot: update translation strings.
2169
2170         * VERSION: 2.1.35 released
2171
2172         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
2173         context argument too.
2174
2175         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
2176
2177         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
2178
2179         * python/lilylib.py (command_name): don't return 1st path
2180         component.
2181
2182         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
2183         .png case separately.
2184
2185         * python/lilylib.py (system): typo.
2186
2187 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2188
2189         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
2190         run indent-region.
2191
2192         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
2193         Fixes compile.
2194
2195         * lily/function-documentation.cc: Compile fix: Include <string.h>.
2196         Add header.
2197
2198 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
2199
2200         * vim/lilypond-indent.vim: small fixes.
2201
2202 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2203
2204         * Documentation/user/notation.itely (Entering lyrics): Add example
2205         with correct english double quotes (at least for LaTeX output,
2206         maybe not a good idea if we switch to PS as the default output
2207         format).
2208
2209 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2210
2211         * lily/staff-performer.cc (create_audio_elements): play instrument
2212         changes before notes arrive. This fixes instrument of the first
2213         note in a score.
2214
2215         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
2216         to 1.9.0 conversion.
2217
2218         * lily/mark-engraver.cc: doc string.
2219
2220         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
2221
2222         * Documentation/user/introduction.itely (Introduction): new node.
2223
2224 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2225
2226         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
2227
2228         * input/regression/spacing-ragged-last.ly: new file.
2229
2230         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
2231         spacing.
2232
2233         * scm/font.scm: rewrite using GOOPS.
2234
2235         * lily/context-def.cc (filter_engravers): derefence pointer.
2236
2237         * lily/lily-guile.cc (type_check_assignment): use
2238         ly_scheme_function iso. scm_primitive_eval where possible.
2239
2240         * lily/performance.cc (output): limit channels at 15. This fixes
2241         percussion inadvertently showing up in large scores.
2242
2243 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2244
2245         * input/regression/tuplet-gap.ly: new file.
2246
2247         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2248         (print): compute gap length from number size, include italic
2249         correction.
2250
2251         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2252         tuplet-bracket
2253
2254         * scm/paper.scm (set-default-paper-size): new function, to be
2255         called at toplevel.
2256         (set-paper-size): new function, to be called inside \paper {}
2257         (set-default-paper-size): new function, to be called at toplevel.
2258
2259         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2260
2261         * lily/beam-performer.cc (process_music): idem.
2262
2263         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2264
2265         * tex/titledefs.tex: remove scshape for piece.
2266
2267         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2268         font-family
2269
2270         * lily/time-signature.cc (special_time_signature): font-encoding
2271         not family.
2272
2273         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2274         dynamic to head. This fixes p placement in morgenlied.
2275
2276 2004-03-23  Werner Lemberg  <wl@gnu.org>
2277
2278         * stepmake/stepmake/generic-targets.make (help): Improve text.
2279
2280 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2281
2282         * VERSION: 2.1.34 released
2283
2284         * lily/main.cc (main_with_guile): switch debugging.
2285
2286         * lily/system.cc (get_line): plug leak.
2287
2288         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2289         and contents.
2290         (stencil2line): plug leak.
2291
2292         * Documentation/user/changing-defaults.itely (Determining a grob
2293         property):  new node.
2294         (Layout interfaces): new node.
2295         (Navigating the program reference): new node.
2296
2297         * lily/accidental-engraver.cc (acknowledge_grob): add property
2298         harmonicAccidentals
2299
2300         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2301         general cleanups.
2302
2303         * input/les-nereides.ly (middleDynamics): resurrect Les
2304         nereides. Remove pedal hack.
2305
2306 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2307
2308         * input/regression/property-grace-polyphony.ly: new file.
2309
2310         * lily/translator-property.cc (execute_pushpop_property): only pop
2311         one instance of the property. This fixes << \\ >> together with
2312         \grace.
2313
2314         * lily/break-align-interface.cc (ordered_elements): we cannot
2315         modify the #'elements property, so return reordered array.
2316
2317 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2318
2319         * buildscripts/lilypond.words.py: remove.
2320         * buildscripts/lilypond-words.py: add new, renamed file. 
2321         Give generated targets and dirs explicitly in arguments.
2322
2323         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2324         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2325         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2326
2327         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2328
2329         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2330
2331         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2332         orders.
2333
2334         * vim/GNUmakefile: add local-uninstall target.
2335
2336         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2337
2338         * vim/vimrc: add a one-liner file.
2339
2340         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2341         vimrc in EXTRA_DIST_FILES.
2342
2343         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2344
2345 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2346
2347         * config.make.in: add vimdir.
2348
2349         * vim/GNUmakefile: add local-install.
2350
2351 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2352
2353         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2354         with \lilypondifundefined{blabla}. Solves problem with multiple
2355         titles in the same lilypond-book document.
2356
2357 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2358
2359         * scm/document-backend.scm (interface-doc): sort grob list for
2360         interface.
2361
2362         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2363         pre/post break align-order.
2364
2365         * spelling patch courtesy Edward Sutton.
2366
2367         * Documentation/user/changing-defaults.itely (Changing context
2368         default settings): new node.
2369         (Defining new  contexts): new node.
2370
2371         * scripts/lilypond-book.py (is_derived_class): use numbers
2372         iso. booleans.
2373
2374         * python/lilylib.py (make_ps_images): add margin to PS images.
2375
2376         * scripts/lilypond-book.py (is_derived_class): new function. Take
2377         class arg iso. object.
2378         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2379         for bug in GS/dvips.
2380
2381         * lily/text-item.cc (interpret_markup): idem.
2382
2383         * scm/define-markup-commands.scm: remove split around-space hack.
2384
2385         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2386         function, fold WL's fixes into one function.
2387
2388 2004-03-22  Werner Lemberg  <wl@gnu.org>
2389
2390         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2391         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2392         (Note_column::head_position_interval): Do proper rounding for
2393         calls to Staff_symbol_referencer::get_position.
2394
2395 2004-03-21  Werner Lemberg  <wl@gnu.org>
2396
2397         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2398         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2399         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2400         (My_lily_parser::parse_file): Improve formatting progress indication
2401         sent to stdout.
2402
2403 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2404
2405         * VERSION: 2.1.33 released.
2406
2407         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2408
2409         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2410
2411         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2412         warning is issued about dummy.dep.
2413
2414         * scm/new-font.scm: fix design sizes of nummer
2415
2416 2004-03-21  Werner Lemberg  <wl@gnu.org>
2417
2418         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2419         some annoying warnings from mkdir during `make install'.
2420
2421 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2422
2423         * lily/performer-group-performer.cc (do_announces): call
2424         Performer_group_performer::create_audio_elements () too.
2425
2426         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2427
2428         * scm/define-grobs.scm (all-grob-descriptions): add property
2429         break-align-orders
2430
2431         * lily/global-context.cc (get_default_interpreter): new
2432         function. Override from base class, so no new Score contexts are
2433         created.
2434
2435         * lily/include/stencil.hh (class Stencil): document origin field.
2436
2437         * lily/staff-symbol.cc (print): span staff-symbol on column
2438         extents for non-broken columns. 
2439
2440         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2441         key-signature.
2442
2443         * tex/titledefs.tex: don't use smallcaps for piece.
2444
2445         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2446         translated stencils in the output.
2447
2448         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2449
2450 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2451
2452         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2453         and init ties_created_
2454
2455         * VERSION: release 2.1.32
2456
2457         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2458         doc string from IMPLEMENT_CTOR_CALLBACK().
2459
2460         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2461         that engraver is in a performer hierarchy.
2462
2463 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2464
2465         * vim/lilypond-ftdetect.vim: new file.
2466
2467 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2468
2469         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2470         (compose_ly): default octave should be middle C.
2471
2472         * Documentation/user/changing-defaults.itely (Layout tunings
2473         within contexts): new node.
2474
2475         * lily/include/smobs.hh: document C++ smob interface.
2476
2477         * lily/function-documentation.cc: don't doc functions without
2478         docstring.
2479
2480 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2481
2482         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2483         direntry, so that `info lilypond' goes to Top.
2484
2485         * scm/output-ps.scm (polygon): Fix: add spaces.
2486
2487         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2488         solutions are now optimal too.
2489
2490         * input/test/page-breaks.ly: New file.
2491
2492         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2493         functions into safe module.
2494
2495         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2496         end, prepend zeros.
2497
2498         * scm/output-*.scm: Use ly:number->string rather than
2499         number->string.  Makes for saner output.
2500
2501         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2502         Fixes feta-nummer, feta-din scaling.
2503
2504 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2505
2506         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2507
2508         * scm/music-functions.scm (descend-to-context): new
2509         function. Similar to context-spec-music.
2510         (make-time-signature-set): specify Score as descend-only. This
2511         fixes the polymetric.ly example.
2512
2513         * lily/context-specced-music-iterator.cc (construct_children): add
2514         support for descend-only context spec.
2515
2516         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2517         determine ez-notation letter. 
2518
2519         * lily/system.cc (get_line): start with dumping layer 3. This
2520         fixes ez notation.
2521
2522 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2523
2524         * input/test/title-markup.ly: Stress breaking harder.
2525
2526         * scm/page-layout.scm (height-score): Overfull page scores twice
2527         as bad as underfull (was: by a power).
2528         (walk-lines): Omit first walk-path round (breaking after new node,
2529         without lines).
2530
2531         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2532         diff values are negative.
2533         (output): Bugfix: treat negative vfill differently.
2534
2535         * Documentation/user/lilypond.tely (direntry): Add note about why
2536         `info lilypond' brings up `Invoking LilyPond' node.
2537
2538 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2539
2540         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2541
2542         * lily/paper-book.cc: Remove cruft.
2543         (output): Bugfix: put vfill between lines.
2544         (pages): Bugfix: set page vars needed for filling.
2545
2546         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2547         (was: @ar).
2548
2549         * scm/page-layout.scm: Further development.
2550
2551         * ly/declarations-init.ly (paper): Define page-breaking.
2552
2553 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2554
2555         * lily/note-head.cc (brew_ez_stencil): add note-names
2556         property. Provides internationalization for note names.
2557
2558         * Documentation/user/changing-defaults.itely (Creating contexts):
2559         new node.
2560
2561         * lily/grace-iterator.cc (process): descend to child for \grace.
2562
2563         * lily/timing-translator.cc (initialize): Timing_translator adds
2564         Timing alias by itself.
2565
2566         * lily/context.cc (add_alias): new function.
2567
2568         * scm/lily.scm (tex-output-expression): new function, eval within
2569         drawing API. Guards against eval vulnerabilities.
2570
2571         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2572
2573         * scm/output-ps.scm (scm): export lily drawing API.
2574
2575         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2576         throughout.
2577
2578 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2579
2580         * scm/page-layout.scm (optimal-page-breaking): New function.
2581
2582         * lily/paper-book.cc (pages): Use it.
2583
2584 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2585
2586         * lily/include/paper-line.hh (class Paper_line): Full smob.
2587
2588 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2589
2590         * lily/global-context.cc (run_iterator_on_me): fix grace note
2591         nesting by initting measurePosition.
2592
2593         * lily/timing-translator.cc (initialize): do no init
2594         measurePosition
2595
2596         * lily/include/music-output-def.hh (class Music_output_def): add
2597         input_origin_ field.
2598
2599         * Documentation/user/changing-defaults.itely (Changing context
2600         properties on the fly): new node.
2601
2602         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2603         function. Only have smobbed_copy (), and do not provide
2604         smobbed_copy() for non-simple smobs. Changes throughout.
2605
2606 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2607
2608         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2609         start_moment_. Fix by Doug A. Linhardt.
2610
2611 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2612
2613         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2614         accidentals for harmonic notes.
2615
2616         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2617         of different style. (Thanks to Doug Linhardt).
2618
2619         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2620         new node.
2621
2622 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2623
2624         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2625
2626         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2627         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2628         vim/lilypond-indent.vim: doc targets and deps in comments.
2629
2630 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2631
2632         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2633
2634         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2635
2636         * lily/include/paper-line.hh:
2637         * lily/include/paper-line.cc: New file.
2638
2639 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2640
2641         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2642
2643         * GNUmakefile.in: remove stray make out=www
2644
2645         * input/test/bagpipe.ly (gcdg): octave fixes.
2646
2647         * scm/define-markup-commands.scm (number): use font-encoding
2648         iso. font-family
2649
2650         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2651         font-encoding.
2652
2653 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2654
2655         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2656         `output_format_global' and `PAGE_LAYOUT'.
2657
2658 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2659
2660         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2661         lily functions in safe mode.
2662
2663         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2664         Print filename for HTML, LATEX, before texidoc.
2665
2666         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2667         instructions in output-ps module.
2668
2669         * scm/lily.scm: Do not load output-ps module.
2670
2671         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2672         safe mode.
2673
2674 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2675
2676         * lily/span-dynamic-performer.cc (process_music): remove spurious
2677         warning.
2678
2679         * lily/context-def.cc (Context_def): init name to ""
2680
2681         * lily/font-interface.cc: add font-encoding property.
2682
2683         * scm/lily.scm (chain-assoc-get): bugfix.
2684
2685         * lily/paper-book.cc (stencil2line): protect static SCM.
2686
2687         * lily/font-interface.cc (text_font_alist_chain): rename function,
2688         and use text-font-defaults. 
2689
2690         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2691
2692         * scm/paper.scm (paper-set-staff-size): use new function.
2693
2694         * scm/new-font.scm (make-font-tree): new function.
2695
2696 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2697
2698         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2699
2700         * scm/lily.scm (get-output-module): New function.
2701         (output-alist): Remove ,ps-output-expression.
2702
2703         * scm/output-tex.scm (ps-output-expression): New function.
2704
2705         * scm/output-ps.scm (ps-output-expression): Remove.
2706         (header, start-page): Output page metadata.
2707
2708         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2709         initialise output_module_.  Do not write part of header.
2710         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2711         (output_header): Output full header.
2712
2713         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2714         FIXME.
2715
2716 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2717
2718         * scm/new-font.scm: new file. Tree based font lookup.
2719
2720         * scm/lily.scm (assoc-get): take default argument. Remove
2721         assoc-get-default.
2722         (chain-assoc-get): use chain-assoc-get everywhere.
2723
2724         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2725         autobeamsettings conversion bug.
2726
2727         * lily/include/global-context.hh (Context): clean-up data hiding.
2728
2729         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2730         data hiding.
2731
2732         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2733
2734         * input/regression/stem-shorten.ly: add chord case.
2735
2736         * lily/stem.cc (get_default_stem_end_position): shorten stems
2737         triggered by note-head positions, not by forced-direction. This
2738         fixes a bug with too short stems.  
2739
2740 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2741
2742         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2743         Lilypond_snippet.output_latex): Always call output_print_filename.
2744
2745         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2746         expand pages.
2747
2748 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2749
2750         * scm/part-combiner.scm (make-autochange-music): switch rests
2751         before switched notes too.
2752
2753         * lily/figured-bass-engraver.cc (process_music): change calling
2754         convention.
2755
2756         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2757
2758         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2759         command.
2760
2761         * lily/include/stencil.hh (class Stencil): add origin field.
2762
2763         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2764         function.
2765
2766         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2767
2768         * lily/lexer.ll: remove support for \$ and $ in identifiers
2769
2770         * lily/sequential-iterator.cc: remove copy_grace_fixups
2771         (get_grace_fixup): slight abstraction of fixup code.
2772
2773         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2774
2775 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2776
2777         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2778         in insert-mode. add indenting rules.
2779
2780 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2781
2782         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2783         protect hack.
2784
2785         * scm/page-layout.scm:
2786         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2787         layout and titling should now match external latex based version.
2788
2789         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2790         header fields.
2791
2792         * ps/lilyponddefs.ps: Remove automatic page layout.
2793
2794         * scm/output-ps.scm (new-start-system): New interface function.
2795
2796         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2797
2798         * lily/paper-book.cc (output): Bugfix.
2799
2800 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2801
2802         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2803
2804 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2805
2806         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2807         direntries.
2808
2809         * ps/lilyponddefs.ps: Bugfix.
2810
2811         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2812
2813 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2814
2815         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2816         cause. This should fix warnings.
2817
2818         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2819
2820         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2821         prevent aligned 6ths.
2822
2823         * lily/custos.cc (print): remove adjust-if-on-staffline.
2824
2825 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2826
2827         * lily/paper-book.cc: Do header and footer.
2828
2829 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2830
2831         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2832
2833         * scm/paper.scm (lineheight): Remove
2834         (head-sep, foot-sep): Add.
2835
2836 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2837
2838         * mf/feta-schrift.mf: reduce portato thickness.
2839
2840         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2841
2842         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2843         programming_error ().
2844
2845         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2846         bracket to last command column.
2847
2848         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2849         continues on next/prev system.
2850
2851         * input/regression/pedal-end.ly: new file.
2852
2853 2004-03-10  Werner Lemberg  <wl@gnu.org>
2854
2855         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2856         Remove pmx2ly stuff.
2857         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2858
2859 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2860
2861         * scm/page-layout.scm: New file.
2862
2863         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2864         settings.
2865         (Lilypond_snippet.is_outdated): Also check for PNG file.
2866         Workaround for interrupted (web) builds.
2867
2868         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2869
2870         * ps/lilyponddefs.ps: Use only very small top-marging.
2871         (init-paper): Also pop page size string.
2872         (start-page, stop-page): New function.
2873
2874         * scm/output-ps.scm (header-end): Remove stray exec commands.
2875
2876 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2877
2878         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2879
2880         * lily/score.cc (default_rendering): clean protection.
2881
2882         * lily/paper-book.cc (mark_smob): implement smob marking.
2883
2884         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2885
2886         * Documentation/user/*.itely: user manual edits. 
2887
2888 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2889
2890         * Documentation/user/converters.itely (Invoking musedata2ly):
2891         remove pmx2ly.
2892
2893         * scripts/pmx2ly: remove script.
2894
2895 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2896
2897         * lily/score.cc (default_rendering): Protect paper-book members.
2898
2899         * lily/paper-def.cc (smobbed_copy): New method.
2900
2901         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2902         switch runtime.
2903
2904         * lily/include/music-output.hh (process): Change signature to
2905         return SCM.
2906
2907         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2908         method.
2909
2910         * lily/paper-score.cc (process): Return stencils rather than
2911         outputting directly.  Remove paper-book kludge.  Delete grobs.
2912         (output): Remove.
2913
2914         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2915
2916         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2917
2918         * lily/score.cc (default_rendering)
2919         (ly_render_output): Move adding paper-score two levels up.
2920
2921         * lily/system.cc (get_line):
2922         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2923
2924 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2925
2926         * scm/font.scm (paper20-font-vector): add more design sizes for
2927         number.
2928
2929         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2930         feta-nummber{5,7,11,13}.
2931
2932         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2933         for 12pt design size. 
2934
2935 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2936
2937         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2938
2939 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2940
2941         * lily/font-select.cc (properties_to_font_size_family): Fix
2942         warning message.
2943
2944         * Experimental PostScript latin1 encoding:
2945
2946         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2947
2948         * scm/output-ps.scm: Experimental encoding using reencode-font.
2949         * scm/font.scm: Add latin1 `font-shape'.
2950
2951         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2952
2953         * ps/lilyponddefs.ps (reencode-font): New function.
2954
2955         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2956
2957         * scm/output-tex.scm (start-page):
2958         (stop-page): New interface function.
2959
2960 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2961
2962         * lily/paper-outputter.cc (output_expr):
2963         (output_header):
2964         (output_line): New method.
2965
2966         * lily/system.cc (get_line):
2967         (get_lines): New method.
2968         (output_scheme):
2969         (output_line): Remove.
2970
2971         * scm/lily.scm (make-title): New function.
2972
2973         * lily/paper-book.cc: 
2974         * lily/include/paper-book.hh: New file.
2975
2976         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2977         ly-modules.hh).
2978
2979         * lily/ly-module.cc (ly_modules_lookup): New function.
2980
2981         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2982
2983         * scm/output-ps.scm (make-title): Remove.
2984         (output-scopes): Junk header-title test.
2985
2986 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2987
2988         * mf/feta-schrift.mf: thicker dot for portato.
2989
2990         * lily/accidental-placement.cc (position_accidentals): bugfix in
2991         offset, this fixes right-padding of AccidentalPlacement.
2992
2993         * lily/[h-z]*.cc: () formatting.
2994
2995         * Documentation/user/tutorial.itely (An orchestral part): more
2996         fixes for the tutorial.
2997
2998         * scm/translation-functions.scm (fraction-tuplet-formatter):
2999         reverse fraction.
3000
3001         * lily/parser.yy (context_def_spec_block): use \context instead of
3002         \translator.
3003
3004         * lily/[a-g].cc: () style cleanup.
3005
3006         * Documentation/user/tutorial.itely (Automatic and manual beams):
3007         editing of tutorial.
3008
3009 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3010
3011         * buildscripts/mf-to-table.py (base): write encoding name.
3012
3013 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3014
3015         * Documentation/user/GNUmakefile (local-install-info): Issue
3016         warning (for packager, ie, if not installing in /usr or /usr/local).
3017
3018         * lily/stencil-scheme.cc: 
3019         * lily/staff-symbol-referencer.cc: 
3020         * lily/script-column.cc: 
3021         * lily/pitch.cc: 
3022         * lily/music.cc: 
3023         * lily/grob-pq-engraver.cc: 
3024         * lily/font-interface.cc: 
3025         * lily/music-output-def.cc: 
3026         * lily/duration.cc: 
3027         * lily/grob-scheme.cc:
3028         * lily/context-scheme.cc: Put scheme name on first line in
3029         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
3030         style cleanups.
3031
3032         * stepmake/stepmake/scm-vars.make: 
3033         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
3034         Rename and split TAGS_FILES.
3035
3036         * GNUmakefile.in (ALL-TAGS): Remove.
3037
3038         * stepmake/stepmake/generic-targets.make (TAGS): Also include
3039         deeper TAGS files.  Fixes regexp tags in TOP dir.
3040
3041 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3042
3043         * VERSION: 2.1.29 released.
3044
3045         * Documentation/user/changing-defaults.itely (Changing defaults):
3046         new file.
3047
3048         * Documentation/user/notation.itely (Notation manual): rename from 
3049         refman.itely
3050
3051         * Documentation/user/notation-appendices.itely (The Feta font):
3052         new file.
3053
3054         * Documentation/user/advanced.itely: add aborted attempt for
3055         advanced topics manual.
3056
3057 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3058
3059         * scm/new-markup.scm: display Markups in sane format. Patch by
3060         Nicolas Sceaux.
3061
3062 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3063
3064         * lily/main.cc: Cleanups.
3065         (setup_localisation): New function.
3066         (sane_putenv): Remove.
3067         (main_with_guile): New name (Was: main_prog).  Remove musings
3068         about possible preparation for GUILE heavy memory usage and
3069         practical uselessness.  Do not set environment variables
3070         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
3071         name juggling.
3072         (parse_argv): New function.
3073         (copyright): New function.  It's 2004 already.
3074
3075         * lily/input-file-results.cc (do_one_file): Add file name juggling.
3076         (distill_inname): Move from main.
3077
3078 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3079
3080         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
3081
3082         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
3083
3084         * Documentation/user/running.itely: new file.
3085
3086         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
3087
3088         * lily/score-performer.cc (finish): call Translator::finalize ().
3089
3090 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
3091
3092         * lilypond-ftpplugin.vim: renamed to the following file.
3093         * lilypond-ftplugin.vim: new file.
3094
3095         * GNUmakefile.in: update VIM_FILES.
3096
3097 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3098
3099         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
3100         props.
3101
3102         * input/test/tie-sparse.ly: remove.
3103
3104         * lily/tie-performer.cc (try_music): copy & paste from
3105         Tie_engraver.
3106
3107         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
3108         variable_ref twice.
3109
3110         * lily/key-performer.cc (create_audio_elements): use
3111         alterations-in-key.
3112
3113         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
3114
3115 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
3116
3117         * input/test/smart-transpose.ly: fix cases fes->e and similar.
3118         handle also quarter tones (not shown as tests). test also flats.
3119
3120         * Documentation/index.html.in: small fixes.
3121
3122 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3123
3124         * input/regression/new-markup-scheme.ly: Typo.
3125
3126         * scm/define-markup-commands.scm (fill-line): New markup.
3127
3128         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
3129         (output-paper-def): Fix alignment.
3130         (make-title): Fix height/width scaling.
3131
3132         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
3133
3134         * input/test/title-markup.ly: Add remaining titles.  Layout and
3135         font size fixes.  Add simplistic latin1 test.
3136
3137 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
3138
3139         * input/test/nested-groups.ly: remove. move content (to next). 
3140         * input/test/staff-bracket.ly: replace content (from prev), this 
3141         has been already in templates.
3142
3143 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3144
3145         * stepmake/autogen.sh: Only issue warning about running configure
3146         without arguments when autogen.sh will actually be running
3147         configure.
3148
3149 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3150
3151         * scm/new-markup.scm (stack-stencil-line): robustness.
3152
3153         * scm/define-markup-commands.scm (simple): robustification of
3154         simple-markup.
3155
3156         * Documentation/user/music-glossary.tely (Top): change central C
3157         to middle C.
3158
3159         * lily/text-item.cc (interpret_markup): cache make-simple-markup
3160
3161 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3162
3163         * input/test/title-markup.ly (spaceTest): Add.
3164
3165         * lily/text-item.cc (interpret_markup): Make line markup from
3166         multi word markup.
3167
3168         * scm/define-markup-commands.scm (word): New markup command.
3169         (simple): Use it.
3170
3171         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
3172
3173 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
3174
3175         * vim/ftplugin/lilypond.vim:
3176         * vim/syntax/lilypond.vim: use only local settings with setlocal.
3177         show matching paren in insert mode.
3178
3179 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3180
3181         * scm/output-ps.scm (make-title, output-scopes): Further
3182         development.
3183
3184         * input/test/title-markup.ly: New file.
3185
3186         * ps/lilyponddefs.ps: Disable PostScript titling.
3187
3188         * lily/paper-score.cc (process): Quote PORT argument to make-title.
3189
3190 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3191
3192         * lily/arpeggio.cc (width_callback): remove padding.
3193
3194         * scm/define-grobs.scm (all-grob-descriptions): add padding.
3195
3196         * scm/define-music-types.scm: remove make-music-by-name.
3197
3198         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
3199
3200 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3201
3202         * lily/paper-score.cc (process): Output titles using make-title.
3203
3204         * scm/output-ps.scm (output-stencil): Display directly instead of
3205         constructing string.
3206         (make-title): New function.
3207
3208 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3209
3210         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3211         music), Documentation/user/invoking.itexi (Invoking lilypond): 
3212         Move documentation of LaTeX packages for latin1 characters to the
3213         lilypond-book manual.
3214
3215 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
3216
3217         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
3218
3219         * vimrc: add menu in console and shortcut <F10> for it.
3220
3221         * vim/:
3222         * vim/compiler/:
3223         * vim/syntax/:
3224         * vim/indent/:
3225         * vim/ftplugin/: new directories.
3226
3227         * vim/filetype.vim: new file.
3228
3229         * lilypond.vim: remove files (see next).
3230         * vim/syntax/lilypond.vim: new, renamed file (see prev).
3231
3232         * vimrc: remove file (see next).
3233         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
3234
3235         * vim/ftplugin/lilypond.vim: change dir for dictionary.
3236         add header. apply bindings only locally.
3237
3238         * vim/indent/lilypond.vim: new file.
3239
3240         * vim/ftplugin/lilypond.vim: remove errorformat.
3241         * vim/compiler/lilypond.vim: new file for errorformats.
3242
3243         * Documentation/topdocs/INSTALL.texi: give easier orders.
3244
3245         * ROADMAP: add vim/
3246
3247 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3248
3249         * Documentation/user/introduction.itely (Introduction): Use @image
3250         iso @html <img...>.  Add workaround for images in columns in info.
3251
3252         * stepmake/aclocal.m4: Store computed version in variable.
3253
3254         * configure.in: Export MAKEINFO_VERSION.
3255
3256         * config.make.in (MAKEINFO_VERSION): Add.
3257
3258         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3259
3260         * Documentation/user/GNUmakefile: Only build info with images when
3261         building web.
3262
3263         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3264
3265         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3266         stuff from documentation-targets.make
3267
3268 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3269
3270         * VERSION: 2.1.28 released
3271
3272         * scripts/convert-ly.py (conv): 
3273
3274 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3275
3276         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3277         \arpeggioBoth. redefine \arpeggioBracket.
3278
3279         * Documentation/user/refman.itely: document new arpeggio
3280         functions.
3281
3282         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3283
3284         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3285
3286         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3287
3288 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3289
3290         * Documentation/user/introduction.itely (Automated engraving):
3291         rewrite introduction using website text.
3292
3293 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3294
3295         * scm/*.scm: make-music-by-name is replaced by make-music, which
3296         also accept music property settings, eg:
3297           (make-music 'TextScriptEvent 'direction DOWN 'text
3298               (make-simple-markup x))
3299
3300         Patch courtesy Nicolas Sceaux
3301
3302         * lily/beam-quanting.cc: cleanup, separate counts for left and
3303         right beam ends.
3304
3305         * lily/side-position-interface.cc (quantised_position): also
3306         quantize staccato position for forced stem directions. 
3307
3308 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3309
3310         * scm/*.scm: Patch by Nicolas Sceaux: 
3311
3312         * scm/music-functions.scm: ly:grob-property and ly:music-property
3313         are made procedure with setters.
3314
3315         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3316
3317 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3318
3319         * input/test/[t-v]*.ly: finish rewriting texidocs.
3320
3321         * input/test/vaticana.ly: remove.
3322         * input/test/ligature-vaticana.ly: new, renamed file name.
3323
3324         * input/test/stem-centered.ly: remove.
3325         * input/test/mensural-note-heads.ly: new file. take content from
3326         removed file stem-centered.ly.
3327
3328         * input/test/scales-greek.ly: simplify.
3329
3330         * input/test/s*.ly: reformulate texidocs.
3331
3332         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3333         of missing features.
3334
3335 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3336
3337         * input/test/[j-o]*.ly: update texidocs.
3338
3339 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3340
3341         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3342
3343         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3344         images.
3345
3346         * Documentation/user/lilypond.tely (@direntry): Update.
3347
3348         * stepmake/stepmake/documentation-targets.make
3349         (install-info,uninstall-info): Install into $(package_infodir).
3350         Install images.  Run install-info to update dir.
3351
3352         * config.make.in (package_infodir): Add.
3353
3354         * Documentation/user/GNUmakefile (info-with-images,
3355         local-install-info, local-uninstall-info): New target.
3356
3357 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3358
3359         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3360         gap/threshold.
3361
3362         * lily/beam-quanting.cc (score_slopes_dy): remove
3363         ROUND_TO_ZERO_SLOPE kludge.
3364
3365         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3366
3367         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3368
3369         * lily/global-context.cc (Global_context): alway accept Score
3370         (run_iterator_on_me): cast Context to Score_context, not
3371         Context_def.
3372
3373         * Documentation/user/refman.itely: documentation patch by Edward
3374         Sanford Sutton.
3375
3376         * mf/GNUmakefile: unset sauter-fonts.
3377
3378 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3379
3380         * scripts/lilypond-book.py (output_texinfo): Output @image
3381         descriptions for info too.
3382
3383         * input/test/chord-names-jazz.ly: 
3384         * input/test/embedded-scm.ly: Clarify.
3385
3386         * input/test/cautionaries.ly: Typo.
3387
3388         * lily/input-smob.cc (ly_input_location): Compile fix.
3389
3390 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3391
3392         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3393
3394         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3395         fixes problems with system defaults being reverted with \override
3396         on Score level.
3397
3398         * lily/global-context.cc (Global_context): apply property-ops to
3399         Global_context too. 
3400
3401 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3402
3403         * scm/output-ps.scm (stencil->string): Rewrite.
3404
3405 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3406
3407         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3408         impersonal style.
3409
3410 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3411
3412         * lily/input-smob.cc (ly_input_location: New function.
3413
3414         * scm/define-markup-commands.scm (upright): New markup command.
3415
3416         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3417
3418         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3419
3420         * scm/output-ps.scm (output-stencil): New function.
3421
3422         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3423         of snippet types; fixes @ignore and @verbatim blocks.
3424
3425 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3426
3427         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3428         to a file in printed documentation, instead, refer either to a 
3429         syntax or to an output.
3430
3431 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3432
3433         * input/regression/beam-center-slope.ly: Add test.
3434
3435 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3436
3437         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3438         (SAUTER_FONTS): Reinstate.
3439
3440         * scm/define-markup-commands.scm (caps): New markup command.
3441
3442         * scm/output-ps.scm (output-scopes): Experimental markup output.
3443
3444         * scm/: Add missing headers.
3445
3446         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3447
3448         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3449
3450 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3451
3452         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3453         Stray style cleanups.
3454
3455 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3456
3457         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3458         no dot combination.
3459
3460         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3461         substitute \override Staff.autoBeamSettings too
3462
3463         * Documentation/user/tutorial.itely: proofreading fixes by David
3464         Bobroff
3465
3466 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3467
3468         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3469
3470         * ps/music-drawing-routines.ps: 
3471         * ps/lilyponddefs.ps: Add end markers.
3472
3473 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3474
3475         * VERSION: 2.1.27 released.
3476
3477         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3478
3479         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3480         obey documentation.
3481
3482 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3483
3484         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3485
3486         * scm/output-ps.scm: Resurrect.
3487
3488         * scm/output-tex.scm: Minimal cleanups.
3489
3490         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3491
3492         * make/ly-rules.make: Remove any broken lily-*.tex files before
3493         lilypond-book run.
3494
3495         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3496         comment.
3497
3498         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3499         Enabled by default, may save 10% compile time.
3500
3501 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3502
3503         * lily/lyric-phrasing-engraver.cc: remove
3504
3505         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3506         longer necessary. 
3507
3508         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3509         so lyric-phrasing-engraver is no longer necessary.
3510
3511         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3512         Grob_pq_engraver from Staff.
3513
3514         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3515         busyGrobs directly.
3516
3517         * input/regression/quote-transposition.ly: new file.
3518
3519         * lily/recording-group-engraver.cc (stop_translation_timestep):
3520         store instrumentTuning too. 
3521
3522         * lily/quote-iterator.cc (process): transpose events using
3523         instrumentTuning.
3524
3525         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3526         -> \tuning <pitch>
3527
3528         * lily/parser.yy (command_req): add \tuning command for setting
3529         instrument tuning of staff.
3530
3531         * Documentation/user/GNUmakefile
3532         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3533
3534         * Documentation/user/refman.itely (Customized accidental rules):
3535         typo.
3536
3537 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3538
3539         * Documentation/user/music-glossary.tely: remove the missing norwegian
3540         translation; they can be put in later properly.
3541
3542 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3543
3544         * lily/recording-group-engraver.cc (start_translation_timestep):
3545         init Recording_group_engraver twice.
3546
3547 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3548
3549         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3550         stray style cleanups:
3551
3552         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3553         -Wmissing-prototypes.
3554
3555         * flower/include/killing-cons.tcc (Killing_cons): Add template
3556         specifier for car_.
3557
3558         * flower/include/parray.hh (binsearchs): Add template specifier
3559         for maxkey.
3560
3561         * flower/include/interval.hh: Declare elem () with template specfier.
3562
3563 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3564
3565         * elisp/lilypond-indent.el (get-buffer-size): add customization
3566         groups for several variables (Reuben Thomas).
3567
3568 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3569
3570         * Documentation/user/invoking.itexi (Point and click): add index
3571         entry.
3572
3573         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3574         go under beam.
3575
3576         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3577         sarabande beam. 
3578
3579         * flower/warn.cc (programming_error): cross fingers not thumbs.
3580
3581         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3582         staff-position is set.
3583
3584         * VERSION: release 2.1.26 
3585
3586         * scm/chord-entry.scm (construct-chord): process transposition
3587         after processing explicit-11.  
3588
3589 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3590
3591         * lily/parser.yy (add_quote): add syntax for adding quotes:
3592         \addquote "id-string" Music
3593
3594         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3595
3596         * scripts/convert-ly.py (conv): add rules for name changes.
3597
3598         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3599         music/context/grob property functions. Internally, use
3600         get_property() and set_property() for both.
3601
3602 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3603
3604         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3605         for Emacs <= 20 (Laurent Martelli).
3606
3607 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3608
3609         * lily/parser.yy (command_element): extract quoted vector in
3610         parser.
3611
3612         * input/regression/quote.ly: new file.
3613
3614         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3615
3616         * lily/parser.yy (command_element): \quote DURATION NAME: support
3617         cue notes. 
3618
3619         * lily/quote-iterator.cc (class Quote_iterator): new file.
3620
3621 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3622
3623         * lily/auto-beam-engraver.cc (try_music): accept and process
3624         beam-forbid-event.
3625
3626         * input/regression/auto-beam-no-beam.ly: new file.
3627
3628 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3629
3630         * lily/accidental.cc (print): Change font-relative-size ->
3631         font-size. Fixes cautionary-style = smaller.
3632
3633 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3634
3635         * lily/system-start-delimiter.cc (staff_brace): remove
3636         font-relative-size
3637
3638         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3639         forgotten with scm_list_n. Fixes spurious coredumps.
3640
3641         * lily/accidental-engraver.cc (stop_translation_timestep): move
3642         update of localKeySignature to stop_translation_timestep (). This
3643         makes sure that all ties are noticed at the right moment.
3644         (stop_translation_timestep): clear tie only when right-side
3645         notehead was seen.
3646         (number_accidentals_from_sig): cleanup. 
3647
3648         * input/regression/accidental-tie.ly (mus): new file
3649
3650         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3651         these longish tests.
3652
3653 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3654
3655         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3656
3657         * THANKS: update bugreporter list.
3658
3659         * lily/beam.cc (print): broken beams last until end of staff.
3660         (print): broken beams start from prefatory matter.
3661
3662         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3663
3664         * lily/paper-score.cc (process): dump header only once.
3665
3666         * lily/paper-outputter.cc (Paper_outputter): move logic into
3667         Scheme.
3668
3669         * scm/output-tex.scm (output-scopes): new function.
3670         (output-paper-def): new function
3671         (tex-string-def): new function
3672         (symbol->tex-key): new function
3673
3674         * scripts/convert-ly.py (conv): add rule for | ~
3675
3676 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3677
3678         * input/regression/{many}.ly: refresh, trying to guess how
3679         it was designed.
3680
3681 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3682
3683         * VERSION: release 2.1.25
3684
3685         * scm/define-translator-properties.scm
3686         (all-user-translation-properties): add printOctaveNames
3687
3688         * ly/engraver-init.ly: remove Note_event_swallower from
3689         NoteNamesContext.
3690
3691         * lily/note-name-engraver.cc (process_music): new property
3692         printOctaveNames
3693
3694         * lily/context.cc (find_existing_context): remove support for
3695         Current.
3696
3697         * scm/music-functions.scm (set-accidental-style): new function;
3698         duplicate accidental macros.
3699
3700         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3701
3702         * lily/note-name-engraver.cc (process_music):
3703         process_acknowledged_grobs () -> process_music ()
3704
3705         * scm/part-combiner.scm (determine-split-list): robustification.
3706
3707 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3708
3709         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3710         lines for falling into beam-gap.
3711         (score_forbidden_quants): check all staff lines for falling in
3712         beam gaps.
3713
3714         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3715         key/clef/time signatures. 
3716
3717         * input/test/ossia.ly: revise example.
3718
3719         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3720         cleanup.
3721
3722         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3723         comply to Scheme standard.  Remove ly:get-paper-variable
3724
3725 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3726
3727         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3728
3729 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3730
3731         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3732         properties from Voice context. This fixes accidental size for
3733         staff-switches during grace contexts.
3734
3735         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3736         if necessary. Else, simply wipe dots.
3737
3738         * input/test/beam-alternate.ly: new file
3739
3740         * input/test/piano-staff-distance.ly: new file.
3741
3742         * lily/translator-group.cc (recurse_down_translators): use
3743         Direction for bottom-up/top-down.
3744
3745         * lily/include/translator.hh (class Translator): add
3746         process_music() and do_announces(). This obviates
3747         recurse_down_{engravers,performers}.
3748
3749         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3750         \melisma and \melismaEnd
3751
3752         * lily/melisma-engraver.cc (process_music): change to
3753         Melisma_translator, unify with performer. Accept
3754         ManualMelismaEvent.
3755
3756         * ly/engraver-init.ly: add Font_size_engraver.
3757
3758 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3759
3760         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3761         it hara-kiri.
3762
3763         * input/regression/{many}.ly: improve descriptions trying to figure
3764         out what is tested.
3765
3766 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3767
3768         * lily/slur.cc (broken_trend_offset): robustness fix.
3769
3770         * VERSION: release 2.1.24
3771
3772         * lily/context.cc (find_create_context): go to Score if it exists.
3773
3774         * lily/context-scheme.cc: new file.
3775
3776         * lily/score-translator.cc (get_output): new file.
3777
3778         * lily/include/grob-info.hh: origin_contexts() now does not
3779         include the originating engraver
3780
3781         * lily/translator-group.cc (translator_each): clean up contents,
3782         remove superfluous stubs. Engraver_group_engraver and
3783         Performer_group_performer are the only classes using multiple
3784         inheritance.
3785
3786         * lily/include/score-context.hh (class Score_context): interface
3787         between Score_{engraver,performer} and Global_context.
3788
3789         * lily/include/global-context.hh (Context): change from
3790         global-translator. This is the entry point for contexts; it is not
3791         tweakable using \translator{}. Score is no longer the top context,
3792         but sits underneath Global.
3793
3794         * lily/include/context.hh (class Context): brain surgery: split
3795         out Context functionality from Translator_group. Context is now a
3796         separate type from Translator.
3797
3798 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3799
3800         * lily/include/translator.hh (class Translator): make
3801         get_score_context() and get_global_translator (), and use the one
3802         which is appropriate.
3803
3804         * lily/context.cc: partially put functionality of Translator_group
3805         into Context.
3806
3807         * lily/include/context.hh (Translator): new class: put between
3808         Translator and Translator_group. 
3809
3810         * lily/new-accidental-engraver.cc: remove file.
3811
3812 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3813
3814         * input/regression/{many}.ly: improve descriptions: use complete 
3815         sentences, try to describe what is tested, avoid `we´, do not use 
3816         don't, ... 
3817
3818 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3819
3820         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3821         is at EOL.
3822
3823         * Documentation/user/lilypond.tely: declare the topmost node only
3824         once; removes empty line in @contents.
3825
3826         * Documentation/user/music-glossary.tely: really add Finnish author.
3827         Draw more beatiful `->´ arrow in html: &rarr;
3828
3829 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3830
3831         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3832
3833         * scripts/convert-ly.py (conv): add ly:music-list  change.
3834
3835         * lily/grob.cc: edit doc string.
3836
3837         * scm/define-grob-properties.scm (all-user-grob-properties):
3838         proofreading, editing of doc strings.
3839
3840         * input/regression/tablature-string-tunings.ly: new file.
3841
3842         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3843         listen to stringTunings
3844
3845         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3846         for self-alignment-[XY] code.
3847
3848 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3849
3850         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3851         cond) into function. Cleanup.
3852
3853         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3854
3855         * VERSION (PACKAGE_NAME): 2.1.23 released
3856
3857 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3858
3859         * Documentation/user/{refman,internals}.itely: small fixes.
3860
3861 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3862
3863         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3864         accidentals for harmonic notes
3865
3866         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3867         for harmonic notes.
3868
3869         * scm/document-backend.scm (interface-doc): prune Grob
3870         documentation: don't duplicate interface information.
3871
3872         * lily/*.cc: lots of updates of doc strings.
3873
3874 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3875
3876         * input/test/ac-extra-voice.ly (accompany): remove file.
3877
3878         * input/test/maximum-rest-count.ly: remove file.
3879
3880         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3881         conversion rule for \translator { }. Apply everywhere.  
3882
3883         * lily/parser.yy (music_property_def): set property for \once in
3884         the PropertyMusic itself, not the ContextSpec.
3885         (property_operation): change syntax within \translator { }
3886
3887         * scm/define-music-properties.scm (all-music-properties): clean up.
3888
3889         * lily/auto-beam-engraver.cc (test_moment): use
3890         updated_grob_properties() to retrieve autoBeam settings.
3891
3892         * lily/spacing-spanner.cc: bound shortest_playing_len by
3893         measure_length
3894
3895         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3896         multi-measure events for spacing computation.
3897
3898         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3899         elliptical, to 1.49.
3900
3901         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3902         vertical positioning for polyphony, without RestCollision object.
3903
3904         * lily/note-column.cc (add_head): prevent rests & note heads on
3905         one stem.
3906
3907         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3908         (do_shift): rewrite only-rests case: use common refpoints: the
3909         routine will have sensible results when other rest-translations
3910         have taken place.
3911
3912         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3913         < 0 case. 
3914
3915         * VERSION: 2.1.22 released
3916
3917         * input/GNUmakefile (SUBDIRS): remove ascii-art
3918
3919 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3920
3921         * input/: Convert ly files that still had \property.  Fixes make
3922         web.  Remove exta spaces around '='. 
3923
3924         * scripts/convert-ly.py (conv): Redundant space fixes.
3925
3926         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3927
3928 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3929
3930         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3931         create scalable PS and PDFs  for input/{test,template,regression}.
3932
3933         * lily/context.cc (is_alias): move function.
3934         (is_alias): add Bottom as context alias. 
3935         (find_create_translator): add Bottom as a context alias for creation.
3936
3937         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3938
3939         * lily/parser.yy (music_property_def): new syntax for property
3940         assignments:
3941
3942         \set A.B = #C , \unset A.B
3943         \override A.B #C = #D, \revert A.B #C 
3944
3945         * lily/my-lily-lexer.cc: remove \property
3946
3947 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3948
3949         * Documentation/user/refman.itely: add dots after seealso refs.
3950
3951         * input/template/{many}.ly: harmonise descriptions.
3952
3953         * Documentation/user/music-glossary.itely: add Finnish author.
3954
3955 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3956
3957         * VERSION (PACKAGE_NAME): release 2.1.21
3958
3959 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3960
3961         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3962
3963         * scripts/lilypond-book.py (snippet_res): @include filename must
3964         not be empty.
3965
3966 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3967
3968         * scm/documentation-generate.scm (markup-doc-string): dump
3969         markup-commands.tely
3970
3971         * scm/define-markup-commands.scm (override): new file.
3972         Move documentation from refman into doc-strings. 
3973
3974         * input/test/staff-container.ly: fix example.
3975
3976         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3977         StaffContainer
3978
3979         * lily/grob.cc: remove point_dimension_callback
3980         (Grob): read forced dimensions from X-extent and Y-extent.
3981         (get_paper): remove preset_extent.
3982
3983         * scm/define-grobs.scm (all-grob-descriptions): remove
3984         point_dimension_callback. 
3985
3986         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3987         textscript to head. This makes no-spacing-rods work on
3988         DynamicText.
3989
3990         * lily/chord-name.cc: remove props chord, bass, inversion.
3991
3992         * Documentation/user/appendices.itely: add Scheme functions,
3993         context-properties and layout properties to manual.
3994
3995         * scm/part-combiner.scm (determine-split-list): include rests in a
3996         solo1/2 sequence.
3997
3998         * lily/new-part-combine-iterator.cc (substitute_both): new
3999         function.
4000         (class New_pc_iterator): add separate Voice=solo context, fixes
4001         autobeams going from chords to solo.
4002
4003 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4004
4005         * Documentation/user/invoking.itexi (Editor support): Fix typo.
4006
4007         * Documentation/user/tutorial.itely:
4008         * Documentation/user/refman.itely: Add short note about being part
4009         of lilypond.tely.
4010
4011         * COPYING: Make note more clear with respect to files that are
4012         explicitely licenced otherwise (Documention/user/ comes to mind).
4013
4014         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
4015         comment about barfing of @c,{}.
4016
4017         * Documentation/user/music-glossary.tely: Add list of authors.
4018
4019         * stepmake/stepmake/library-rules.make: Thank Nelson only in
4020         source (was: also in build log).
4021
4022 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4023
4024         * lily/side-position-interface.cc (general_side_position): if
4025         staff-padding is set, then include staff in support too.
4026
4027         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
4028         module workbook
4029
4030         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
4031
4032         * lily/tuplet-engraver.cc: remove tupletInvisible
4033
4034         * scm/define-translator-properties.scm: cleanup, separate in
4035         internal and user props. 
4036
4037         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
4038         LyricsVoice -> Lyrics
4039
4040         * lily/new-part-combine-iterator.cc (process): only print warning
4041         for symbols.
4042
4043 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4044
4045         * scm/part-combiner.scm: Add proper header.
4046
4047         * All but lily/*: The great --2003 --2004 replace; the missing
4048         `bits'.
4049
4050         * TODO: Fix outline mode.  Add book notes.
4051
4052         * ROADMAP: Update.
4053
4054 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4055
4056         * scm/part-combiner.scm (make-autochange-music): use
4057         accumulator. Fixes stack overflow.
4058
4059         * lily/*: rename brew_molecule -> print , molecule-callback ->
4060         print-function
4061
4062         * scm/define-grob-properties.scm: cleanup. Separate into internal
4063         and user properties.
4064
4065         * lily/translator-property.cc (updated_grob_properties): new
4066         function
4067         (execute_pushpop_property): change to new convention:
4068         object property inits are stored as (cons ALIST BASED-ON). This
4069         storage format allows concurrent tweaks in different contexts.
4070
4071 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4072
4073         * TODO: new file.
4074
4075 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4076
4077         * debian/: Late Debian update (sorry Anthony).
4078
4079         * scripts/lilypond-book.py (do_file): Look for input_file in
4080         include path, or ask kpathsea if LATEX.
4081
4082         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
4083         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
4084         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
4085         --header=texidoc.
4086
4087         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
4088         relative.
4089
4090         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
4091         only when filtering, default to input_base otherwise.  Coding
4092         style fixes.
4093
4094 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4095
4096         * lily/include/translator.hh (class Translator): add virtual
4097         qualifier.
4098
4099 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4100
4101         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
4102
4103 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4104
4105         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
4106
4107         * Documentation/user/refman.itely: Run texinfo-all-menus-update
4108         (fixes make web).
4109
4110         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
4111         live in $(out)-www).
4112
4113         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
4114         dependencies.  Add link to .ly source in HTML output.
4115         (Lilypond_snippet.output_html): Handle multiple page picture
4116         output.
4117         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
4118         Make usable for output_texinfo again.
4119
4120         * Documentation/user/GNUmakefile: Add static dependency for
4121         lilypond.tely includes.
4122
4123         * Documentation/user/tutorial.itely: Add some lost `relative'
4124         ly-options.
4125
4126 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4127
4128         * lily/include/translator-group.hh: move Music_output_def member
4129         to Global_translator.
4130
4131         * scripts/lilypond-book.py (do_file):  fix latex output.
4132
4133         * VERSION: release 2.1.20
4134
4135         * scm/part-combiner.scm (determine-split-list): robustness fix 
4136
4137         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
4138
4139         * lily/parser.yy (music_output_def_body): plug memory leak.
4140
4141         * lily/translator-group.cc (add_fresh_group_translator): plug
4142         memory leak: unprotect Translator_group once added.   
4143
4144         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
4145
4146         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
4147         write .dep file.
4148         (Lilypond_snippet.ly): add \renameinput.
4149
4150 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4151
4152         * Documentation/user/refman.itely (Markup command definition): Doc
4153         by Nicolas Sceaux. Rewrite by Han-Wen
4154
4155         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
4156         thing of the line.
4157         (brew_molecule): only remove if hyphen is not at the end of line.
4158         (set_spacing_rods): new function: minimum-length specifies
4159         distance between syllables.
4160
4161         * scm/define-grobs.scm (all-grob-descriptions): add
4162         Hyphen_spanner::set_spacing_rods to LyricHyphen
4163
4164         * input/regression/lyric-hyphen-break.ly: new file.
4165
4166         * input/test/lyric-hyphen-retain.ly: new file.
4167
4168         * lily/new-part-combine-iterator.cc (construct_children):
4169         add Rest direction.
4170
4171 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4172
4173         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
4174
4175         * Documentation/bibliography/engraving.bib (donemus1982):
4176         update entry.
4177
4178 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4179
4180         * scripts/lilypond-book.py (Substring.__init__): new class.
4181         (Snippet.output_texinfo): add texidoc option.
4182         (Include_snippet.replacement_text): new class.
4183         (Lilypond_snippet.__init__): new class
4184         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
4185
4186         * Documentation/user/refman.itely (Sound): 
4187         note about number of channels.
4188
4189         * scm/music-functions.scm (voicify-music): add \context Staff for
4190         << \\ >> polyphony.
4191
4192         * lily/parser.yy (verbose_command_req): \skip now creates
4193         SkipMusic, and does not lead to spurious staves.
4194
4195         * scm/define-music-types.scm (music-descriptions): rename
4196         NonEventSkip to SkipMusic
4197
4198         * input/no-notation/midi-lyric-barcheck.ly: new file.
4199
4200         * input/regression/collision-dots-invert.ly: new file.
4201
4202         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
4203         case.
4204
4205         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
4206         die if melody died too.
4207
4208 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4209
4210         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
4211         with reading from stdin.
4212
4213         * lily/slur-performer.cc (try_music): new file.
4214
4215         * lily/melisma-performer.cc (try_music): new file. Handle
4216         melismata to help lyrics.
4217
4218         * lily/beam-performer.cc (try_music): new file. Handle beam events
4219         to help lyrics.
4220
4221         * lily/score-performer.cc (one_time_step): reinstate
4222         process_music().
4223
4224         * lily/performer.cc (process_music): add to interface.
4225
4226         * lily/performer-group-performer.cc (process_music): new function.
4227
4228         * lily/dot-column.cc (do_shifts): do collision resolution before
4229         dot positioning.
4230
4231         * scripts/lilypond-book.py (Snippet.output_print_filename): new
4232         file, process printfilename option.
4233         (Snippet.__init__): rewrite: do not use global variables h or
4234         index.
4235         (main): really support -I option.
4236         (find_toplevel_snippets): new code.
4237         (find_toplevel_snippets): reinstate old version, without global
4238         variables.
4239
4240         * tex/texinfo.tex: really add file.
4241
4242 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4243
4244         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4245         compatibility.
4246
4247 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4248
4249         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4250
4251         * scm/define-translator-properties.scm (drumPitchTable): add
4252         property.
4253
4254         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4255         function.
4256         (help_summary): docstrings.
4257         (do_file): strip the dir of input_base too.
4258
4259 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4260
4261         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4262
4263         * Documentation/user/lilypond-book.itely: Update.
4264
4265         * make/ly-rules.make: Update lilypond-book commands.
4266
4267         * Documentation/user/GNUmakefile: Update makeinfo commands,
4268         lilypond-book flags.
4269
4270         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4271
4272         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4273
4274         * scripts/filter-lilypond-book.py: Remove.
4275
4276         * Documentation/user/*tely: Update options for new lilypond-book.
4277
4278         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4279         with @macros in @includes.
4280
4281 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4282
4283         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4284         make rest-collision only.
4285
4286         * lily/break-substitution.cc (substitute_one_mutable_property):
4287         clear all-elements using scm_assq_remove_x(). 
4288
4289         * lily/rest-collision.cc (do_shift): shift single rests
4290
4291         * flower/include/array.hh (class Array): rename to is_empty ()
4292
4293         * lily/drum-note-performer.cc: new file: perform drum notes.
4294
4295         * VERSION (PACKAGE_NAME): release 2.1.19.
4296
4297 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4298
4299         * scripts/filter-lilypond-book.py
4300         (classic_lilypond_book_compatibility): New function.
4301
4302 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4303
4304         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4305
4306         * Grand 2003 -> 2004 search replace. 
4307
4308         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4309         (i.e. < > )
4310
4311         * ly/performer-init.ly: add DrumStaff
4312
4313         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4314         lyric-interface; this prevents lines with only extender lines from
4315         being junked.
4316
4317         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4318
4319         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4320         extenders right, for once and for all (hopefully).
4321
4322         * lily/break-substitution.cc (substitute_one_mutable_property):
4323         clear old 'all-elements for System grobs.
4324
4325         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4326         that associatedVoiceContext is always assigned when music & lyrics
4327         are found. 
4328
4329         * ly/engraver-init.ly: remove Lyrics context.
4330         (TabVoice): add noteheads engraver
4331
4332         * input/test/improv.ly: update: do not use Thread switching. 
4333
4334         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4335         squashedPosition is a number  
4336
4337         * Documentation/user/refman.itely (Automatic note splitting):
4338         remove Thread references.
4339
4340         * input/no-notation/pc-direction.ly: remove file.
4341
4342         * ly/engraver-init.ly: remove Thread
4343
4344         * input/regression/tie-chord-partial.ly: remove file.
4345
4346         * scripts/convert-ly.py (conv): \harmonic rule
4347
4348         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4349         notation for harmonic notes: <c' g''\harmonic>
4350
4351         * lily/lily-guile.cc (alist_to_hashq): new function
4352
4353         * scm/lily.scm (alist->hash-table): new function.
4354
4355         * Documentation/user/refman.itely (Percussion staves): update doco.
4356
4357         * input/regression/drums.ly (timb): updates
4358
4359         * lily/note-performer.cc (create_audio_elements): robustness fix.
4360
4361         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4362
4363 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4364
4365         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4366         discard valid matches.
4367
4368 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4369
4370         * lily/drum-note-engraver.cc: new file.
4371
4372         * ly/drumpitch-init.ly: move drum definitions
4373
4374         * scm/drums.scm: remove file.
4375
4376         * lily/*.cc: remove abort-event everywhere.
4377
4378         * lily/note-heads-engraver.cc (process_music): robustification.
4379
4380         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4381         robustification.
4382
4383         * lily/parser.yy (simple_element): add \drums mode.
4384         (simple_element): remove \pitchnames , \chordmodifiers. Use
4385         variables to store this. 
4386
4387         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4388         outside \notes.
4389
4390         * VERSION: release 2.1.18.
4391
4392         * input/test: remove octave-duplicate.ly
4393
4394 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4395
4396         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4397
4398 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4399
4400         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4401         constructor from Music_iterator. Changes throughout.
4402
4403         * lily/include/music-iterator.hh (class Music_iterator): remove
4404         Music_iterator::skip and Music_iterator::get_pending_events from
4405         interface. Rename report_to -> get_outlet 
4406
4407         * lily/auto-change-iterator.cc: move contents from
4408         new-auto-change-iterator.cc from
4409
4410         * scm/part-combiner.scm: determine split-list from Scheme. 
4411
4412         * lily/new-auto-change-iterator.cc (process): new file.
4413
4414         * lily/parser.yy (part_combined_music): remove old PC cruft.
4415
4416         * ly/engraver-init.ly: remove old
4417         PC cruft.
4418
4419         * Documentation/user/refman.itely (The Lyrics context): note about
4420         extender lines.
4421
4422         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4423         to allow 0-length mmrest events.
4424
4425         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4426
4427         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4428
4429         * lily/spacing-engraver.cc (finalize): robustifications.
4430
4431         * input/regression/new-part-combine-solo-global.ly: new file.
4432
4433         * scm/part-combiner.scm: rewrite.
4434
4435 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4436
4437         * Documentation/user/refman.itely, input/puer-fragment.ly,
4438         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4439         updated for proper use of lyricsto; replaced "(" and ")" ->
4440         "\melisma" and "\melismaEnd"
4441
4442         * input/test/ancient-font.ly: small updates to reduce compile
4443         warnings (TODO: junk this file)
4444
4445         * input/test/gregorian-scripts.ly: added comment about bug
4446
4447         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4448         tiny robustness fix
4449
4450         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4451         recent changes in the feta code); temporarily mapped mensural g
4452         clef to a copy of petrucci g clef until mensural g clef will have
4453         been rewritten
4454
4455         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4456         between mensural and neo-mensural heads (this broke quite a while
4457         ago)
4458
4459         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4460
4461 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4462
4463         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4464         indication.  Fixes for verbatim, multi line comments.
4465
4466 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4467
4468         * input/regression/new-part-combine-solo.ly: more cases.
4469
4470         * lily/slur.cc (height): robustness fix.
4471
4472         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4473
4474         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4475         stemUp/stemDown.
4476
4477         * scm/music-functions.scm (determine-split-list): further analysis.
4478
4479         * lily/script-engraver.cc (try_music): discard duplicate
4480         articulations.
4481
4482         * input/regression/new-part-combine-solo.ly: new file
4483
4484         * input/regression/new-part-combine-a2.ly: new file.
4485
4486         * ly/performer-init.ly: add Devnull
4487
4488         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4489         for \musicglyph #"accidental-*"
4490         (conv): \newpartcombine rule.
4491
4492 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4493
4494         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4495
4496 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4497
4498         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4499         textwidth, --output.
4500
4501 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4502
4503         * scm/new-markup.scm (doubleflat): add accidental markups.
4504
4505         * VERSION: release 2.1.17
4506
4507         * Documentation/user/refman.itely (Automatic part combining):
4508         revise documentation of the part-combiner.
4509
4510         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4511
4512         * input/test/part-combine-{moment,staff}.ly: remove file.
4513
4514         * input/regression/pc-mmrest.ly (two): remove file.
4515
4516         * scm/define-music-types.scm (music-descriptions): add
4517         Solo{One,Two}Event and UnisonoEvent
4518
4519         * lily/new-part-combine-iterator.cc (unisono): add state_
4520         variable, signal changes with part-combine-event.
4521
4522         * input/regression/new-part-combine-text.ly: new file.
4523
4524         * lily/part-combine-engraver.cc: new file.
4525
4526 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4527
4528         * scripts/filter-lilypond-book.py: Handle snippet options.
4529
4530 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4531
4532         * scm/music-functions.scm (determine-split-list): detect solo1/2
4533         and unisono.
4534
4535         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4536         revert fix, document why.
4537
4538         * lily/tie-performer.cc (process_music): new function. Set melisma
4539         property.
4540
4541         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4542         always smaller than bracket size.
4543         (make_bracket): oops. Size of the gap was off by factor 2
4544
4545         * input/test/text-rotate.ly: new file.
4546
4547         * scm/new-markup.scm (markup): a macro that provides a
4548         LilyPond-like syntax in scheme for building markups, in order to
4549         help markup command definition. (Nicolas Sceaux)
4550
4551         * input/test/lyrics-skip-notes.ly: new example.
4552
4553         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4554
4555         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4556         use is_alias() iso. == . This fixes lyrics on
4557         GregorianTranscriptions. 
4558
4559 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4560
4561         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4562         \thispagestyle{lastpage} to avoid that it's printed on the second
4563         last page when there's only a single score line on the last page.
4564         (The page breaking mechanism in TeX played some ugly tricks to us.)
4565
4566 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4567
4568         * scripts/filter-lilypond-book.py: Further development.
4569
4570         * input/regression/collision-dots-move.ly: New test.
4571
4572         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4573         hand side note head of non-merged collision to the right.
4574
4575         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4576         Construct children before accessing property from emtpy
4577         lyrics_context_.
4578         (construct_children): Find thread before finding LyricsVoice.
4579         Create LyricsVoice one if none found, fixes crash (thanks Erik
4580         Sandberg).
4581
4582 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4583
4584         * cygwin/: Forward port.
4585
4586 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4587
4588         * buildscripts/install-info-html.sh: Use Bash.
4589
4590         * cygwin/mknetrel: Patch from Bert.
4591
4592 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4593
4594         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4595
4596         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4597         try to copy *png, index.html (Bertalan Fodor).
4598
4599         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4600
4601 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4602
4603         * lily/note-collision.cc (check_meshing_chords): Do not remove
4604         dots (from down head) when merging similar heads (thanks Matthias
4605         Kilian).  Simplify merge_possible tests and other cleanups
4606
4607         * input/regression/collision-merge-differently-dotted.ly: Add test
4608         for disappearing dots on similar heads for both voices.
4609
4610 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4611
4612         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4613         that tagline overrides copyright for single page scores. Correct
4614         the default tagline value.
4615
4616 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4617
4618         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4619
4620 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4621
4622         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4623         TEXMF if it's previously unset.
4624
4625 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4626
4627         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4628
4629         * input/test/trills.ly: fix the unfolding of lineprall.
4630
4631         * input/test/figured-bass-alternative.ly: fix accidental.
4632
4633 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4634
4635         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4636
4637         * input/no-notation/dos-guile.ly: 
4638         * input/no-notation/dos-ps.ly: 
4639         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4640
4641         * input/no-notation/safe-include.ly:
4642         * input/no-notation/safe-guile.ly:
4643         * input/no-notation/safe-ps.ly: 
4644         * input/no-notation/safe-tex.ly: New file.
4645
4646         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4647         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4648         options now.
4649         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4650         When in --safe-mode, set environment openout_any=p[aranoid].
4651
4652         * tex/ltest.tex: 
4653         * tex/lilyponddefs.tex: Add \nofiles.
4654
4655         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4656         options.
4657
4658         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4659         This allows building the user manual using a binary installation
4660         and a matching unpacked source tree.
4661
4662         * scm/lily.scm (safe-module): New variable. 
4663
4664         * lily/includable-lexer.cc (new_input): Fix error messages.
4665
4666         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4667         If SAFE, evaluate in safe-module.  Change callers.
4668
4669         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4670
4671         * lily/lexer.ll (embedded_scm): While processing main-input,
4672         invoke ly_parse_scm with safe mode if running in safe-mode.
4673         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4674         in init.ly for safe-mode.
4675
4676 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4677
4678         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4679         compatibility with old versions of geometry.sty (compat2
4680         already implied includehead).
4681         Change the page layout slightly so bottom + footskip = top +
4682         headheight + headsep = 16mm, the remaining paperheight-32mm
4683         are used for the music. Increase footskip to 5mm, so the top of
4684         the footer text doesn't touch the music.
4685
4686 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4687
4688         * VERSION: release 2.1.16
4689
4690         * scm/music-functions.scm (determine-split-list): bugfix: only use
4691         new-active for both voices if both indexes advance. This fixes the
4692         biggest outstanding problem with new-pc. 
4693
4694         * lily/new-part-combine-iterator.cc (construct_children): set more
4695         directions.
4696
4697 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4698
4699         * scripts/convert-ly.py (conv): add instrument rule.
4700
4701         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4702
4703         * lily/side-position-interface.cc: remove add_staff_support ()
4704         Change all callers to use staff-padding.
4705
4706         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4707         make_spanner().
4708
4709         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4710
4711         * lily/text-engraver.cc: remove scriptHorizontal property.
4712
4713         * lily/beam.cc (least_squares): also set least-squares-dy for
4714         special case of slanted 2-stem beam to center.
4715
4716         * lily/side-position-interface.cc (out_of_staff): move contents of
4717         out_of_staff into aligned_side.
4718         remove out_of_staff().
4719
4720         * input/regression/measure-grouping.ly: fix warning.
4721
4722         * lily/side-position-interface.cc: add staff-padding support to
4723         Side_position_interface::aligned_side.
4724
4725         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4726         one get_property too many.
4727
4728         * flower/include/drul-array.hh (linear_combination): new function
4729         (scale_drul): new function
4730
4731         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4732         operations on empty intervals are silly.
4733
4734 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4735
4736         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4737         (iso gh_scm2int), fixes crash in new part-combiner.
4738
4739         * configure.in: Up mftrace to 1.0.27.
4740
4741 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4742
4743         * VERSION: release 2.1.15
4744
4745         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4746         align all stanza numbers.
4747
4748 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4749
4750         * Documentation/user/{introduction.itely,refman.itely,
4751         converters.itely}: fix some text inside parentheses; text should
4752         be readable (even) if parentheses are either replaced with commas 
4753         or dropped out.
4754
4755 2004-01-25  Werner Lemberg  <wl@gnu.org>
4756
4757         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4758         input/test/vaticana.ly, input/test/ancient-font.ly,
4759         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4760         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4761         ly/params-as-init.ly, scm/define-grobs.scm,
4762         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4763
4764         * ly/params-as-init.ly: Removed.  Obsolete.
4765         * buildscripts/lilypond.words.py: Updated.
4766
4767 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4768
4769         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4770
4771         * mf/feta-din{4,5,7,9}.mf: remove.
4772
4773         * lily/engraver.cc (internal_make_item): centralize item/spanner
4774         factory.
4775
4776         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4777         do correct chord conversion for ^"sim."  (backportme)
4778         (FatalConversionError.sub_articulations): substitute ^"foo" in
4779         chords too. (backportme)
4780
4781         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4782         for Fingering.
4783
4784         * lily/side-position-interface.cc (out_of_staff): don't do
4785         anything if staff-padding not defined. 
4786
4787         * mf/feta-params.mf (stafflines): introduce linethickness as
4788         general blackness of the font.
4789
4790         * lily/stem.cc (position_noteheads): rounding error robustness.
4791
4792         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4793         from beam-collision.ly 
4794
4795         * lily/beam.cc (rest_collision_callback): remove direction.
4796
4797         * scm/define-grobs.scm (all-grob-descriptions): remove
4798         enclose-bounds in OttavaBracket and PianoPedalBracket
4799
4800         * scm/new-markup.scm (def-markup-command) new macro, which takes
4801         care of defining the COMMAND-markup and make-COMMAND-markup
4802         procedures, setting markup-signature and keyword-signature object
4803         properties, and pushing the markup command in
4804         markup-function-list.
4805
4806         All markup commands are defined thanks to it.  Users may also use
4807         it to define their own markup commands. (Nicolas Sceaux)
4808
4809         * scm/new-markup.scm: Scheme style clean-up: there should be no
4810         parenthesis alone on a line; LET* should not be used where LET is
4811         enough. (Nicolas Sceaux)
4812
4813 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4814
4815         * scripts/filter-lilypond-book.py: Add script.
4816
4817 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4818
4819         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4820
4821 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4822
4823         * Documentation/user/refman.itely (Fingering instructions): add
4824         single note chords. 
4825
4826         * lily/multi-measure-rest-engraver.cc: use a single
4827         MultiMeasureEvent for mm rests. This prevents problems with the
4828         new part combiner.
4829
4830         * scm/music-functions.scm (determine-split-list): analysis has
4831         global effect: a difference halfway a phrase makes the entire
4832         phrase be typeset as apart.
4833         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4834
4835 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4836
4837         * ly/performer-init.ly: add Devnull.
4838
4839         * Documentation/user/refman.itely (Font selection): remove paper20
4840         ref.
4841
4842 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4843
4844         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4845
4846 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4847
4848         * scm/music-functions.scm (determine-split-list): bugfixes.
4849
4850         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4851
4852         * input/test/scales-greek.ly: use C as base, results in different
4853         alterations at the clef.
4854
4855         * input/regression/pedal-ped.ly: new file.
4856
4857         * input/regression/pedal-bracket.ly: new file.
4858
4859         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4860         replace after_line_breaking()
4861
4862         * lily/line-interface.cc (line): read thickness.
4863         (line): dash-fraction = 0 always for dotted-line style.
4864
4865         * input/test/staff-lines.ly (lower): bugfix.
4866
4867         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4868         \accepts Devnull into Score.
4869
4870         * scm/lily.scm: remove bla.scm load.
4871
4872 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4873
4874         * VERSION: release 2.1.14
4875
4876         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4877
4878         * lily/side-position-interface.cc (general_side_position): add
4879         Staff_symbol_referencer::staff_space ().
4880
4881         * lily/include/context-def.hh: rename from translator-def.hh
4882
4883 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4884
4885         * input/template/piano-dynamics.ly (pedal): Updated definition of
4886         Dynamics such that \cresc works, for example.
4887
4888 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4889
4890         * lily/stem.cc (calc_stem_info): use
4891         Staff_symbol_referencer::staff_space
4892
4893         * lily/beam-quanting.cc (quanting): scale Stem_info 
4894
4895         * lily/beam.cc (rest_collision_callback): use minimum-distance
4896         property for rest/beam collisions.
4897         (rest_collision_callback): bugfixes.
4898
4899         * lily/system.cc (post_processing): extra-offset is now relative
4900         to the size of the current staff.
4901
4902         * scm/music-functions.scm (notice-the-events-for-pc): record all
4903         voices, only analyze "one" and "two".
4904
4905         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4906         not parent. 
4907
4908         * lily/new-part-combine-iterator.cc (construct_children): create
4909         Devnull from Voice context
4910
4911         * scm/music-functions.scm (determine-split-list): bugfixes.
4912
4913         * lily/lily-guile.cc (robust_scm2int): new function
4914
4915         * lily/staff-symbol-referencer.cc (line_thickness): new
4916         function. Use throughout.
4917
4918         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4919         in its own context.  Add to preset font-size.
4920
4921         * lily/stem.cc (thickness): new function.
4922
4923         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4924         compute thickness from ledger-line-thickness.
4925
4926         * lily/note-head.cc (brew_ledger_lines): use
4927         Staff_symbol::get_ledger_line_thickness ().
4928
4929         * lily/beam.cc (rest_collision_callback): use
4930         Staff_symbol_referencer::staff_space().
4931
4932         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4933         Mus1 Mus2
4934
4935         * lily/include/translator.hh (class Translator): add accepts_list_
4936         so  \with { \denies / \accepts } also works.
4937
4938         * scm/music-functions.scm (determine-split-list): determine split
4939         list from music events.
4940
4941         * lily/new-part-combine-iterator.cc: more states.
4942
4943         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4944
4945 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4946
4947         * lily/system.cc (set_loose_columns): use the right prebroken cols
4948         for interpolating loose column position.
4949
4950         * lily/text-spanner.cc (brew_molecule): default to no vertical
4951         lines.
4952
4953         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4954         take space.
4955
4956         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4957
4958 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4959
4960         * scripts/convert-ly.py: Do not test filename when processing
4961         stdin.
4962
4963         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4964
4965 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4966
4967         * lily/axis-group-engraver.cc (finalize): extra check; if
4968         process_music () is never called, then staffline_ == 0.
4969
4970         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4971         check run_always ().
4972
4973         * VERSION: release 2.1.13
4974
4975         * input/regression/note-head-style.ly (pattern): cleanup.
4976
4977         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4978         downloading.
4979
4980         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4981         kludge rehearsalmark placement.
4982
4983         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4984         , ly:spanner?
4985
4986         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4987         close to note head for accidentals.
4988
4989         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4990         tuplet direction.
4991
4992         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4993
4994 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4995
4996         * lily/include/music-iterator.hh (class Music_iterator): add
4997         substitute_outlet() to iterator API.
4998
4999         * lily/new-part-combine-iterator.cc (construct_children):
5000         New_pc_iterator: new class, better part combining.
5001
5002         * lily/tie-column.cc (werner_directions): new function
5003
5004         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
5005
5006         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
5007         empty objects group spanner as parent
5008
5009         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
5010         slope against graphical slope.
5011
5012         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
5013         for ottava bracket.
5014
5015         * lily/side-position-interface.cc (general_side_position):
5016         opps. reinstate *dir.
5017
5018         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
5019         parser run.
5020
5021         * lily/tuplet-bracket.cc: remove calc_dy ().
5022
5023         * Documentation/user/refman.itely (Balloon help): document balloon
5024         help
5025
5026 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5027
5028         * scm/document-backend.scm (check-dangling-properties): Grob
5029         properties are defined define-grob-properties.scm.
5030
5031 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5032
5033         * VERSION: release 2.1.12
5034
5035         * scm/define-grobs.scm (all-grob-descriptions): larger font for
5036         ChordName
5037
5038         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
5039         relation to surroundings.
5040
5041         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
5042         Y-extent to the note-extents: stay clear of the staff.
5043
5044 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5045
5046         * Documentation/user/GNUmakefile
5047         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
5048         iso. copy.
5049
5050         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
5051
5052         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
5053
5054         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
5055
5056         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
5057
5058         * lily/line-interface.cc (line): remove thickness from calling interface.
5059
5060         * lily/hairpin.cc: use Line_interface
5061
5062         * lily/line-interface.cc: new file. Line_interface for everything
5063         with dotted/dashed lines.
5064
5065
5066         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
5067
5068         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
5069         for constructing ottava brackets.
5070
5071         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
5072         the note heads.
5073
5074         * Documentation/user/internals.itely (Engravers and performers):
5075         fix broken link.
5076
5077         * scm/music-functions.scm (make-mark-set): new function.
5078
5079         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
5080         functionally identical to beam.
5081
5082         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
5083         () with beam (). 
5084
5085         * Documentation/user/refman.itely (Rehearsal marks): document new
5086         functionality.
5087
5088         * input/regression/rehearsal-mark-number.ly: new file.
5089
5090         * input/regression/rehearsal-mark-letter.ly: new file.
5091
5092         * scm/translation-functions.scm (number->mark-string): new function
5093         (format-mark-letters): new function
5094         (format-mark-numbers): new function
5095
5096         * lily/mark-engraver.cc (process_music): rehearsalMark is now
5097         integer; formatting is done through markFormatter property.
5098
5099         * scm/define-translator-properties.scm: fold all *-done properties
5100         into positioning-done.
5101
5102         * lily/beam.cc (position_beam): new function
5103         (brew_molecule): make sure that positions are calced before making
5104         the molecule.
5105
5106         * scm/output*.scm (beam):  take 4th argument for function.
5107
5108         * ps/music-drawing-routines.ps: take blot as 4th argument.
5109
5110         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
5111         stem to avoid small dents.
5112
5113 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5114
5115         * VERSION: release 2.1.11
5116
5117         * input/regression/balloon.ly: new file.
5118
5119         * lily/balloon.cc (brew_molecule): new file: draw boxes around
5120         objects, and make help texts. 
5121
5122         * scm/new-markup.scm (parse-simple-duration): parse duration
5123         string to log & dots. (Thanks Nicolas!)
5124
5125         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
5126         rule.
5127
5128 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
5129
5130         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
5131         Lemberg).
5132
5133         * THANKS: alphabetic order.
5134
5135 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5136
5137         * input/regression/note-head-harmonic.ly: new file.
5138
5139         * Documentation/user/internals.itely (Technical manual): explain
5140         difference between music, translation, layout.
5141
5142         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
5143
5144         * scm/output-ascii-script.scm (bracket): rounding bfs.
5145
5146         * scripts/convert-ly.py (conv): add \include "paper" rule. 
5147
5148         * ly/paper*.ly: remove files. 
5149
5150         * scm/paper.scm (set-staff-size): new function: set default
5151         staff-size.
5152
5153         * scripts/convert-ly.py (conv): add conversion rule.
5154
5155         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
5156         function.
5157
5158         * scm/paper.scm: new file.
5159         (set-staff-size): new function 
5160         (set-paper-size): new function
5161
5162         * lily/parser.yy (music_output_def_body): restructure definition,
5163         so first Scheme statement in \paper also happens in new scope. 
5164
5165         * lily/system.cc (post_processing): move uniquify_list () to
5166         dumping molecule stage.
5167
5168         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
5169         this will mess up scores that use barchecks to shorten measures.
5170
5171         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
5172         at 20pt too.
5173
5174         * Documentation/user/tutorial.itely (Printing lyrics): document
5175         \lyricsto
5176
5177         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
5178
5179         * Documentation/user/refman.itely (Fermatas): document \lyricsto
5180
5181         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
5182         if Voice is not found.
5183
5184         * VERSION: release 2.1.10
5185
5186         * input/{test,regression}/: remove old-relative 
5187
5188         * lily/lexer.ll: add empty markup signature. 
5189
5190         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
5191         strut markup
5192
5193         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
5194
5195         * scm/define-translator-properties.scm: update melismata property
5196         doco.
5197
5198         * lily/system.cc (output_lines): revert uniquify_list() patch,
5199         strange side effects seen.
5200
5201         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
5202         dash-period < 0.
5203
5204         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
5205         for flute. 
5206
5207 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5208
5209         * input/regression/*.ly: use newaddlyrics iso. addlyrics
5210
5211         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
5212
5213         * lily/lyric-extender.cc (brew_molecule): behave decently in case
5214         of line breaks.
5215         (brew_molecule): add padding to left, not right.
5216
5217         * lily/system.cc (uniquify_list): new function
5218         (output_lines): uniquify_list () on all-elements. This fixes
5219         double symbols in the output.
5220
5221         * lily/beam.cc (rest_collision_callback): don't move anything if
5222         staff-position is set.
5223
5224         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
5225
5226         * lily/system.cc (typeset_grob): warn if adding twice.
5227
5228         * lily/sequential-iterator.cc (run_always): implement run_always().
5229         (also in other files.)
5230
5231         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
5232
5233         * lily/event.cc (to_relative_octave): add octave-check.
5234
5235         * Documentation/user/refman.itely (Line breaking): add noBreak.
5236
5237         * scm/new-markup.scm (normalsize-markup): add function.
5238         (sans-markup): new function.
5239
5240         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
5241         come earlier nowadays.  This fixes beams on grace notes.
5242
5243         * scm/music-functions.scm (direction-polyphonic-grobs): new
5244         variable, share between override and revert. This fixes script
5245         directions in polyphonic sections. (backportme)
5246
5247 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5248
5249         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5250         breakpoints.
5251
5252         * lily/break-align-interface.cc: add doco
5253
5254         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5255
5256 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5257
5258         * VERSION: release 2.1.9
5259
5260         * scm/document-markup.scm (markup-doc-node): add note about naming.
5261
5262         * scm/new-markup.scm (left-align-markup): bugfix. 
5263
5264         * Documentation/user/refman.itely (Ottava brackets): more doco for
5265         ottava.
5266
5267         * lily/side-position-interface.cc (out_of_staff): also do
5268         out_of_staff() correctly for d == DOWN.
5269
5270         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5271         horizontal line if they move to the right.
5272
5273         * scm/define-grobs.scm (all-grob-descriptions): set
5274         text-repeat-if-broken for ottava spanner
5275
5276         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5277         property.
5278
5279         * mf/feta18.mf: design size is 18 not 22.5
5280
5281         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5282         Add a single LyricsVoice to a melody. Melismata may be set
5283         individually.
5284
5285         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5286
5287         * lily/dot-column.cc: add stdio.h
5288
5289 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5290
5291         * lily/item.cc: documentation for break-visibility (Thanks, John).
5292
5293 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5294
5295         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5296
5297         * lily/translator-def.cc: rename Translator_def to Context_def.
5298
5299         * Documentation/user/internals.itely (Lexical details): clarify
5300         string def.
5301
5302         * Documentation/user/refman.itely (Rhythmic music): add link to
5303         RhythmicStaff 
5304
5305 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5306
5307         * lily/translator.cc: document start_translation_timestep()
5308
5309         * scm/output-tex.scm (tex-encoded-fontswitch): use
5310         round for rounding (inexact->exact yields rationals)
5311
5312         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5313
5314         * lily/translator-group.cc (get_simple_trans_list): 
5315         new function; construct simple_trans_list_ lazily.
5316
5317 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5318
5319         * lily/paper-outputter.cc (output_scope): Check if number before
5320         checking exact (guile cvs).
5321
5322         * scm/*: Escape backslashes in scheme strings (guile cvs).
5323
5324 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5325
5326         * Documentation/user/refman.itely (Tablatures basic): annotate
5327         seealso sections.
5328
5329         * lily/*.cc: cleanup of engraver initialize() functions.
5330
5331         * lily/repeat-acknowledge-engraver.cc
5332         (start_translation_timestep): remove first_b_
5333
5334         * lily/tab-note-heads-engraver.cc: listen to string number events
5335         inside < > too. (backportme).
5336
5337         * Documentation/user/refman.itely (Text scripts): add fatText to
5338         index.
5339
5340 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5341
5342         * VERSION: 2.1.8
5343
5344         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5345         footer.
5346
5347         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5348
5349         * lily/bar-check-iterator.cc (process): only warn if
5350         barCheckLastFail was changed.
5351
5352         * scm/define-translator-properties.scm (barCheckLastFail): add
5353         property.
5354
5355         * lily/main.cc (main_prog): print summary of failed files.
5356
5357         * lily/axis-group-engraver.cc: move all spanner creation to
5358         process_music (). Now staffs can be adjusted with \override too.
5359         (Jan, you are a brilliant programmer!)
5360
5361         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5362
5363 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5364
5365         * Documentation/user/tutorial.itely (Integrating text and music):
5366         Show the commands to produce a PDF as well.
5367
5368 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5369
5370         * lily/translator-def.cc (get_translator_names): accept user
5371         tweaks too. 
5372
5373         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5374         as big as normal heads. 
5375
5376         * input/*ly: run convert-ly
5377
5378         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5379         () if dependencies are fluked.
5380
5381         * scm/document-translation.scm (engraver-doc-string): update on
5382         latest string/symbol conventions.
5383
5384         * lily/translator-ctors.cc: use Scheme_hash_table.
5385
5386         * lily/translator-def.cc (get_translator_names): new function
5387         (add_context_mod): new function
5388         (get_accepted): new function
5389
5390         * lily/parser.yy (context_mod): put all modifications of
5391         \translator { } in a single production, encode as SCM.
5392
5393         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5394         to use read-only lists, so additions to the definition can be
5395         prepended easily.  
5396
5397         * Documentation/user/invoking.itexi (Editor support): add node on
5398         editor support.
5399
5400         * Documentation/user/refman.itely (Bar check): add lyrics example
5401         of bar checks. 
5402
5403         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5404
5405         * scripts/convert-ly.py (conv): add conversion rule.
5406
5407         * lily/parser.yy: use \change iso. \translator for staff switch.
5408
5409         * lily/my-lily-lexer.cc: add \change.
5410
5411         * scm/define-translator-properties.scm
5412         (default-melisma-properties): add definition.
5413
5414 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5415
5416         * Documentation/user/refman.itely (Bar lines): clarification of
5417         systemStartDelimiter. 
5418
5419         * input/test/slur-shape.ly (x): remove file.
5420
5421         * lily/translator-group.cc (apply_property_operations): new function.
5422
5423 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5424
5425         * lily/parser.yy (optional_prop_ops): allow \with {
5426         PROPERTYSETTINGS } following \context or \new.
5427
5428         * lily/my-lily-lexer.cc: add \with.
5429
5430         * lily/parser.yy (property_operation): clean up definition of
5431         property operations.
5432         (property_op_to_music): new function.
5433         (context_spec_music): new function
5434
5435         * VERSION: 2.1.7 released.
5436
5437         * input/regression/collision-merge-dots.ly: new file.
5438
5439         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5440         then kill the dots too. 
5441
5442         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5443         set/unset breakableSeparationItem
5444
5445         * lily/separation-item.cc (relative_width): add function.
5446
5447         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5448         only-prebreak-interface
5449
5450         * lily/system.cc (output_lines): only junk only-prebreak-interface
5451         grobs.
5452
5453         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5454         read breakableSeparationItem
5455
5456         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5457
5458         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5459
5460         * lily/dot-column.cc (dot_config_badness): new function:
5461         select the best scoring dot configuration: dots should go close to
5462         the note heads, but be shifted up or down according to conventions.
5463         (print_dot_configuration): idem.
5464         (shift_one): idem
5465         (remove_collision): idem.
5466
5467         * input/regression/dots.ly: add more test cases.
5468
5469 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5470
5471         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5472
5473         * flower/include/interval.hh: rename elem_b to contains 
5474
5475         * lily/tie.cc: change 'heads to 'head-pair.
5476
5477         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5478         fill in 'heads field.
5479
5480         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5481         minimum-length for short ones, and shorten so collisions with the
5482         next syllable are avoided.
5483
5484         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5485         near-zero slopes.
5486         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5487
5488         * lily/dots.cc: remove quantized_position callback. All Y
5489         positioning is done by dot-column.cc
5490
5491         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5492         exhaustive test of all dot positions. This fixes disappearing dots
5493         in dotted chords.
5494
5495 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5496
5497         * mf/feta-klef.mf (test_staff): fatten up G clef
5498         (test_staff): fatten up f clef.
5499
5500
5501 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5502
5503         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5504         * input/les-nereides.ly: Use latin1 characters for title, like
5505         Morgenlied.
5506
5507 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5508
5509         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5510         cmb10).
5511
5512         * lily/lyric-extender.cc (brew_molecule): add little space before
5513         extender line.
5514
5515         * lily/beam-quanting.cc (score_forbidden_quants): check if
5516         outer stafflines fall in any beam gaps.
5517
5518         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5519         for lyric texts.
5520
5521 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5522
5523         * VERSION: 2.1.6 released.
5524
5525         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5526         this shows the demerits of a user-defined beam position pair.
5527
5528         * scm/define-grobs.scm (all-grob-descriptions): set
5529         beamed-extreme-minimum-free-lengths to a different value.
5530
5531         * lily/scm-option.cc: add debug-beam scm-option
5532
5533         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5534
5535 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5536
5537         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5538
5539         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5540         space after barline.
5541
5542         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5543
5544         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5545         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5546         the other case, take standard column-breakable spacing. Do not
5547         warn about "no spacing wishes".
5548
5549         This fixes wide spaces after barlines in very loose lines.
5550
5551         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5552
5553 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5554
5555         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5556         acknowledge_grob lyric-syllable, not lyric-text.
5557
5558         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5559         dashes of length #'length separated by #'dash-period. 
5560
5561         * lily/lyric-extender.cc (brew_molecule): idem
5562
5563         * lily/multi-measure-rest.cc (big_rest): idem
5564
5565         * lily/system-start-delimiter.cc (simple_bar): idem
5566
5567         * lily/bar-line.cc (simple_barline): use rounded box
5568
5569         * VERSION: release 2.1.5
5570
5571         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5572         music): move note about dvips to more visible place.
5573
5574         * lily/lyric-phrasing-engraver.cc: move from
5575         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5576         lyric-phrasing-engraver.hh)
5577
5578         * lyric-align.ly: remove file
5579
5580         * scripts/convert-ly.py (FatalConversionError.func): add removal
5581         rule for automaticMelismata
5582
5583         * ly/engraver-init.ly (ScoreContext): switch on
5584         New_phrasing_engraver by default.
5585
5586         * lily/slur-engraver.cc (class Slur_engraver):
5587         process_acknowledged_grobs -> process_music.
5588         (try_music): signal melismata correctly.
5589
5590         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5591         word-space, right-trim-amount, and extend past right bound only
5592         for note heads.
5593
5594         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5595         lyric-extender support: add note-heads to the extender
5596         automatically.
5597
5598         * lily/parser.yy: extender is now post_event. 
5599
5600         * lily/accidental-engraver.cc (number_accidentals): remove
5601         spurious warning about non-parent contexts.
5602
5603         * lily/music-output-def.cc (assign_translator): \translator { }
5604         for a Foo context implicitly redefines \FooContext.
5605
5606         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5607         fixes.
5608
5609         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5610         doubly in slur weight. 
5611
5612         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5613         combination.
5614
5615         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5616         staffbar distance.
5617
5618         * scripts/lilypond.py (global_latex_preamble): crank down size of
5619         the margins. Now there is a 12 mm top and bottom margin, which
5620         should correspond with the printable area of modern printers.
5621
5622         This enlarges the music height of the printable page a little.
5623
5624         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5625         signs. Use \markup instead.
5626         (accreg_pen): tweak for accordeon asterisk.
5627
5628 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5629
5630         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5631
5632         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5633
5634         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5635
5636         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5637
5638         * scm/define-grobs.scm (all-grob-descriptions): change
5639         StanzaNumber description: make side support, i.s.o. breakable.
5640         use Instrument_name_engraver for texts in the margin.
5641
5642         * scm/define-translator-properties.scm: remove
5643         melismaEngraverBusy, stz property.
5644
5645         * *.cc: naming: change empty_b () into is_empty ()
5646
5647         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5648
5649         * input/regression/lyric-phrasing-new.ly: new file.
5650
5651         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5652         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5653         melismata are now left-aligned.
5654
5655 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5656
5657         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5658
5659         * mf/feta19.mf: remove.
5660
5661         * mf/feta-klef.mf (test_staff): more tweaks
5662
5663         * mf/feta-toevallig.mf: more small size tweaks.
5664
5665         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5666         rests for smaller sizes.
5667
5668         * mf/feta-bolletjes.mf: fix cross heads.
5669
5670         * VERSION: release 2.1.4
5671
5672         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5673         deprecated #'ancient font family
5674
5675         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5676         it is a string or number.
5677
5678         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5679         change calling convention of stem-attachment function. 
5680
5681         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5682
5683         * mf/feta-autometric.mf: dump WX/WY fields too
5684
5685         * mf/parmesan-heads.mf: idem.
5686
5687         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5688         attachment coordinates.
5689
5690         * lily/note-head.cc (stem_attachment_coordinate): read stem
5691         attachment from the notehead glyphs WX/WY fields.
5692
5693         * lily/include/font-metric.hh (struct Font_metric): add methods
5694         get_indexed_wxwy (), make a distinction between looking up by
5695         index and ASCII  
5696
5697         * mf/feta-bolletjes.mf: rewrite note head MF code.
5698         (test_outlines): make heads more rotund for smaller sizes. 
5699
5700 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5701
5702         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5703         throughout. Font scaling fixes throughout.
5704
5705         * mf/feta-sleur,slur.mf: remove. 
5706
5707         * mf/feta-slag.mf: rewrite.
5708
5709 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5710
5711         * VERSION: release 2.1.3
5712
5713         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5714
5715         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5716
5717         * lily/mark-engraver.cc (process_music): fix mark
5718         \default. (backportme)
5719
5720         * stepmake/stepmake/automatically-generated.sub.make (default):
5721         use -n for head/tail commands. 
5722
5723         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5724         heads with the same pitch.
5725
5726 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5727
5728         * lily/recording-group-engraver.cc (finalize): set protected_scm
5729         member to '() before finalizing.
5730
5731         * lily/translator-group.cc (finalize): remove removal_processing () 
5732
5733         * lily/recording-group-engraver.cc: new engraver: record
5734         synchronized start & end times for each music object.
5735
5736         * lily/parser.yy (toplevel_expression): execute score rendering
5737         during parsing. Cleanup output-filename handling; this is no
5738         longer done with global variables.
5739         (translator_spec_body): allow \type modification too.
5740
5741         * lily/score.cc:  ly:run-translator: new function
5742         (LY_DEFINE): ly:render-output new function.
5743
5744         Separate interpreting and rendering, and make available as
5745         functions at Scheme level.
5746
5747 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5748
5749         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5750         (musicxml-node->string):
5751         (xml-node->string):
5752         (music-to-musicxml): New function.
5753
5754 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5755
5756         * VERSION: 2.1.2 released
5757
5758         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5759
5760         * scm/font.scm (paper20-font-vector): discouple font design sizes
5761         from sizes specified in .ly file: store all design sizes of a font
5762         in a single vector.
5763
5764         * lily/font-select.cc (get_font_by_design_size): new function
5765
5766         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5767         add parmesan,feta in sizes 14 and 18.
5768
5769         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5770
5771         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5772         of fontSize: this now sets font-size
5773
5774 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5775
5776         * VERSION: 2.1.1 released
5777
5778         * Documentation/user/refman.itely (Tuning objects): add note about
5779         concurrent tweaks in different contexts. 
5780
5781         * lily/tie-engraver.cc (acknowledge_grob): use
5782         Staff_symbol_referencer::get_position iso. reading staff-position
5783         directly.
5784
5785         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5786         currentMusicalColumn as left span-point for bracket. The bracket
5787         is too long when there are accidentals.
5788
5789 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5790
5791         * buildscripts/lilypond-profile.sh,
5792         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5793         Thanks to Reuben Thomas <rrt@mupsych.org>
5794
5795 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5796
5797         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5798         Wurbel <wurbel@univ-tln.fr>.
5799
5800 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5801
5802         * scripts/midi2ly.py: Add space after chords.
5803
5804 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5805
5806         * input/regression/{many}: add few @code{ ... }.
5807
5808 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5809
5810         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5811         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5812         Removed cmbx5, cmbx6 (which are included in teTeX)
5813         and cmbxti14 which is not used in fonts.scm.
5814
5815 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5816
5817         * lily/midi-item.cc: fine tune quarter tones.
5818
5819 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5820
5821         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5822         new function, warn how many cents are missing in fine tuning.
5823
5824 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5825
5826         * input/bugs/rhytmicstaff-tie.ly: add file.
5827
5828         * THANKS: Create skeleton for 2.1.
5829
5830 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5831
5832         * input/test/bar-lines.ly (TODO): dashed "|".
5833
5834 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5835
5836         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5837         input/regression/tie-chord.ly: Fix spell for tying.
5838
5839         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5840
5841         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5842         new file (renamed, see above).
5843
5844         * Documentation/user/lilypond-book.itely
5845         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5846         * input/example-1.ly input/example-2.ly input/example-3.ly
5847         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5848         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5849         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5850         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5851         * scripts/lilypond-book.py scripts/lilypond.py
5852         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5853         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5854
5855         * Documentation/user/lilypond.tely: update version.
5856
5857         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5858         Remove extra spaces in each @node, fixes spaces.
5859
5860 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5861
5862         * scripts/lilypond-book.py (output_dict): Add definition of
5863         \lilypondbook also for LaTeX output. Solves several bug reports.
5864
5865 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5866
5867         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5868
5869 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5870
5871         * input/test/transposition.ly: Fix key signatures, given in comments.
5872
5873 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5874
5875         * scm/midi.scm (instrument-names-alist),
5876         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5877
5878 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5879
5880         * input/test/temporary-stave.ly (texidoc): New example based on an
5881         email question from Ralph Little.
5882
5883 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5884
5885         * VERSION: release 2.1.0
5886
5887         * lily/note-performer.cc (try_music): accept busy-playing-event.
5888
5889         * lily/swallow-perf.cc (try_music): return false for
5890         busy-playing-event and melisma-playing-event.
5891
5892 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5893
5894         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5895         >> in \score.
5896
5897 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5898
5899         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5900         that articulation_substitute will not move beam start again.
5901         (articulation_substitute): Bugfix: remove stray space so that new
5902         old chords ending '>>' does not get broken up.
5903         (sub_chord): Use TAB for indentation (not spaces).
5904
5905         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5906         Bugfix for startup: Use ?^ instead of ?\^.
5907
5908 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5909
5910         * lily/lyric-combine-music-iterator.cc
5911         (Lyric_combine_music_iterator): change init order, to prevent GC
5912         segfaults.
5913
5914         * lily/context-specced-music-iterator.cc (construct_children): 
5915         only change  translator if found. This fixes a core dump problem.
5916
5917 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5918
5919         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5920         comparison.
5921
5922         * mf/feta-bolletjes.mf: make hole in half note little
5923         smaller for stem attachment.
5924
5925         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5926
5927         * mf/feta-banier.mf: don't draw stem with flag, just small square
5928         attachment.
5929
5930         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5931
5932         * mf/feta-banier.mf: remove upstem/downstem characters.
5933
5934         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5935
5936         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5937         stafflinethickness (in the default)
5938
5939         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5940
5941         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5942
5943         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5944
5945         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5946
5947         * lily/include/directional-element-interface.hh:
5948         junk class, make {get,set}_grob_direction functions.
5949
5950         * lily/slur.cc (get_attachment): do something sensible when
5951         attaching to stem without heads (eg. a rest).
5952
5953         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5954         forcing up to staff.  remove #'support-head property
5955         (brew_molecule): small cleanup.
5956         (flag): remove #'grace property.
5957
5958 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5959
5960         * cygwin/postinstall-lilypond.sh: 
5961         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5962         (Volker Zell).
5963
5964 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5965
5966         * scripts/lilypond-book.py: resurrect 'eps' option. 
5967         (TexiPaper.to_eps): use -Ppdf for EPS files.
5968
5969         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5970
5971         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5972
5973         * VERSION: release 2.0.1
5974
5975         * lily/bezier.cc (get_other_coordinate): change assert into
5976         warning.
5977
5978         * lily/note-head.cc (internal_brew_molecule): make left protusion
5979         smaller, to accomodate for natural sign.
5980         (internal_brew_molecule): only do this when the accidental is
5981         close enough.
5982         (extent): new function
5983
5984         * lily/skyline.cc (merge_skyline): new function
5985         (heighten_skyline): new function
5986
5987         * lily/accidental-placement.cc (position_accidentals) 
5988         (position_accidentals): fix todo.
5989
5990 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5991
5992         * input/test/+.ly (texidoc): put version number inline.
5993
5994         * GNUmakefile.in: remove rsync-web target.
5995
5996         * input/regression/bar-scripts.ly (onestaff): raggedright
5997
5998 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5999
6000         * lily/*.cc: remove #if 0'd code in couple of places.
6001
6002         * lily/midi-stream.cc (operator <<): rewrite.
6003
6004         * lily/note-head.cc (internal_brew_molecule): 
6005         only make ledgers when the Staff symbol has lines.
6006
6007         * ly/property-init.ly (arpeggioBracket): simplify
6008
6009         * lily/translator-group.cc (execute_pushpop_property): use
6010         SCM_EQ_P for comparing keys. This fixes reverting
6011         auto-beam-settings.
6012
6013 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6014 *
6015         * lily/midi-stream.cc (operator <<): Also write MIDI string when
6016         midi_debug_global_b.
6017         (operator <<): Normalise loop.
6018
6019 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6020
6021         * scripts/lilypond.py (escape_path): revise.
6022
6023         * scm/music-functions.scm (set-output-property): new function.
6024
6025 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6026
6027         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
6028         use addmakeflags again.
6029
6030         * cygwin/lily-wins.py (escape_shell): New function; use it.
6031
6032         * scripts/lilypond.py (escape_shell): Escape quotes and other
6033         spaces too.  Do not escape escaping backslashes.
6034
6035         * make/srcdir.make.in (web-install): Must call install-WWW now.
6036
6037         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
6038         dependency
6039
6040 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6041
6042         * scripts/lilypond.py (escape_path): escape quotes too. 
6043
6044         * Documentation/user/lilypond.tely (Unified index): rename Index
6045         to accomodate Windows breakage.
6046
6047         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
6048
6049         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
6050         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
6051         target not a source.
6052
6053 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6054
6055         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
6056         addmakeflags.  Build and install doc and web also when building on
6057         Cygwin.
6058
6059         * mf/GNUmakefile: Bugfix.
6060
6061         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
6062         target web.
6063
6064         * cygwin/lily-wins.py: Quote filename.
6065
6066 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6067
6068         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
6069
6070 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6071
6072         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
6073         settings.
6074
6075         * configure.in: Require g++ > 3.0.4.
6076
6077         * mf/GNUmakefile: Bugfix: Add list.ly target.
6078
6079         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
6080
6081         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
6082         make omf directory, add uninstall targets.
6083
6084 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6085
6086         * lily/tie-performer.cc (initialize): init prev_event
6087
6088         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
6089
6090         * lily/script-engraver.cc (make_script_from_event): don't crash on
6091         non-string articulation-type.
6092
6093         * lily/new-fingering-engraver.cc (add_script): don't crash on
6094         0 scripts 
6095         (acknowledge_grob): warn about text script events.
6096
6097 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
6098
6099         * buildscript/lilypond.words: fix path for drums.scm.
6100
6101 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6102
6103         * lily/spacing-spanner.cc (note_spacing): don't make longer
6104         durations than measure-length.
6105
6106         * VERSION: release 2.0.0
6107
6108         * GNUmakefile.in (rsync-web): version independent rsync target.
6109
6110         * input/test/+.ly (texidoc): idem.
6111
6112         * input/regression/+.ly: print version number.
6113
6114         * input/regression/accidentals.ly (mel): shorten.
6115
6116         * input/regression/accidental-octave.ly (texidoc): shorten.
6117
6118         * input/regression/hairpin-dashed.ly (texidoc): docstring.
6119
6120         * input/regression/completion-heads-polyphony.ly: octave
6121
6122         * input/regression/beam-manual.ly: remove
6123
6124         * input/regression/beam-chord.ly: remove
6125
6126         * input/regression/grace-dynamic.ly: remove
6127
6128         * input/regression/grace-volta-repeat.ly: octave fixes.
6129
6130         * input/regression/hairpin-dashed.ly (texidoc): doc string.
6131
6132         * lily/parser.yy (step_number): semitones for chord entry too.
6133         (make_chord_step): more robust code, semitones. 
6134
6135         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
6136
6137         * input/regression/breathing-sign.ly (texidoc): split ancient and
6138         normal breathing signs.
6139
6140         * scm/define-grobs.scm (all-grob-descriptions): swap
6141         beamed-extreme-minimum-free-lengths and
6142         beamed-minimum-free-lengths; the 'extreme' case should allow
6143         shorter stems. This fixes forced directions on beamed 32nd and
6144         shorter notes.
6145
6146         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
6147         quartertones, not semitones.
6148         (NoteNamesContext): swallow more event types
6149
6150         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
6151
6152         * VERSION (PACKAGE_NAME): release 1.9.10
6153
6154 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6155
6156         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
6157         set note head as cause of note-column.  This gives a better error
6158         message.
6159
6160 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6161
6162         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
6163
6164 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6165
6166         * mf/GNUmakefile (pfa_warning): instruct 
6167
6168         * stepmake/aclocal.m4: typo.
6169
6170         * Documentation/user/cheatsheet.itely: more verbose examples.
6171
6172         * input/regression/clefs.ly: remove bogus docstring.
6173
6174 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6175
6176         * GNUmakefile.in (SUBDIRS): Add elisp.
6177
6178         * elisp/lilypond-mode.el: 
6179         * elisp/lilypond-init.el: 
6180         * elisp/lilypond-indent.el: 
6181         * elisp/lilypond-font-lock.el: Move from top dir.
6182
6183         * stepmake/stepmake/elisp-vars.make: New file.
6184
6185         * config.make.in (elispdir): Add.
6186
6187         * Documentation/topdocs/INSTALL.texi: Typo.
6188
6189         * make/ly-rules.make: Test for files instead of touching void and
6190         ignoring errors.
6191
6192         * GNUmakefile.in:
6193         * make/lilypond.redhat.spec.in:
6194         * debian/rules: Fix lilypond.words stuff a bit.  For running from
6195         <builddir>, adding
6196
6197         (push "<builddir>/share/lilypond/elisp" load-path)
6198
6199         to your ~/.emacs.el should give you LilyPond-mode again.
6200
6201         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
6202         regexp for DOS/Windows, we are too paranoid to fix others.
6203
6204 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6205
6206         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
6207
6208         * input/test/chord-names-jazz.ly (banterProperties): fix
6209
6210         * lily/parser.yy (bass_mod): bass figure alterations are semi
6211         tones, not quarter tones
6212
6213         * lily/beam.cc (set_stem_lengths): only lengthen stems
6214         for gapped beams.
6215
6216         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
6217         by beamcount.
6218
6219         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
6220         a warning that the warning may erroneous.
6221
6222         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
6223         target.
6224
6225         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
6226         targets.
6227
6228         * GNUmakefile.in ($(config_h)): config.h should depend on
6229         config.hh.in .
6230         (lilypond.words): remove fontball stuff.
6231
6232         * stepmake/aclocal.m4: only print config.cache warning if it exists.
6233
6234         * configure.in: remove pktrace reference.
6235
6236         * GNUmakefile.in (rsync-web): permissions and ownership for
6237         website.
6238
6239         * lily/volta-engraver.cc (staff_eligible): new function.
6240         (stop_translation_timestep): kill off spanners if not eligible.
6241
6242         * VERSION (PATCH_LEVEL): release 1.9.9
6243
6244         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6245
6246         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6247         length is more important than forbidden quants.
6248
6249 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6250
6251         * buildscripts/lilypond.words: order words in search order,
6252         add lilypond.words.vim to be generated.
6253
6254         * lilypond.vim: use lilypond.words.vim for keyword matching.
6255
6256         * lilypond-mode.el: use search order. fix word selection rules.
6257
6258         * lilypond-font-lock.el: fix fontifying long durations.
6259
6260         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6261
6262 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6263
6264         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6265
6266         * stepmake/stepmake/generic-targets.make:
6267         * stepmake/stepmake/bin/make-version.py: 
6268         * stepmake/aclocal.m4:
6269         * make/stepmake.make:
6270         * make/toplevel-version.make: Build fixes: remove last traces of
6271           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6272
6273         * lily/beam.cc: Add gap-count property.
6274
6275 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6276
6277         * scm/define-grob-properties.scm (gap-count): add gap-count
6278
6279         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6280
6281 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6282
6283         * cygwin/mknetrel.doc: Typo.
6284
6285         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6286
6287         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6288
6289 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6290
6291         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6292         sizes. Remove support for 'ledger'(=tabloid+landscape).
6293
6294 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6295
6296         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6297         sauter PFAs.
6298
6299         * configure.in: remove VERSION stuff once again.
6300
6301         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6302
6303         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6304         for chord names.
6305
6306         * mf/GNUmakefile: always trace pfa fonts.
6307         (SAUTER_FONTS): add cmss[567] too fonts
6308
6309         * configure.in: require mftrace. 
6310
6311         * lily/staff-performer.cc (new_instrument_string): don't look at
6312         instrument property.
6313
6314         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6315         is_direction is the C++ one. Similar for ly_axis_p and
6316         ly_number_pair_p
6317
6318 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6319
6320         * lily/beam.cc (brew_molecule): read gap-count to determine
6321         number of tremolo (gapped) beams.
6322
6323         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6324         shorter than 1/8
6325
6326         * flower/include/array.hh (default_compare): new function
6327
6328         * cygwin/mknetrel: Native fixes.
6329
6330         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6331
6332 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6333
6334         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6335         feature for Windows.
6336
6337         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6338
6339         * cygwin/mknetrel: Updates for native use on Cygwin.
6340
6341         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6342
6343         * stepmake/stepmake/help2man-rules.make: 
6344         * cygwin/mknetrel: Bugfix for manpages.
6345
6346         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6347         $(builddir).  Stepmake is a normal subdirectory now, that is not
6348         configured.  Another srcdir build fix.
6349
6350         * Documentation/topdocs/INSTALL.texi,
6351         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6352         lilypond-init.el, lilypond-mode.el, debian/rules,
6353         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6354         rename generated file lilypond.words to lilypond.words.el.
6355
6356 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6357
6358         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6359
6360         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6361         GNUmakefile.in.
6362
6363 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6364
6365         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6366         when cross building.
6367
6368         * configure.in: srcdir build fix.
6369
6370         * cygwin/GNUmakefile:
6371         * cygwin/lily-wins.py:
6372         * cygwin/postremove-lilypond.sh: 
6373         * cygwin/postinstall-lilypond.sh: Merge from stable.
6374
6375         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6376         s/ly2dvi/lilypond/.
6377
6378 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6379
6380         * lily/slur.cc (after_line_breaking): only set control points if
6381         none supplied yet.
6382
6383         * input/test/slur-manual.ly: new file.
6384
6385         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6386         <<  >> chords too.
6387
6388         * VERSION (PACKAGE_NAME): release 1.9.8
6389
6390         * scripts/lilypond.py (escape_path): escape spaces in directory names
6391
6392         * input/test/text-spanner.ly: fixes.
6393
6394 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6395
6396         * buildscripts/lilypond.words.py: add drum names as note names to
6397         Emacs-mode.
6398
6399 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6400
6401         * input/regression/hairpin-dashed.ly: new file.
6402
6403         * scripts/convert-ly.py (conv): warn about dash-length.
6404
6405         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6406         automatically if we get a new one.
6407
6408         * lily/lookup.cc (dashed_line): new function
6409
6410         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6411         dash-fraction.
6412
6413 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6414
6415         * buildscripts/lilypond.words.py: extract note names.
6416
6417         * lilypond-mode.el: take note names from lilypond.words -file.
6418         small fix in the use of string-match.
6419
6420         * lilypond-font-lock.el: use lilypond.words for note names, add 
6421         maxima to note a duration.
6422
6423 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6424
6425         * lily/breathing-sign.cc: remove railtracks() function. 
6426
6427         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6428
6429         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6430         (brew_molecule): bugfix don't make arpeggio shorter when
6431         arpeggio-direction is set.
6432
6433         *  debian/rules: small corrections in the (Pedro K)
6434
6435         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6436         examples.
6437
6438         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6439         special (repeat) bar comes along.
6440
6441         * input/regression/auto-beam-bar.ly: update.
6442
6443         * scripts/lilypond-book.py (output_dict): remove support for the
6444         EPS option.
6445
6446         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6447         VerticalAlignment and VerticalAxisGroup this fixes the size
6448         computations for the entire system.
6449
6450         * input/les-nereides.ly (bass): remove superfluous fontSize.
6451
6452         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6453         causes directory of file to be added to include path.
6454
6455         * input/regression/beam-break.ly: test single stem beams.
6456
6457         * input/regression/system-start-bracket.ly: fix.
6458
6459         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6460
6461         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6462
6463         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6464         (score_stem_lengths): do something sensible for single stem beams.
6465
6466         * lily/beam.cc (least_squares): add kludge for single stem beams.
6467
6468         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6469         keySignature to list of broken things.
6470
6471         * input/regression/keys.ly: fix.
6472
6473         * VERSION (PACKAGE_NAME): release 1.9.7
6474
6475         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6476
6477         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6478
6479         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6480         (quartertone_pitch): new function
6481
6482         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6483         flat. WARNING: FONT CHANGED.
6484
6485         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6486
6487         * lily/accidental-placement.cc (add_accidental): support for
6488         quarter tones.
6489
6490         * ly/LANGUAGEs.ly: use symbols for alterations.
6491
6492         * mf/feta-toevallig.mf: change accidental codes. 
6493
6494         * scm/lily.scm (ly:get-option): switch on debugging only for
6495         --verbose.
6496
6497         * lily/lily-guile.cc: remove ly:verbose?
6498
6499         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6500
6501         * lily/parser.yy (TODO): only do gh_call() for apply with
6502         procedure argument.
6503
6504         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6505         stuff in accordance with new timing of tie-events.
6506
6507         * lily/my-lily-lexer.cc: remove \outputproperty
6508
6509         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6510
6511         * scm/define-translator-properties.scm (melismaBusyProperties):
6512         add melismaBusyProperties property.
6513
6514 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6515
6516         * input/test/ambitus-mixed.ly (texidoc): new file.
6517
6518         * buildscripts/mutopia-index.py (find): prune debugging
6519
6520         * lily/side-position-interface.cc: doc updates
6521
6522         * Documentation/user/refman.itely: updates, tweaks.
6523
6524         * lily/parser.yy (Simple_music): remove outputproperty
6525
6526         * make/stepmake.make: use VERSION again; importing VERSION via
6527         autoconf dependencies is too hairy.
6528
6529 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6530
6531         * lilypond-mode.el: allow `-' for keywords and identifiers.
6532
6533 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6534
6535         * VERSION: release 1.9.6
6536
6537         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6538         iso. ly2dvi.
6539
6540         * Documentation/user/*.itely: fixes everywhere
6541
6542         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6543         produce ties from the engraver itself, do not broadcast TieEvent.
6544
6545         * lily/my-lily-lexer.cc: remove pitch & duration.
6546
6547         * lily/parser.yy (TODO): remove \pitch and \duration
6548
6549         * input/test/explicit.ly: remove file.
6550
6551         * Documentation/user/refman.itely (Pitches): remove \pitch 
6552         \duration command.
6553
6554 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6555
6556         * buildscripts/lilypond.words.py: add all slur types to Emacs
6557         insertion menu, suppose everything is postfixed by dropping 
6558         unnecessary `-' -marks.
6559
6560 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6561
6562         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6563         tremoloed stems.
6564
6565         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6566         head for flagged stems.
6567
6568         * lily/stem.cc (get_default_stem_end_position): futz with extra
6569         stem length if there is a stem tremolo.
6570
6571         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6572         it would be too small.
6573
6574         * lily/font-metric.cc: return #f for non-existent glyph.
6575
6576         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6577         exported through config.make.
6578
6579         * input/regression/clef-oct.ly: new file.
6580
6581         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6582         transposition.
6583
6584         * input/template/*.ly: remove old relative.
6585
6586         * ly/english.ly: add X names for double sharp.
6587
6588 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6589
6590         * lily/font-select.cc: new file handle font selection routines.
6591
6592         * lily/parser.yy: add ; (Patrick Atamaniuk)
6593
6594         * input/test/time-signature-double.ly: use markups for double time
6595         sigs.
6596
6597         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6598         ChordNames.SeparationItem #'padding for adjusting space after chords.
6599
6600         * lily/music-output-def.cc (LY_DEFINE): 
6601         new function ly:paper-lookup.
6602
6603         * mf/parmesan-clefs.mf: use # quantities for char_box
6604         offsets. Fixes overflow errors in the PFA. 
6605
6606         * scm/new-markup.scm (strut-markup): change calling interface for
6607         markup. Pass paper-def, not grob. This would allow \markup to be
6608         used separately from grobs.
6609
6610         * lily/paper-def.cc: new function ly:paper-font; this function
6611         replaces ly:get-font.
6612
6613         * lily/include/font-interface.hh (struct Font_interface): take
6614         Paper_def iso. Grob for get_font().
6615
6616 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6617
6618         * Documentation/user/ tutorial.itely, refman.itely: add warning
6619         about \key and accidentals.
6620
6621 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6622
6623         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6624
6625         * Documentation/user/*.itely: manual tweaks
6626
6627 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6628
6629         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6630         cleanup; bugfix: exact_center
6631
6632         * Documentation/user/refman.itely: added more documentation on
6633         ambitus according to recent questions on lilypond-user list
6634
6635 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6636
6637         * input/regression/ottava.ly (texidoc): demo 15ma too.
6638
6639         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6640
6641         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6642         octave fixes.
6643
6644 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6645
6646         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6647         problems on older Mac editors.
6648
6649 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6650
6651         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6652
6653 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6654
6655         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6656         mf/parmesan-clefs.mf: added comments on character alignment and
6657         set_char_box() conventions
6658
6659         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6660         set_char_box()'s
6661
6662         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6663
6664 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6665
6666         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6667
6668 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6669
6670         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6671         shortened to avoid almost-collision with staff line; code cleanup;
6672         other custodes: fixed char boxes; code cleanup
6673
6674 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6675
6676         * configure.in: release 1.9.5
6677
6678         * scripts/lilypond.py (global_latex_preamble): only set
6679         twosideshift if 'twoside' is in latexoptions 
6680
6681         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6682
6683         * VERSION: remove
6684
6685         * scripts/*2ly.py: update <> syntax
6686
6687 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6688
6689         * lily/chord-name-engraver.cc (process_music): add origin for
6690         chord name.
6691
6692         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6693
6694         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6695         bass notes for exceptions too.
6696
6697         * scm/define-grobs.scm (all-grob-descriptions): rename
6698         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6699
6700         * scm/define-grob-properties.scm (remove-first): add remove-first
6701         property for orchestral scores.
6702
6703         * Documentation/user/*.itely: switch <<>> and <> 
6704
6705         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6706         last_line only once. This fixes the two consecutive glissandi problem.
6707
6708 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6709
6710         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6711         error message "flexa-width undefined"
6712
6713         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6714         lily/include/gregorian-ligature.hh: print warning when ignoring
6715         head prefixes on flexa shapes
6716
6717         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6718         space before a series of inclinatum heads
6719
6720         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6721         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6722         cleanups
6723
6724         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6725         and char_box
6726
6727 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6728
6729         * input/regression/breathing-sign.ly: tiny fixes
6730
6731         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6732         semantical collision with vaticana ligatures
6733
6734         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6735         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6736         now consistent with mensural ligatures
6737
6738         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6739         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6740         context pitches and staff position; dto. for virga stem; removed
6741         obsolete virga and clivis characters from parmesan font (WARNING:
6742         font changed)
6743
6744         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6745         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6746
6747         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6748         scm/define-grob-properties.scm: consistency fix: renamed
6749         join_left->add_cauda
6750
6751         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6752         appendix length; bugfix: yoffs_bt for reverse direction punctum
6753         characters
6754
6755         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6756         small cleanups; added more docu
6757
6758         * lily/mensural-ligature-engraver.cc,
6759         lily/vaticana-ligature-engraver.cc,
6760         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6761         computation to CoherentLigatureEngraver
6762
6763         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6764         scm/define-grob-properties.scm: bugfix: added missing linea and
6765         cavum properties; bugfix: removed dead semivocalis property
6766
6767         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6768         length; redesigned quilisma, stropha and auctum
6769
6770         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6771         line thickness
6772
6773         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6774         Documentation/user/refman.itely: bugfix: introduced shifted
6775         epiphonus head to avoid collision with adjacent plica
6776
6777 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6778
6779         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6780
6781         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6782
6783 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6784
6785         * Documentation/user/tutorial.itely (A lead sheet): remove
6786         duplicate chords.
6787
6788         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6789
6790 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6791
6792         * Documentation/bibliography/computer-notation.bib (isbn): add
6793         xivcim publication.
6794
6795 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6796
6797         * GNUmakefile.in: drop lilypond.words for generation.
6798
6799 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6800
6801         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6802
6803         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6804
6805 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6806
6807         * input/test/figured-bass-alternate.ly (fl): new file.
6808
6809         * Documentation/topdocs/README.texi (Top): clarifications.
6810
6811         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6812         theses of Gieseking and Renz.
6813
6814         * GNUmakefile.in (README_FILES): remove README.mandrake.
6815
6816 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6817
6818         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6819         from source files and search patterns listed in the script.
6820
6821         * GNUmakefile.in: add target `lilypond.words'.
6822
6823         * lilypond.words: remove file, generated by `make lilypond.words'.
6824
6825         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6826
6827 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6828
6829         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6830
6831 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6832
6833         * VERSION: 1.9.4 released
6834
6835         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6836         rule for < > <-> << >> substitution
6837
6838         * lily/lexer.ll: exchange meaning of << >> and < > 
6839
6840         * VERSION (PACKAGE_NAME): 1.9.3 released
6841
6842         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6843         pages unconditionally.
6844
6845 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6846
6847         * Documentation/user/music-glossary.tely (Top): small syntax
6848         fixes.
6849
6850         * scm/music-functions.scm (remove-tag): filter \tagged music
6851         expressions.
6852
6853         * input/regression/tag-filter.ly (texidoc): new file.
6854
6855         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6856         symbol2 .. ) etc. 
6857
6858         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6859         convert rule.
6860
6861         * Documentation/user/refman.itely (Fingering instructions): adjust
6862         manual.
6863
6864         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6865         for borderline cases (e.g. 1 fingering.)
6866         (position_scripts): revise interface, use fingerOrientations to
6867         set fingering positions.
6868
6869         * scm/document-translation.scm (context-doc): add aliases to
6870         automated documentation.
6871
6872         * make/lilypond-vars.make: remove stepmake compat glue.
6873
6874         * make/generic-vars.make: remove cruft.
6875
6876         * lily/main.cc (main): don't identify binary.
6877
6878 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6879
6880         * lily/include/translator.hh (class Translator): remove
6881         type_string_ , use symbol for context name throughout.
6882         Changes through whole source tree.
6883
6884         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6885         set PDF as default, and always make PDF.
6886
6887         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6888
6889 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6890
6891         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6892         Documentation/user/refman.itely input/regression/allfontstyle.ly
6893         input/regression/grace-types.ly:
6894         fix spelling for acciaccatura (Webster's 1913).
6895
6896 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6897
6898         * lily/main.cc (usage): adjust blurb, include url.
6899
6900         * input/regression/breathing-sign.ly (texidoc): transpose up
6901
6902 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6903
6904         * input/regression/breathing-sign.ly: changed ancient examples to
6905         be relevant (by request of Han-Wen); updated BreathingSign text
6906         property according to new syntax.
6907
6908         * ly/gregorian-init.ly: updated BreathingSign text property
6909         according to new syntax
6910
6911 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6912
6913         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6914         (Clef): index entries for clefs.
6915
6916         * python/lilylib.py (system): remove errorlog files.
6917
6918 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6919
6920         * lilypond.words: add \new and new graces. Add dynamics to menus
6921         keeping 1.8.x compatibility; after all the engraving relating to 
6922         notes becomes postfixed `-' marks will be removed.
6923
6924 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6925
6926         * lily/molecule.cc (align_to): idem.
6927
6928         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6929
6930         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6931         accacciatura everywhere.
6932
6933         * VERSION (PACKAGE_NAME): released 1.9.2
6934
6935         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6936
6937         * scm/document-markup.scm (markup-doc-node): sort markup function
6938         list.
6939
6940         * lily/paper-outputter.cc (output_version): change "Lily was here"
6941         into  "Engraved by LilyPond"
6942
6943         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6944         on unquoted strings before \notenames.
6945
6946         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6947         increases the number of s/r reductions to 4.
6948
6949         * scm/new-markup.scm (fraction-markup): \fraction command.
6950
6951         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6952         mode
6953
6954         * lily/lookup.cc (round_filled_box): rename function.
6955         (LY_DEFINE): round-filled-box: change signature.
6956
6957         * Documentation/user/refman.itely: revise section explaining grace
6958         notes.
6959
6960         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6961         ly:set-context-property
6962
6963         * input/*/*.ly (vmus): use \new everywhere.
6964
6965         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6966
6967         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6968         default
6969
6970         * scm/music-functions.scm (set-stop-grace-properties)
6971         (set-start-grace-properties, add-grace-property): new functions
6972         for modular grace tweak control.
6973
6974         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6975
6976 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6977
6978         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6979
6980         * GNUmakefile.in (install-pfa-fonts):
6981         (get-pfa-fonts): New target.
6982
6983         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6984         install-pfa-fonts help.
6985
6986 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6987
6988         * lily/translator-scheme.cc (LY_DEFINE):
6989         ly:context-pushpop-property new function.
6990         (LY_DEFINE): new function ly:translator-find  
6991         new function ly:translator?
6992         (LY_DEFINE): new function ly:context?
6993
6994         * lily/translator-def.cc: remove
6995         Translator_def::apply_pushpop_property().
6996
6997         * python/lilylib.py (read_pipe): only store and display error log
6998         if verbose not set.
6999         (read_pipe): only display log if it contains something.
7000
7001 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7002
7003         * Documentation/misc/GNUmakefile: Re-add.
7004         (TEXTS): Add CHANGES.
7005
7006 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
7007
7008         * lilypond.words: add \newcontext.
7009
7010 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7011
7012         * lily/tie-performer.cc (stop_translation_timestep): only flush
7013         tied_notes when we have actually made a tie. Fixes bugs with ties
7014         in polyphonic scores.
7015
7016 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7017
7018         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
7019         they do not exist.
7020
7021 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7022
7023         * VERSION (PACKAGE_NAME): released 1.9.1 
7024
7025         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
7026         Instrument_name_engraver
7027
7028         * lily/tie-performer.cc (create_audio_elements): bugfix
7029
7030         * Documentation/user/music-glossary.tely (Top): comment out
7031         font-style statements.
7032
7033         * input/test/force-hshift.ly: revise example.
7034
7035         * Documentation/bibliography/engraving.bib (note): typos.
7036
7037         * configure.in: bump GCC requirements to 3.x
7038
7039         * lily/include/audio-item.hh (class Audio_tie): rename
7040         note_l_drul_ to note_drul_
7041
7042         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
7043
7044         * lily/parser.yy (relative_music): whoops. All \relative were off
7045         by ...  a lot .... Ahem.
7046
7047         * scm/define-music-types.scm (music-descriptions): idem.
7048
7049         * lily/beam-engraver.cc: move new-beam-event to beam-event
7050
7051         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
7052         to Tie_engraver
7053
7054         * input/regression/bar-number.ly: remove unnecessary old-relative
7055         options.
7056
7057         * Documentation/user/internals.itely (Creating contexts): document
7058         \newcontext
7059
7060         * lily/parser.yy (Composite_music): add \newcontext
7061
7062         * Documentation/user/refman.itely (MIDI block): add note about
7063         dotted tempos.
7064
7065         * scm/font.scm: remove old markup legacy
7066
7067         * GNUmakefile.in (web-clean): remake share/ after web-clean.
7068
7069         * lily/breathing-sign.cc (brew_molecule): remove function
7070
7071         * lily/text-item.cc: remove old-style markups.
7072         (interpret_markup): C++ version of markup function
7073         (brew_molecule): idem.
7074
7075         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
7076         as Scheme variable.
7077
7078         * scripts/convert-ly.py (conv): dashes rule.
7079         Apply rule.
7080
7081         * Documentation/user/lilypond-book.itely: syntax fixes. 
7082
7083 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7084
7085         * VERSION (PACKAGE_NAME): release 1.9.0
7086
7087         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
7088         note about dvips. (Should backport.)
7089
7090         * scripts/convert-ly.py
7091         (FatalConversionError.articulation_substitute): add
7092         convert-new-chords code. Remove convert-new-chords.py
7093
7094         * Documentation/user/refman.itely (Octave check): document
7095         \octave.
7096
7097         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
7098         \relative changes.
7099
7100         * lily/parser.yy (command_element): octave check:
7101
7102            \octave PITCH
7103
7104         checks that PITCH (without octave) yields PITCH (with octave) in
7105         \relative
7106
7107         * lily/relative-octave-music.cc (to_relative_octave): octave check.
7108
7109         * lily/scm-option.cc: ly:set-option now has the default argument
7110         #t.
7111
7112         * lily/lexer.ll: add \renameinput
7113
7114         * python/lilylib.py (command_name): robustifications.
7115
7116         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
7117         /dev/stderr. This is ash compatible.
7118
7119         * ly/init.ly: add warning if compatibility was not necessary.
7120
7121         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
7122
7123         * flower/include/string-handle.icc: formatting cleanups, rename
7124         references by ref_count_.
7125
7126 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
7127
7128         * make/lilypond.mandrake.spec.in: syncronize the spec file with
7129         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
7130         package libs separately, fix conflicting php variable out=/dev/vc/
7131         invoking `unset out', declare menus, use only one icon-file, fix
7132         doc-path in menu.
7133
7134 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7135
7136         * scripts/convert-ly.py (FatalConversionError.conv): typo
7137
7138         * Documentation/misc/GNUmakefile: restore misc directory.
7139
7140         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
7141
7142         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
7143         Petites-Preludes 
7144
7145         * input/test/partial-blank.ly (quickmeasure): syntax
7146
7147         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
7148         attachment property.
7149
7150         * Documentation/user/refman.itely: remove superfluous -'s 
7151         (Grace notes): ) fixes.
7152
7153         * lily/music.cc: generic compress(), transpose() functions. Remove
7154         others.
7155
7156         * lily/parser.yy (gen_text_def): remove support for #'(italic )
7157         style markup entry.
7158
7159         * lily/parser.yy: all articulations postfix; remove obligatory -
7160         for [,  ) and \!
7161
7162         * lily/music.cc (to_relative_octave): write generic
7163         to_relative_octave function; various relative cleanups.
7164         Hmmm.
7165
7166         * lily/scm-option.cc: add options new-relative and old-relative
7167
7168         * po/sv.po: new po file.
7169
7170         * Documentation/user/refman.itely (Dynamics): website
7171         fixes. (should backport!)
7172
7173 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7174
7175         * make/lilypond.mandrake.spec.in: declare version only once.
7176
7177 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7178
7179         * lily/simultaneous-music.cc (to_relative_octave): undo relative
7180         meaning for now.
7181
7182 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7183
7184         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
7185
7186         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
7187
7188         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
7189
7190         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
7191
7192         * lily/music.cc (var): add ly:music-transpose function.
7193
7194         * lily/parser.yy (pre_events): remove prefix articulations.
7195
7196         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
7197
7198         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
7199
7200         * Documentation/user/refman.itely (Text markup): add comment about
7201         markup in header.
7202
7203 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7204
7205         * lily/paper-outputter.cc (write_header_fields_to_file): 
7206         only dump value if it is a string.
7207
7208         * flower/include/dictionary.hh: remove.
7209
7210         * Documentation/ChangeLog-1.5: add back old log.
7211
7212         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
7213         .pfas from a .deb.
7214
7215 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7216
7217         * Documentation/bibliography/engraving.bib: add entry for
7218         Jaschinski's Notation
7219
7220 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7221
7222         * Documentation/user/refman.itely (Beaming): add note about
7223         allowBeamBreak
7224
7225 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
7226
7227         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7228         GregorianTranscription contexts
7229
7230         * ly/engraver-init.ly: vaticana contexts: minor fixes
7231
7232         * Documentation/user/refman.itely (Ancient notation): added note
7233         on appendix length bug
7234
7235         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
7236         input/test/vaticana.ly: use vaticana contexts; small fixes
7237
7238 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7239
7240         * flower/hash.cc: Remove.
7241
7242         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
7243         to (nonexistent?) hash_func_ identifier.
7244
7245         * python/midi.c (midi_error, midi_warning): Use char const* for
7246         __FUNCTION__ argument.
7247
7248         * python/gettext.py: Remove.  We already require python 2.1, which
7249         includes gettext.py.
7250
7251         * configure.in: Require python 2.1, as INSTALL.texi says.
7252         it.
7253
7254         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7255         versions 1.50 and 1.75.  Remove note about lexer patch.
7256
7257 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7258
7259         * Documentation/topdocs/INSTALL.texi: Update type1 font
7260         description to actual situation.  Add comment about new font ball
7261         layout.
7262
7263         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7264         in $LILYPONDPREFIX suffices for installation.
7265
7266 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7267
7268         * debian/control (Build-Depends): Add flex-old as alternative to
7269         flex.  Deprecate bison 1.75.
7270
7271 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7272
7273         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7274         Vaticana contexts
7275
7276         * Documentation/user/refman.itely (Ancient notation): documented
7277         some bugs; tiny fixes; added docu on Vaticana contexts
7278
7279         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7280         scripts
7281
7282 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7283
7284         * Documentation/user/refman.itely (Ancient notation): added some
7285         introductory words; added section on ancient time signatures;
7286         added some @seealso and @refcommands; small fixes and
7287         beautifications
7288
7289 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7290
7291         * input/regression/note-head-style.ly: many fixes and updates
7292
7293         * Documentation/user/refman.itely: added small sections on ancient
7294         accidentals, rests and flags; revised ancient note head section;
7295         small wording/spelling fixes
7296
7297         * input/test/rests.ly: layout fixes
7298
7299 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7300
7301         * input/puer-fragment.ly: bugfix: central C position of do clef
7302
7303         * ly/gregorian-init.ly: workaround: add small padding space before
7304         divisiones (the correct fix would be the spacing engine to handle
7305         this)
7306
7307 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7308
7309         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7310         cue-notes.ly: minor fixes.
7311
7312 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7313
7314         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7315         input/test/custos-style.ly
7316
7317         * Documentation/index.html.in: bugfix: link to Tutorial.html
7318
7319         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7320         to neumes; bugfix: "et": epiphonus, not just a simple pes
7321
7322 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7323
7324         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7325
7326         * lilypond.words: add new features: markup, column, center, \[ \].
7327
7328 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7329
7330         * Documentation/topdocs/NEWS.texi, DEDICATION,
7331         stepmake/bin/add-html-footer.py
7332         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7333         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7334         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7335         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7336         added (only) after a sentence which is complete; if the sentence is 
7337         not ended a comma `,' or nothing is used. fix also spaces.
7338
7339 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7340
7341         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7342         requirements to plain 1.6.
7343
7344         * buildscripts/mutopia-index.py (read_lilypond_header): update
7345         mutopia-index.py to 1.4 syntax [sic]
7346
7347 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7348
7349         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7350
7351 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7352
7353         * Documentation/index.html.in: url for regression pdf
7354
7355         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7356
7357         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7358
7359         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7360
7361         * VERSION: 1.8.0 released
7362
7363         * GNUmakefile.in (local-WWW-post): footify build fix.
7364
7365         * configure.in: require GUILE 1.6.4
7366
7367         * Documentation/user/GNUmakefile: don't copy *.png for
7368         lilypond-internals
7369
7370         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7371         local-WWW-post target.
7372         (rsync-web): add rsync-web target
7373
7374         * Documentation/user/introduction.itely (Music notation and
7375         engraving): add neume example
7376
7377         * input/puer-fragment.ly (cantus): add puer-fragment
7378
7379 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7380
7381         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7382         to notes, so that equalizer is actualy being used.
7383
7384         * scm/midi.scm (instrument-equalizer-alist):
7385         (absolute-volume-alist): Define public, so that user can copy or
7386         override.
7387
7388         * lily/key-performer.cc (create_audio_elements): Check for minor
7389         key.  Only if key is minor, set MIDI key to minor.
7390
7391 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7392
7393         * Documentation/user/refman.itely (Hiding staffs): fixes.
7394
7395         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7396
7397         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7398         vertical extents to deal with Hara kiri correctly.
7399
7400         * input/regression/hara-kiri-short.ly: remove
7401
7402         * input/regression/hara-kiri-pianostaff.ly: update test.
7403
7404         * Documentation/user/*.tely: remove WEBTITLE
7405
7406         * scm/output-tex.scm (comment): idem.
7407
7408         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7409
7410         * scm/music-functions.scm (make-lyric-event): new function
7411
7412         * scm/lily.scm (lilypond-version): new function
7413
7414         * input/test/version-output.ly: new file.
7415
7416         * Documentation/user/lilypond.tely: add version number to
7417         front-page.
7418
7419 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7420
7421         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7422
7423 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7424
7425         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7426
7427         * Documentation/user/refman.itely (Hiding staffs): rename node.
7428
7429 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7430
7431         * input/regression/new-markup-syntax.ly (texidoc): remove
7432         molecule-callback override.
7433
7434 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7435
7436         * input/les-nereides.ly: Mark tweaks with %tweak.
7437
7438         * Debian patch, see debian/changelog (Anthony Fok).
7439
7440 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7441
7442         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7443         problem.
7444
7445 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7446
7447         * Documentation/user/refman.itely (Text markup): Fix language bug.
7448
7449 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7450
7451         * input/* : postfix syntax fixes.
7452
7453         * Documentation/user/refman.itely (Text markup): add note about
7454         raise/lower with ^ or _ .
7455
7456         * po/fi.po: fix \\apply strings.
7457
7458         * lily/parser.yy (open_event): warn for prefix articulations.
7459
7460 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7461
7462         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7463         fix also on parmesan font.
7464
7465 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7466
7467         * VERSION 1.7.30 released
7468
7469         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7470
7471         * buildscripts/mutopia-index.py (headertext): rewording
7472
7473 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7474
7475         * scm/new-markup.scm (strut-markup): new markup function.
7476
7477         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7478         space also when no accidental is there.
7479
7480 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7481
7482         * input/les-nereides.ly: Updates.
7483
7484 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7485
7486         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7487         which repeats the tag insertion selected from "Insert tag" menu.
7488
7489 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7490
7491         * lily/all-font-metrics.cc (find_font): load AFM files first only
7492         for feta fonts. This fixes problems with TeXlive and other TeX
7493         distros that include AFM files for the CM fonts. 
7494
7495         * scm/font.scm (qualifiers-to-font-name): remove.
7496
7497         * lily/paper-def.cc: remove get_var.
7498
7499         * input/trip.ly: remove file.
7500
7501         * input/regression/spacing-note-flags.ly (raggedright): remove
7502         stafflinethickness
7503
7504         * input/les-nereides.ly: update to new syntax, cleanups.
7505
7506 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7507
7508         * Documentation/user/refman.itely: Clarify shortest-note problem
7509         of autobeamer.
7510
7511 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7512
7513         * lilypond-mode.el: Add each word to regexps only once.
7514
7515         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7516         is based on the syntax definitions in lilypond.words. Remove all 
7517         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7518         LilyPond->Insert menu is generated by the entries in lilypond.words 
7519         to which have been given a syntax definition.
7520
7521         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7522         \notes, \relative, \score, \simultaneous, \transpose.
7523
7524         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7525
7526         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7527
7528         * lilypond-mode.el: add menu keywords separately.
7529
7530         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7531
7532 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7533
7534         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7535         current ugly installation method for PFA fonts.
7536
7537 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7538
7539         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7540         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7541
7542         * Documentation/user/music-glossary.tely: update legato.
7543
7544 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7545
7546         * lexer-gcc-3.0.patch: Remove.
7547
7548         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7549
7550 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7551
7552         * debian/rules (binary-arch): remove NEWS.
7553
7554 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7555
7556         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7557         stepmake/bin{ many }: polish the `--help's of different scripts;
7558         model taken from the core-utils of Linux.
7559
7560         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7561
7562 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7563
7564         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7565
7566         * flower/libc-extension.cc: idem.
7567
7568         * flower/include/libc-extension.hh: protect against isinf macros.
7569
7570 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7571
7572         * { many }: Use two uppercase letters in LilyPond.
7573
7574         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7575
7576         * VERSION: 1.7.29 released.
7577
7578 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7579
7580         * lily/tie.cc: add TODO comment.
7581
7582         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7583
7584         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7585         linejoins and linecaps. This fixes problems with occasional spikes
7586         on slur/tie endings.
7587
7588         * input/regression/font-name.ly: don't use PS fonts for
7589         compatibility reasons. 
7590
7591         * mutopia/claop.py (accents): update to 1.8
7592
7593         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7594
7595         * Documentation/user/macros.itexi: don't color glossary links.
7596
7597         * Documentation/user/invoking.itexi (Error messages): new section
7598
7599 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7600
7601         * input/regression/font-name.ly: add file.
7602
7603         * scm/document-backend.scm (grob-doc): remove <hr> from
7604         lilypond-internals
7605
7606         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7607         reqd version to 1.6.4 
7608
7609         * lily/font-interface.cc (get_font): bugfix: take font-name from
7610         alist chain too. This fixes font-name override for \markup.
7611
7612 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7613
7614         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7615
7616         * input/test/polymetric-differing-notes.ly: Compile fix.
7617
7618 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7619
7620         * Documentation/user/refman.itely: fixed typo
7621
7622         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7623         before flexa
7624
7625 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7626
7627         * input/test/{ many }: search & fix some typos.
7628
7629 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7630
7631         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7632         images.
7633
7634         * scm/music-functions.scm (make-voice-props-set): set Script /
7635         TextScript dir for polyphony too.
7636
7637         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7638         before clef.
7639
7640         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7641
7642 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7643
7644         * Documentation/user/refman.itely (Percussion): Small
7645         clarifications and fixes.
7646
7647         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7648         threads. This fixes different heads playing simultaneously.
7649
7650 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7651
7652         * Documentation/user/{ many }: increase readability (read through 
7653         User manual from `one big page').
7654
7655 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7656
7657         * input/test/polymetric-differing-notes.ly: add example with
7658         disparate note values.
7659
7660         * input/test/polymetric.ly: rename from poly-metric
7661
7662         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7663         iso. outname.
7664
7665         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7666         G-clef bbox to real char extents. This fixes the G-clef being
7667         offset too much to the right.
7668         document perc clef offset.
7669
7670         WARNING: FONT CHANGED.
7671
7672         * Documentation/user/tutorial.itely (Tutorial): move menu.
7673
7674 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7675
7676         * buildscripts/lilypond-profile.sh (Error): trim error message.
7677
7678         * Documentation/user/invoking.itexi (Invoking the lilypond
7679         binary): add note about path.
7680
7681         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7682         suppresses superfluous spaces.
7683
7684 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7685
7686         * buildscripts/lilypond-profile.sh: Add documentation to error
7687         message.
7688
7689         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7690
7691 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7692
7693         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7694         <mike@ossmann.com>)
7695
7696         * Documentation/bibliography/computer-notation.bib (pages): prune
7697         unscientific language.
7698
7699         * Documentation/user/GNUmakefile: copy unsplit file to
7700         lilypond.html (idem for lilypond-internals).
7701
7702         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7703
7704         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7705
7706         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7707
7708         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7709         fix.
7710
7711 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7712
7713         * Documentation/user/{ various }: bind text snippets with their
7714         examples, e.g. by punctuation: This is an example.
7715
7716 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7717
7718         * ly/performer-init.ly (VoiceContext): Typos.
7719
7720         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7721         builds, leave final-install to toplevel srcdir makefile.
7722
7723         * make/srcdir.make.in (install): New target.
7724
7725 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7726
7727         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7728         This fixes core dump on MIDI output (Simon Weatherill).
7729
7730         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7731         on local-WWW-post.
7732
7733 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7734
7735         * make/lilypond.redhat.spec.in: add dvips to reqs.
7736
7737 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7738
7739         * make/srcdir.make.in (web): Add special web target.
7740
7741         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7742         from inner $(LOOP).
7743
7744         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7745
7746         * stepmake/stepmake/generic-targets.make (www-targets-help):
7747         * GNUmakefile.in (web-install): Install in $(webdir).
7748
7749         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7750
7751         * cygwin/changelog: 
7752         * cygwin/mknetrel: Update.
7753
7754         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7755         (html-doc): Remove (use: web).
7756
7757         * stepmake/stepmake/script-rules.make: 
7758         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7759         Fix $(config_make) dependencies for srcdir build.
7760
7761         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7762         target for srcdir build.
7763
7764         * stepmake/make/stepmake.make: 
7765         * make/srcdir.make.in: 
7766         * GNUmakefile.in:
7767         * make/stepmake.make (config_make): Rename variable (was:
7768         configuration).
7769
7770 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7771
7772         * Documentation/user/internals.itely (Manipulating music
7773         expressions): run lilypond on example too.
7774
7775         * flower/include/libc-extension.hh: move lrint define to
7776         header. bugfix.
7777
7778 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7779
7780         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7781         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7782         do we recurse whole tree?).
7783
7784         * GNUmakefile.in (html-doc): Resurrect.
7785
7786         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7787         obsolete $(package-icon) dependency.
7788
7789 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7790
7791         * Documentation/user/refman.itely (Automatic staff changes):
7792         add seealso 
7793
7794         * Documentation/index.html.in: link to bigpage.
7795
7796         * Documentation/user/tutorial.itely (Tutorial): streamline.
7797
7798         * Documentation/index.html.in: url typo.
7799
7800         * VERSION (PACKAGE_NAME): release 1.7.28
7801
7802         * python/lilylib.py (error_log): remove '/' from name.
7803
7804         * input/regression/pedal.ly: remove; dups input/test/
7805
7806         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7807
7808         * Documentation/index.html.in: python style doco index.
7809
7810         * Documentation/{footer,header}.html.in (src): remove, 
7811
7812         * Documentation/pictures: remove all but lelie-logo.xpm.
7813
7814         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7815         before running makeinfo.
7816
7817         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7818         @code{}
7819
7820 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7821
7822         * input/test/bar-number-regular-interval.ly: rename.
7823
7824         * Documentation/user/*: various fixes. 
7825
7826 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7827
7828         * Documentation/{ many }: polish for update-all-menus. typos.
7829
7830         * po/fi.po: fixes.
7831
7832         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7833
7834         * buildscripts/mutopia-index.py: polish.
7835
7836         * input/regression/{ many }, input/test{ many }: polish texidocs.
7837
7838 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7839
7840         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7841         pedal-style
7842
7843         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7844         iso. edge-widen.
7845
7846         * lily/piano-pedal-engraver.cc (process_music): change from
7847         process_acknowledged ()
7848
7849         * lily/piano-pedal-bracket.cc: new file. Change
7850         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7851         cleaned up.
7852
7853         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7854
7855         * input/regression/tuplets.ly (texidoc): rename file.
7856
7857         * po/fr.po: update
7858
7859         * buildscripts/lilypond-profile.sh: error message if script is not
7860         sourced.
7861
7862         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7863         bracket-flare
7864         (make_bracket): simplify code.
7865
7866         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7867         argument.
7868
7869         * python/lilylib.py (lilypond_version_check): new function
7870
7871         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7872
7873         * scripts/ly2dvi.py (run_lilypond): add version check.
7874
7875         * scripts/lilypond-book.py (option_definitions): typo
7876
7877         * scripts/ly2dvi.py (include_path): typo
7878
7879         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7880
7881         * lily/parse-scm.cc (parse_handler): typo
7882
7883         * Documentation/user/macros.itexi: use @heading for headings.
7884
7885         * Documentation/user/refman.itely: updates, fixes.
7886
7887 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7888
7889         * po/fi.po: add Finnish translations. fixes.
7890
7891         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7892
7893         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7894         from lily/glissando-engraver.cc.
7895
7896 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7897
7898         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7899         for non-first _broken_ bracket.
7900
7901         * Documentation/user/refman.itely: corrections.
7902
7903 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7904
7905         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7906         support of the fingerings.
7907
7908         * po/fr.po: French translation update.
7909
7910         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7911         strings.
7912
7913 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7914
7915         * Documentation/user/introduction.itely: Small fixes.
7916
7917 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7918
7919         * Documentation/topdocs/AUTHORS.texi: polish.
7920
7921 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7922
7923         * Documentation/user/introduction.itely: revise
7924
7925         * Documentation/user/tutorial.itely: reorganise.
7926
7927         * Documentation/topdocs/index.tely: remove.
7928
7929         * Documentation/header.html.in: prune.
7930
7931         * GNUmakefile.in: clean up web building.
7932
7933         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7934         target.
7935
7936 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7937
7938         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7939
7940         * lilypond-mode.el: turn on blink-matching-paren.
7941
7942 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7943
7944         * scm/output-sodipodi.scm (svg-header): Fix typo.
7945
7946 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7947
7948         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7949         fixes a security hole.
7950
7951         * scripts/lilypond-book.py (original_dir): remove temp_dir
7952
7953         * scm/document-translation.scm: use @code tags.
7954
7955 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7956
7957         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7958
7959         * lilypond-mode.el: add a buffer-local post-command-hook to set
7960         context dependent syntax-table after each cursor event. Remove old
7961         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7962
7963         * lilypond-indent.el: update comments.
7964
7965         * Documentation/footer.html.in: add period.
7966
7967 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7968
7969         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7970
7971         * scm/document-translation.scm (document-property-operation): add
7972         @code{} tags.
7973
7974         * VERSION (PACKAGE_NAME): release 1.7.27
7975
7976         * config.make.in: add PAPER variable
7977
7978         * buildscripts/new-chords.py (help): add help text
7979
7980         * Documentation/user/introduction.itely (Typography and program
7981         architecture):  fixes.
7982
7983         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7984         for texinfo and dvips. This fixes problems with PDF output of the
7985         wrong size.
7986
7987         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7988         DVIPS_PAPERSIZE variable
7989
7990         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7991         TEXINFO_PAPERSIZE variable 
7992
7993 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7994
7995         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7996
7997         * mf/feta-toevallig.mf: lowres fixes.
7998
7999 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8000
8001         * NEWS: Typo and fill-paragraph fixes.
8002
8003         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
8004         cast #define.
8005
8006         * configure.in: 
8007         * config.hh.in: Check for lrint.
8008
8009 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8010
8011         * VERSION: 1.7.26 released
8012
8013         * lily/separation-item.cc: add padding property.
8014
8015         * input/test/*.ly: various fixes, remove solo-a2.ly
8016
8017         * scm/new-markup.scm (brew-new-markup-molecule): arg order
8018         bugfix. Fixes old-style markup compatibility.
8019
8020         * Documentation/user/introduction.itely (Introduction): historical
8021         elucidations
8022
8023         * Documentation/user/music-glossary.tely (Top): linewidth fix.
8024
8025         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
8026
8027         * Documentation/index.texi (Top): cleanup.
8028
8029         * Documentation/user/introduction.itely (Introduction): rewrite
8030         introduction, 
8031         (Music notation and  engraving): about notation. Add flat-picture
8032
8033 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8034
8035         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
8036         separation items. This keeps lyrics from bumping into each other.
8037
8038 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8039
8040         * GNUmakefile.in (topdocs-web): New target.
8041         (local-web): Depend on topdocs-web; fixes html-doc.
8042
8043 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8044
8045         * po/lilypond.pot: run po-replace
8046
8047         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
8048
8049         * scm/drums.scm (reset-drum-kit): new function.
8050
8051         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
8052
8053         * scripts/update-lily.py: remove
8054
8055         * VERSION: release 1.7.25
8056
8057         * Documentation/user/introduction.itely (Introduction): rewrite
8058         start of introduction.
8059
8060 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
8061
8062         * lily/all-font-metrics.cc: fixed typo
8063
8064 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
8065
8066         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
8067         LilyPond-mode-context-set-syntax-table): new functions to define
8068         the syntax table according to context.
8069
8070         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
8071
8072 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8073
8074         * Documentation/user/refman.itely (Figured bass): 
8075         language nit courtesy http://www.vocabula.com
8076
8077         * GNUmakefile.in: remove no kpathsea hack.
8078
8079         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
8080         doco.
8081
8082         * GNUmakefile.in: remove web-doc target.
8083
8084         * lily/all-font-metrics.cc (find_afm): add message about
8085         buildscripts/clean-fonts.sh 
8086
8087         * scm/define-music-properties.scm (figure): use string for 'figure
8088
8089         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
8090
8091         * input/regression/ : add raggedright = ##t where applicable. 
8092
8093         * scm/bass-figure.scm (make-bass-figure-markup): add
8094         alignBassFigureAccidentals property.
8095
8096         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
8097         bracket.
8098
8099         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
8100         syllables widths into account for minimum-length.
8101
8102         * input/test/staff-container.ly: update file
8103
8104         * input/test/stem.ly: remove
8105
8106         * lily/event.cc (LY_DEFINE): add ly: prefix.
8107
8108         * input/test/clef-manual-control.ly: from manual-clef
8109
8110         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
8111
8112         * input/test/different-time-signatures.ly: move to poly-metric.ly
8113
8114         * input/test/hara-kiri*,scales.ly: remove
8115
8116         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
8117         with chord-names-jazz.ly)
8118
8119         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
8120         get scalable cm fonts too.
8121
8122         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
8123         --encoding for mftrace if present.
8124
8125         * input/regression/slur-area.ly: move from test/
8126
8127         * input/test/: remove simple-slur-endings slur-attachment
8128         slur-broken-cross-staff slur-broken.ly slur-damping.ly
8129         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
8130         slur-symmetry slur-symmetry tie-broken.ly
8131
8132         * scm/drums.scm (set-drum-kit): add function.
8133
8134         * Documentation/user/refman.itely (Percussion staves): use
8135         set-drum-kit
8136
8137         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
8138         too
8139         (Global_measure.set_timesig): handle 3/8 time sig too.
8140
8141         * scm/output-lib.scm (note-head-style->attachment-coordinates):
8142         note about triangle note heads.
8143
8144         * scm/drums.scm: use alist for instrument-settings. This fixes the
8145         bug with assigning to drums in the .ly file.
8146
8147         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
8148         CHANGED.
8149
8150         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
8151         cluster-beacon-interface
8152
8153         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
8154
8155         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
8156
8157         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
8158
8159         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
8160         to get positions.
8161
8162         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
8163         make ClusterSpannerBeacon to record Y positions. This removes the
8164         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
8165         make cluster-note-events.
8166
8167 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8168
8169         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
8170
8171         * configure.in: Use lily/main.cc as identifying source file.
8172
8173         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
8174
8175         * config.hh.in: 
8176         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
8177
8178         * configure.in: Require PYTHON >= 2.0.
8179
8180         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
8181           $PYTHON for include dir location.
8182         (STEPMAKE_PYTHON): New function.  Use
8183
8184             PYTHON=foo ./configure
8185
8186           to override.
8187
8188 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8189
8190         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
8191         something.
8192
8193         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
8194         ftp.lilypond.org everywhere.
8195
8196 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8197
8198         * lily/text-item.cc (interpret_new_markup): do only if new-markup
8199         detected.
8200
8201         * Documentation/user/refman.itely (Grace notes): note on explicit
8202         contexts
8203
8204 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
8205
8206         * lilypond-font-lock.el: add a comment about LilyPond specific
8207         escape characters: ^, - and _, in the syntax table.
8208
8209         * Documentation/user/appendices.itely: a majuscule fix.
8210
8211 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8212
8213         * input/test/trills.ly (endHorizScript): fixes.
8214
8215         * input/test/chord-names-jazz.ly: merge in alternate Jazz
8216         notation, move from regression.
8217
8218         * input/test/script-stack.ly: change name from stacked-scripts
8219
8220         * input/test/ossia.ly: octave errors.
8221
8222         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
8223         for midi-volume-equaliser
8224
8225 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8226
8227         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
8228         cm fonts.
8229
8230         * mf/feta-beugel.mf: don't multiply font_count by 10.
8231
8232         * lily/lookup.cc (horizontal_line): new function. Use
8233         horizontal-line in output backends.
8234
8235         * Documentation/user/tutorial.itely (An orchestral part): new
8236         section on orchestral stuff and identifiers.
8237
8238 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
8239
8240         * lilypond-mode.el: comment-out paren-highlighting, it still causes
8241         some interference to other modes.
8242
8243 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8244
8245         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8246         not maximum of spacing wishes in polyphonic situations.
8247
8248         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8249         number
8250
8251         * lilypond-indent.el: remove paren matching. 
8252
8253         * lily/text-item.cc (interpret_new_markup): new function
8254         use iso. text2molecule.
8255
8256         * lily/main.cc (notice): change FSF address 
8257
8258         * po/de.po: update PO file to 1.6.
8259
8260 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8261
8262         * Documentation/user/ {many}: Add periods and remove spaces.
8263
8264 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8265
8266         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8267         Disable buffer-locally default paren hook and make a new one. 
8268
8269         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8270         locally LilyPond-paren-mode. Add todo for mouse double-click.
8271
8272 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8273
8274         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8275         Disable buffer-locally default paren idle timer and make a new one. 
8276
8277         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8278         locally LilyPond-show-paren-mode. Add to menu a toggle for
8279         LilyPond-show-paren-function.
8280
8281 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8282
8283         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8284
8285 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8286
8287         * Documentation/user/refman.itely: spelling fix.
8288
8289         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8290         paren highlight function definitions. add todo for
8291         LilyPond-show-paren-mode.
8292
8293 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8294
8295         * input/template/jazz-combo.ly: new file.
8296
8297 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8298
8299         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8300         lo-res fixes.
8301
8302         * mf/feta-schrift.mf: bugfix in varcoda sign.
8303         WARNING: FONT CHANGED
8304
8305         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8306         in accordance with lexer.ll.   
8307
8308 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8309
8310         * Documentation/user/tutorial.itely: Edit introduction.
8311
8312 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8313
8314         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8315         ly:grob-staff-position
8316
8317 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8318
8319         * scm/to-xml.scm: import srfi-1
8320
8321         * VERSION (MAJOR_VERSION):  release 1.7.24
8322
8323         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8324
8325         * scripts/lilypond-book.py (do_file): put texidoc before image.
8326         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8327
8328         * input/regression/*.ly: fix snippet octaves 
8329
8330         * input/test/spanner-after-break-tweak.ly: import
8331         broken-spanner-adjustment
8332
8333         * input/no-notation/midi-transposing.ly: move from input/test/
8334
8335         * input/test/: remove chord-markup
8336
8337         * input/regression/instrument-name-partial.ly: move from input/test.
8338
8339         * input/test/vertical-text.ly: remove
8340
8341         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8342         space above lyrics lines.
8343
8344         * input/test/uniform-breaking.ly: remove file.
8345
8346         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8347         uniform spacing density. 
8348
8349         * input/test/chords.ly (keys): remove file.
8350
8351         * scm/documentation-lib.scm (oop): use srfi-1 too.
8352
8353         * input/regression/*.ly: add \version
8354
8355         * Documentation/user/*.itely: various fixes.
8356
8357         * buildscripts/mf-to-table.py (base): break table every three
8358         symbols.
8359
8360         * input/:  remove %% new-chords-done %% .
8361
8362         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8363         os-music.ly
8364
8365 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8366
8367         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8368
8369         * scm/new-markup.scm (box-markup): new function.
8370         (box-markup): new function. Contributed by Dick Schoeller
8371         <schoeller@attbi.com>
8372
8373         * scm/lily.scm: remove reduce-no-unit 
8374         (list-insert-separator): use fold-right
8375
8376         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8377         of arguments. 
8378
8379         * NEWS: more neutral language for ancient notation 
8380
8381         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8382         inside pointing beaming for chord tremolo.
8383
8384         * Documentation/user/lilypond-book.itely: minor editing
8385
8386 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8387
8388         * NEWS: added news for 1.8 regarding ancient notation
8389
8390         * Documentation/user/refman.itely (Gregorian square neumes
8391         ligatures): fixed typo
8392
8393         * lily/vaticana-ligature-engraver.cc,
8394         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8395         lower/upper head of Pes only when heads are stacked
8396
8397         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8398         scm/define-grob-properties.scm: cleanup: make "join-left" a
8399         boolean grob property and save delta pitch in grob property
8400         "delta-pitch" instead
8401
8402         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8403
8404 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8405
8406         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8407         completely borked
8408
8409         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8410         (try_music): bug fix: beam multiplicity was completely borked.
8411
8412         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8413         first-n, butfirst-n in favor of srfi-1 functions.
8414         remove string-join, string-pad in favor of srfi-13 functions.
8415
8416         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8417
8418         * NEWS: use complete sentences.
8419
8420         * Documentation/user/introduction.itely (Example applications):
8421         add note about databases and lilypond-book.
8422
8423         * input/test/volta.ly: remove file
8424
8425         * input/regression/volta-broken-left-edge.ly: simplify file
8426
8427 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8428
8429         * Documentation/user/refman.itely (Constructing a tweak): new
8430         subsection.
8431
8432         * Documentation/user/tutorial.itely (Fine tuning layout): add
8433         common tweaks.
8434
8435         * scm/define-grobs.scm (TextScript): use new brewer.
8436
8437 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8438
8439         * VERSION: release 1.7.23
8440
8441         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8442
8443         * python/lilylib.py (make_ps_images): bugfixes.
8444
8445         * input/regression/volta-multi-staff.ly: new file.
8446
8447         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8448
8449         * Documentation/user/tutorial.itely (Piano staffs): new section.
8450         (Setting variables): new section
8451         (Fine tuning layout): new section
8452
8453         * input/just-friends.ly: remove file. Superseeded by
8454         input/test/chords-without-melody.ly
8455
8456         * ly/property-init.ly: add all commands to refman.
8457
8458         * scm/define-translator-properties.scm: remove
8459         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8460
8461         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8462         name. Underscores botch up PS output.
8463
8464         * scm/define-translator-properties.scm: remove
8465         textNonEmpty, oneBeat, regularSpacingDelta
8466
8467         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8468         rule for automaticBars.
8469
8470         * lily/timing-engraver.cc (start_translation_timestep): change
8471         barNonAuto to automaticBars
8472
8473 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8474
8475         * input/test/perform-tie.ly: delete file.
8476
8477 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8478
8479         * Documentation/user/refman.itely (Gregorian square neumes
8480         ligatures): bugfix: do not show ledger lines in neumes table
8481         (fixed by setting staff symbol to transparent rather than removing
8482         it from staff context)
8483
8484 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8485
8486         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8487         glue into brew-new-markup-molecule.
8488
8489         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8490
8491         * Documentation/user/introduction.itely (Computerized typography):
8492         new section
8493
8494         * Documentation/user/tutorial.itely (An orchestral part): remove
8495         pc example from tutorial.
8496
8497         * input/tutorial/lilbook.tex: use screech-boink
8498
8499         * scripts/lilypond-book.py (compile_all_files): split formatting
8500         output body and scheduling lilypond compilation.
8501         (format_lilypond_output_bodies): new function
8502         (format_lilypond_block): new function
8503         (html_pages): allow multi-page images in HTML
8504
8505         * python/lilylib.py (make_ps_images): rename function from
8506         make_preview, merge with make_page_images
8507
8508 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8509
8510         * input/test/key-clefs.ly: moved to regression.
8511
8512         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8513
8514         * input/no-notation/README: added note about midi-*.ly files.
8515
8516         * input/test/two-key.ly: moved to no-notation/parse5.ly
8517
8518         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8519         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8520
8521         * input/test/ {various}: modified comments, marked some for deletion.
8522
8523         * input/test/lines.ly: deleted file; duplicate of
8524         embedded-postscript.ly
8525
8526         * input/test/mmrest-collision: moved to regression.
8527
8528 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8529
8530         * scm/chord-name.scm (note-name->markup): don't superscript root
8531         alterations in chordnames.
8532
8533 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8534
8535         * Documentation/user/refman.itely (Multi measure rests): more
8536         index/cross-referencing.
8537
8538         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8539
8540         * scm/font.scm: remove properties-to-font-name code.
8541
8542         * scm/define-grob-properties.scm: remove 'type
8543
8544         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8545         conversion
8546
8547         * lily/text-spanner.cc: change 'type grob prop to 'style 
8548
8549         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8550         "first" flag to decide whether to make a start-repeat
8551
8552         * input/regression/grace-volta-repeat-2.ly: new file.
8553
8554 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8555
8556         * lilypond-indent.el: rename generic functions to LilyPond-*
8557
8558 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8559
8560         * input/test/thumb.ly: delete, merged into refman.
8561
8562         * Documentation/user/refman.itely: added thumb info to Fingering.
8563
8564         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8565         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8566         vertical-align.ly : deleted files.
8567
8568 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8569
8570         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8571
8572         * lily/line-spanner.cc (broken_trend_offset): remove function.
8573         (get_broken_offset): idem.
8574         (brew_molecule): rewrite the line-break case.
8575
8576         * input/regression/follow-voice-break.ly:  new file.
8577
8578         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8579         start of a system.
8580
8581 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8582
8583         * input/test/tuplet-rest.ly: moved to regression.
8584
8585         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8586         deleted file.
8587
8588         * input/test/ {many} : marked file for possible deletion.
8589
8590 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8591
8592         * input/regression/beam-funky.ly: add note about (disputed)
8593         correct beaming.
8594
8595         * ly/engraver-init.ly (ScoreContext): put key-signature after
8596         staff-bar
8597
8598 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8599
8600         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8601
8602         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8603
8604         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8605
8606         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8607         stem-extend was deleted (it was duplicate example, and not as
8608         good).
8609
8610         * input/test/[s-z]*.ly: add texidoc index.
8611
8612 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8613
8614         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8615         get_first_notecolumn_y
8616
8617         * lily/spanner.cc (broken_spanner_index): new function.
8618
8619 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8620
8621         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8622         lyric-hyphen.ly : moved to regression.
8623
8624         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8625         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8626
8627         * input/test/instrument-name-mmrest.ly: moved to
8628         ../regression/multi-measure-rest-instr-name.ly
8629
8630         * input/test/knee-sym.ly: moved to
8631         ../regression/beam-knee-symmetry.ly.
8632
8633         * input/test/hymn.ly: change comments.
8634
8635         * input/test/[p-r]*.ly: add texidoc index.
8636
8637 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8638
8639         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8640         to postfix syntax
8641
8642         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8643         syntax.
8644
8645         * VERSION: release 1.7.22
8646
8647 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8648
8649         * input/test/[h-k]*.ly: added texidoc index.
8650
8651         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8652
8653         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8654
8655         * input/test/ various : mark files for deletion or moving to
8656         regression.
8657
8658         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8659
8660         * input/test/[l-o]*.ly: added texidoc index.
8661
8662 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8663
8664         * scm/music-functions.scm (make-ottava-set): 
8665         only do ottavation if centralCPosition is set.
8666
8667         * lily/translator-scheme.cc (ly:context-property-where-defined):
8668         return '() if not found.
8669
8670 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8671
8672         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8673         Use one command for both commenting and uncommenting.
8674
8675         * lilypond-indent.el (LilyPond-comment-region): new function,
8676         (un)comments each line separately.
8677
8678         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8679
8680         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8681         imenu is not added by default; adapted from f90.el,
8682         makes Help-menu, which does not fit, visible in XEmacs.
8683
8684 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8685
8686         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8687         show-paren-mode sets blink-matching-paren-on-screen local.
8688         Try to make show-paren-function to paren-highlight local.
8689
8690         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8691         Copy definitions of Emacs' show-paren-function and
8692         XEmacs' paren-highlight and make minimal changes;
8693         add comments about locality. 
8694         Fix matching first open-paren-char in '<< .. >>'.
8695
8696 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8697
8698         * input/test/g*: added texidoc index.
8699
8700         * input/test/[a-g]*: added raggedright==#t when it
8701          seemed appropiate.
8702
8703         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8704
8705         * Documentation/topdoc/INSTALL.texi: removed false warnings
8706         about gcc 3.3.
8707
8708 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8709
8710         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8711
8712         * input/test/chords-without-melody.ly (texidoc): add from
8713         input/just-friends.ly
8714
8715         * input/regression/size{13--26}.ly: move from input/
8716
8717         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8718         input/{star-spangled-banner,twinkle}.ly: remove 
8719
8720         * lily/slur.cc: remove slur over rest warnings.
8721
8722         * lily/note-spacing.cc (get_spacing): include left part of right
8723         object in fixed space. This fixes stretched space before
8724         accidentals.
8725
8726         * input/regression/spacing-accidental-stretch.ly: new file.
8727
8728 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8729
8730         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8731         Reduce to 16pt.
8732
8733 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8734
8735         * input/regression/spacing-knee.ly: docstring
8736
8737         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8738
8739         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8740         input/tutorial/{test,solar,flowing}.ly: remove
8741
8742         * input/rhythm.ly: remove
8743
8744         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8745
8746         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8747         update syntax. 
8748
8749         * scm/define-grobs.scm (all-grob-descriptions): set
8750         knee-spacing-correction to 1.0
8751
8752         * lily/note-spacing.cc (stem_dir_correction): compute knee
8753         correction using stem-thickness and head width.
8754
8755         * input/regression/beam-quanting-horizontal.ly: update texidoc
8756
8757         * scm/define-grobs.scm (all-grob-descriptions): set
8758         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8759         This fixes 32nd beams for noteheads in spaces quants.
8760
8761         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8762
8763 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8764
8765         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8766
8767 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8768
8769         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8770
8771         * VERSION (PACKAGE_NAME): release 1.7.21
8772
8773         * input/regression/stem-shorten.ly: new file.
8774
8775         * lily/stem.cc (get_default_stem_end_position): revise stem
8776         shortening code.
8777
8778         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8779
8780         * input/test/{scripts,volta-start,sleur}.ly: remove
8781
8782         * input/regression/span-bar.ly: smaller file.
8783
8784         * input/regression/spacing-{natural,tight,loose}.ly: remove
8785
8786         * input/test/markup.ly: remove
8787
8788         * scripts/lilypond-book.py: put printfilename in separate chunk,
8789         so texidoc is printed after the filename.  
8790
8791 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8792
8793         * make/lilypond.mandrake.spec.in: fix docdirs.
8794
8795 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8796
8797         * input/regression/beam-french.ly: bugfix.
8798
8799         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8800
8801         * input/regression/(various).ly: add raggedright = #t.
8802
8803         * input/regression/auto-beam.ly: move from abe.ly
8804
8805 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8806
8807         * input/test/f*.ly: added texinfo index.
8808
8809         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8810
8811 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8812
8813         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8814         quant penalty for beam just outside staff.
8815
8816         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8817         from beam-pos.ly,  remove non-horizontal tests. 
8818
8819         * input/test/(various): cleanup header info. 
8820
8821         * input/test/tchaikovsky.ly: remove file.
8822
8823         * scm/chord-generic-names.scm: move from
8824         double-plus-new-chord-name.scm
8825
8826         * input/test/orchestscore.ly: remove file
8827
8828         * Documentation/user/refman.itely (Vocal music): update documentation.
8829
8830         * scm/define-translator-properties.scm (chordNoteNamer): remove
8831         chordNameStyle, use chordNameFunction
8832
8833         * scm/chord-name.scm (set-chord-name-style): remove
8834         set-chord-name-style. Use \property chordNameFunction.
8835
8836 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8837
8838         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8839         music): remove @TeX{} command.
8840
8841 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8842
8843         * lilypond-indent.el (scan-sexps): Renamed to
8844         aargh-this-breaks-other-emacs-modes-scan-sexps.
8845
8846 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8847
8848         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8849         closing slurs: '()', etc. Add comments.
8850
8851         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8852
8853         * lilypond-font-lock.el: match unending string at eof.
8854
8855         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8856
8857 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8858
8859         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8860         input/test/beam-dir.ly input/test/beam-position.ly    
8861         input/test/beam-suspect.ly input/test/beam-trend.ly    
8862         input/test/beams.ly input/test/crescendo-text.ly : deleted
8863         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8864         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8865         * input/test/default-bars.ly: moved to bar-always.ly
8866         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8867
8868 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8869
8870         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8871
8872 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8873
8874         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8875
8876 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8877
8878         * lilypond-indent.el: Match better slurs in scheme expressions.
8879         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8880
8881         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8882
8883 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8884
8885         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8886
8887         * input/ac-extra-voice.ly: Add texidoc.
8888
8889         * ly/chord-modifiers-init.ly: 
8890         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8891         and chordNameExceptionsPartial for new chord names.
8892
8893         * input/test/chord-names-dpnj.ly: 
8894         * input/test/dpncnt.ly: Update.
8895
8896         * scm/chord-name.scm: 
8897         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8898         chord selection and options.
8899
8900         * ly/chord-modifiers-init.ly: Add exceptions 
8901
8902         * scm/define-translator-properties.scm (chordNameStyle) 
8903         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8904
8905 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8906
8907         * ly/property-init.ly (germanChords): Added.
8908         (semiGermanChords): Added.
8909
8910         * input/test/chord-names-german.ly: Use new macros
8911
8912 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8913
8914         * lilypond-indent.el: Use similar parenthesis highlighting for 
8915         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8916         functions; removed LilyPond-show-paren-function. Fix indenting.
8917         Turn paren-matching on also in XEmacs.
8918
8919         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8920         as needed by parenthesis highlighting functions (in scan-sexp).
8921
8922 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8923
8924         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8925         function.
8926         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8927
8928 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8929
8930         * lilypond-indent.el: tune regexp for show-paren-function.
8931
8932 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8933
8934         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8935         for all LilyPond-produced tex snippets.
8936
8937         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8938         fixes one line --preview output of ly2dvi.
8939
8940 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8941
8942         * lilypond-indent.el: match only one type of slurs in
8943         LilyPond-show-paren-function.
8944
8945 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8946
8947         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8948         * debian/lilypond1.7.dirs: 
8949         * debian/lilypond1.7-doc.dirs: New file.
8950
8951         * input/regression/chord-name-exceptions.ly: Add parameter for
8952         ignatzekExceptions.  Quote hash in docstring.
8953
8954 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8955
8956         * lilypond-indent.el (show-paren-function): define show-paren-function
8957         as LilyPond-blink-matching-open and use it for closing parens.
8958         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8959
8960         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8961         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8962         LilyPond-blink-matching-paren in order to match both open and close
8963         brackets.
8964
8965 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8966
8967         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8968         testing by modifying the code from FSF Emacs paren.el. Add comments.
8969
8970 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8971
8972         * input/test/dpncnt.ly: Transpose example to match new
8973         default \chords octave.  Add comment.
8974
8975         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8976         comment about octave change.
8977
8978 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8979
8980         * input/test/[d,e]: added texinfo index tags.
8981         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8982
8983 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8984
8985         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8986
8987 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8988
8989         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8990         as in blink-matching-open.
8991
8992 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8993
8994         * input/test/[a-c]: more comments in files.
8995         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8996         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8997         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8998         mark file for proposed deletion.
8999         * input/test: renaming files:
9000         auto-beam-4-8.ly to beam-auto-4-8.ly
9001         auto-beam-override.ly to beam-auto-override.ly
9002         auto-beam.ly to beam-auto.ly
9003         blank.ly to blank-paper.ly
9004         absolute-volume.ly to dynamic-absolute-volume.ly
9005
9006 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9007
9008         * input/test/dpncnt.ly: 
9009         * input/test/chord-names-dpnj.ly: Resurrect.
9010
9011         * lily/my-lily-lexer.cc: Remove chordnames keyword.
9012
9013         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
9014
9015         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
9016         Better docstring, add parameter OMIT-ROOT, tidy up.
9017
9018 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
9019
9020         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
9021
9022 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9023
9024         * scm/output-ascii-script.scm (as-font-alist-alist):
9025         (as-properties-to-font-name):
9026         (as-make-style-sheet): Remove.
9027
9028         * scm/font.scm (as-make-font-list): New function.
9029         (as-font-sheet-alist): New variable.
9030
9031         * ly/paper-as9-init.ly: 
9032         * ly/paper-as5-init.ly: Update.
9033
9034         * ly/paper-as5.ly:
9035         * ly/paper-as9.ly: New file.
9036
9037 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9038
9039         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
9040
9041 2003-05-28  Graham Percival  <gperlist@shaw.ca>
9042         * input/sondag-morgen/*: removed due to copyright concerns.
9043         * input/[a,b]*.ly: added a newline at the end of the texinfo
9044         doc string (produces better output in HTML version).
9045         * input/c*.ly: added texinfo index and added comments to
9046         aid in future changes to input/test/ files.
9047
9048 2003-05-28  Graham Percival  <gperlist@shaw.ca>
9049
9050         * Documentation/user/refman.itely: fixed build problem (missing
9051         file) caused by previous renaming.
9052
9053 2003-05-28  Graham Percival  <gperlist@shaw.ca>
9054
9055         * input/test/[a,b]*.ly: added texinfo index and added comments to
9056         aid in future changes to input/test/ files.
9057         * input/test/bar-number-every-5-reset.ly: renamed to
9058         bar-number-every-five-reset.ly
9059         * input/test/bar-script-visibility.ly: renamed to
9060         bar-number-show-all.ly
9061
9062 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9063
9064         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
9065         to Voice.
9066
9067         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
9068         out note-line and glissando functionality.
9069
9070         * lily/line-spanner.cc (brew_molecule): cleanup.
9071
9072 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9073
9074         * scripts/as2text.scm: Use rdelim module.
9075         (start-system): Rename from start-line.
9076         (stop-system): Rename from stop-line.
9077         (af-gulp-file): Use string iso symbol for getenv.
9078
9079         * scm/output-ascii-script.scm: Add guile and lily modules.
9080         (font-name-alist): New variable.
9081         (draw-line): New function.
9082
9083         * scm/output-lib.scm (func, arg->string): Re-add from archive.
9084         (Were these silently removed, without ChangeLog entry?)
9085
9086 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9087
9088         * scm/music-functions.scm (make-ottava-set): bugfixes: also
9089         process 2nd ottava correctly.
9090
9091 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
9092
9093         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
9094
9095 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9096
9097         * Documentation/user/converters.itely (Invoking midi2ly): Update.
9098
9099 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9100
9101         * VERSION: release 1.7.20
9102
9103         * lily/text-spanner.cc (brew_molecule): clean up function. This
9104         fixes bugs with broken 8va spanners.
9105
9106         * lily/simple-spacer.cc (solve): also compute force for raggedright.
9107         This prevents spurious line-breaks with raggedright
9108
9109 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9110
9111         * lily/key-performer.cc (create_audio_elements): always use major
9112         key
9113
9114         * Documentation/user/internals.itely: updates
9115
9116         * input/regression/beam-break.ly: new file.
9117
9118         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
9119         beams if starting or terminating stems have 'beaming set.)
9120
9121         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
9122         property.
9123
9124         * lily/parser.yy (verbose_command_req): add comment about scales.
9125
9126 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
9127
9128         * lilypond-indent.el: adjust regexps in bracket-matching.
9129
9130 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
9131
9132         * Documentation/user/refman.itely: more tiny fixes
9133
9134         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
9135         "Chord names"; added table with input syntax for solesmes neumes
9136         table; added some words about rationale on input syntax design
9137
9138         * lily/gregorian-ligature-engraver.cc,
9139         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9140         lily/include/gregorian-ligature.hh: bugfix: horizontal head
9141         alignment of Pes Initio Debilis
9142
9143         * Documentation/user/refman.itely,
9144         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9145         mf/parmesan-heads.mf: fixed most of the head selection/alignment
9146         bugs in the solesmes neumes table
9147
9148 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
9149
9150         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
9151         Similarly, match '[' and ']' by skipping '\[' and '\]'.
9152
9153         * lilypond-mode.el: fix tag-score. small improvements.
9154
9155 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9156
9157         * .cvsignore: Add aclocal.m4.
9158
9159         * lily/music-constructor.cc: Include <assert.h>.
9160
9161 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9162
9163         * ly/engraver-init.ly (HaraKiriStaffContext): use
9164         RemoveEmptyStaffContext instead.
9165
9166         * Documentation/user/refman.itely: updates
9167
9168 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
9169
9170         * Documentation/user/refman.itely: added solesmes neumes table;
9171         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
9172         bugfix: "Ornaments" -> "Articulations"
9173
9174         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
9175
9176 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9177
9178         * lilypond-indent.el: Add a message about trying to match \] or \).
9179
9180 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
9181
9182         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
9183         obsolete "arithmetic_*"
9184
9185         * input/bugs/ligatures.ly: removed (will be put into a different
9186         directory later)
9187
9188 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9189
9190         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
9191         libkpathsea (Maurizio Tomasi).
9192
9193 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9194
9195         * input/regression/repeat-slash.ly (texidoc): new file
9196
9197         * lily/slash-repeat-engraver.cc (try_music): new file, handle
9198         slash repeats separately. Slash repeats and %
9199         repeats can now be nested.
9200
9201 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9202
9203         * lilypond-indent.el: Add preliminary test for closing \] and \).
9204
9205 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
9206
9207         * lily/gregorian-ligature-engraver.cc,
9208         lily/vaticana-ligature-engraver.cc,
9209         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
9210         mf/parmesan-heads.mf: various semivocalis related bugfixes
9211
9212         * input/bugs/ligatures.ly: new file demonstrating problems with
9213         ligatures
9214
9215 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
9216
9217         * lilypond-mode.el,
9218         lilypond-font-lock.el,
9219         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
9220
9221 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
9222
9223         * lilypond-mode.el: Remove outdated code. Stress the difference 
9224         between Emacs and XEmacs definitions.
9225
9226         * lilypond-mode.el,
9227         lilypond-indent.el: Define a function interactive only when necessary.
9228
9229 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
9230
9231         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
9232         Use inactive regions also in XEmacs.
9233
9234 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9235
9236         * Documentation/user/refman.itely (Repeat syntax): more updates
9237
9238         * lily/simple-spacer.cc (solve): move solution process into
9239         solve(). This fixes a bug with collisions and raggedright = ##t.
9240
9241         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
9242
9243         * ly/engraver-init.ly: remove GraceContext. Update examples.
9244
9245 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9246
9247         * GNUmakefile.in (fonts): Also make fontball.
9248
9249         * Website fixes:
9250
9251         * ly/engraver-init.ly (GraceContext): Add.
9252
9253         * run:
9254
9255             convert-ly $(find . -name *.ly)
9256
9257         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9258         new chords.
9259
9260 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9261
9262         * VERSION: 1.7.19 released
9263
9264         * scm/music-functions.scm (set-octavation): new function.
9265
9266         * input/regression/ottava.ly: new file
9267
9268         * lily/translator-scheme.cc (LY_DEFINE): new function
9269         ly:unset-context-property
9270         (LY_DEFINE) new function ly:context-property-where-defined: 
9271
9272 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9273
9274         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9275
9276         * lilypond.words: add few.
9277
9278         * input/test/script-chart.ly: fix typo.
9279
9280 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9281
9282         * scm/define-grobs.scm: uniform naming for definitions and output
9283         routine files. 
9284
9285         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9286         scm/context-description.scm
9287
9288         * lily/parser.yy (translator_spec_body): add \description to the
9289         \translator{} body syntax.
9290
9291         * lily/ottava-engraver.cc: new file.
9292
9293         * scm/chord-name.scm (natural-chord-alteration): replace old
9294         chord stuff. 
9295
9296         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9297
9298         * Documentation/user/refman.itely (Metronome marks): update doco.
9299
9300         * input/regression/markup-note.ly: new file
9301
9302         * input/regression/metronome-marking.ly: new file
9303
9304         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9305
9306         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9307         metronome marks.
9308
9309 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9310
9311         * Documentation/user/GNUmakefile: Compatibility fix for new
9312         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9313         for making binary packages; info splitting bug has been fixed.
9314
9315         * Documentation/user/refman.itely: Compile fixes.
9316
9317 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9318
9319         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9320         Count \midi -keywords also for a region.
9321
9322 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9323
9324         * lily/lookup.cc (LY_DEFINE): new function
9325
9326         * Documentation/user/tutorial.itely: updates
9327
9328 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9329
9330         * lilypond-mode.el: Allow Midi on buffer.
9331         Use only '.ly'-extension, remove '.sly' and '.fly'.
9332         Allow use of inactive regions. Invoke next Command on Master file, 
9333         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9334
9335 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9336
9337         * Documentation/user/tutorial.itely: updates.
9338
9339 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9340
9341         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9342
9343 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9344
9345         * lily/coherent-ligature-engraver.cc: fixed typo
9346
9347         * lily/coherent-ligature-engraver.cc,
9348         lily/gregorian-ligature-engraver.cc,
9349         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9350         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9351         lily/vaticana-ligature-engraver.cc,
9352         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9353         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9354         removed all ligature specific stuff from NoteHead code
9355
9356         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9357         ligatures now use regular noteheads
9358
9359         * lily/vaticana-ligature.cc: tiny code cleanups
9360
9361         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9362         space between two adjacent noteheads of the same pitch
9363
9364         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9365         description; cleanup: removed obsolete font-family settings
9366
9367 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9368
9369         * lily/coherent-ligature-engraver.cc,
9370         lily/gregorian-ligature-engraver.cc,
9371         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9372         lily/mensural-ligature-engraver.cc,
9373         lily/vaticana-ligature-engraver.cc,
9374         lily/include/gregorian-ligature-engraver.hh: updated for new
9375         Coherent_ligature_engraver; added comments that describe the basic
9376         design ideas of the ligature implementation
9377
9378         * lily/coherent-ligature-engraver.cc,
9379         lily/include/coherent-ligature-engraver.hh: new file: shared code
9380         between mensural ligatures and Gregorian chant notation ligatures
9381
9382 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9383
9384         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9385         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9386         use only two arguments in sit-for, use no arguments in
9387         read-char-exclusive, backspace is not a character (127) in XEmacs.
9388
9389         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9390
9391 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9392
9393         * lilypond-mode.el: un-commenting works after syntax-table fix.
9394
9395         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9396         group, verbose commenting for syntax table.
9397
9398         * lilypond-indent.el: add TODO for ligature slurs.
9399
9400 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9401
9402         * lilypond-mode.el: Move comments of parenthesis matching away,
9403         (blink-matching-paren-on-screen) fix blinking in Emacs.
9404
9405         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9406         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9407
9408         * lilypond-indent.el: Add TODO for parenthesis matching.
9409
9410 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9411
9412         * lilypond-mode.el: Fix XEmacs: 
9413         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9414         invoke explicitly easy-menu-add (in Emacs done automatically).
9415
9416         * lilypond.words: Add few words from input/*/*.ly.
9417
9418 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9419
9420         * VERSION (PATCH_LEVEL): release 1.7.18
9421
9422         * scripts/lilypond-book.py: only print basename for printfilename
9423         option
9424
9425         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9426         and syntax updates.
9427
9428 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9429
9430         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9431         better parametrisation. Move fatness of bulb downward.
9432
9433         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9434         glyph names. Underscores are not allowed .ps encoding files.
9435
9436 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9437
9438         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9439         variable "packed" for packed right-ragged mode
9440
9441         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9442         unused variable ragged; fixed indentation
9443
9444         * Documentation/user/refman.itely: tiny cleanups in ancient
9445         clef and custos section
9446
9447 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9448
9449         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9450         \applyoutput PROCEDURE
9451
9452         * lily/my-lily-lexer.cc: add \applyoutput.
9453
9454         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9455
9456         * lily/text-item.cc: clean text-interface description
9457
9458 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9459
9460         * input/{regression,test}/: use postfix for slur endings and beam
9461         begins.
9462
9463         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9464         style beams too. 
9465
9466         * input/regression/lyrics-melisma-beam.ly: new file.
9467
9468         * lily/lyric-engraver.cc (process_music): change from
9469         process_acknowledged_grobs()
9470
9471         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9472         functions to set and revert auto-beam settings.
9473
9474 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9475
9476         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9477
9478 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9479
9480         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9481         Documentation/user/lilypond.tely: fixed some typos; updated author
9482         info
9483
9484         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9485         #"" -> #'flag-style = #'()
9486
9487         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9488         cleanup: removed dead #includes
9489
9490         * lily/gregorian-ligature-engraver.cc,
9491         lily/include/gregorian-ligature.hh,
9492         scm/grob-property-description.scm: small cleanups, small spacing
9493         fixes
9494
9495         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9496         lily/vaticana-ligature.cc,
9497         lily/include/gregorian-ligature-engraver.hh,
9498         scm/grob-property-description.scm, scm/music-types.scm:
9499         "porrectus" -> "pes or flexa"
9500
9501         * ly/engraver-init.ly, scm/grob-description.scm,
9502         scm/grob-property-description.scm: junked porrectus, now handled
9503         by ligature code
9504
9505         * scm/grob-description.scm: bugfix: added space-alist entry for
9506         breathing sign/custos
9507
9508 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9509
9510         * Another grand 2003 update.
9511
9512         * Remove mentioning of `mudela'; There's no such thing.
9513
9514 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9515
9516         * Documentation/user/preface.itely (Preface to version 1.8): update
9517
9518         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9519
9520         * Documentation/user/converters.itely (Invoking convert-ly): revise
9521
9522         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9523
9524         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9525
9526 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9527
9528         * Documentation/user/internals.itely: more updates.
9529
9530 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9531
9532         * Documentation/user/refman.itely: revise 
9533
9534         * Documentation/user/internals.itely: revise
9535
9536         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9537
9538 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9539
9540         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9541         beautification: reformatted ancient clefs section; cleanup: small
9542         wording fixes
9543
9544 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9545
9546         * lilypond.words: added words for chant notation, sorted
9547         alphabetically through "sort lilypond.words"
9548
9549 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9550
9551         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9552         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9553         chant notation
9554
9555 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9556
9557         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9558         prevent TeX from interpreting them as long dash
9559
9560         * input/test/vaticana.ly: updated
9561
9562         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9563         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9564         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9565         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9566         fixes
9567
9568         * mf/parmesan-heads.mf: ledger endings: removed dead code
9569
9570 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9571
9572         * VERSION: 1.7.17 released
9573
9574         * Documentation/user/GNUmakefile
9575         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9576         files too.
9577
9578         * scm/document-markup.scm: new file: document all markup
9579         functions.
9580
9581         * scm/documentation-generate.scm: rename all documentation modules
9582         to document-*.scm
9583
9584         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9585         .png
9586
9587         * input/test/divisiones.ly: added
9588
9589         * input/regression/output-property.ly: new file
9590
9591         * lily/cluster.cc: change cluster-interface to use style property
9592
9593 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9594
9595         * input/test/chord-names-german.ly: modified.
9596
9597         * scm/chords-ignatzek.scm:
9598           chord-name->german-markup: Added
9599           note-name->german-markup: Changed (now producing lowercase notenames)
9600
9601         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9602
9603 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9604
9605         * scripts/convert-ly.py (FatalConversionError.conv):
9606         divisiominima -> divisioMinima, etc.
9607
9608         * ly/engraver-init.ly (FiguredBassContext): add
9609         Separating_line_group_engraver to Figured bass context.
9610
9611         * ly/german-chords-init.ly: remove file
9612
9613         * input/test/chord-names-german.ly (scm): new file.
9614
9615         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9616
9617         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9618         Chord_name_engraver
9619
9620         * Documentation/user/refman.itely: lots of updates.
9621
9622         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9623         new file
9624
9625         * input/test/bar-number-every-5-reset.ly: new file.
9626
9627 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9628
9629         * input/regression/chord-name-major7.ly: new file
9630
9631         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9632         if specced explicitly.
9633
9634         * input/regression/chord-name-entry-11.ly: new file.
9635
9636         * input/test/slur-beautiful.ly: new file.
9637
9638         * Documentation/user/refman.itely: updates.
9639
9640         * input/regression/collisions.ly (threevoice): cleanup.
9641
9642         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9643
9644 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9645
9646         * Documentation/user/*.itely: various updates.
9647
9648         * ly/spanners-init.ly: enddecr/ endcr.
9649
9650         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9651         of tutorial
9652
9653 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9654
9655         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9656
9657         * lily/new-chord-name-engraver.cc (process_music): use octavation
9658         (a number) instead of original-pitch to store inversions. This
9659         fixes a problem with transposed chords with inversions.  
9660
9661 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9662
9663         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9664         used in includable-lexer.hh.
9665
9666         * lily/includable-lexer.cc: Bugfix: include config.h.
9667
9668         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9669         circumvention of Debian packaging bug.
9670
9671 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9672
9673         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9674
9675         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9676
9677         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9678         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9679
9680         * lily/include/includable-lexer.hh: 
9681         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9682
9683         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9684
9685         * aclocal.m4: Regenerate.
9686
9687         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9688         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9689
9690         * scm/pdf.scm (use-modules): Include lily.
9691
9692         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9693         Noordkamp).
9694         (use-modules): Include lily.
9695         (lily-def): Bugfix: include tex-val in let.
9696
9697 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9698
9699         * lilypond-mode.el: sensible error if lilypond.words not found.
9700
9701         * lilypond.words: add few words.
9702
9703 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9704
9705         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9706
9707         * mf/parmesan-scripts.mf: fixed typo in char name
9708
9709 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9710
9711         * VERSION: 1.7.16 released
9712
9713         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9714         (this is a security vulnerability).
9715
9716         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9717
9718         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9719         add staff support.
9720
9721 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9722
9723         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9724         ly/script-init.ly, scm/script.scm: bugfix: renamed
9725         fermata->signumcongruentiae to fix naming clash with feta font
9726
9727 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9728
9729         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9730
9731         * lily/multi-measure-rest-engraver.cc
9732         (start_translation_timestep): use grace timing too for determining
9733         when to make mmrest.
9734         (start_translation_timestep): clear numbers too.
9735
9736 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9737
9738         * scm/music-types.scm: compile fix: escape braces
9739
9740         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9741         work around font selection problem
9742
9743         * Documentation/user/refman.itely: BreathingSign: added docu for
9744         property "text"
9745
9746 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9747
9748         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9749         information.
9750
9751 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9752
9753         * lily/multi-measure-rest-engraver.cc (class
9754         Multi_measure_rest_engraver): make multiple Number objects, one
9755         for each MultiMeasureTextEvent.
9756
9757         * scm/music-functions.scm (glue-mm-rest-texts): use
9758         MultiMeasureTextEvent
9759
9760         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9761
9762         * Documentation/user/refman.itely (Multi measure rests): update.
9763
9764 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9765
9766         * lily/ly-module.cc (ly_copy_module_variables): use
9767         scm_internal_hash_fold() for iterating modules.
9768
9769 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9770
9771         * Documentation/user/refman.itely: Section Custodes: added more
9772         example code
9773
9774         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9775         neo-mensural rests to parmesan font
9776
9777         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9778         header
9779
9780 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9781
9782         * Documentation/user/macros.itexi: @fileref macro.
9783
9784         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9785         each file. 
9786
9787 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9788
9789         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9790         Documentation/topdocs/AUTHORS.texi: updated my email address
9791
9792         * Documentation/user/refman.itely: updated custos documentation;
9793         beautified divisiones example; beautified articulations table
9794
9795         * lily/breathing-sign.cc: bugfix: finalis molecule
9796
9797 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9798
9799         * Documentation/user/refman.itely: added docu for
9800         contemporary fermata symbols, gregorian breathing signs; small fixes
9801
9802         * ly/gregorian-init.ly: removed obsolete #'type props
9803
9804 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9805
9806         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9807         minimum-length property correctly.
9808
9809 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9810
9811         * scm/music-functions.scm (make-multi-measure-rest): set input
9812         locations for multimeasure rests.
9813
9814 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9815
9816         * input/regression/breathing-sign.ly: updated to for ancient
9817         notation
9818
9819 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9820
9821         * scripts/ly2dvi.py: Add newline.
9822
9823 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9824
9825         * scripts/ly2dvi.py (dependency_files): Compile fix.
9826
9827 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9828
9829         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9830         (make_html_menu_file): --html menu. 
9831
9832 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9833
9834         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9835
9836 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9837
9838         * input/screech-boink.ly: new file.
9839
9840 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9841
9842         * scripts/lilypond-book.py (make_lilypond_file): convert
9843         lilypond-file to lilypond block directly, without going through
9844         begin/end lilypond text.
9845
9846
9847 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9848
9849         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9850         scm/grob-description.scm: moved Michael's original breathing sign
9851         code in brew_molecule() to divisio_minima(); provided new
9852         brew_molecule() that effectively replaces the
9853         Text_item::brew_molecule callback (with additional fallback to
9854         Michael's original code); added callbacks for brewing divisio
9855         maior/maxima and finalis
9856
9857         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9858         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9859
9860         * script-init.ly: added shortfermata, longfermata,
9861         verylongfermata, varcoda
9862
9863         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9864         longfermata, verylongfermata, varcomma, varcoda
9865
9866 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9867
9868         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9869           Remove all noquote and insert a few quote.
9870
9871         * Documentation/user/lilypond-book.itely (Music fragment options),
9872           scripts/lilypond-book.py: Don't include quotation blocks by
9873           default. Introduce option quote instead of noquote
9874
9875 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9876
9877         * VERSION: 1.7.15 released
9878
9879         * Documentation/user/lilypond.tely: omf updates.
9880
9881         * buildscripts/texi2omf.py (omf_vars): include version.date
9882
9883         * make/lilypond.redhat.spec.in: fixes for spec file. 
9884
9885         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9886         by function definition: lily now requires a recent GNU Make.
9887
9888         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9889         writing.
9890
9891         * make/ly-rules.make: remove .ly -> .tex rule
9892
9893         * Documentation/user/refman.itely (Figured bass): revised figured
9894         bass example.
9895
9896 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9897
9898         * stepmake/stepmake/omf-targets.make (local-install): add
9899         scrollkeeper-update message.
9900
9901         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9902         to binary.
9903         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9904
9905         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9906
9907         * Documentation/user/converters.itely (Invoking midi2ly): add
9908         track/channel notice.
9909
9910 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9911
9912         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9913
9914         * lily/parser.yy (scalar): DIGIT is also a scalar.
9915
9916         * Documentation/user/music-glossary.tely: add @omf tags
9917
9918         * Documentation/user/lilypond.tely: add @omf tags
9919
9920         * scm/generate-documentation.scm (string-append): add @omf tags.
9921
9922         * stepmake/stepmake/omf-*: new files 
9923
9924         * input/regression/multi-measure-rest.ly (texidoc): add doco
9925
9926         * GNUmakefile.in (web-doc-install): add web-doc-install target
9927
9928         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9929         fixes crashes while dumping MIDI.
9930
9931         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9932         midi
9933
9934 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9935
9936         * buildscripts/texi2omf.py: new file.
9937
9938         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9939         font-name
9940
9941 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9942
9943         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9944
9945         * lily/sequential-iterator.cc (descend_to_child): call
9946         descend_to_child() for all types of music.
9947
9948 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9949
9950         * scm/translator-property-description.scm: Add
9951         bassFigureFormatFunction.  Replace some entries.
9952
9953 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9954
9955         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9956         clean out.
9957
9958 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9959
9960         * scripts/midi2ly.py (Note.dump): never dump duration for
9961         dump_dur=0.
9962
9963         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9964         new function
9965
9966         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9967         figures using new markups. Much simpler, and should improve layout
9968         a little.
9969
9970         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9971
9972 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9973
9974         * ly/engraver-init.ly: use Hara kiri by default for 
9975         ChordNames, FiguredBass and Lyrics(Voice) context. 
9976
9977         * lily/axis-group-engraver.cc (acknowledge_grob): use
9978         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9979
9980         * scm/new-markup.scm (markup-function-list): add bracket,
9981         vbracket.
9982
9983         * ly/engraver-init.ly (ChordNamesContext): set
9984         minimumVerticalExtent
9985
9986 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9987
9988         * input/test/time-signature-double.ly: new file 
9989
9990         * input/regression/collision-head-chords.ly (texidoc): new file.
9991
9992         * lily/type-swallow-translator.cc: add note swallow translator 
9993
9994         * input/test/time-signature-double.ly: new file.
9995
9996         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9997
9998         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9999         (FiguredBassContext): idem.
10000
10001         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
10002
10003         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
10004
10005         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
10006
10007         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
10008         .afm dependency
10009
10010         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
10011
10012         * python/lilylib.py (make_page_images): add function.
10013
10014         * scripts/ly2dvi.py (run_latex): include title in preview image.
10015
10016         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
10017         from lilypond-book for <ly2dvifile> tags in HTML.
10018
10019         * scripts/ly2dvi.py (option_definitions): add --debug option to
10020         print out environment.
10021
10022         * input/regression/tie-chord-partial.ly: new file.
10023
10024 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
10025
10026         * lilypond.words: add 3
10027
10028 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10029
10030         * scm/new-markup.scm (markup-function-list): add finger-markup
10031
10032         * input/tutorial/brahms-tweaked.ly: new markup 
10033
10034         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
10035
10036         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
10037         crash when processing '() markup
10038
10039         * input/regression/breathing-sign.ly (texidoc): add caesura example.
10040
10041         * lily/breathing-sign.cc (railtracks): another caesura.
10042
10043         * mf/feta-schrift.mf: caesura symbol. 
10044
10045 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10046
10047         * scripts/convert-ly.py (FatalConversionError.conv): add
10048         ly:molecule-XXX conversions.
10049
10050         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
10051
10052         * input/regression/multi-measure-rest-text.ly: new file.
10053
10054         * scm/music-functions.scm (glue-mm-rest-texts): automatically
10055         convert MMREST-TEXT to MultiMeasureRestNumber settings.
10056
10057         * ly/engraver-init.ly (ScoreContext): move tablature settings to
10058         ScoreContext
10059
10060         * scm/new-markup.scm (center-markup): \center markup.
10061
10062         * scm/music-functions.scm: remove pitchify scripts.
10063
10064         * lily/music.cc (print_smob): display music name if available 
10065
10066 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10067
10068         * Documentation/user/refman.itely (Instrument names): remove
10069         \turnOff doco.
10070
10071 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10072
10073         * lily/score.cc (mark_smob): bugfix.
10074
10075         * input/regression/rehearsal-mark.ly: new file.
10076
10077         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
10078         report error at the current token again.
10079
10080 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10081
10082         * cygwin/mknetrel: Exit if doc build fails.
10083
10084         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
10085
10086 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10087
10088         * scm/music-types.scm (music-descriptions): add doc strings
10089
10090 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10091
10092         * lily/lexer.ll: 
10093         * lily/include/my-lily-lexer.hh: 
10094         * lily/include/includable-lexer.hh: Add flex kludge.
10095
10096         * config.hh.in: 
10097         * config.make.in: 
10098         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
10099         cruft.
10100
10101         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
10102         code.
10103
10104 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10105
10106         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
10107
10108         * lily/parser.yy (new_chord): Compile fix.
10109
10110 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10111
10112         * Documentation/user/refman.itely (Tuning groups of objects):
10113         remove documentation for \turnOff. 
10114
10115         * lily/percent-repeat-engraver.cc (try_music): add correct
10116         processing moments for double-measure percents as well.
10117
10118         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
10119
10120         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
10121         grob prop type. 
10122
10123         * Documentation/user/refman.itely (Printing named chords): add
10124         chord name tweak doco.
10125
10126         * input/template/gregorian-transcription.ly: new file.
10127
10128 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10129
10130         * VERSION: 1.7.13 released
10131
10132         * input/test/*: lots of cleanups/comment-outs/removals in chord
10133         examples
10134
10135         * input/regression/*: lots of cleanups/comment-outs/removals in
10136         chord examples
10137
10138         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
10139         options
10140
10141         * lily/new-chord-name-engraver.cc (process_music): give original
10142         inversion pitch to chord name routine.
10143
10144         * input/tutorial/os-score.ly: update to new markup
10145
10146         * Documentation/user/appendices.itely: simply include
10147         chords-ignatzek. 
10148
10149         * Documentation/user/refman.itely (Chords mode): add documentation
10150         for chord mode.
10151
10152         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
10153         not present in chord.
10154         (construct-chord): add inversion and bass support.
10155
10156         * lily/chord.cc: junk contents.
10157
10158 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
10159
10160         * Documentation/user/refman.itely:
10161         * Documentation/user/music-glossary.tely: fix. 
10162
10163 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10164
10165         * scm/chord-entry.scm (construct-chord): move chord construction
10166         to Scheme.
10167
10168         * lily/parser.yy (new_chord): new setup for chord entry.
10169
10170 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
10171
10172         * lilypond.words:
10173         * Documentation/user/music-glossary.tely: add ambitus.
10174
10175 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10176
10177         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
10178
10179         * lily/include/*.hh: string() -> to_string()
10180
10181         * scm/chords-ignatzek.scm: new file.
10182
10183         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
10184         standard chord name exceptions.
10185
10186         * scm/translator-property-description.scm (chordNameSeparator):
10187         add property.
10188         (majorSevenSymbol): add property
10189
10190         * lily/translator-scheme.cc (ly:context-properties): new function
10191         (ly:context-parent): new function.
10192         (print_smob): print context name.
10193
10194         * lily/music.cc (ly:get-music-length): new function
10195         (print_smob): don't print properties.
10196
10197         * lily/duration.cc (duration<?): new function
10198
10199         * input/regression/chords-funky-ignatzek.ly: new file.
10200
10201         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
10202         jazz chords.
10203
10204         * lily/pitch.cc (ly:pitch-diff): new function.
10205
10206         * input/regression/chords-ignatzek.ly: new file.
10207
10208 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10209
10210         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
10211         pitches for jazz chords.
10212
10213 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10214
10215         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
10216
10217 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
10218
10219         * lilypond.words: add 1
10220
10221 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
10222
10223         * Documentation/topdocs/AUTHORS.texi: refine.
10224
10225 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
10226
10227         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
10228
10229         * lilypond.words: add one.
10230
10231 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
10232
10233         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
10234         Fontify bass note in chords, e.g., e in c1/e.
10235
10236 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10237
10238         * Documentation/user/music-glossary.tely: Dutch updates and
10239         additions (Arent Storm).
10240
10241 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10242
10243         * input/regression/ambitus.ly:  move file.      
10244
10245         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10246
10247         * lily/event.cc (transpose): add tonic property to Key_change_req
10248         and to Key_engraver.
10249
10250 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10251
10252         * Documentation/user/refman.itely: fix typo.
10253
10254         * lilypond.words: removed wrong identifiers.
10255
10256 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10257
10258         * mf/feta-toevallig.mf: make flat stem shorter 
10259
10260 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10261
10262         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10263
10264         * lilypond.words: add from Phrasing slur.
10265
10266 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10267
10268         * lilypond-mode.el: allow launching multiple ViewPS processes.
10269
10270         * lilypond.words: add from Text markup.
10271
10272 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10273
10274         * input/test/ossia.ly (texidoc): add comment.
10275
10276         * input/regression/voice-follower.ly: new file.
10277
10278         * mf/feta-toevallig.mf: make flat heavier.
10279
10280         * lily/cluster-engraver.cc: clean up Cluster engraver
10281
10282         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10283         Engraver. Use Note_column to compute Y positions and deal with
10284         line break stuff.
10285
10286 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10287
10288         * lily/stem.cc: move french-beaming to stem.
10289
10290 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10291
10292         * lilypond-font-lock.el: fontify all durations in chords.
10293
10294         * lilypond.words: add from lily/my-lily-lexer.cc
10295
10296 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10297
10298         * VERSION: release 1.7.12
10299
10300         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10301
10302         * lily/gregorian-ligature.cc: new file
10303
10304         * lily/*: the Great 2003 search & replace.
10305
10306         * Documentation/user/refman.itely (Manual repeat commands): add
10307         note about font selection.
10308
10309 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10310
10311         * lilypond-mode.el: propose recompiling midi while invoking playing,
10312         not while stopping playing.
10313
10314 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10315
10316         * lilypond.words: add one.
10317
10318         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10319         and expressional note grouping. Fontify chord modes.
10320
10321 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10322
10323         * Documentation/user/music-glossary.tely (Top): translate melisma.
10324
10325 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10326
10327         * Documentation/user/music-glossary.tely (Top): add melisma.
10328
10329 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10330
10331         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10332         interfaces for (abstract) grob GregorianLigature
10333
10334         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10335         renamed head* -> glyph_name*, x-shift* -> x-offset*
10336
10337         * scm/grob-property-description.scm: bugfix: added missing descriptions
10338
10339 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10340
10341         * input/test/chord-names-dpnj.ly: New file.
10342
10343         * scm/double-plus-new-chord-name.scm: Implement full and partial
10344         exceptions.
10345
10346         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10347
10348         * scm/double-plus-new-chord-name.scm
10349         (double-plus-new-chord->markup): Fix sub->markup.
10350
10351
10352 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10353
10354         * lily/custos-engraver.cc: added TODO; editorial changes
10355
10356         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10357         consistency with other ligature engravers; removed access on (now)
10358         private variable _ligature of Ligature_engraver
10359
10360         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10361         renamed last_bound -> last_bound_; issue programming_error on
10362         abstract method calls; moved primitives code from
10363         Mensural_bracket_engraver to here (because almost ligature
10364         engravers will need it); renamed try_stop_ligature () ->
10365         typeset_ligature (); bugfix: store primitives of finished ligature
10366         in separate variable finished_primitives_ to avoid clash on input
10367         like "\] \["; added current_ligature () to enable access on
10368         private variable _ligature
10369
10370         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10371         (now in super class); renamed try_stop_ligature () ->
10372         typeset_ligature ()
10373
10374         * lily/mensural-ligature.cc: issue programming_error on abstract
10375         method calls
10376
10377         * lily/note-heads-engraver.cc: added TODO comment upon bool
10378         in_ligature
10379
10380         * mf/parmesan-heads.mf: fixed some of set_char_box()
10381
10382         * scm/grob-description.scm: added VaticanaLigature
10383
10384         * scm/grob-property-description.scm: added neume prefix properties
10385
10386         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10387         lily/include/gregorian-ligature-engraver.hh,
10388         lily/include/gregorian-ligature.hh: new files; framework for
10389         gregorian ligature engravers such as vaticana
10390
10391         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10392         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10393         vaticana style ligature implementation (still somewhat uncomplete)
10394
10395 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10396
10397         * VERSION: release 1.7.11
10398
10399         * scripts/convert-ly.py: add ly:pitch-transpose rule
10400
10401 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10402
10403         * input/test/dpncnt.ly: New file.
10404
10405         * lily/my-lily-lexer.cc: Add chordnames keyword.
10406
10407         * lily/parser.yy (chordnames_block): Parse chord name exception
10408         lists, see input/test/dpncnt.ly.
10409
10410         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10411         function.
10412
10413         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10414         filter-out too.
10415
10416         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10417         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10418         pitch functions (except for ly:make-pitch, but that's apparently
10419         some sort of scheme naming standard?).
10420
10421         * scm/lily.scm (!=): define-public.
10422
10423         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10424
10425 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10426
10427         * scm/double-plus-new-chord-name.scm
10428         (double-plus-new-chord-name->markup): New file.
10429
10430 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10431
10432         * python/lilylib.py (make_preview): don't suppress progress for
10433         bbox extraction.
10434
10435 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10436
10437         * Documentation/user/appendices.itely (scheme): update for new syntax.
10438
10439         * input/regression/chord-name-styles.ly: new file
10440
10441         * lily/instrument-name-engraver.cc: create instrument names
10442         without barline too.  Allows instrument name on ChordNames  
10443
10444         * scm/new-markup.scm (interpret-markup): allow simple strings as
10445         markup too.
10446
10447 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10448
10449         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10450         (step->markup-accidental): Fix: add accidental.
10451         (chord::inner-name-american): 
10452         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10453         append stray '/' if last superscript addition was 'o'.
10454
10455         * scm/new-markup.scm (normal-size-sub-markup) 
10456         (normal-size-super-markup): New function.
10457
10458         * lily/source-file.cc (Source_file): Add warning for possibly
10459         intentional but suspicious initialization.
10460
10461         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10462         add comments about cut-and-paste programming.
10463
10464         * flower/rational.cc (lcm): Not used; comment out.
10465
10466 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10467
10468         * lily/new-fingering-engraver.cc (position_scripts): use
10469         fingerHorizontalDirection to determine fingering horizontal
10470         directions.
10471
10472         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10473         fingering support.
10474
10475         * scripts/convert-ly.py (FatalConversionError.conv): add style
10476         conversion rule. 
10477
10478         * scm/chord-name.scm (set-chord-name-style): new function.
10479         (new-chord-name-brew-molecule): revise to interpret markup only
10480         (new-chord->markup): cleanuppish rewrite. To be called from the
10481         new engraver.
10482
10483         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10484         Markup earlier, during interpreting.
10485
10486         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10487         style settings. Rename to chord-names-*.ly
10488
10489 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10490
10491         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10492         markup code and update to new markup.  Most probably broke some of
10493         it.
10494
10495 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10496
10497         * Documentation/user/refman.itely: added docu for ambitus and
10498         clusters
10499
10500         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10501         ly_quote_scm() in lookup.cc
10502
10503         * mf/parmesan-clefs.mf: set_char_box fix
10504
10505         * lily/cluster-engraver.cc: junk implicit protection; use
10506         Protected_scm instead
10507
10508 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10509
10510         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10511         throughout.
10512
10513         * scm/new-markup.scm: Turn-off error-triggering test code.
10514
10515 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10516
10517         * scm/new-markup.scm (markup-thrower-typecheck) 
10518         (markup-typecheck?):  add full typechecking functions.
10519         (make-markup-maker): add make-FOO-markup functions.
10520         (markup-argument-list-error): nice error checking messages.
10521         (make-markup): better function: less quoting escapades.
10522
10523 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10524
10525         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10526
10527 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10528
10529         * cygwin/lilypond.hint (requires): Add cygwin.
10530
10531         * .cvsignore: Remove stepmake (huh!?!), add lib.
10532
10533         * GNUmakefile.in: Add libdir links for builddir runs.
10534
10535         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10536         instead of datadir.
10537
10538         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10539         local_lilypond_libdir.
10540
10541         * config.make.in (lilypond_libdir): Add.
10542
10543         * stepmake/stepmake/substitute-rules.make: 
10544         * stepmake/stepmake/script-rules.make: 
10545         * stepmake/stepmake/python-module-rules.make:
10546         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10547         lilypond-python-module patch.
10548
10549 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10550
10551         * Documentation/user/refman.itely (Graphical interfaces): add note
10552         about xml2ly.
10553
10554 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10555
10556         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10557
10558 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10559
10560         * VERSION: released 1.7.10
10561
10562         * scripts/musedata2ly.py (): idem
10563
10564         * scripts/midi2ly.py (dump_chord): idem
10565
10566         * scripts/etf2ly.py (version): idem 
10567
10568         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10569
10570         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10571
10572         * scm/tex.scm (tex-output-expression): remove eval compat
10573         glut. Other output files too.
10574
10575         * scm/chord-name.scm: don't export anything from chord module.
10576
10577         * input/test/american-chords.ly: idem
10578
10579         * input/test/banter-chords.ly (texidoc): idem
10580
10581         * input/test/Cc-chords.ly: add breakage notes.
10582
10583         * Documentation/user/refman.itely (Text markup): rewrite manual
10584         section.
10585
10586         * lily/parser.yy (scalar): allow \markup { } as property value. 
10587
10588         * scm/chord-name.scm: complete new markup usage
10589
10590         * scm/grob-description.scm (all-grob-descriptions): use new markup
10591         texts by default
10592
10593 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10594
10595         * scm/chord-name.scm: partial move to new markup texts.
10596
10597 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10598
10599         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10600
10601         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10602         settable.
10603
10604 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10605
10606         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10607         invoked for old midi, wait for killing.
10608
10609 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10610
10611         * Documentation/user/music-glossary.tely: Finnishing.
10612
10613 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10614
10615         * mf/feta-nummer-code.mf: some kerning pairs.
10616
10617 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10618
10619         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10620         Added.
10621
10622         * Documentation/user/refman.itely (Bar numbers):
10623         set-bar-number-visibility added, modulo-bar-number removed again
10624         (sorry).
10625
10626 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10627
10628         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10629
10630         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10631
10632         * Documentation/user/music-glossary.tely: translate into Finnish.
10633
10634 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10635
10636         * lilypond-mode.el: add shortcut for 2midi
10637
10638         * lilypond-font-lock.el: fontify lyrics
10639
10640 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10641
10642         * scm/drums.scm : use 1.7.x names.
10643
10644         * input/regression/drums.ly : Don't use << chords >>
10645
10646 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10647
10648         * lilypond-mode.el: tidy, add TODO
10649
10650         * make/lilypond.mandrake.spec.in: install-info quietly.
10651
10652 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10653
10654         * input/test/markup.ly: use new syntax.
10655
10656 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10657
10658         * ly/params-init.ly (interscoreline): add word-space
10659
10660         * input/test/metronome.ly (eighthNote): idem.
10661
10662         * input/test/script-priority.ly: use new markup
10663
10664         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10665
10666         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10667
10668         * lily/parser.yy (gen_text_def): bugfix.
10669         (full_markup): allow markup identifier.
10670
10671 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10672
10673         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10674         jobs at the same time. Add horizontal lines to Command menu.
10675         Allow one compiling job -- propose killing others before a new one.
10676
10677         * lilypond.words: add markup, teeny, etc.
10678
10679 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10680
10681         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10682         Allow only one type of midi process; launching Midi either stops
10683         midis or plays the current midi and launching MidiAll stops midis
10684         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10685         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10686
10687 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10688
10689         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10690         markup  for new markup texts.
10691
10692         * lily/mark-engraver.cc (process_music): idem
10693
10694         * lily/instrument-name-engraver.cc (create_text): idem
10695
10696         * scm/new-markup.scm (magnify-markup): new function.
10697
10698         * scm/molecule.scm (stack-lines): bugfix.
10699
10700         * lily/font-interface.cc (get_font): take font-magnification from
10701         alist chain.
10702
10703 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10704
10705         * lily/molecule-scheme.cc: move scheme functions to separate file.
10706
10707         * lily/font-metric.cc  (ly_get_glyph): new function. 
10708
10709         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10710         (italic-markup, dynamic-markup): new functions
10711         (font-markup): new function
10712
10713         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10714         padding and minimum
10715
10716 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10717
10718         * lily/accidental-engraver.cc:
10719         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10720
10721 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10722
10723         * lilypond.vim:
10724         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10725         [a-zA-Z] for user defined identifiers. Separate note cases 
10726         with and without a duration (allow cis\longaX).
10727
10728         * lilypond.words: Add words from Info.
10729
10730 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10731
10732         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10733
10734 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10735
10736         * lilypond-mode.el: Propose reverting buffer before a command if
10737         it was edited with an another editor.
10738
10739 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10740
10741         * lily/molecule.cc (ly_translate_molecule): new function
10742
10743         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10744         into libdir
10745
10746         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10747
10748         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10749
10750 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10751
10752         * lilypond.words: take \words from Info-index.
10753
10754 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10755
10756         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10757
10758 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10759
10760         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10761
10762 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10763
10764         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10765         and lilypond-documentation.
10766
10767 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10768
10769         * lily/parser.yy: Compile fix (bison 1.75).
10770
10771 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10772
10773         * VERSION: 1.7.9 released
10774
10775         * scm/music-functions.scm (shift-one-duration-log): refactor.
10776         Use music-map.
10777
10778         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10779
10780         * NEWS: update.
10781
10782         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10783         argument
10784
10785         * scm/music-functions.scm (display-music): new function
10786         (music-map): change arg order.
10787
10788         * input/regression/new-markup-syntax.scm: new file
10789
10790         * lily/parser.yy (markup): add \markup { .. } syntax.
10791
10792         * scm/new-markup.scm (override-markup): new function
10793         (lookup-markup): new function
10794         (music-markup): new function
10795         (lookup-markup-command): use markup-signature to store argument
10796         format for parser.
10797
10798         * lily/lexer.ll: preliminary \markup syntax. 
10799
10800 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10801
10802         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10803         add pre/post-dependencies and menus with icons from source.
10804
10805         * Documentation/pictures/lilypond-48x48.xpm:
10806         * Documentation/pictures/lilypond-32x32.xpm:
10807         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10808         transparent.
10809
10810         * stepmake/stepmake/generic-targets.make:
10811         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10812
10813 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10814
10815         * input/regression/music-map.ly (texidoc): new file.
10816
10817         * scm/music-functions.scm (music-map): new function
10818
10819 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10820
10821         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10822
10823 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10824
10825         * input/test/to-xml.ly:
10826         * lily/ligature-engraver.cc: Fixes documentation.
10827
10828         * lilypond.mandrake.spec.in:
10829         * lilypond.redhat.spec.in: Add lilypond.words.
10830
10831         * Documentation/user/refman.itely: Mention Info inside emacs.
10832
10833         * lilypond.suse.spec.in:
10834         * lilypond.redhat.spec.in:
10835         * lilypond.mandrake.spec.in: Set root-owner for doc
10836         (tobbe@nyvalls.se).
10837
10838 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10839
10840         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10841         os.popen.read ().
10842
10843 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10844
10845         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10846
10847         * python/lilylib.py (error): add space
10848
10849 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10850
10851         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10852         distribution.
10853
10854 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10855
10856         * lily/paper-outputter.cc (Paper_outputter): close port when
10857         finishing score.
10858
10859 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10860
10861         * scm/sodipodi.scm: Fixes.
10862
10863 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10864
10865         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10866
10867         * buildscripts/make-font-dir.py: Fix. 
10868
10869 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10870
10871         * lilypond-mode.el: Add support for Info inside Emacs.
10872
10873 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10874
10875         * buildscripts/make-font-dir.py: 
10876         * mf/GNUmakefile: Make sodipodi font map.
10877
10878         * scm/sodipodi.scm: Add more output functions.
10879
10880         * mf/feta-nummer.mf: 
10881         * mf/feta-beugel.mf: Add font_coding_scheme.
10882
10883         * lily/paper-outputter.cc (output_header): Fix creator string.
10884
10885 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10886
10887         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10888         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10889
10890         * lilypond.words: add two (Everybody can add/remove words now!).
10891
10892         * debian/rules:
10893         * make/lilypond.suse.spec.in:
10894         * make/lilypond.mandrake.spec.in:
10895         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10896
10897         * Documentation/user/refman.itely: Mention autocompletion.
10898
10899 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10900
10901         * scripts/ly2dvi.py: Add paper sizes.
10902
10903         * lily/timing-engraver.cc: 
10904         * lily/time-signature.cc: 
10905         * lily/span-bar.cc: 
10906         * lily/grob-scheme.cc: Code formatting fixes.
10907
10908         * scm/sodipodi.scm: 
10909         * scm/sketch.scm:
10910         * buildscripts/mf-to-table.py: 
10911         * buildscripts/make-font-dir.py: Font testing.
10912
10913 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10914
10915         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10916         inserts try-completion and shows all-completions.
10917
10918         * lilypond.words: '\' -> '\\'
10919
10920         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10921         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10922
10923         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10924         and LilyPond-reserved-words.
10925
10926 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10927
10928         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10929         from load-path.
10930
10931         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10932         the mini-buffer with Control-Shift-c.
10933
10934 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10935
10936         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10937         duration. This fixes \tempo taking time.
10938
10939 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10940
10941         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10942         Allow for text markup in repeatCommands. 
10943
10944 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10945
10946         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10947         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10948         Get rid of skeleton.el-dependency.
10949
10950         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10951
10952 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10953
10954         * lily/beam-engraver.cc (stop_translation_timestep): reset
10955         now_stop_ev_
10956
10957         * lily/scm-option.cc: add parse-protect to ly:set-option
10958
10959         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10960
10961 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10962
10963         * lily/include/ligature-bracket.hh: removed
10964         * lily/ligature-bracket.cc: removed
10965
10966         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10967         .tex
10968
10969         * lily/beam.cc (set_beaming): don't change beam count on rests.
10970         (brew_molecule): always set flag-width > 0.
10971
10972 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10973
10974         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10975         chars, remove instructions; instead, refer to lilypond-init.el and
10976         Documentation/topdocs/INSTALL.texi.
10977
10978         * lilypond.words: add identifiers and reserved words.
10979
10980         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10981         files and adding a load-path.
10982
10983         * lilypond-init.el: Instructions, extracted from 
10984         Documentation/topdocs/INSTALL.texi. 
10985
10986 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10987
10988         * VERSION: 1.7.8 released 
10989
10990         * lily/grob.cc (warning): better robustness fix.
10991
10992 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10993
10994         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10995
10996         * lily/cluster-engraver.cc: stick better to variable naming
10997         conventions
10998
10999         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
11000         until stop_translation_timestep()
11001
11002         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
11003         min/max coordinates to backend, but no musical info such as
11004         pitches
11005
11006         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
11007
11008         * lily/grob.cc: robustness fix: warning(): do not crash if
11009         cause is not set
11010
11011         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
11012         the much more elaborated tuplet brackets than the very naive and
11013         simple ligature bracket grob
11014
11015 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11016
11017         * Documentation/user/refman.itely (Analysis brackets): add
11018         horizontal bracket doco.
11019
11020         * ly/property-init.ly (setMmRestFermata): added.
11021
11022         * Documentation/user/refman.itely (Multi measure rests): fermatas
11023         on mm rests.
11024
11025         * input/regression/apply-context.ly (texidoc): new file
11026
11027         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
11028         code to be executed during interpretation. Possible applications:
11029         smart octavation, more advanced bar checks. 
11030
11031         * lily/apply-context-iterator.cc: new file.
11032
11033 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11034
11035         * input/test/new-markup.ly: new file.
11036
11037         * lily/text-item.cc (text_to_molecule): new function
11038
11039         * scm/new-markup.scm (lambda): new file
11040
11041         * lily/function-documentation.cc (ly_add_function_documentation):
11042         add proc property as well
11043
11044 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11045
11046         * Documentation/user/music-glossary.tely (Top): add custos.
11047
11048 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
11049
11050         * Documentation/topdocs/INSTALL.texi: advise how to include source
11051         path to Emacs load-path and improve language.
11052
11053 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11054
11055         * GNUmakefile.in: config.h message fix.
11056
11057         * autogen.sh:
11058         * aclocal.m4: Regenerate.
11059
11060         * configure.in: 
11061         * config.make.in: 
11062         * stepmake/config.make.in: 
11063         * stepmake/configure.in: 
11064         * stepmake/autogen.sh: 
11065         * stepmake/aclocal.m4: Update for autoconf 2.56.
11066
11067 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
11068
11069         * Documentation/topdocs/INSTALL.texi: instructions for an user how
11070         to install Emacs-mode. Instructions how to use vim-mode.
11071
11072 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11073
11074         * scm/music-types.scm (music-descriptions): no length for tempo event.
11075
11076         * input/*.ly: add \version everywhere.
11077
11078         * input/*.ly: update syntax to 1.7 + new-chords.
11079
11080         * VERSION: 1.7.7 released.
11081
11082         * Documentation/user/*.tely: new chord syntax.
11083
11084         * input/regression/[bc]*.ly (texidoc): syntax updates.
11085
11086 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
11087
11088         * lilypond.words: add vocabulary to be used in auto-completion
11089
11090         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
11091
11092         * lilypond.vim: allow note name at EOF
11093
11094 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11095
11096         * buildscripts/new-chords.py (edit): -e option: inline editing.
11097
11098         * input/regression/a*.ly (texidoc): syntax updates.
11099
11100         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
11101         music): elucidations. 
11102
11103 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
11104
11105         * lily/include/lily-proto.hh, ly/engraver-init.ly,
11106         ly/spanners-init.ly, scm/grob-description.scm,
11107         scm/grob-property-description.scm, scm/music-types.scm,
11108         lily/cluster-engraver.cc, lily/cluster.cc,
11109         lily/include/cluster.hh, input/test/cluster.ly: cluster
11110         implementation
11111
11112         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
11113         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
11114         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
11115
11116         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
11117
11118         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
11119
11120         * scm/grob-description.scm: bugfix: by default, use default note
11121         head style when engraving ligatures
11122
11123         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
11124
11125         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
11126         events
11127
11128         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
11129
11130         * input/test/ancient-font.ly: bugfix: style -> flag-style
11131
11132         * lily/ligature-engraver.cc: indentation fix
11133
11134         * lily/parser.yy: indentation fixes
11135
11136 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11137
11138         * input/regression/measure-grouping.ly: more elaborate example.
11139
11140         * lily/moment.cc: ly:add-moment, ly:mul-moment,
11141         ly:div-moment. New functions 
11142
11143         * scm/music-functions.scm (set-time-signature): new function,
11144         allow inline time sig settings with measure grouping.
11145
11146         * lily/parser.yy (command_element): move time sig construction
11147         into Scheme.
11148
11149         * lily/side-position-interface.cc (out_of_staff): new function,
11150         like padding, but keep minimum distance from staff. Easier than
11151         linespanners (dynamics, pedals), but roughly the same effect.
11152
11153 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
11154
11155         * emacs-mode.el: Added spanish-note-replacements 
11156         (Carlos Betancourt, <carlos.betancourt@chello.be>).
11157
11158         * vimrc: (Un)commenting with <(S-)F12>, tidy.
11159
11160 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
11161
11162         * lilypond.vim: Do not fontify cises, desis, etc.
11163
11164         * vimrc: view dvi with <S-F6>
11165
11166 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11167
11168         * lily/lookup.cc (triangle): new function.
11169
11170         * input/regression/measure-grouping.ly (texidoc): new file: show
11171         triangles and brackets for beat groups of 3 and 2.
11172
11173         * lily/include/measure-grouping-spanner.hh (class
11174         Measure_grouping): new file.
11175
11176         * lily/measure-grouping-spanner.cc (brew_molecule): new file
11177
11178         * lily/measure-grouping-engraver.cc (class
11179         Measure_grouping_engraver): new file.
11180
11181 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11182
11183         * Merge from stable:
11184
11185             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
11186
11187         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
11188         stylesheet.
11189
11190         * ly/paper19.ly: Include paper19-init.ly.
11191
11192         * ly/paper19-init.ly: New file.
11193
11194         * Documentation/user/tutorial.itely (First steps): Fix first
11195         example for font test.
11196
11197         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
11198
11199         * ChangeLog: Add 1.7.6 release marker (see below).
11200
11201         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
11202         Add .py files.
11203
11204 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11205
11206         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
11207
11208         * input/tutorial/*.ly: update to new syntax.
11209
11210         * lily/parser.yy (Composite_music): new transpose syntax,
11211         \transpose FROM TO MUSIC. 
11212
11213 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11214
11215         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
11216         latex progress/error output to stderr (by default this goes to
11217         stdout).  Show lilypond progress, even when not verbose.
11218
11219         * python/lilylib.py (system): New optional parameter to control
11220         showing of progress.
11221
11222         * scm/backend-documentation-lib.scm (check-dangling-properties):
11223         Fix error message.
11224
11225         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
11226         axis, extent.
11227
11228         * scm/grob-property-description.scm (magnify): Remove.
11229         (extent, axis): Add.
11230
11231 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11232
11233         * VERSION: Release 1.7.6.
11234
11235         * scripts/convert-ly.py: more uniformization substitutions.
11236
11237         * buildscripts/new-chords.py (sub_chords): new file.
11238
11239 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11240
11241         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
11242         lilypond.map.  Include sauter fonts too.  Cleanups.
11243
11244 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11245
11246         * Documentation/user/tutorial.itely (First steps): change to new
11247         chord/tie/slur/beam notation.
11248
11249         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11250         ties.
11251
11252         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11253         engraver. Process ties in postfix notation, i.e. c8-~ c
11254
11255         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11256
11257         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11258
11259         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11260
11261         * lily/beam-engraver.cc (try_music): accept new-beam-events
11262
11263         * input/regression/chord-scripts.ly (texidoc): new file
11264
11265         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11266         script-events.
11267
11268         * scm/script.scm (default-script-alist): cleanup.
11269
11270         * lily/script-engraver.cc (make_script_from_event): cleanup.
11271
11272         * lily/lyric-combine-music-iterator.cc
11273         (Lyric_combine_music_iterator): remove superfluous events.
11274         (melisma_busy): new function. Fix broken melismas.
11275
11276 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11277
11278         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11279         Remove nonvalid settings. Use descriptive key names.
11280         Use <Return> to indicate the pressing of that key.
11281
11282 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11283
11284         * scripts/lilypond-book.py (option_definitions): Typo.
11285
11286         * scripts/ly2dvi.py: Updates.
11287
11288         * python/lilylib.py (setup_environment, print_environment)
11289         (get_bbox, make_preview): Merge and remove from ly2dvi and
11290         lilypond-book.
11291
11292         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11293
11294         * .cvsignore: Remove some cruft.
11295
11296         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11297         path.
11298
11299         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11300         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11301         throughout.
11302
11303         * python/lilylib.py (quiet_system): Junk
11304         (system): Display error log upon failure.
11305         (read_pipe): New function.  Cleanups and fixes.
11306
11307         * python/*.py: Rename from *.py.in.
11308
11309         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11310
11311         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11312
11313 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11314
11315         * python/GNUmakefile: Bugfix: handle modules.
11316
11317         * stepmake/stepmake/python-module-targets.make (default): Add
11318         compiled modules. 
11319
11320         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11321         compiling modules.
11322
11323         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11324         Bugfix.  (OUT_PYC_MODULES): Add.
11325
11326 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11327
11328         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11329         Use default paths. Refresh description.
11330
11331 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11332
11333         * VERSION: 1.7.5 released
11334
11335         * input/regression/finger-chords.ly (texidoc): new file.
11336
11337         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11338         support
11339
11340         * lily/fingering-engraver.cc (process_music): remove kludgy
11341         scriptHorizontal stuff.
11342
11343         * lily/script.cc: remove staff-support property.
11344
11345         * lily/new-fingering-engraver.cc (add_fingering): new
11346         file. Fingering engraver for new style chords.
11347
11348 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11349
11350         * lily/parser.yy (bare_number): allow 4 \cm (without
11351         decimal dot). (should backport to 1.6?)
11352
11353         * ly/declarations-init.ly: use Scheme for dimension defs.
11354
11355         * lily/parser.yy (TODO): remove hard coded dimensions, add
11356         REAL NUMBER_IDENTIFIER production.
11357
11358         * lily/rest-collision.cc (force_shift_callback): rewrite using
11359         -done property.
11360
11361         * scm/grob-property-description.scm (rest-collision-done): add
11362         property.
11363
11364         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11365
11366 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11367
11368         * input/regression/multi-measure-rest-center.ly: new file.
11369
11370         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11371         off horizontally by 0.05 ss. Fixed.
11372
11373 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11374
11375         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11376
11377         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11378
11379 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11380
11381         * lily/tie.cc (get_control_points): also avoid staff lines on the
11382         just outside the outer staff lines
11383
11384 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11385
11386         * ly/params-init.ly: Just define style-alist, no need to
11387         define-public.
11388
11389         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11390         (thanks Han-Wen).
11391
11392         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11393         (FET_FILES): = FONT_FILES.
11394
11395         * Merge from stable:
11396
11397             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11398
11399 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11400
11401         * VERSION: 1.7.4 released.  
11402
11403         * scm/generate-documentation.scm (string-append): add macro
11404         definitions.
11405
11406         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11407         normal texts.
11408
11409         * lily/multi-measure-rest-engraver.cc: make separate
11410         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11411
11412         * lily/multi-measure-rest.cc: remove text handling. Remove
11413         number-threshold.
11414
11415 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11416
11417         * scm/music-types.scm: doc patch by Graham Percival
11418
11419 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11420
11421         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11422         encoding part.
11423         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11424         (sketch_p): Sketch wants only first four elements of X11 font spec.
11425
11426         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11427
11428         * mf/feta-autometric.mf: Write foundry and family to log.
11429
11430         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11431         font translation table.
11432
11433         * buildscripts/mf-to-table.py: Better font info into afm.
11434
11435         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11436         1.0.9 required.
11437
11438         * configure.in: Whine for mftrace 1.0.9.
11439
11440 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11441
11442         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11443
11444         * lily/main.cc (main_prog): don't try to load init.EXT when
11445         processing foo.EXT.
11446
11447 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11448
11449         * scm/tex.scm (zigzig-line): added.
11450
11451         * scm/ps.scm (zigzag-line): added.
11452
11453         * ps/music-drawing-routines.ps (subvec): added.
11454         (draw_zigzag_line): added.
11455
11456         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11457         grob properties zigzag-width and zigzag-length.
11458
11459         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11460
11461 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11462
11463         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11464         svg output, including font.
11465
11466 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11467
11468         * scm/lily.scm: Register sodipodi output module.
11469
11470         * scm/sodipodi.scm: New file.
11471
11472         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11473
11474         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11475         comment, after header.
11476         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11477         FullName.  Fix FontName key.
11478
11479 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11480
11481         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11482         and breve rests.
11483
11484         * input/test/blank-notes.ly: bugfix
11485
11486         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11487         rests. (Kim Shrier)
11488
11489         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11490
11491 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11492
11493         * scm/tex.scm: 
11494         * scm/ps.scm: Cleanup and remove obsolete junk.
11495
11496         * Documentation/user/internals.itely:
11497         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11498
11499         * lily/parser.yy: Identify shift/reduce problems.
11500
11501         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11502         make-style-sheet.  Too specific for convert-ly?
11503
11504 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11505
11506         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11507
11508         * input/test/*.ly: various fixes.
11509
11510         * lily/music.cc (name): bugfix
11511
11512         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11513
11514         * lily/input-file-results.cc (code): set-point-and-click! ->
11515         set-point-and-click
11516
11517 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11518
11519         * Use uniform ly: prefix for exported scheme primitive functions.
11520
11521         * scm/music-types.scm: junk compat glue
11522
11523         * scripts/convert-ly.py: add rules for stuff below, junk
11524         compatibility glue for spanrequest.
11525
11526         * lily/parser.yy (verbose_event): remove \spanrequest,
11527         \commandspanrequest, \script. 
11528
11529         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11530
11531         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11532         for \penalty, \glissando.
11533
11534         * VERSION: release 1.7.3
11535
11536 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11537
11538         * lily/accidental-engraver.cc: Fix
11539         grace-in-the-beginning-of-measure bug caused by the resent
11540         partial-measure fix.
11541
11542         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11543         overlap looks too crowded)
11544
11545 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11546
11547         * lily/parser.yy (assignment): allow SCM expression as assignment.
11548
11549         * lily/include/music-output-def.hh (class Music_output_def):
11550         * lily/music-output-def.cc: 
11551         * lily/paper-def.cc: 
11552         * scm/font.scm (markup-to-properties):
11553         * lily/parser.yy (music_output_def_body): 
11554         remove style_sheet_
11555
11556 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11557
11558         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11559         length.
11560
11561         * input/regression/spacing-to-grace.ly: new file.
11562
11563         * input/regression/spacing-end-of-line.ly: new file.
11564
11565         * lily/note-spacing.cc (get_spacing): take into account breakable
11566         stuff sticking out at the left (time sig change at line break).
11567
11568         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11569         raggedright code.
11570
11571         * scm/music-functions.scm (make-voice-props-set): add
11572         staff-position for mm rests.
11573
11574         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11575         before grace notes a little.
11576
11577         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11578
11579         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11580         key adds space at the end of line. 
11581
11582 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11583
11584         * scm/sketch.scm: Fix beams.
11585
11586         * buildscripts/mf-to-table.py: Add EncodingScheme.
11587
11588         * scm/sketch.scm: Resurrect.
11589
11590 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11591
11592         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11593         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11594
11595 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11596
11597         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11598
11599         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11600
11601 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11602
11603         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11604         token for origin information.
11605
11606         * lily/parser.yy (My_lily_lexer): do identifier location and
11607         cloning from lexer.
11608
11609         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11610         logic out of the parser. Add bar checks on both ends.
11611
11612         * Documentation/user/refman.itely (Multi measure rests): add more
11613         notes about mm rests.
11614
11615 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11616
11617         * input/regression/bar-scripts.ly: Re-enable.
11618
11619         * lily/parser.yy:
11620         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11621         released rsn.  Bison 1.50 has a crucial bug and won't work.
11622
11623         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11624
11625
11626 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11627
11628         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11629
11630 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11631
11632         * Actually merge changes since 1.6.4 besides ChangeLog, and
11633         resolve conflicts.  Lots of updates, hope all is well.
11634
11635         * cygwin/lilypond.hint (requires): Add ghostscript.
11636
11637         * scm: Update some (c).
11638
11639 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11640
11641         * input/test/{various}.ly: add \header fields and texidoc strings.
11642
11643 2002-10-05  Werner Lemberg  <wl@gnu.org>
11644
11645         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11646         renamed to `output_latex_quoted'.
11647         Added `output_latex_noquote'.
11648         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11649         mode.
11650
11651 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11652
11653         * ChangeLog: Add 1.6.6 release marker.  See below.
11654
11655         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11656
11657         * scripts/midi2ly.py: Fix global syntax warnings.
11658
11659         * GNUmakefile.in: Generate builddir locale tree too.
11660
11661         * scripts/ly2dvi.py:
11662         * scripts/midi2ly.py: 
11663         * scripts/mup2ly.py: 
11664         * scripts/update-lily.py:
11665         * lily/main.cc (setup_paths): Fix for locales setup.
11666
11667 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11668
11669         * Documentation/windows/installing.texi: Soften wording about
11670         necessity of becoming Administrator.  tommie@iae.nl reports this
11671         does not seem to be necessary for his flavour of Windows 2000.
11672         Explicitely discourage text mode mounts.
11673
11674 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11675
11676         * lily/rest.cc (after_line_breaking): backport dot position fix.
11677
11678         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11679         rests. Thanks to Klaus Zimmermann for finding this bug.
11680
11681 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11682
11683         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11684
11685 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11686
11687         * Documentation/user/music-glossary.tely: fix links.
11688
11689 2002-10-21  Werner Lemberg  <wl@gnu.org>
11690
11691         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11692         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11693         scaling factor) only once and use them in the definition of
11694         \embeddedps.
11695         * ps/music-drawing-routines.ps (skeel): Removed.
11696
11697 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11698
11699         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11700         Solaris7, as we don't use nested $( ) constructs.
11701
11702 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11703
11704         * VERSION: Release 1.6.6.
11705
11706 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11707
11708         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11709         as workaround for /bin/sh problems on Solaris7.
11710
11711 2002-10-19  Werner Lemberg  <wl@gnu.org>
11712
11713         * GNUmakefile.in (web-doc): Fix typos.
11714         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11715         `music-drawing-routines.ps' but emit \special{header=...} once.
11716         * scm/tex.scm (header-end): Updated.
11717
11718 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11719
11720         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11721         undefined tremolo. 
11722
11723 2002-10-15  Werner Lemberg  <wl@gnu.org>
11724
11725         * scripts/lilypond-book.py (g_make_html): New global variable.
11726         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11727         if `g_make_html' isn't set.
11728         [main]: Add format `texi-html'.
11729         (option_definitions): Updated.
11730         * Documentation/user/lilypond-book.itely: Updated.
11731
11732         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11733         * make/ly-rules.make (%.texi, %.nexi): Use it.
11734         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11735         format to lilypond-book.
11736         * GNUmakefile.in (web-doc): Ditto.
11737
11738 2002-10-14  Werner Lemberg  <wl@gnu.org>
11739
11740         Further improve TeX output.  The produced files are about 40%
11741         smaller.  `lilyponddefs.tex' is now read only once.
11742
11743         * tex/lilyponddefs.tex: Remove footer stuff.
11744         (\ifundefined): Renamed to...
11745         (\lilypondundefined): This.  Use LaTeX's definition to
11746         make it nestable and make it global.
11747         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11748         output.
11749         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11750         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11751         them global.
11752         (\placebox): Renamed to...
11753         (\lyitem): This.
11754         Make it global and call \outputscale by itself.
11755         (\lybox, \lyvrule): New macros to reduce input data.
11756         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11757         New auxiliary macros.
11758         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11759         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11760         to...
11761         (\lilypondspace): This and made it global.
11762         (\turnOnPostScript): Renamed to...
11763         (\lilypondpostscript): This and made it global.
11764         (\turnOnExperimentalFeatures): Renamed to...
11765         (\lilypondexperimentalfeatures): This and made it global.
11766         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11767         (\lilypondsetdimen): This and made it global.
11768         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11769         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11770         (all, $(outdir)/music-drawing-routines.ps): New rules.
11771         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11772         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11773         start-system, stop-system, stop-last-system, filledbox): Updated to
11774         use the changed macros from lilyponddefs.tex.
11775         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11776
11777 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11778
11779         * Documentation/windows/installing.texi: Update.
11780
11781 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11782
11783         * VERSION: 1.6.5 released
11784
11785         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11786
11787 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11788
11789         * scm/translator-property-description.scm (voltaOnThisStaff): add
11790         property.
11791
11792 2002-09-28  Werner Lemberg  <wl@gnu.org>
11793
11794         * scm/tex.scm (header-end): Suppress page numbering.
11795
11796         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11797         Fix quotation for HTML output.
11798
11799 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11800
11801         * Documentation/user/refman.itely: grammar and phrasing
11802           fixes to "Note Entry" section.  Also adds a few new examples.
11803
11804 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11805
11806         * flower/include/string-data.icc: include string.h
11807
11808 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11809
11810         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11811
11812 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11813
11814         * Documentation/user/GNUmakefile (extra-local-help): Add.
11815
11816         * stepmake/stepmake/www-targets.make (local-help): Add.
11817
11818 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11819
11820         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11821         packages.
11822
11823         * Documentation/topdocs/README.texi (Top): building documentation
11824         (not website.)
11825
11826 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11827
11828         * Documentation/user/refman.itely: 
11829         * Documentation/user/tutorial.itely: 
11830         * Documentation/user/music-glossary.tely: Merge changes.
11831
11832         * Documentation/user/glossary.html.in: 
11833         * Documentation/index.texi: 
11834         * Documentation/header.html.in: Accomodate renaming of glossary.
11835
11836         * Documentation/user/tutorial.itely: Add some glossary references.
11837
11838         * Documentation/user/refman.itely: Minor fixes.
11839
11840         * Documentation/user/lilypond.tely: Add glossary do direntry.
11841
11842         * Documentation/user/music-glossary.tely: Rename (previously:
11843         glossary.tely).  Fix anchor placement.
11844
11845         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11846
11847 2002-09-23  Werner Lemberg  <wl@gnu.org>
11848
11849         * scripts/lilypond-book.py (output_dict): Fix handling of
11850         various environments by avoid extraneous newlines.
11851         Rename `output-all' regexp for html to `output-html'.
11852         Replace `output-all' regexp for texi with `output-texi-quote'
11853         and `output-texi-noquote'.
11854         (compose_full_body): Don't override `linewidth' user option
11855         for `singleline'.
11856         (schedule_lilypond_block): Don't indent text specified with
11857         `intertext' option.
11858         Add new option `noquote'.
11859         (compile_all_files): Use latex instead of tex to compile ly
11860         files directly.
11861
11862         * Documentation/user/lilypond-book.itely: Updated and revised.
11863         Improve layout.
11864
11865         * Documentation/user/glossary.tely,
11866         Documentation/user/introduction.itely,
11867         Documentation/user/tutorial.itely,
11868         Documentation/user/refman.itely,
11869         Documentation/user/appendices.itely: Fix overfull LilyPond
11870         boxes caused by the new lilypond-book code.  Other minor
11871         fixes.
11872
11873         * Documentation/user/macros.itexi (@texiflat): Don't emit
11874         trailing space.
11875
11876         * scm/tex.scm (end-output, header-end): Add preamble and
11877         postamble to make lilypond output directly compilable with
11878         latex.
11879
11880
11881 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11882
11883         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11884         instructions.
11885
11886 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11887
11888         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11889
11890 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11891
11892         * lily/beam.cc (connect_beams): don't crash if there are quarter
11893         notes in beams.
11894
11895 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11896
11897         * Documentation/user/refman.itely: corrected ancient clef
11898         docu; added docu on ligatures
11899
11900 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11901
11902         * Documentation/user/glossary.tely,
11903         Documentation/user/refman.itely, input/les-nereides.ly,
11904         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11905         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11906         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11907         Stem properties: flag-style -> stroke-style, style -> flag-style.
11908
11909
11910 2002-09-22  Werner Lemberg  <wl@gnu.org>
11911
11912         * scripts/lilypond-book.py: Add option `notime' to suppress
11913         printing of a time signature.  Specify default indentation of 0pt
11914         if single line fragment.  Don't emit redundant `\paper{ }'.
11915
11916         * Documentation/user/lilypond-book.itely: Updated.
11917
11918         * Documentation/user/glossary.tely: Completely reformatting.
11919
11920 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11921
11922         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11923
11924 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11925
11926         * Documentation/user/tutorial.itely: Fix links.
11927
11928         * Documentation/topdocs/index.tely:
11929         * Documentation/index.texi:
11930         * Documentation/header.html.in: Small website fixes and updates.
11931
11932         * debian/: Debian patch by Anthony Fok.
11933
11934 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11935
11936         * Documentation/footer.html.in: How time flies: It's already 2002!
11937
11938         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11939         more descriptive link names than 'here'.
11940
11941 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11942
11943         * VERSION: 1.7.2 released
11944         * VERSION: 1.6.4 released
11945
11946         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11947
11948         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11949         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11950
11951         * mf/feta-din.mf (test): add x-height and space.
11952
11953         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11954         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11955
11956         * ly/grace-init.ly: add-to-grace-init: function to portably add
11957         settings to \grace. 
11958
11959         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11960         if we get an absolute dynamic event.
11961
11962         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11963
11964         * lily/source-file.cc (get_line): oops. All line numbers were off
11965         by 2. Fix that. 
11966
11967         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11968         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11969
11970         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11971
11972         * lily/parser.yy (number_factor): remove (number) as number
11973         expression. ("Let them eat Lisp").
11974
11975 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11976
11977         * lily/horizontal-bracket.cc: new file.
11978
11979         * lily/horizontal-bracket-engraver.cc: new file.
11980
11981         * input/regression/note-group-bracket.ly: new file. Support
11982         horizontal note brackets for music analysis.
11983
11984         * lily/stem.cc (flag): new flag-style: no-flag.
11985
11986         * input/test/stem-cross-staff.ly: new file
11987
11988         * Documentation/user/internals.itely: Improved formatting, fixing
11989         typos.  Added a section `Output details' to describe how the TeX
11990         code looks like.
11991
11992         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11993
11994         * lily/parser.yy: remove \dynamicscript.
11995
11996         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11997         definitions. 
11998
11999         * python/midi.c (midi_error): take two arguments.
12000
12001         * Merge 1.6.5 changes:
12002
12003 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12004
12005         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
12006         staff-space.  Previous 1.5 was probably meant as half-spaces.
12007         (cautionary-style): parentheses (was: smaller).  This is what doco
12008         says, and it seems more logical.
12009
12010         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
12011         for 2nd sentence.
12012
12013 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12014
12015         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
12016
12017 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12018
12019         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12020
12021 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12022
12023         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
12024
12025 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12026
12027         * scm/translator-property-description.scm (voltaOnThisStaff): add
12028         property.
12029
12030 2002-09-28  Werner Lemberg  <wl@gnu.org>
12031
12032         * scm/tex.scm (header-end): Suppress page numbering.
12033
12034         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
12035         Fix quotation for HTML output.
12036
12037 2002-09-28   Graham Percival   <gperciva@sfu.ca>
12038
12039         * Documentation/user/refman.itely: grammar and phrasing
12040           fixes to "Note Entry" section.  Also adds a few new examples.
12041
12042 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12043
12044         * flower/include/string-data.icc: include string.h
12045
12046 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12047
12048         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12049
12050 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12051
12052         * Documentation/user/GNUmakefile (extra-local-help): Add.
12053
12054         * stepmake/stepmake/www-targets.make (local-help): Add.
12055
12056 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12057
12058         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
12059         packages.
12060
12061         * Documentation/topdocs/README.texi (Top): building documentation
12062         (not website.)
12063
12064 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12065
12066         * Documentation/user/refman.itely: 
12067         * Documentation/user/tutorial.itely: 
12068         * Documentation/user/music-glossary.tely: Merge changes.
12069
12070         * Documentation/user/glossary.html.in: 
12071         * Documentation/index.texi: 
12072         * Documentation/header.html.in: Accomodate renaming of glossary.
12073
12074         * Documentation/user/tutorial.itely: Add some glossary references.
12075
12076         * Documentation/user/refman.itely: Minor fixes.
12077
12078         * Documentation/user/lilypond.tely: Add glossary do direntry.
12079
12080         * Documentation/user/music-glossary.tely: Rename (previously:
12081         glossary.tely).  Fix anchor placement.
12082
12083         * Documentation/user/GNUmakefile: Make music-glossary.info too.
12084
12085 2002-09-23  Werner Lemberg  <wl@gnu.org>
12086
12087         * scripts/lilypond-book.py (output_dict): Fix handling of
12088         various environments by avoid extraneous newlines.
12089         Rename `output-all' regexp for html to `output-html'.
12090         Replace `output-all' regexp for texi with `output-texi-quote'
12091         and `output-texi-noquote'.
12092         (compose_full_body): Don't override `linewidth' user option
12093         for `singleline'.
12094         (schedule_lilypond_block): Don't indent text specified with
12095         `intertext' option.
12096         Add new option `noquote'.
12097         (compile_all_files): Use latex instead of tex to compile ly
12098         files directly.
12099
12100         * Documentation/user/lilypond-book.itely: Updated and revised.
12101         Improve layout.
12102
12103         * Documentation/user/glossary.tely,
12104         Documentation/user/introduction.itely,
12105         Documentation/user/tutorial.itely,
12106         Documentation/user/refman.itely,
12107         Documentation/user/appendices.itely: Fix overfull LilyPond
12108         boxes caused by the new lilypond-book code.  Other minor
12109         fixes.
12110
12111         * Documentation/user/macros.itexi (@texiflat): Don't emit
12112         trailing space.
12113
12114         * scm/tex.scm (end-output, header-end): Add preamble and
12115         postamble to make lilypond output directly compilable with
12116         latex.
12117
12118
12119 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12120
12121         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
12122         instructions.
12123
12124 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12125
12126         * Documentation/user/glossary.tely: Add titling and hyperlinks.
12127
12128 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12129
12130         * lily/beam.cc (connect_beams): don't crash if there are quarter
12131         notes in beams.
12132
12133 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12134
12135         * Documentation/user/refman.itely: corrected ancient clef
12136         docu; added docu on ligatures
12137
12138 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12139
12140         * Documentation/user/glossary.tely,
12141         Documentation/user/refman.itely, input/les-nereides.ly,
12142         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12143         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12144         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12145         Stem properties: flag-style -> stroke-style, style -> flag-style.
12146
12147 2002-09-22  Werner Lemberg  <wl@gnu.org>
12148
12149         * scripts/lilypond-book.py: Add option `notime' to suppress
12150         printing of a time signature.  Specify default indentation of 0pt
12151         if single line fragment.  Don't emit redundant `\paper{ }'.
12152
12153         * Documentation/user/lilypond-book.itely: Updated.
12154
12155         * Documentation/user/glossary.tely: Completely reformatting.
12156
12157 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12158
12159         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
12160
12161 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12162
12163         * Documentation/user/tutorial.itely: Fix links.
12164
12165         * Documentation/topdocs/index.tely:
12166         * Documentation/index.texi:
12167         * Documentation/header.html.in: Small website fixes and updates.
12168
12169         * debian/: Debian patch by Anthony Fok.
12170
12171 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12172
12173         * Documentation/footer.html.in: How time flies: It's already 2002!
12174
12175         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12176         more descriptive link names than 'here'.
12177
12178 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12179
12180         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12181
12182 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12183
12184         * lily/part-combine-music-iterator.cc (get_state): cleanup
12185         (get_music_info): cleanup.
12186
12187 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12188
12189         * scm/backend-documentation-lib.scm (interface-doc-string):
12190         crosslinks between interfaces and grobs. Headings for interfaces
12191         in grob explanation.
12192
12193 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12194
12195         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
12196         dtd).  Add preliminary dtd.
12197         (re-sub-alist): Robustify.
12198
12199 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12200
12201         * lily/include/event-chord-iterator.hh,
12202         lily/context-specced-music-iterator.cc,
12203         lily/event.cc, lily/event-chord-iterator.cc: add
12204
12205 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12206
12207         * lily/: some (c) header fixes.
12208
12209         * lily/request-chord.cc: Remove.
12210
12211         * lily/include/event-chord-iterator.hh:
12212         * lily/include/event.hh:
12213         * lily/event-chord.cc: New file.
12214
12215         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
12216         requested.
12217
12218 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12219
12220         * lily/ : rename Request to Event
12221
12222         * lily/parser.yy (command_element): move clef stuff into Scheme.
12223
12224         * lily/:  rename length_mom () to get_length()
12225
12226         * lily/part-combine-music.cc: removed file and class.
12227
12228         * lily/context-specced-music-iterator.cc (class
12229         Context_specced_music_iterator): new file. Obsoletes the
12230         Context_specced_music type.
12231
12232         * scm/music-types.scm (make-repeated-music): put different kinds
12233         of repeated music into music-type table.
12234
12235         * VERSION: 1.7.1 released.
12236
12237         * scm/to-xml.scm: new file.
12238
12239         * input/test/to-xml.ly (fooBar): demo of what is possible with the
12240         new Input representation: dump music as XML.
12241
12242         * scm/engraver-documentation-lib.scm
12243         (engraver-accepts-music-types?): add links from music to engraver,
12244         from music-type to engraver.
12245
12246         * lily/include/command-request.hh: removed
12247         lily/include/musical-request.hh: removed. Removed all _req classes
12248         except Key_change_req. Changes throughout.
12249
12250 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12251
12252         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12253
12254 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12255
12256         * lily/*.cc: specify accepts for many engravers.
12257
12258         * scm/music-documentation-lib.scm: dump music expressions and
12259         music subtypes.
12260
12261         * scm/documentation-lib.scm: complete revision.
12262         Use GOOPS objects to store document tree explicitly. Cleaned up and
12263         sped up doco generation a lot.
12264
12265 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12266
12267         * input/trip.ly (fugaIILeft): add arpeggio
12268
12269         * lily/translator-group.cc (try_music_on_nongroup_children):
12270         oops. The name symbol is in the cdr of the assoc handle.
12271
12272         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12273         Hyphen_req, Glissando_req, Break_req, Mark_req 
12274
12275 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12276
12277         * lily/musical-request.cc (music-duration-length,
12278         music-duration-compress): new functions.
12279
12280         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12281         throughout. Warning doesn't work yet.
12282
12283         * lily/translator-group.cc (try_music_on_nongroup_children):
12284         new implementation: store candidate acceptors in a hashTable.
12285
12286 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12287
12288         * scm/music-types.scm (music-descriptions): change name to
12289         internal-class-name
12290
12291         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12292
12293 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12294
12295         * lily/beam.cc (connect_beams): don't crash if there are quarter
12296         notes in beams.
12297
12298 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12299
12300         * Documentation/user/refman.itely: corrected ancient clef
12301         docu; added docu on ligatures
12302
12303 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12304
12305         * Documentation/user/glossary.tely,
12306         Documentation/user/refman.itely, input/les-nereides.ly,
12307         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12308         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12309         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12310         Stem properties: flag-style -> stroke-style, style -> flag-style.
12311
12312 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12313
12314         * scm/music-functions.scm (music-separator?): don't use name music
12315         property.
12316
12317 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12318
12319         * stepmake/stepmake/generic-targets.make (help): Document check
12320         target.
12321
12322         * lily/new-accidental-engraver.cc: Compile fix.
12323
12324 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12325
12326         * scripts/convert-ly.py: Add rule.
12327
12328         * input/test/music-creation.ly:
12329         * input/test/add-staccato.ly:
12330         * input/test/add-text-script.ly: ly-make-music.
12331
12332         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12333         More ly-make-music renamings.
12334
12335         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12336
12337         * lily/music-constructor.cc (make_music): Add debugging info.
12338
12339         * scm/music-functions.scm (make-simultaneous-music,
12340         (make-sequential-music, context-spec-music):
12341         * scm/music-types.scm (music-descriptions): Get lily to run.
12342
12343 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12344
12345         * lily/command-request.cc (transpose_key_alist): new function.
12346
12347         * lily/key-performer.cc (create_audio_elements): cleanup. 
12348
12349 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12350
12351         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12352
12353         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12354         events-accepted field.
12355
12356         * scm/music-types.scm: new file.
12357
12358         * lily/parser.yy: put music type initialization into scheme,
12359         similar to grob initialization.  Changes throughout.
12360
12361 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12362
12363         * Documentation/user/tutorial.itely: Fix links.
12364
12365         * Documentation/index.texi: 
12366         * Documentation/header.html.in: 
12367         * Documentation/topdocs/index.tely: Small website fixes and updates.
12368
12369         * debian/: Debian patch by Anthony Fok.
12370
12371 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12372
12373         * Documentation/footer.html.in: How time flies: It's already 2002!
12374
12375         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12376         more descriptive link names than 'here'.
12377
12378         * ROADMAP: Remove test stuff.
12379
12380         * scripts/update-lily.py: Allow auto-building of stable and
12381         development versions.  Bugfixes.
12382
12383 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12384
12385         * VERSION: released 1.7.0
12386
12387         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12388
12389         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12390         positive line widths.
12391
12392 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12393
12394         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12395         go.  Fix comments.
12396
12397         * cygwin: Cygwin updates.
12398
12399 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12400
12401         * Documentation/windows/installing.texi (Top): version for python,
12402         urls for ghostscript (thanks to John Potelle)
12403
12404         * lily/simultaneous-music-iterator.cc
12405         (Simultaneous_music_iterator): init children_list_ before
12406         triggering GC.
12407
12408         * lily/*-iterator.cc: be even more careful with smobbed copy
12409         constructors. 
12410
12411         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12412         LeftEdge item.
12413
12414 2002-09-15  Werner Lemberg  <wl@gnu.org>
12415
12416         Improving LilyPond's output to make them ordinary TeX boxes with
12417         predictable dimensions.  System boxes are now vertically centered on
12418         the baseline; this offset can be further controlled with
12419         \lilypondscoreshift.
12420
12421         * lily/system.cc (System::post_processing): Pass length of current
12422         system to `start-system' (including any horizontal indentation).
12423
12424         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12425         prettier.
12426         (lily-def): Append `%'.
12427         (start-system): Add parameter `wd'.  Output more TeX code to specify
12428         box dimensions.
12429         (stop-system, stop-last-system): Complement changes in
12430         `start-system'.
12431         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12432         Updated.
12433
12434         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12435         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12436         Write final `\endinput'.
12437
12438         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12439         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12440         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12441         files and macro definitions don't produce spurious spaces and
12442         paragraphs (using \endlinechar).
12443         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12444
12445         * Documentation/user/internals.itely: Improved formatting, fixing
12446         typos.  Added a section `Output details' to describe how the TeX
12447         code looks like.
12448
12449 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12450
12451         * lily/accidental-engraver.cc: Also work with partial measures.
12452
12453 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12454
12455         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12456         spanner.
12457
12458 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12459
12460         * lily/identifier-smob.cc (unpack_identifier): new file.
12461
12462         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12463         pass off scheme expressions as music identifiers.
12464
12465         * scm/lily.scm: reorganisation, cleanups.
12466
12467         * lily/main.cc: small cleanups.
12468
12469 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12470
12471         * lily/ly-module.{cc,hh}: new file.
12472
12473 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12474
12475         * lily/accidental-engraver.cc: Also work with partial measures.
12476
12477 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12478
12479         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12480
12481 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12482
12483         * lily/my-lily-lexer.cc: use SCM module in stead of
12484         Scheme_hash_table. Changes throughout.  
12485
12486 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12487
12488         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12489