]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(try_parse_chord_delims): Bugfix: update to
[lilypond.git] / ChangeLog
1 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
4         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
5
6 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7
8         * scm/output-gnome.scm: updated instructions for running gnome
9         backend
10
11 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
12
13         * scm/fret-diagrams.scm (draw-dots): default values for dot size
14         and dot-position now depend on finger-code value; in-dot makes
15         dots larger and centered.
16         (draw-barre): added straight-barre indicator option
17         (draw-dots): made fontify-text-white work.
18
19         * music-drawing-routines.ps: added /draw_white_text
20
21         * scm/output-tex.scm:  added white-text
22
23         * scm/output-ps.scm:  added white-text
24
25         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
26         list of stencil expressions
27
28         * scm/stencil.scm: Added fontify-text-white
29
30 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
31
32         * input/regression/+.ly: use @unnumbered section.
33
34 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
35
36         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
37         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
38
39 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
40
41         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
42
43 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
44
45         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
46         was causing an error. (was not actually commited in 2004-06-20)
47
48         * input/regression/lily-in-scheme.ly (withPaddingC): does not
49         breaks anymore
50
51 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
52
53         * lily/my-lily-parser.cc (parse_string): switch module too.
54
55 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
56
57         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
58         ec-fonts-mftraced to running requirements.
59
60 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
61
62         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
63         assignments don't reach the original file.
64
65         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
66         exists
67
68 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
69
70         * scm/output-gnome.scm: 
71         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
72
73         * debian/: Apply Debian patch (Anthony Fok).
74
75 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
76
77         * Documentation/user/music-glossary.tely: fix titling; @top is already
78         an @unnumbered @chapter.
79
80 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
81
82         * debian/GNUmakefile (EXTRA_DIST_FILES):
83         (CONF_FILES): update file list.
84
85         * lily/stencil.cc (interpret_stencil_expression): bugfix.
86
87 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
88
89         * debian/: Remove cruft (requested Anthony Fok.)
90
91         * buildscripts/guile-gnome.sh: Build without gcc libtool version
92         juggling.
93
94         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
95         Add popup menu with grob properties.
96
97         * lily/grob-scheme.cc (ly:grob-properties):
98         (ly:grob-basic-properties): New function.
99
100         * lily/stencil.cc (interpret_stencil_expression): Comment-out
101         "no-origin" call.  Fixes -fps output.
102
103         * scm/output-ps.scm (no-origin): Add dummy implementation.
104
105         * scm/output-gnome.scm (define-origin): Remove
106         (grob-cause): Add.
107
108         * scm/output-ps.scm (scm):
109         * scm/output-tex.scm (scm): Remove define-origin from exports list.
110         (define-origin): Remove.
111
112         * scm/output-gnome.scm (define-origin): 
113
114         * scm/lily.scm (ly:all-output-backend-commands): Remove
115         define-origin.  Add grob-cause.
116
117 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
118
119         * buildscripts/lilypond-words.py: add ly/portugues.ly.
120
121 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
122
123         * Documentation/user/GNUmakefile:
124         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
125         --include-css=.../texinfo.css; command includes css into the html.
126
127         * Documentation/texinfo.css: add file.
128         define <hr> as black and thin.            
129
130 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
131
132         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
133         stencil expression. Junk define-origin.
134
135         * lily/my-lily-parser.cc (parse_string): init parser variable when
136         lexer_ is set, ie. in parse_string and parse_file.
137
138         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
139         ly:score-bookify.
140
141         * scm/lily.scm (collect-scores-for-book): new function.
142
143         * ly/init.ly: print collected scores/musics.
144
145         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
146         scope, not in lily module.
147
148         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
149
150         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
151         encapsulate gtk/pango tests.
152
153         * po/tr.po: Turkish translation.
154
155 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
156
157         * input/regression/lily-in-scheme.ly: regression test for #{
158         ... #} syntax
159
160         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
161         was causing an error.
162
163         * Documentation/user/programming-interface.itely (Using LilyPond
164         syntax inside Scheme): documentation for #{ ... #} syntax.
165
166 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
167
168         * Documentation/index.html.in: use black thin <hr>.
169
170         * buildscripts/mutopia-index.py: use thin black <hr>.
171
172 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
173
174         * scm/fret-diagrams.scm: Use UNIX style line endings.
175         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
176         typo.  Fixes compile.
177
178         * scm/output-ps.scm (white-dot): Remove second incarnation.
179
180         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
181
182 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
183
184         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
185         single file error.
186
187         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
188
189 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
190
191         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
192         remove size as argument to fret-diagram interface;
193         improved white-circle dots for fret;
194         improved top-fret thick line/
195
196         * scm/output-ps.scm: added white-dot function
197
198         * scm/output-tex.scm: added white-dot function
199
200         * tex/music-drawing-routines.ps: added draw_white_dot function
201
202         * ps/music-drawing-routines.ps: added draw_white_dot function
203
204         * input/test/fret-diagram.ly: examples to show multiple
205         functions and multiple interfaces
206
207 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
208
209         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
210         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
211
212         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
213         conflict.  Have I told you lately how much I love autotools?
214
215 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
216
217         * lily/lily-guile.cc: 
218         * lily/pangofc-afm-decoder.cc:
219         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
220         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
221
222         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
223         developers.
224
225         * lily/paper-outputter.cc (file): New method.
226         (dump_string): Use it.
227
228         * scm/output-gnome.scm: Update with pango CVS info, lilylib
229         musing.
230
231         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
232         of them has a comma :-).
233
234         * scm/framework-gnome.scm: Add pango decoders.
235
236         * lily/include/pangofc-afm-decoder.hh: 
237         * lily/pangofc-afm-decoder.cc: New file.
238
239         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
240
241         * configure.in: Check for pango.
242
243         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
244         autoconf).
245         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
246
247         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
248
249 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
250
251         * Documentation/user/tutorial.itely (Integrating text and music):
252         fix grammar & punctuation.
253
254 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
255
256         * lily/: Stray janitorial cleanups.
257
258         * scm/lily.scm (ly:all-stencil-expressions):
259         * scm/lily.scm (ly:all-output-backend-commands): New function.
260
261         * scm/safe-lily.scm (safe-objects): Add them.
262
263         * scm/framework-gnome.scm (<gnome-outputter>): New class.
264
265         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
266
267 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
268
269         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
270
271 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
272
273         * scm/page-layout.scm (default-page-make-stencil): add
274         raggedbottom, raggedlastbottom.
275
276         * Documentation/user/changing-defaults.itely (Page layout): add doc.
277
278         * scm/framework-tex.scm (define-fonts): fix export of
279         papersize.
280
281         * lily/paper-book.cc (classic_output): strip suffixes from
282         framework functions.
283
284         * lily/tuplet-bracket.cc (before_line_breaking): do not return
285         SCM_UNDEFINED to Scheme.
286
287 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
288
289         * lily/book.cc: remove Book::to_stencil().
290         (process): whoops. Score::book_rendering returns vector, not list.
291
292         * scripts/convert-ly.py (conv): remove \notes.
293         apply to input examples.
294
295         * lily/paper-outputter.cc (output_stencil): don't use
296         smobify_self() but self_scm()
297
298         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
299         from smobify_self().
300
301         * lily/paper-book.cc (output): load framework module
302         scm_c_resolve_module().
303
304         * python/lilylib.py (exit): exit with argument i.
305
306 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
307
308         * scm/framework-gnome.scm (output-framework-gnome): Try loading
309         gnome modules from non-toplevel.
310
311         * lily/ly-module.cc (ly:import-module): Export to ly:.
312
313         * lily/paper-score.cc (process): Do not show progress newline.
314
315         * lily/paper-book.cc (output, classic_output): Show progess
316         newline after score.
317
318 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
319
320         * buildscripts/lilypond-words.py: add ly/vlaams.ly
321
322 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
323
324         * lily/score.cc (ly:run-translator): Do not crash on empty music
325         list.
326
327         * lily/book.cc (process): Do not render score when systems is empty.
328
329         * input/simple-song.ly: Down one octave.
330
331         * scm/output-gnome.scm: Remove script again; re-add modules fix
332         (CVS conflict resolve?)
333
334         * lily/stencil.cc (ly:interpret-stencil): Was:
335         interpret_stencil_expression.
336
337 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
338
339         * buildscripts/guile-gnome.sh: New file.
340
341         * scm/output-gnome.scm: White background, better window size, sane
342         canvas size.  Cleanups.
343
344 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
345
346         * VERSION: release 2.3.4
347
348         * Documentation/user/invoking.itexi (Invoking the lilypond
349         binary): document --safe.
350
351         * scm/output-gnome.scm: set PATH in script.
352
353         * scm/page-layout.scm (default-page-make-stencil): don't stretch
354         if there is too few systems on a page.
355
356         * lily/parser.yy (relative_music): start at middle C without pitch
357         argument.
358
359         * Documentation/user/changing-defaults.itely (Page layout): new node.
360         (Paper size): rename node
361         (Page breaking): new node.
362         (Titling): move from invoking.
363         (File structure): new node.
364
365         * lily/parser.yy (score_body): allow \header and music anywhere in
366         \score body.
367
368 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
369
370         * scm/lily.scm (ly:load): Remove page-breaking.scm.
371
372 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
373
374         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
375
376         * lily/include/paper-line.hh: rename to Paper_system.
377
378         * lily/include/paper-book.hh: doc class.
379
380         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
381
382         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
383         (plain-header): add instrument-name.
384         (default-page-make-stencil): bugfixes.
385
386         * lily/parser.yy (book_body): allow \header anywhere in \book{}
387
388         * lily/paper-book.cc: remove copyright & tagline. Remove
389         interactions with Page
390
391         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
392         here, 
393         (default-page-make-stencil): new function
394         (default-page-music-height): new function
395         (page-headfoot): new function
396         (ly:optimal-page-breaks): generate stencils directly from here
397
398         * scm/titling.scm: new file, group titling functions
399
400 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
401
402         * scm/output-gnome.scm: Handle multiple pages.
403
404         * scm/framework-gnome.scm: Do not load output-gnome.
405         (framework-gnome): Invoke output-gnome::header and
406         output-gnome::end-output as faked stencils.  Fixes experimental
407         gnome output.
408
409 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
410
411         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
412         octavation compatibility fixes. Backportme. 
413
414         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
415         pages.
416         (ly:optimal-page-breaks): combine-penalties: no shortcut for
417         negative. Now we handle negative penalties (ie. \pageBreak)
418         correctly.
419
420         * lily/system.cc (get_line): extract page-penalty from the left
421         bound.
422
423         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
424
425 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
426
427         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
428
429 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
430
431         * scm/output-gnome.scm: Update script.  Move development to
432         lilypond_2_3_2 branch for now.
433
434 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
435
436         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
437         negative penalties.
438         cleanups.
439
440         * Documentation/user/changing-defaults.itely (Creating contexts):
441         index entries
442
443         * scm/page-breaking.scm (ly:optimal-page-breaks): new
444         file. Rewrite function. 
445
446         * lily/paper-book.cc (pages): new interface: page-breaking returns
447         list of line-list.
448
449         * lily/page.cc (Page): take lines argument.
450
451         * scm/document-translation.scm (all-engravers-doc): link to user man
452
453         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
454
455         * Documentation/user/notation.itely (Relative octaves): typo.
456
457         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
458
459 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
460
461         * scm/output-gnome.scm: Update build script.
462
463 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
464
465         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
466         gnome backend.
467
468         * scm/framework-gnome.scm: New file.
469
470         * scm/lily.scm: Use it.
471
472         * lily/paper-outputter.cc: Janitorial cleanups.
473         (ly:outputter-dump-string): Remove unreachable statement.
474
475         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
476         (ice-9): Bugfix: Add srfi-1.
477
478         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
479
480 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
481
482         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
483         in do_quit()
484
485 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
486
487         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
488
489 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
490
491         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
492         override of Beam::position-callbacks. Why would grace beams not be
493         quantized? Fixes: weird-stem-size-grace. 
494
495         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
496         warning only once. Backportme.
497
498         * lily/accidental-engraver.cc (number_accidentals_from_sig):
499         bugfix, 2nd try. Backportme.
500
501         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
502
503 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
504
505         * Documentation/user/notation.itely (Instrument transpositions):
506         Correct the name of the instrumentTransposition property.
507
508 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
509
510         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
511
512 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
513
514         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
515         and postLilyPondExample are called when defined.
516
517 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
518
519         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
520         This fixes setting notenames with `\include "nederlands.ly" '
521
522         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
523         new function.
524
525 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
526
527         * scm/page-layout.scm: don't do piece, it should be in score-title
528         only.
529
530         * lily/lexer.ll: lex \score separately.
531
532         * lily/paper-book.cc: junk stencil2line.
533
534         * lily/paper-line.cc (Paper_line): construct from Stencil
535         directly. No futzing with the dimensions.
536
537         * lily/include/paper-line.hh (class Paper_line): 
538
539         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
540         takes arbitrary number of arguments.
541
542         * input/test/markup-score.ly (tuning): simplify example. 
543
544 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
545
546         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
547
548         * scm/define-markup-commands.scm (score): define score-markup
549
550         * lily/parser.yy (markup): use score-markup.
551
552         * lily/score.cc: add ly:score? 
553
554 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
555
556         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
557         fret-parse-string so it prepares for calls to fret-diagram-verbose
558         Changed display constants to props so they are available for
559         \override.
560
561 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
562
563         * VERSION: release 2.3.3
564
565         * stepmake/stepmake/generic-vars.make: unset LANG.
566
567         * input/regression/tuplet-nest.ly: bugfix.
568
569         * lily/tie-performer.cc (stop_translation_timestep): reset
570         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
571
572         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
573         clear repeat_ directly after setting stem_tremolo_. Fixes:
574         tremolo-repeat.ly
575
576         * input/regression/span-bar-break.ly: new file.
577
578         * scm/define-grobs.scm (all-grob-descriptions): remove
579         break-visibility from SpanBar. Fixes: piano-repeat.ly
580
581 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
582
583         * python/lilylib.py (make_ps_images): only compute bbox when needed.
584
585         * scripts/lilypond-book.py (process_snippets): use lily -f ps
586         files for generating pngs. (failed experiment)
587
588         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
589         file with PFA fonts included.
590
591         * lily/score.cc (default_rendering): put header in too.
592
593         * lily/paper-line.cc (LY_DEFINE): change function to
594         ly:paper-line-extent
595
596         * scm/page-layout.scm (default-book-title): only add lines for
597         non-nil fields.
598         (default-score-title): idem.
599
600         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
601
602         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
603
604         * lily/include/paper-book.hh (class Paper_book): remove height_
605         member.
606
607         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
608
609         * lily/ly-module.cc (LY_DEFINE): bugfix.
610
611         * lily/paper-book.cc (book_title): separate function for the book
612         title.
613
614         * scm/page-layout.scm (default-book-title): only account for
615         markup fields.
616
617         * scm/framework-ps.scm: new file. Move high level interface from
618         output-ps.scm
619
620         * scm/music-functions.scm (def-grace-function): move macros from
621         ly/music-functions-init.ly
622
623         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
624         framework-tex.scm
625
626         * scm/framework-tex.scm (dump-line): new file. High level
627         interface for output (pages, systems, header). 
628
629         * lily/include/page.hh (class Page): add is_last_ field.
630
631         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
632
633         * lily/paper-book.cc (split_string): new function
634         (output): output multiple formats, i.e. --format=ps,tex
635
636         * scm/output-ps.scm (output-scopes): dump variables directly.
637         (define-fonts): rewrite for new interface
638
639         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
640
641         * lily/paper-outputter.cc (Paper_outputter): take format argument.
642
643         * lily/main.cc (parse_argv): don't set extension for output.
644
645         * lily/clef-engraver.cc (create_clef): remove
646         Staff_symbol_referencer::set_position() call. 
647
648 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
649
650         * ly/music-functions-init.ly (addlyrics): set the 'origin property
651         with the location argument in music function definitions.
652
653 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
654
655         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
656         staffsymbol dependency.
657
658         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
659         cleanups.
660
661         * lily/book.cc (process): return Paper_book
662         (to_stencil): use Book::process().
663
664         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
665         header_ field. Store in $globalheader
666
667         * lily/parser.yy (book_body): book header is initted to
668         $globalheader.
669
670
671 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
672
673         * input/test/fill-a4.ly: removed.
674
675         * lily/parser.yy (output_def): push scope of parent_ Output_def
676         too.
677
678 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
679
680         * scm/output-gnome.scm: Update info.
681
682 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
683
684         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
685
686         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
687         than 1 module.
688
689         * lily/include/ly-module.hh (ly_use_module): rename is_module to
690         ly_c_module_p.
691
692         * scm/page-layout.scm (default-book-title): move Scheme titling
693         functions to here.
694
695         * lily/parser.yy (book_paper_block): remove scope too.
696
697         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
698
699         * lily/rest.cc: add direction to rest properties.
700
701         * lily/include/output-def.hh: new file, move from
702         music-output-def.hh
703
704 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
705
706         * scm/output-gnome.scm: Describe feta-cork hack.
707
708 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
709
710         * lily/include/book-paper-def.hh: derive from Output_def 
711
712         * lily/include/paper-def.hh: move all functionality out of class.
713         Junk header.
714
715         * lily/include/music-output-def.hh: rename Music_output_def to
716         Output_def.
717
718         * input/wilhelmus.ly: only set space for Paper formatting. 
719
720         * lily/include/midi-def.hh: remove file, remove class.
721         Move functions to Music-output-def.
722
723         * lily/music-output-def.cc (Music_output_def): remove separate
724         translator table. Lookup translators in scope directly. This
725         obviates Context suffix for context identifiers, i.e.
726
727         \context {
728           \Staff
729           .. 
730           }
731
732
733         will work.
734
735
736         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
737
738         * Documentation/user/changing-defaults.itely (Horizontal spacing):
739         document spacing override hack.
740
741 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
742
743         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
744         installation info.  Support point-and-click.  Add +/- zoom
745         keybindings.
746
747 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
748
749         * VERSION: 2.3.2 released
750
751         * lily/parser.yy (book_body): set default bookpaper.
752
753         * scm/output-tex.scm (header): kludge: hard code linewidth. 
754
755         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
756
757 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
758
759         * lily/score.cc (default_rendering): scale outputdef before
760         starting.
761
762 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
763
764         * scm/fret-diagrams.scm: Add header.
765
766         * scm/output-gnome.scm: Hello world :-)
767
768 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
769
770         * scripts/lilypond.py (run_dvips): only add papersize if present.
771
772         * lily/accidental-engraver.cc (update_local_key_signature): new
773         function, fold code from initialize() and process_music().
774         (update_local_key_signature): use deep copy. This fixes one
775         problem from custom-key-signatures.ly.
776         (number_accidentals_from_sig): tighter check for
777         accidental-too-old.
778
779         * ly/engraver-init.ly: remove localKeySignature
780         definition from ChoirStaff, StaffGroup, Score.
781
782         * lily/percent-repeat-engraver.cc (try_music): add moments for
783         barlines too. Fixes: skipbars-percent-repeat.ly.
784
785 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
786
787         * lily/context-def.cc (filter_performers): don't go to cdrloc if
788         skipping last pair. Fixes: crash-bar-number.
789
790         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
791         D. Sorensen)
792
793         * input/test/fret-diagram.ly: new file.
794
795         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
796         (scale-paper): divide by scale.
797
798 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
799
800         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
801         case.
802
803 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
804
805         * scm/stencil.scm (fontify-text): reinstate function
806
807         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
808
809         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
810
811         * lily/parser.yy (book_paper_head): \bookpaper {} 
812
813         * python/midi.c: remove config.h
814
815 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
816
817         * scm/output-gnome.scm: Update.
818
819 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
820
821         * scm/output-gnome.scm: New file.
822
823         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
824
825 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
826
827         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
828         (find_scaled_font): move from Paper_def
829
830 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
831
832         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
833         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
834
835         * po/fr.po: update po.
836
837         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
838
839         * lily/book-paper-def.cc (print_smob): new file.
840
841 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
842
843         * buildscripts/lilypond-words.py: search words also from
844         music-functions-init.ly.
845
846 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
847
848         * ly/music-functions-init.ly (def-music-function): new helper
849         macro for defining music functions. \addlyrics \appoggiatura
850         \acciaccatura \grace \partcombine \autochange \applycontext
851         \applyoutput and \breathe are now defined here thanks to it.
852
853         * lily/parser.yy: 
854         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
855         \grace \partcombine \autochange \applycontext \applyoutput and
856         \breathe keywords removed from the parser.
857
858         * lily/parser.yy: 
859         * lily/music-function.cc (ly_make_music_function): 
860         * lily/lexer.ll (music_function_type): added a case for 0-arg
861         music functions.
862
863 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
864
865         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
866         refering to a music expression can be used in lily-inside-scheme:
867         #{ $music #}
868
869         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
870         and ly:parser-define, and change ly:parser-parse-string in order
871         to make #{ $music #} work.
872
873         * scm/new-markup.scm (compile-markup-expression): when an argument
874         is a string, use `make-simple-markup'.
875
876 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
877
878         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
879
880 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
881
882         * scripts/convert-ly.py (FatalConversionError.func): handle + in
883         font-size. (backportme)
884
885 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
886
887         * lily/paper-outputter.cc (output_stencil): dump font definitions
888         before each stencil.
889
890         * lily/include/paper-book.hh (struct Score_lines): new
891         struct. Collect info per Paper-score.
892
893         * lily/include/page.hh (class Page): to_stencil() returns Stencil
894         everywhere.
895
896         * lily/stencil.cc (find_expression_fonts): new function
897
898         * lily/paper-outputter.cc (output_stencil): use
899         interpret_stencil_expr
900
901         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
902         (interpret_stencil_expr): new function. Generic stencil
903         interpretation.
904
905         * lily/paper-def.cc (find_scaled_font): divide lookup
906         magnification by outpuscale for non-virtual fontmetrics. This
907         fixes ludicrously long font definitions for text
908         fonts. (backportme)
909
910         * lily/score-engraver.cc: remove
911         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
912
913 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
914
915         * input/test/markup-score.ly: Remove \notes.
916
917         * lily/parser.yy (book_body): Grok Composite_music and \header.
918         (markup): Push NOTES mode before score_block.
919
920         * VERSION: release 2.3.1
921
922         * mf/feta-klef.mf: 
923         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
924
925         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
926
927         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
928
929 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
930
931         * scm/output-tex.scm (output-tex-string): tighten safe security.
932
933         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
934
935         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
936         allowed ly functions.
937
938         * lily/ly-module.cc (ly_module_define): only define variable if
939         bound.
940         (ly_make_anonymous_module): take safe option.
941
942 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
943
944         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
945
946 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
947
948         * input/regression/newaddlyrics.ly: Fix.
949
950         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
951         \score \notes.
952
953 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
954
955         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
956
957 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
958
959         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
960
961         * lily/paper-line.cc (Paper_line): don't store list of stencils,
962         but convert to single Stencil immediately.
963
964         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
965
966 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
967
968         * scm/output-sodipodi.scm: Resurrect sodipodi output.
969
970 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
971
972         * elisp/lilypond-mode.el: Changed the way defaults are created for
973         LilyPond-command-master.  LilyPond-mode will now check the
974         timestamps of the files to see which command has to run next.
975
976 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
977
978         * scm/bass-figure.scm (format-bass-figure): don't set
979         number-markup for strings. This fixes string in bass
980         figure. (backportme)
981
982         * lily/parser.yy (bass_number): insert number-markup into figure
983         definition.
984
985         * scm/define-music-properties.scm (all-music-properties): make
986         'figure a markup.
987
988         * scripts/convert-ly.py (conv): \apply -> \applymusic
989
990 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
991
992         * elisp/lilypond-mode.el: changed the order of some commands
993         ("Midi" after "2Midi"), use the user-defined
994         LilyPond-command-default as default instead of "LilyPond"
995
996         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
997         to set the master file for the next command.
998
999         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
1000         with font-lock-reference-face.
1001
1002 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
1003
1004         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
1005
1006         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
1007
1008 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1009
1010         * ly/music-functions-init.ly (TODO): new file.
1011
1012         * lily/parser.yy (Generic_prefix_music_scm): add more
1013         music_function symbols.
1014         (Prefix_composite_music): change \apply to music-function   
1015
1016         * lily/include/music-function.hh: rename to music-function
1017
1018 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1019
1020         * lily/music-head.cc (LY_DEFINE): change order of args.
1021
1022         * input/regression/music-head.ly (texidoc): new file.
1023
1024         * lily/parser.yy (Generic_prefix_music): allow generic
1025         music-transformation functions. 
1026
1027         * lily/include/music-head.hh (is_music_head): new file.
1028
1029         * lily/music-head.cc (get_music_head_transform): new file.
1030
1031 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1032
1033         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
1034         empty extent. This fixes ottava brackets on rests. (backportme)
1035
1036         * make/lilypond.redhat.spec.in (Group): ln png files for info.
1037
1038         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
1039
1040         * cygwin/lily-wins.py: update for the lily-wins.py script.
1041
1042 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1043
1044         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
1045         code. This will obviate typeset_grob () in the future.  The effect
1046         of this is that improperly written spanner handling will result in
1047         invalid spanner bounds.
1048         (announce_grob): add to elems_ from here
1049         (typeset_grob): comment out.  
1050
1051         * lily/include/engraver.hh (make_spanner): new calling interface
1052         for make_{item,spanner}. This obviates most calls to
1053         announce_grob().
1054
1055         * scm/music-functions.scm (set-accidental-style): use GrandStaff
1056         iso. PianoStaff for piano styles.
1057
1058 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
1059
1060         * Documentation/user/music-glossary.tely: add segno after d.s.
1061
1062 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1063
1064         * lily/include/audio-column.hh: remove unused variables.
1065         (patch by Michael Welsh Duggan)
1066
1067         * flower/include/axes.hh (other_axis): inline Axes function
1068         (thanks to David Brandon).
1069
1070 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1071
1072         * cygwin/mknetrel: Install image links (backportme).
1073
1074         * Documentation/user/GNUmakefile (local-install-info): Activate
1075         actual installing of image links (backportme).
1076
1077 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1078
1079         * Documentation/user/notation.itely (Measure repeats): Removed
1080         unnecessary (and confusing) \context Voice{.
1081
1082 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1083
1084         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
1085
1086         * lily/page.cc (Page): Do not use ly_scheme_function for
1087         volatile/configurable variables (FIXME: better name).
1088
1089         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
1090         get_scmvar).
1091
1092 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1093
1094         * scripts/convert-ly.py (FatalConversionError.subst): use
1095         \transposition.
1096
1097 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1098
1099         * lily/include/page.hh (class Page): Declare left_margin ().
1100
1101         * lily/page.cc: Remove paper var caching.
1102
1103 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1104
1105         * Documentation/user/music-glossary.tely: Add name to @top node.
1106         Remove comment from @table definitions (workaround for makinfo
1107         bug).
1108
1109         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
1110         ly:stencil-get-expr).  Update callers.
1111         (ly:stencil-align-to!):  Return stencil too.
1112
1113         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
1114         stencil.  Remove looped line-based page output.
1115         (output_line): Use line stencil.  Remove looped stencil-based line
1116         output.
1117
1118         * lily/page.cc (ly:page-paper-lines): New function.
1119
1120         * input/test/markup-score.ly: New file.
1121
1122         * scm/define-markup-commands.scm (stencil): New markup.
1123
1124         * lily/book.cc (to_stencil): New method.
1125
1126         * lily/parser.yy (markup): Use it to grok \score.
1127
1128 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1129
1130         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
1131
1132         * lily/paper-book.cc (pages): Change signature.  Update callers.
1133
1134         * lily/include/page.hh:
1135         * lily/page.cc: New file.
1136
1137         * lily/paper-line.cc (to_stencil): New method.
1138
1139         * lily/paper-outputter.cc (output_stencil): New method.
1140
1141         * lily/paper-outputter.cc (output_line): Use them.
1142
1143         * lily/warn.cc: Remove.
1144
1145         * lily/my-lily-parser.cc (distill_inname): Remove.
1146
1147         * flower/include/file-name.hh: 
1148         * flower/file-name.cc: New file.  Update users.
1149
1150         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
1151         (find): New method of same name.
1152
1153         * lily/my-lily-parser.cc (ly:parse-file): Use it.
1154
1155         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1156         constant error message.
1157
1158 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
1159
1160         * input/test/{blank-notes.ly,staff-container.ly}: typos.
1161
1162 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1163
1164         * Documentation/user/music-glossary.tely: @table @strong' replaced
1165         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
1166         (backportme).
1167
1168 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1169
1170         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1171
1172         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1173         #{ lily music expression #} that returns an equivalent scheme
1174         music expression by parsing the string.
1175
1176 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1177
1178         * lily/my-lily-parser.cc:
1179         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1180         SCM string (foo.ly/toto.scm support).
1181
1182 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1183
1184         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1185
1186 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1187
1188         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1189
1190         * scripts/lilypond-book.py: LY code that includes \header is
1191         not assumed to be a fragment.
1192
1193 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1194
1195         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1196         tremolo beams up.
1197
1198         * lily/stem.cc (chord_start_y): Return 0 if no heads.
1199         (get_default_stem_end_position): No tremolo head juggling if no
1200         heads.  Fixes tremolo crash on rests (backportme).
1201
1202         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1203
1204 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1205
1206         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1207         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1208
1209         * lily/lexer.ll: Allow \encoding in NOTES mode.
1210
1211         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1212         for lyrics, not for commands.
1213
1214         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1215         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1216
1217         * input/regression/newaddlyrics.ly: New file.
1218
1219         * Documentation/topdocs/NEWS.texi: Update.
1220
1221         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1222         (Music_list): Allow embedded scm.
1223
1224         * lily/score.cc (ly:score-bookify): New function.
1225
1226         * lily/music.cc (ly:music-scorify): Idem.
1227
1228         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1229         (ly:parser-print-score): Idem.
1230
1231         * scm/lily.scm (default-toplevel-book-handler): Idem.
1232         (default-toplevel-music-handler): Idem.
1233         (default-toplevel-score-handler): Idem.
1234
1235         * ly/declarations-init.ly: Set default toplevel handlers.
1236
1237         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1238
1239         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1240         printer for score at toplevel.
1241
1242 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1243
1244         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1245         Fix for simple case: input/simple-song.ly, more complex stuff
1246         does not work yet.
1247
1248 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1249
1250         * lily/parser.yy (Prefix_composite_music): split Composite_music
1251         in Prefix_composite_music and Grouped_music_list.
1252         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1253
1254 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1255
1256         * scm/lily.scm (toplevel-expression): New define.
1257
1258         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1259
1260         * lily/parser.yy (toplevel_expression): Use it.
1261
1262         * lily/include/my-lily-parser.hh: Smobbify.
1263
1264         * lily/my-lily-parser.cc (parse_string): New method.
1265
1266         * lily/my-lily-parser.cc (ly:parse-string): New function.
1267
1268         * Documentation/user/lilypond.tely: Add comment and workaround for
1269         gs-8.01 crash.  Fixes make web.
1270
1271         Simplification of toplevel music.
1272
1273         * lily/lexer.ll, lily/parser.yy:
1274
1275         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1276         shift/reduce problem.
1277
1278         * Use NOTES mode at start of maininput.
1279
1280         * Grok toplevel composite music expression, put in score and book.
1281
1282         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1283
1284         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1285
1286         * input/simple.ly: New file.
1287
1288         * input/simple-song.ly: Idem.
1289
1290 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1291
1292         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1293         Sandberg.
1294
1295 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1296
1297         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1298
1299 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1300
1301         * input/regression/accidental-octave.ly: doc automatic showing
1302         of note names.
1303
1304 2004-04-16  Heikki Junes <janneke@gnu.org>
1305
1306         * po/fi.po: do "make po && make -C po po-update" at top-level,
1307         then "cp po/out/fi.po po/fi.po" and update fields.
1308
1309         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1310
1311 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1312
1313         * Documentation/user/introduction.itely (About this manual): Fix
1314         templates and regression urls (backportme).
1315
1316 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1317
1318         * ly/engraver-init.ly (Score:graceSettings): Increase
1319         beamed-lengths, especially for 32nd notes.
1320
1321         * Documentation/user/notation.itely (Grace notes): Correct the
1322         syntax for add-grace-property example.
1323
1324 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1325
1326         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1327         `Generated' tag.
1328
1329         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1330         Severely broken (the Debian package, at least).
1331
1332 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1333
1334         * lily/context.cc (find_create_context): assign to lvalue.
1335
1336 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1337
1338         * lily/include/translator.hh (class Translator): rename
1339         get_parent_context() to context () to avoid confusion.
1340
1341         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1342
1343         * lily/lexer.ll: change is_string -> ly_c_string_p 
1344
1345         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1346
1347         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1348
1349         * VERSION: release 2.3.0
1350
1351         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1352
1353         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1354         if nonempty.
1355
1356         * lily/include/context.hh (class Context): make members protected.
1357         (children_contexts): new accessor function.
1358
1359         * lily/include/translator.hh (class Translator): make
1360         daddy_context_ protected.
1361         (class Translator): clean up. 
1362
1363         * lily/include/context.hh (class Context): make daddy_context_
1364         private.
1365
1366         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1367         higher for finding Voice. (backportme)  
1368
1369         * lily/include/context.hh (class Context): remove
1370         find_context_below() as a method.
1371
1372         * Documentation/user/notation.itely (The Lyrics context): add note
1373         about manual durations
1374
1375         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1376         encoding.
1377
1378         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1379
1380 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1381
1382         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1383         \usepackage{inputenc}
1384
1385         * lily/paper-book.cc (classic_output): don't advance Offset for
1386         TeX output.
1387
1388         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1389         ec-sauter.map in rules
1390
1391         * mf/ecb.mf (font_identifier): new file, based on ecbx
1392
1393         * mf/ecb10.mf (gensize): new file.
1394
1395         * Documentation/topdocs/NEWS.texi (Top): document some more new
1396         features.
1397
1398         * ly/declarations-init.ly: run convert-ly
1399
1400         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1401         from input-file-results. Remove input-file-results.* 
1402
1403 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1404
1405         * scm/output-ps.scm (font-command): Fix, again.
1406
1407         * input/test/title-markup.ly: Add \noPagebreak test.
1408
1409         * lily/score-engraver.cc (try_music): Bugfix.
1410
1411 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1412
1413         * lily/main.cc (main_with_guile): excise dependency options -M and
1414         --dep-prefix
1415
1416         * lily/input-file-results.cc: excise Makefile dependency code
1417
1418         * Documentation/user/invoking.itexi (Invoking the lilypond
1419         binary): remove dep doco
1420
1421         * lily/main.cc (main_with_guile): call lilypond-main
1422
1423         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1424
1425         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1426         exception.
1427
1428         * lily/my-lily-parser.cc: remove paper_description function
1429
1430         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1431         new function.
1432
1433         * lily/main.cc: remove global_score_count.
1434
1435         * lily/book.cc (process): don't take header from global_input_file.
1436
1437         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1438
1439         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1440
1441         * lily/music-output-def.cc (LY_DEFINE): new function
1442         ly_output_description. This function does the bulk for  setting,
1443         parsing and breaking down of an input file.
1444
1445         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1446         anonymous modules globally. Let's hope they get GCd
1447
1448         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1449
1450 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1451
1452         * scm/output-ps.scm (header): Papersize from paper.
1453
1454         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1455         for classic output.
1456
1457         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1458         lilypondclassic is defined.
1459         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1460
1461         * input/regression/between-systems.ly: Remove.
1462
1463         * python/lilylib.py (get_bbox): Fix regular expression
1464         for bounding box.
1465
1466         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1467
1468         * scm/output-tex.scm (stop-page): Use it.
1469
1470         * scm/output-ps.scm (define-fonts): Bugfix.
1471
1472         * lily/grob.cc: Add penalty to interface.
1473
1474         * lily/include/paper-line.hh (class Paper_line): New member
1475         var penalty_.
1476
1477         * lily/system.cc (get_line): Initialise Paper_line with
1478         page-penalty's from original grobs.
1479
1480         * scm/define-music-properties.scm (all-music-properties): Add
1481         page-penalty.
1482
1483         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1484
1485         * lily/score-engraver.cc (try_music): Handle page-penalty.
1486
1487         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1488
1489 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1490
1491         * ly/declarations-init.ly (melismaEnd): typo
1492
1493         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1494
1495         * scm/output-ps.scm (text): split string into spaces, use moveto
1496         for setting space. 
1497
1498 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1499
1500         * po/nl.po: Update.
1501
1502         * scm/font.scm (add-cmr-fonts): Typo.
1503
1504 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1505
1506         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1507         font-encoding.
1508
1509         * scm/define-grobs.scm (all-grob-descriptions): idem.
1510
1511         * lily/time-signature.cc (numbered_time_signature): idem.
1512
1513         * scm/font.scm (add-cmr-fonts): use real encoding names for
1514         font-encoding.
1515
1516 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1517
1518         * lily/paper-book.cc (classic_output): 
1519         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1520         Fixes classic output.
1521         (lilypondstart):
1522         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1523         kludge.
1524
1525         * scripts/old-lilypond-book.py: Remove.
1526
1527         Page layout for SCOREs enclosed in a BOOK:
1528
1529         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1530         layout tweaking.
1531
1532         * input/les-nereides.ly (theScore): Add \book.
1533
1534         * input/test/title-markup.ly: Add \book.
1535
1536         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1537         only if 'verbose.
1538
1539         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1540
1541         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1542
1543         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1544         * scm/output-tex.scm (start-system): Update for page layout by
1545         LilyPond.
1546
1547         * scm/output-ps.scm (start-system): Previously (new-start-system).
1548
1549         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1550         passed to define-fonts.
1551
1552         * lily/paper-column.cc: 
1553         * lily/system.cc (get_line):
1554         * ly/property-init.ly (newpage): 
1555         * scm/define-grob-properties.scm:
1556         * scm/output-ps.scm: 
1557         * scm/output-tex.scm: Remove between-system-string kludge.
1558
1559         * scm/output-ps.scm (define-fonts, font-command,
1560         font-load-encoding): Handle ENCODING = #f.
1561
1562         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1563
1564         * scm/define-markup-commands.scm (fill-line): Use
1565         make-simple-markup (WAS: unexisting make-word-markup).
1566
1567         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1568         ENCODING, MARKUP parameters for interpret_string.
1569
1570         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1571
1572         * lily/score.cc (book_rendering): New method.
1573         (default_rendering): Create Paper_book helper locally, dump
1574         output.
1575
1576         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1577
1578         * lily/parser.yy: Handle \book.
1579
1580         * lily/include/book.hh: 
1581         * lily/book.cc: New file.
1582
1583 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1584
1585         * lily/text-item.cc (interpret_string): new file, select font with
1586         encoding.
1587
1588         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1589
1590         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1591
1592         * lily/parser.yy (markup): take encoding from lexer.
1593
1594 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1595
1596         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1597
1598         * scm/output-ps.scm: Remove some cruft.
1599
1600 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1601
1602         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1603
1604         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1605
1606 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1607
1608         * scm/font.scm (add-century-schoolbook-fonts):
1609         (make-century-schoolbook-tree): New function.
1610
1611         * input/test/title-markup.ly: Use Century Schoolbook font.
1612
1613 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1614
1615         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1616         to Erik Sandberg) 
1617
1618         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1619
1620         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1621
1622         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1623
1624         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1625
1626 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1627
1628         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1629         solo-state (at end of solo), we can set the solo status
1630         too. (backportme.)
1631
1632         * input/regression/part-combine-solo-end.ly: new file.
1633
1634 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1635
1636         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1637         flavour abc files.  Really ignore unknown keys (backportme).
1638
1639 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1640
1641         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1642         magnification_ when looking up in orig_.
1643
1644         * scm/output-tex.scm (text): switch off char-mapping.
1645
1646         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1647         because AFM's encoding field cannot have spaces.
1648
1649 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1650
1651         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1652
1653 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1654
1655         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1656
1657         * mf/cmr.enc: new file, without hi-bit ascii info. 
1658
1659         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1660         width. This removes the 'hook' at the end of a long slur.
1661
1662         * buildscripts/mf-to-table.py (parse_logfile): don't append
1663         encoding to fontname.
1664
1665 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1666
1667         * scm/output-ps.scm (define-fonts): Load .enc only once.
1668
1669         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1670         too.
1671
1672 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1673
1674         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1675         encoding field.
1676
1677         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1678
1679         * ly/portuges.ly (pitchnames): new file.
1680
1681         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1682         Michael Welsh Duggan
1683
1684         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1685
1686         * ly/nederlands.ly: add comment about digits.
1687
1688         * lily/scaled-font-metric.cc (derived_mark): idem.
1689
1690         * scm/encoding.scm (make-encoding-mapping): change permutation to
1691         mapping.
1692
1693         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1694         (Modified_font_metric): make alist for coding_description_
1695         (LY_DEFINE): remove coding-name.
1696
1697         * scm/output-tex.scm (text): remove debugging code.
1698
1699         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1700
1701         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1702         from infile.
1703
1704         * mf/feta-generic.mf: move fet_beginfont into generic code.
1705         use fetaMusic (without space) as encoding
1706
1707         * mf/feta-autometric.mf: take encoding argument
1708
1709         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1710
1711         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1712         use.
1713
1714         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1715         name.
1716
1717 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1718
1719         * input/test/title-markup.ly: Set inputencoding.
1720
1721         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1722
1723         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1724
1725         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1726         function.
1727         (coding-alist): Also hold filename, command.
1728         (read-encoding-file): Return symbols.
1729
1730 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1731
1732         * scm/output-tex.scm: remove fontify; text and char take a font
1733         argument.
1734
1735         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1736
1737         * lily/scaled-font-metric.cc (text_dimension): init
1738         coding_{permutation,table}_ too 
1739         (LY_DEFINE): ly:font-encoding, new function return
1740
1741         * lily/paper-def.cc (find_scaled_font): take input coding from
1742         inputcoding paper var.
1743
1744         * lily/performance.cc (output): remap modulo 16.
1745
1746         * lily/text-item.cc (interpret_markup): whoops, variable
1747         shadowing fixed.
1748
1749 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1750
1751         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1752         symbols, not symbols to strings.
1753
1754         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1755         symbols, not symbols to strings.
1756
1757 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1758
1759         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1760         (ly:kpathsea-gulp-file): New function.
1761
1762         * scm/encoding.scm (read-encoding-file): Use it.
1763
1764 2004-04-06  Werner Lemberg  <wl@gnu.org>
1765
1766         * scm/encoding.scm (coding-alist): Fix typo.
1767
1768 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1769
1770         * lily/scaled-font-metric.cc (text_dimension): move function from
1771         Font_metric
1772         (make_scaled_font_metric): init coding_scheme_ to TeX
1773         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1774
1775         * lily/include/scaled-font-metric.hh (struct
1776         Modified_font_metric): rename from Scaled_font_metric
1777
1778         * scm/encoding.scm (read-encoding-file): split up large function,
1779         leave caching to (delay)
1780
1781         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1782
1783 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1784
1785         * lily/my-lily-lexer.cc (set_encoding): New method.
1786
1787         * lily/lexer.ll: Grok \encoding.
1788
1789         * lily/font-metric.cc (get_encoded_index): New function.
1790
1791         * lily/include/font-metric.hh (coding_scheme): New method.
1792
1793         * scm/encoding.scm: New file.
1794
1795         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1796
1797 2004-04-05  Werner Lemberg  <wl@gnu.org>
1798
1799         * Documentation/user/tutorial.itely: Revised (finished).
1800
1801         * Documentation/user/macros.itexi (@separate): Removed.
1802
1803 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1804
1805         * scm/output-ps.scm (define-fonts): fix scaling.
1806
1807         * lily/scaled-font-metric.cc (design_size): add function.
1808
1809         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1810         partial cut&paste of ly:font-magnification.
1811
1812 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1813
1814         * scm/output-ps.scm (define-fonts):
1815         (fontify): Update.
1816
1817 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1818
1819         * po/fr.po: update. (backportme).
1820
1821         * po/nl.po: update. (backportme). 
1822
1823         * mf/feta-beugel.mf: document why design size is not fixed.
1824
1825         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1826
1827 2004-04-04  Werner Lemberg  <wl@gnu.org>
1828
1829         * Documentation/user/tutorial.itely: Revised (continued).
1830
1831 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1832
1833         * po/nl.po: Update (backportme).
1834
1835 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1836
1837         * po/de.po: update. (backportme).
1838
1839         * scm/output-tex.scm (font-command): use ly: functions to
1840         construct name.
1841         (define-fonts): don't use alist, just dump \font definitions.
1842         (font-load-command): calculate proper scaling by taking
1843         outputscale from paper argument.
1844
1845         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1846         expression.
1847
1848         * lily/paper-outputter.cc (output_header): pass paper arg to
1849         define-fonts
1850
1851         * lily/paper-def.cc (font_descriptions): dump list of
1852         Scaled_font_metrics
1853         (find_scaled_font): take Font_metric argument, store
1854         Scaled_font_metrics in hash-table containing (size ->
1855         Scaled_font_metrics) alist.
1856         (get_dimension): rename from get_realvar
1857
1858         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1859         ly:font-magnification, ly:font-name: new functions
1860
1861 2004-04-03  Werner Lemberg  <wl@gnu.org>
1862
1863         * Documentation/user/dedication.itely,
1864         Documentation/user/preface.itely,
1865         Documentation/user/introduction.itely,
1866         Documentation/user/tutorial.itely: Revised.
1867         Removing leading spaces which distorts output if info files are read
1868         with stand-alone info.
1869         Removing superfluous inter-word spaces which also distorts output
1870         for stand-alone info.
1871         Using ` and ' instead of `` and '' everywhere to improve
1872         legilibility with stand-alone info
1873         Using @samp for single-letter input items and data which contains
1874         spaces, @code for other things.
1875
1876         * lily/grob-interface.cc: Adding copyright.
1877         (check_interfaces_for_property): Improve format of warning message.
1878
1879 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1880
1881         * lily/include/font-metric.hh (struct Font_metric): add
1882         design_size () method.
1883
1884         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1885
1886         * lily/afm.cc (read_afm_file): read design size.
1887
1888         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1889
1890         * scm/music-functions.scm (unfold-repeats): handle dots too.
1891
1892 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1893
1894         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1895         (backportme)
1896
1897 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1898
1899         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1900         lyric indent.  Revert melismaBusyProperties using \unset.
1901
1902 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1903
1904         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1905
1906         * lily/parser.yy (command_element): allow redefinition of |
1907         meaning.
1908
1909         * lily/break-align-engraver.cc (acknowledge_grob): construct
1910         LeftEdge where the first cause for alignment is coming from.
1911         This makes \override Staff.LeftEdge work as expected.
1912
1913
1914         * lily/slur-performer.cc (Slur_performer): add inits
1915
1916         * lily/beam-performer.cc (Beam_performer): add inits
1917
1918 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1919
1920         * VERSION (PACKAGE_NAME): release 2.2.0
1921
1922         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1923
1924 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1925
1926         * lily/cluster.cc (height): Fix warning.
1927
1928         * lily/parser.yy: Janitorial cleanups.
1929
1930         * Documentation/user/tutorial.itely (Tutorial): Typo.
1931
1932 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1933
1934         * lily/change-iterator.cc (process): search at multiple context
1935         levels. This fixes 
1936
1937
1938         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1939         not voice-state index for tie state. This fixes a partcombine
1940         problem with ties.
1941
1942         * Documentation/user/tutorial.itely (Commenting input files): add
1943         note about convert-ly.
1944
1945         * input/test/cadenza-skip.ly:  new file.
1946
1947 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1948
1949         * po/nl.po: Spelling fixes.
1950
1951         * autogen.sh (srcdir): Regenerate.
1952
1953         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1954         autogen.sh.
1955
1956         * configure.in: Use C++ to check for C++ header.
1957
1958         * po/nl.po: Update.
1959
1960         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1961
1962         * lily/event.cc (to_relative_octave): Translatable sentence should
1963         be one string.
1964
1965         * python/lilylib.py (warranty): Year range is not translatable.
1966         It's 2004 already!
1967
1968         * flower/warn.cc (non_fatal_error, warning, programming_error):
1969         Remove whitespace from translated string.
1970
1971 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1972
1973         * VERSION: release 2.1.37.
1974
1975 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1976
1977         * configure.in: check for C language.
1978
1979         * lily/source-file.cc: include strstream without h.
1980
1981         * scm/documentation-generate.scm (string-append): use name without
1982         .texi.
1983
1984         * autogen.sh (srcdir): SUSE fix.
1985
1986         * Documentation/user/notation.itely (Ancient clefs): idem.
1987
1988         * Documentation/user/lilypond-book.itely (Integrating HTML and
1989         music): idem.
1990
1991         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1992
1993         * lily/change-iterator.cc (process): use find_existing_context().
1994
1995         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1996
1997         * input/regression/repeat-unfold-tremolo.ly: new file.
1998
1999         * scm/music-functions.scm (unfold-repeats): undo music compression
2000         too.
2001
2002         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
2003         (LY_DEFINE): ly:music-compress new function.
2004
2005         * scm/part-combiner.scm (determine-split-list): split for voice
2006         crossings
2007
2008         * input/regression/part-combine-cross.ly: new file.
2009
2010         * scm/part-combiner.scm (make-part-combine-music): don't do
2011         relative inside partcombine arguments.
2012
2013         * scm/music-functions.scm (make-non-relative-music): new function.
2014
2015         * Documentation/user/notation.itely (Automatic part combining):
2016         add note about \relative.
2017
2018         * lily/part-combine-iterator.cc (construct_children): add
2019         start_moment_ member.
2020
2021         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
2022         stem-tremolo by stem object. This fixes no stem for tremolo bug.
2023
2024         * lily/stem-tremolo.cc (print): don't crash for no-stem.
2025
2026         * Documentation/user/changing-defaults.itely (Which properties to
2027         change): fixes.
2028
2029 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2030
2031         * po/fr.po: update.
2032
2033 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2034
2035         * input/wilhelmus.ly: More original lyrics.  Add to examples.
2036
2037         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
2038         Reinstate old code that issues warning.  Fixes --srcdir build.
2039
2040 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2041
2042         * input/wilhelmus.ly: New file.
2043
2044         * Documentation/user/notation.itely: 
2045         * Documentation/user/introduction.itely:
2046         * Documentation/user/tutorial.itely: Use quote ly-option instead
2047         of explicit @quotation.  This fixes too long lilypond linewidths
2048         resulting in overful hboxes.
2049
2050         * scripts/lilypond-book.py: Add ly-option: `quote'.
2051
2052 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2053
2054         * tex/titledefs.tex: Avoid that the first score line is extra
2055         indented if instrument is defined but not piece.
2056
2057 2004-03-30  Werner Lemberg  <wl@gnu.org>
2058
2059         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
2060         `lilypond/' to info file name.
2061         (@usermanref) [info]: New variant.
2062
2063         * scm/documentation-generate.scm: Fix definition of @usermanref
2064         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
2065         to info file name.
2066
2067 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2068
2069         * VERSION: release 2.1.36
2070
2071         * Documentation/user/changing-defaults.itely (Interpretation
2072         contexts): rewrite introduction.
2073
2074 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
2075
2076         * scm/define-markup-commands.scm: Use TeX accents instead of
2077         straight iso-8859-1 encoding in the doc string.
2078
2079 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2080
2081         * Documentation/user/tutorial.itely (A lead sheet): remove extra
2082         space after dotted duration.
2083
2084 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2085
2086         * Documentation/user/introduction.itely: 
2087         * Documentation/user/notation.itely:
2088         * Documentation/user/tutorial.itely: Up all relative examples.
2089         Enclose @lilypond displays in @quotation.  Typos and corrections.
2090
2091         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
2092
2093 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2094
2095         * scm/music-functions.scm (make-voice-props-revert): Revert also
2096         MultiMeasureRest staff-position in oneVoice.
2097
2098 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
2099
2100         * Documentation/user/changing-defaults.itely, 
2101         Documentation/user/lilypond.tely: few fixes. Place no comma between
2102         two options: a and b, but commas between three options: a, b, and c.
2103         By this manner, grouping is possible: a and b, and c and d.
2104
2105 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2106
2107         * Documentation/user/GNUmakefile: add rule for .nexi
2108
2109 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2110
2111         * Documentation/user/music-glossary.tely: move glossary direntry
2112
2113         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
2114         only do mkdir/install-info if INFO_INSTALL_FILES != "".
2115
2116 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2117
2118         * stepmake/aclocal.m4: Verify that gettext configure check with
2119         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
2120
2121 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2122
2123         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
2124         glob.glob for .png filenames. This catches multipage pngs.  
2125
2126         * Documentation/user/changing-defaults.itely (Determining the grob
2127         property): fix references.
2128
2129         * lily/staff-symbol.cc (print): only add extent if non empty.
2130         This fixes staff-container.ly.
2131
2132         * lily/timing-engraver.cc (initialize): init whichBar, so a score
2133         starting with a mmrest also works.
2134
2135         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
2136         PNG for texinfo too.
2137
2138         * po/lilypond.pot: update translation strings.
2139
2140         * VERSION: 2.1.35 released
2141
2142         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
2143         context argument too.
2144
2145         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
2146
2147         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
2148
2149         * python/lilylib.py (command_name): don't return 1st path
2150         component.
2151
2152         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
2153         .png case separately.
2154
2155         * python/lilylib.py (system): typo.
2156
2157 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2158
2159         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
2160         run indent-region.
2161
2162         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
2163         Fixes compile.
2164
2165         * lily/function-documentation.cc: Compile fix: Include <string.h>.
2166         Add header.
2167
2168 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
2169
2170         * vim/lilypond-indent.vim: small fixes.
2171
2172 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2173
2174         * Documentation/user/notation.itely (Entering lyrics): Add example
2175         with correct english double quotes (at least for LaTeX output,
2176         maybe not a good idea if we switch to PS as the default output
2177         format).
2178
2179 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2180
2181         * lily/staff-performer.cc (create_audio_elements): play instrument
2182         changes before notes arrive. This fixes instrument of the first
2183         note in a score.
2184
2185         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
2186         to 1.9.0 conversion.
2187
2188         * lily/mark-engraver.cc: doc string.
2189
2190         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
2191
2192         * Documentation/user/introduction.itely (Introduction): new node.
2193
2194 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2195
2196         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
2197
2198         * input/regression/spacing-ragged-last.ly: new file.
2199
2200         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
2201         spacing.
2202
2203         * scm/font.scm: rewrite using GOOPS.
2204
2205         * lily/context-def.cc (filter_engravers): derefence pointer.
2206
2207         * lily/lily-guile.cc (type_check_assignment): use
2208         ly_scheme_function iso. scm_primitive_eval where possible.
2209
2210         * lily/performance.cc (output): limit channels at 15. This fixes
2211         percussion inadvertently showing up in large scores.
2212
2213 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2214
2215         * input/regression/tuplet-gap.ly: new file.
2216
2217         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2218         (print): compute gap length from number size, include italic
2219         correction.
2220
2221         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2222         tuplet-bracket
2223
2224         * scm/paper.scm (set-default-paper-size): new function, to be
2225         called at toplevel.
2226         (set-paper-size): new function, to be called inside \paper {}
2227         (set-default-paper-size): new function, to be called at toplevel.
2228
2229         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2230
2231         * lily/beam-performer.cc (process_music): idem.
2232
2233         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2234
2235         * tex/titledefs.tex: remove scshape for piece.
2236
2237         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2238         font-family
2239
2240         * lily/time-signature.cc (special_time_signature): font-encoding
2241         not family.
2242
2243         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2244         dynamic to head. This fixes p placement in morgenlied.
2245
2246 2004-03-23  Werner Lemberg  <wl@gnu.org>
2247
2248         * stepmake/stepmake/generic-targets.make (help): Improve text.
2249
2250 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2251
2252         * VERSION: 2.1.34 released
2253
2254         * lily/main.cc (main_with_guile): switch debugging.
2255
2256         * lily/system.cc (get_line): plug leak.
2257
2258         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2259         and contents.
2260         (stencil2line): plug leak.
2261
2262         * Documentation/user/changing-defaults.itely (Determining a grob
2263         property):  new node.
2264         (Layout interfaces): new node.
2265         (Navigating the program reference): new node.
2266
2267         * lily/accidental-engraver.cc (acknowledge_grob): add property
2268         harmonicAccidentals
2269
2270         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2271         general cleanups.
2272
2273         * input/les-nereides.ly (middleDynamics): resurrect Les
2274         nereides. Remove pedal hack.
2275
2276 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2277
2278         * input/regression/property-grace-polyphony.ly: new file.
2279
2280         * lily/translator-property.cc (execute_pushpop_property): only pop
2281         one instance of the property. This fixes << \\ >> together with
2282         \grace.
2283
2284         * lily/break-align-interface.cc (ordered_elements): we cannot
2285         modify the #'elements property, so return reordered array.
2286
2287 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2288
2289         * buildscripts/lilypond.words.py: remove.
2290         * buildscripts/lilypond-words.py: add new, renamed file. 
2291         Give generated targets and dirs explicitly in arguments.
2292
2293         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2294         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2295         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2296
2297         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2298
2299         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2300
2301         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2302         orders.
2303
2304         * vim/GNUmakefile: add local-uninstall target.
2305
2306         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2307
2308         * vim/vimrc: add a one-liner file.
2309
2310         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2311         vimrc in EXTRA_DIST_FILES.
2312
2313         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2314
2315 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2316
2317         * config.make.in: add vimdir.
2318
2319         * vim/GNUmakefile: add local-install.
2320
2321 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2322
2323         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2324         with \lilypondifundefined{blabla}. Solves problem with multiple
2325         titles in the same lilypond-book document.
2326
2327 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2328
2329         * scm/document-backend.scm (interface-doc): sort grob list for
2330         interface.
2331
2332         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2333         pre/post break align-order.
2334
2335         * spelling patch courtesy Edward Sutton.
2336
2337         * Documentation/user/changing-defaults.itely (Changing context
2338         default settings): new node.
2339         (Defining new  contexts): new node.
2340
2341         * scripts/lilypond-book.py (is_derived_class): use numbers
2342         iso. booleans.
2343
2344         * python/lilylib.py (make_ps_images): add margin to PS images.
2345
2346         * scripts/lilypond-book.py (is_derived_class): new function. Take
2347         class arg iso. object.
2348         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2349         for bug in GS/dvips.
2350
2351         * lily/text-item.cc (interpret_markup): idem.
2352
2353         * scm/define-markup-commands.scm: remove split around-space hack.
2354
2355         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2356         function, fold WL's fixes into one function.
2357
2358 2004-03-22  Werner Lemberg  <wl@gnu.org>
2359
2360         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2361         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2362         (Note_column::head_position_interval): Do proper rounding for
2363         calls to Staff_symbol_referencer::get_position.
2364
2365 2004-03-21  Werner Lemberg  <wl@gnu.org>
2366
2367         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2368         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2369         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2370         (My_lily_parser::parse_file): Improve formatting progress indication
2371         sent to stdout.
2372
2373 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2374
2375         * VERSION: 2.1.33 released.
2376
2377         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2378
2379         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2380
2381         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2382         warning is issued about dummy.dep.
2383
2384         * scm/new-font.scm: fix design sizes of nummer
2385
2386 2004-03-21  Werner Lemberg  <wl@gnu.org>
2387
2388         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2389         some annoying warnings from mkdir during `make install'.
2390
2391 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2392
2393         * lily/performer-group-performer.cc (do_announces): call
2394         Performer_group_performer::create_audio_elements () too.
2395
2396         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2397
2398         * scm/define-grobs.scm (all-grob-descriptions): add property
2399         break-align-orders
2400
2401         * lily/global-context.cc (get_default_interpreter): new
2402         function. Override from base class, so no new Score contexts are
2403         created.
2404
2405         * lily/include/stencil.hh (class Stencil): document origin field.
2406
2407         * lily/staff-symbol.cc (print): span staff-symbol on column
2408         extents for non-broken columns. 
2409
2410         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2411         key-signature.
2412
2413         * tex/titledefs.tex: don't use smallcaps for piece.
2414
2415         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2416         translated stencils in the output.
2417
2418         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2419
2420 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2421
2422         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2423         and init ties_created_
2424
2425         * VERSION: release 2.1.32
2426
2427         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2428         doc string from IMPLEMENT_CTOR_CALLBACK().
2429
2430         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2431         that engraver is in a performer hierarchy.
2432
2433 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2434
2435         * vim/lilypond-ftdetect.vim: new file.
2436
2437 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2438
2439         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2440         (compose_ly): default octave should be middle C.
2441
2442         * Documentation/user/changing-defaults.itely (Layout tunings
2443         within contexts): new node.
2444
2445         * lily/include/smobs.hh: document C++ smob interface.
2446
2447         * lily/function-documentation.cc: don't doc functions without
2448         docstring.
2449
2450 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2451
2452         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2453         direntry, so that `info lilypond' goes to Top.
2454
2455         * scm/output-ps.scm (polygon): Fix: add spaces.
2456
2457         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2458         solutions are now optimal too.
2459
2460         * input/test/page-breaks.ly: New file.
2461
2462         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2463         functions into safe module.
2464
2465         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2466         end, prepend zeros.
2467
2468         * scm/output-*.scm: Use ly:number->string rather than
2469         number->string.  Makes for saner output.
2470
2471         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2472         Fixes feta-nummer, feta-din scaling.
2473
2474 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2475
2476         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2477
2478         * scm/music-functions.scm (descend-to-context): new
2479         function. Similar to context-spec-music.
2480         (make-time-signature-set): specify Score as descend-only. This
2481         fixes the polymetric.ly example.
2482
2483         * lily/context-specced-music-iterator.cc (construct_children): add
2484         support for descend-only context spec.
2485
2486         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2487         determine ez-notation letter. 
2488
2489         * lily/system.cc (get_line): start with dumping layer 3. This
2490         fixes ez notation.
2491
2492 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2493
2494         * input/test/title-markup.ly: Stress breaking harder.
2495
2496         * scm/page-layout.scm (height-score): Overfull page scores twice
2497         as bad as underfull (was: by a power).
2498         (walk-lines): Omit first walk-path round (breaking after new node,
2499         without lines).
2500
2501         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2502         diff values are negative.
2503         (output): Bugfix: treat negative vfill differently.
2504
2505         * Documentation/user/lilypond.tely (direntry): Add note about why
2506         `info lilypond' brings up `Invoking LilyPond' node.
2507
2508 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2509
2510         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2511
2512         * lily/paper-book.cc: Remove cruft.
2513         (output): Bugfix: put vfill between lines.
2514         (pages): Bugfix: set page vars needed for filling.
2515
2516         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2517         (was: @ar).
2518
2519         * scm/page-layout.scm: Further development.
2520
2521         * ly/declarations-init.ly (paper): Define page-breaking.
2522
2523 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2524
2525         * lily/note-head.cc (brew_ez_stencil): add note-names
2526         property. Provides internationalization for note names.
2527
2528         * Documentation/user/changing-defaults.itely (Creating contexts):
2529         new node.
2530
2531         * lily/grace-iterator.cc (process): descend to child for \grace.
2532
2533         * lily/timing-translator.cc (initialize): Timing_translator adds
2534         Timing alias by itself.
2535
2536         * lily/context.cc (add_alias): new function.
2537
2538         * scm/lily.scm (tex-output-expression): new function, eval within
2539         drawing API. Guards against eval vulnerabilities.
2540
2541         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2542
2543         * scm/output-ps.scm (scm): export lily drawing API.
2544
2545         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2546         throughout.
2547
2548 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2549
2550         * scm/page-layout.scm (optimal-page-breaking): New function.
2551
2552         * lily/paper-book.cc (pages): Use it.
2553
2554 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2555
2556         * lily/include/paper-line.hh (class Paper_line): Full smob.
2557
2558 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2559
2560         * lily/global-context.cc (run_iterator_on_me): fix grace note
2561         nesting by initting measurePosition.
2562
2563         * lily/timing-translator.cc (initialize): do no init
2564         measurePosition
2565
2566         * lily/include/music-output-def.hh (class Music_output_def): add
2567         input_origin_ field.
2568
2569         * Documentation/user/changing-defaults.itely (Changing context
2570         properties on the fly): new node.
2571
2572         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2573         function. Only have smobbed_copy (), and do not provide
2574         smobbed_copy() for non-simple smobs. Changes throughout.
2575
2576 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2577
2578         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2579         start_moment_. Fix by Doug A. Linhardt.
2580
2581 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2582
2583         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2584         accidentals for harmonic notes.
2585
2586         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2587         of different style. (Thanks to Doug Linhardt).
2588
2589         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2590         new node.
2591
2592 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2593
2594         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2595
2596         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2597         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2598         vim/lilypond-indent.vim: doc targets and deps in comments.
2599
2600 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2601
2602         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2603
2604         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2605
2606         * lily/include/paper-line.hh:
2607         * lily/include/paper-line.cc: New file.
2608
2609 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2610
2611         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2612
2613         * GNUmakefile.in: remove stray make out=www
2614
2615         * input/test/bagpipe.ly (gcdg): octave fixes.
2616
2617         * scm/define-markup-commands.scm (number): use font-encoding
2618         iso. font-family
2619
2620         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2621         font-encoding.
2622
2623 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2624
2625         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2626         `output_format_global' and `PAGE_LAYOUT'.
2627
2628 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2629
2630         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2631         lily functions in safe mode.
2632
2633         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2634         Print filename for HTML, LATEX, before texidoc.
2635
2636         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2637         instructions in output-ps module.
2638
2639         * scm/lily.scm: Do not load output-ps module.
2640
2641         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2642         safe mode.
2643
2644 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2645
2646         * lily/span-dynamic-performer.cc (process_music): remove spurious
2647         warning.
2648
2649         * lily/context-def.cc (Context_def): init name to ""
2650
2651         * lily/font-interface.cc: add font-encoding property.
2652
2653         * scm/lily.scm (chain-assoc-get): bugfix.
2654
2655         * lily/paper-book.cc (stencil2line): protect static SCM.
2656
2657         * lily/font-interface.cc (text_font_alist_chain): rename function,
2658         and use text-font-defaults. 
2659
2660         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2661
2662         * scm/paper.scm (paper-set-staff-size): use new function.
2663
2664         * scm/new-font.scm (make-font-tree): new function.
2665
2666 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2667
2668         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2669
2670         * scm/lily.scm (get-output-module): New function.
2671         (output-alist): Remove ,ps-output-expression.
2672
2673         * scm/output-tex.scm (ps-output-expression): New function.
2674
2675         * scm/output-ps.scm (ps-output-expression): Remove.
2676         (header, start-page): Output page metadata.
2677
2678         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2679         initialise output_module_.  Do not write part of header.
2680         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2681         (output_header): Output full header.
2682
2683         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2684         FIXME.
2685
2686 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2687
2688         * scm/new-font.scm: new file. Tree based font lookup.
2689
2690         * scm/lily.scm (assoc-get): take default argument. Remove
2691         assoc-get-default.
2692         (chain-assoc-get): use chain-assoc-get everywhere.
2693
2694         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2695         autobeamsettings conversion bug.
2696
2697         * lily/include/global-context.hh (Context): clean-up data hiding.
2698
2699         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2700         data hiding.
2701
2702         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2703
2704         * input/regression/stem-shorten.ly: add chord case.
2705
2706         * lily/stem.cc (get_default_stem_end_position): shorten stems
2707         triggered by note-head positions, not by forced-direction. This
2708         fixes a bug with too short stems.  
2709
2710 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2711
2712         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2713         Lilypond_snippet.output_latex): Always call output_print_filename.
2714
2715         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2716         expand pages.
2717
2718 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2719
2720         * scm/part-combiner.scm (make-autochange-music): switch rests
2721         before switched notes too.
2722
2723         * lily/figured-bass-engraver.cc (process_music): change calling
2724         convention.
2725
2726         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2727
2728         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2729         command.
2730
2731         * lily/include/stencil.hh (class Stencil): add origin field.
2732
2733         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2734         function.
2735
2736         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2737
2738         * lily/lexer.ll: remove support for \$ and $ in identifiers
2739
2740         * lily/sequential-iterator.cc: remove copy_grace_fixups
2741         (get_grace_fixup): slight abstraction of fixup code.
2742
2743         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2744
2745 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2746
2747         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2748         in insert-mode. add indenting rules.
2749
2750 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2751
2752         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2753         protect hack.
2754
2755         * scm/page-layout.scm:
2756         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2757         layout and titling should now match external latex based version.
2758
2759         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2760         header fields.
2761
2762         * ps/lilyponddefs.ps: Remove automatic page layout.
2763
2764         * scm/output-ps.scm (new-start-system): New interface function.
2765
2766         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2767
2768         * lily/paper-book.cc (output): Bugfix.
2769
2770 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2771
2772         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2773
2774 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2775
2776         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2777         direntries.
2778
2779         * ps/lilyponddefs.ps: Bugfix.
2780
2781         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2782
2783 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2784
2785         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2786         cause. This should fix warnings.
2787
2788         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2789
2790         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2791         prevent aligned 6ths.
2792
2793         * lily/custos.cc (print): remove adjust-if-on-staffline.
2794
2795 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2796
2797         * lily/paper-book.cc: Do header and footer.
2798
2799 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2800
2801         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2802
2803         * scm/paper.scm (lineheight): Remove
2804         (head-sep, foot-sep): Add.
2805
2806 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2807
2808         * mf/feta-schrift.mf: reduce portato thickness.
2809
2810         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2811
2812         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2813         programming_error ().
2814
2815         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2816         bracket to last command column.
2817
2818         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2819         continues on next/prev system.
2820
2821         * input/regression/pedal-end.ly: new file.
2822
2823 2004-03-10  Werner Lemberg  <wl@gnu.org>
2824
2825         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2826         Remove pmx2ly stuff.
2827         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2828
2829 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2830
2831         * scm/page-layout.scm: New file.
2832
2833         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2834         settings.
2835         (Lilypond_snippet.is_outdated): Also check for PNG file.
2836         Workaround for interrupted (web) builds.
2837
2838         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2839
2840         * ps/lilyponddefs.ps: Use only very small top-marging.
2841         (init-paper): Also pop page size string.
2842         (start-page, stop-page): New function.
2843
2844         * scm/output-ps.scm (header-end): Remove stray exec commands.
2845
2846 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2847
2848         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2849
2850         * lily/score.cc (default_rendering): clean protection.
2851
2852         * lily/paper-book.cc (mark_smob): implement smob marking.
2853
2854         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2855
2856         * Documentation/user/*.itely: user manual edits. 
2857
2858 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2859
2860         * Documentation/user/converters.itely (Invoking musedata2ly):
2861         remove pmx2ly.
2862
2863         * scripts/pmx2ly: remove script.
2864
2865 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2866
2867         * lily/score.cc (default_rendering): Protect paper-book members.
2868
2869         * lily/paper-def.cc (smobbed_copy): New method.
2870
2871         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2872         switch runtime.
2873
2874         * lily/include/music-output.hh (process): Change signature to
2875         return SCM.
2876
2877         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2878         method.
2879
2880         * lily/paper-score.cc (process): Return stencils rather than
2881         outputting directly.  Remove paper-book kludge.  Delete grobs.
2882         (output): Remove.
2883
2884         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2885
2886         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2887
2888         * lily/score.cc (default_rendering)
2889         (ly_render_output): Move adding paper-score two levels up.
2890
2891         * lily/system.cc (get_line):
2892         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2893
2894 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2895
2896         * scm/font.scm (paper20-font-vector): add more design sizes for
2897         number.
2898
2899         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2900         feta-nummber{5,7,11,13}.
2901
2902         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2903         for 12pt design size. 
2904
2905 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2906
2907         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2908
2909 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2910
2911         * lily/font-select.cc (properties_to_font_size_family): Fix
2912         warning message.
2913
2914         * Experimental PostScript latin1 encoding:
2915
2916         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2917
2918         * scm/output-ps.scm: Experimental encoding using reencode-font.
2919         * scm/font.scm: Add latin1 `font-shape'.
2920
2921         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2922
2923         * ps/lilyponddefs.ps (reencode-font): New function.
2924
2925         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2926
2927         * scm/output-tex.scm (start-page):
2928         (stop-page): New interface function.
2929
2930 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2931
2932         * lily/paper-outputter.cc (output_expr):
2933         (output_header):
2934         (output_line): New method.
2935
2936         * lily/system.cc (get_line):
2937         (get_lines): New method.
2938         (output_scheme):
2939         (output_line): Remove.
2940
2941         * scm/lily.scm (make-title): New function.
2942
2943         * lily/paper-book.cc: 
2944         * lily/include/paper-book.hh: New file.
2945
2946         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2947         ly-modules.hh).
2948
2949         * lily/ly-module.cc (ly_modules_lookup): New function.
2950
2951         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2952
2953         * scm/output-ps.scm (make-title): Remove.
2954         (output-scopes): Junk header-title test.
2955
2956 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2957
2958         * mf/feta-schrift.mf: thicker dot for portato.
2959
2960         * lily/accidental-placement.cc (position_accidentals): bugfix in
2961         offset, this fixes right-padding of AccidentalPlacement.
2962
2963         * lily/[h-z]*.cc: () formatting.
2964
2965         * Documentation/user/tutorial.itely (An orchestral part): more
2966         fixes for the tutorial.
2967
2968         * scm/translation-functions.scm (fraction-tuplet-formatter):
2969         reverse fraction.
2970
2971         * lily/parser.yy (context_def_spec_block): use \context instead of
2972         \translator.
2973
2974         * lily/[a-g].cc: () style cleanup.
2975
2976         * Documentation/user/tutorial.itely (Automatic and manual beams):
2977         editing of tutorial.
2978
2979 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2980
2981         * buildscripts/mf-to-table.py (base): write encoding name.
2982
2983 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2984
2985         * Documentation/user/GNUmakefile (local-install-info): Issue
2986         warning (for packager, ie, if not installing in /usr or /usr/local).
2987
2988         * lily/stencil-scheme.cc: 
2989         * lily/staff-symbol-referencer.cc: 
2990         * lily/script-column.cc: 
2991         * lily/pitch.cc: 
2992         * lily/music.cc: 
2993         * lily/grob-pq-engraver.cc: 
2994         * lily/font-interface.cc: 
2995         * lily/music-output-def.cc: 
2996         * lily/duration.cc: 
2997         * lily/grob-scheme.cc:
2998         * lily/context-scheme.cc: Put scheme name on first line in
2999         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
3000         style cleanups.
3001
3002         * stepmake/stepmake/scm-vars.make: 
3003         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
3004         Rename and split TAGS_FILES.
3005
3006         * GNUmakefile.in (ALL-TAGS): Remove.
3007
3008         * stepmake/stepmake/generic-targets.make (TAGS): Also include
3009         deeper TAGS files.  Fixes regexp tags in TOP dir.
3010
3011 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3012
3013         * VERSION: 2.1.29 released.
3014
3015         * Documentation/user/changing-defaults.itely (Changing defaults):
3016         new file.
3017
3018         * Documentation/user/notation.itely (Notation manual): rename from 
3019         refman.itely
3020
3021         * Documentation/user/notation-appendices.itely (The Feta font):
3022         new file.
3023
3024         * Documentation/user/advanced.itely: add aborted attempt for
3025         advanced topics manual.
3026
3027 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3028
3029         * scm/new-markup.scm: display Markups in sane format. Patch by
3030         Nicolas Sceaux.
3031
3032 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3033
3034         * lily/main.cc: Cleanups.
3035         (setup_localisation): New function.
3036         (sane_putenv): Remove.
3037         (main_with_guile): New name (Was: main_prog).  Remove musings
3038         about possible preparation for GUILE heavy memory usage and
3039         practical uselessness.  Do not set environment variables
3040         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
3041         name juggling.
3042         (parse_argv): New function.
3043         (copyright): New function.  It's 2004 already.
3044
3045         * lily/input-file-results.cc (do_one_file): Add file name juggling.
3046         (distill_inname): Move from main.
3047
3048 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3049
3050         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
3051
3052         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
3053
3054         * Documentation/user/running.itely: new file.
3055
3056         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
3057
3058         * lily/score-performer.cc (finish): call Translator::finalize ().
3059
3060 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
3061
3062         * lilypond-ftpplugin.vim: renamed to the following file.
3063         * lilypond-ftplugin.vim: new file.
3064
3065         * GNUmakefile.in: update VIM_FILES.
3066
3067 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3068
3069         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
3070         props.
3071
3072         * input/test/tie-sparse.ly: remove.
3073
3074         * lily/tie-performer.cc (try_music): copy & paste from
3075         Tie_engraver.
3076
3077         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
3078         variable_ref twice.
3079
3080         * lily/key-performer.cc (create_audio_elements): use
3081         alterations-in-key.
3082
3083         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
3084
3085 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
3086
3087         * input/test/smart-transpose.ly: fix cases fes->e and similar.
3088         handle also quarter tones (not shown as tests). test also flats.
3089
3090         * Documentation/index.html.in: small fixes.
3091
3092 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3093
3094         * input/regression/new-markup-scheme.ly: Typo.
3095
3096         * scm/define-markup-commands.scm (fill-line): New markup.
3097
3098         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
3099         (output-paper-def): Fix alignment.
3100         (make-title): Fix height/width scaling.
3101
3102         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
3103
3104         * input/test/title-markup.ly: Add remaining titles.  Layout and
3105         font size fixes.  Add simplistic latin1 test.
3106
3107 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
3108
3109         * input/test/nested-groups.ly: remove. move content (to next). 
3110         * input/test/staff-bracket.ly: replace content (from prev), this 
3111         has been already in templates.
3112
3113 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3114
3115         * stepmake/autogen.sh: Only issue warning about running configure
3116         without arguments when autogen.sh will actually be running
3117         configure.
3118
3119 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3120
3121         * scm/new-markup.scm (stack-stencil-line): robustness.
3122
3123         * scm/define-markup-commands.scm (simple): robustification of
3124         simple-markup.
3125
3126         * Documentation/user/music-glossary.tely (Top): change central C
3127         to middle C.
3128
3129         * lily/text-item.cc (interpret_markup): cache make-simple-markup
3130
3131 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3132
3133         * input/test/title-markup.ly (spaceTest): Add.
3134
3135         * lily/text-item.cc (interpret_markup): Make line markup from
3136         multi word markup.
3137
3138         * scm/define-markup-commands.scm (word): New markup command.
3139         (simple): Use it.
3140
3141         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
3142
3143 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
3144
3145         * vim/ftplugin/lilypond.vim:
3146         * vim/syntax/lilypond.vim: use only local settings with setlocal.
3147         show matching paren in insert mode.
3148
3149 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3150
3151         * scm/output-ps.scm (make-title, output-scopes): Further
3152         development.
3153
3154         * input/test/title-markup.ly: New file.
3155
3156         * ps/lilyponddefs.ps: Disable PostScript titling.
3157
3158         * lily/paper-score.cc (process): Quote PORT argument to make-title.
3159
3160 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3161
3162         * lily/arpeggio.cc (width_callback): remove padding.
3163
3164         * scm/define-grobs.scm (all-grob-descriptions): add padding.
3165
3166         * scm/define-music-types.scm: remove make-music-by-name.
3167
3168         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
3169
3170 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3171
3172         * lily/paper-score.cc (process): Output titles using make-title.
3173
3174         * scm/output-ps.scm (output-stencil): Display directly instead of
3175         constructing string.
3176         (make-title): New function.
3177
3178 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3179
3180         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3181         music), Documentation/user/invoking.itexi (Invoking lilypond): 
3182         Move documentation of LaTeX packages for latin1 characters to the
3183         lilypond-book manual.
3184
3185 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
3186
3187         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
3188
3189         * vimrc: add menu in console and shortcut <F10> for it.
3190
3191         * vim/:
3192         * vim/compiler/:
3193         * vim/syntax/:
3194         * vim/indent/:
3195         * vim/ftplugin/: new directories.
3196
3197         * vim/filetype.vim: new file.
3198
3199         * lilypond.vim: remove files (see next).
3200         * vim/syntax/lilypond.vim: new, renamed file (see prev).
3201
3202         * vimrc: remove file (see next).
3203         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
3204
3205         * vim/ftplugin/lilypond.vim: change dir for dictionary.
3206         add header. apply bindings only locally.
3207
3208         * vim/indent/lilypond.vim: new file.
3209
3210         * vim/ftplugin/lilypond.vim: remove errorformat.
3211         * vim/compiler/lilypond.vim: new file for errorformats.
3212
3213         * Documentation/topdocs/INSTALL.texi: give easier orders.
3214
3215         * ROADMAP: add vim/
3216
3217 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3218
3219         * Documentation/user/introduction.itely (Introduction): Use @image
3220         iso @html <img...>.  Add workaround for images in columns in info.
3221
3222         * stepmake/aclocal.m4: Store computed version in variable.
3223
3224         * configure.in: Export MAKEINFO_VERSION.
3225
3226         * config.make.in (MAKEINFO_VERSION): Add.
3227
3228         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3229
3230         * Documentation/user/GNUmakefile: Only build info with images when
3231         building web.
3232
3233         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3234
3235         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3236         stuff from documentation-targets.make
3237
3238 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3239
3240         * VERSION: 2.1.28 released
3241
3242         * scripts/convert-ly.py (conv): 
3243
3244 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3245
3246         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3247         \arpeggioBoth. redefine \arpeggioBracket.
3248
3249         * Documentation/user/refman.itely: document new arpeggio
3250         functions.
3251
3252         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3253
3254         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3255
3256         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3257
3258 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3259
3260         * Documentation/user/introduction.itely (Automated engraving):
3261         rewrite introduction using website text.
3262
3263 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3264
3265         * scm/*.scm: make-music-by-name is replaced by make-music, which
3266         also accept music property settings, eg:
3267           (make-music 'TextScriptEvent 'direction DOWN 'text
3268               (make-simple-markup x))
3269
3270         Patch courtesy Nicolas Sceaux
3271
3272         * lily/beam-quanting.cc: cleanup, separate counts for left and
3273         right beam ends.
3274
3275         * lily/side-position-interface.cc (quantised_position): also
3276         quantize staccato position for forced stem directions. 
3277
3278 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3279
3280         * scm/*.scm: Patch by Nicolas Sceaux: 
3281
3282         * scm/music-functions.scm: ly:grob-property and ly:music-property
3283         are made procedure with setters.
3284
3285         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3286
3287 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3288
3289         * input/test/[t-v]*.ly: finish rewriting texidocs.
3290
3291         * input/test/vaticana.ly: remove.
3292         * input/test/ligature-vaticana.ly: new, renamed file name.
3293
3294         * input/test/stem-centered.ly: remove.
3295         * input/test/mensural-note-heads.ly: new file. take content from
3296         removed file stem-centered.ly.
3297
3298         * input/test/scales-greek.ly: simplify.
3299
3300         * input/test/s*.ly: reformulate texidocs.
3301
3302         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3303         of missing features.
3304
3305 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3306
3307         * input/test/[j-o]*.ly: update texidocs.
3308
3309 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3310
3311         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3312
3313         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3314         images.
3315
3316         * Documentation/user/lilypond.tely (@direntry): Update.
3317
3318         * stepmake/stepmake/documentation-targets.make
3319         (install-info,uninstall-info): Install into $(package_infodir).
3320         Install images.  Run install-info to update dir.
3321
3322         * config.make.in (package_infodir): Add.
3323
3324         * Documentation/user/GNUmakefile (info-with-images,
3325         local-install-info, local-uninstall-info): New target.
3326
3327 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3328
3329         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3330         gap/threshold.
3331
3332         * lily/beam-quanting.cc (score_slopes_dy): remove
3333         ROUND_TO_ZERO_SLOPE kludge.
3334
3335         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3336
3337         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3338
3339         * lily/global-context.cc (Global_context): alway accept Score
3340         (run_iterator_on_me): cast Context to Score_context, not
3341         Context_def.
3342
3343         * Documentation/user/refman.itely: documentation patch by Edward
3344         Sanford Sutton.
3345
3346         * mf/GNUmakefile: unset sauter-fonts.
3347
3348 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3349
3350         * scripts/lilypond-book.py (output_texinfo): Output @image
3351         descriptions for info too.
3352
3353         * input/test/chord-names-jazz.ly: 
3354         * input/test/embedded-scm.ly: Clarify.
3355
3356         * input/test/cautionaries.ly: Typo.
3357
3358         * lily/input-smob.cc (ly_input_location): Compile fix.
3359
3360 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3361
3362         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3363
3364         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3365         fixes problems with system defaults being reverted with \override
3366         on Score level.
3367
3368         * lily/global-context.cc (Global_context): apply property-ops to
3369         Global_context too. 
3370
3371 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3372
3373         * scm/output-ps.scm (stencil->string): Rewrite.
3374
3375 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3376
3377         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3378         impersonal style.
3379
3380 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3381
3382         * lily/input-smob.cc (ly_input_location: New function.
3383
3384         * scm/define-markup-commands.scm (upright): New markup command.
3385
3386         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3387
3388         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3389
3390         * scm/output-ps.scm (output-stencil): New function.
3391
3392         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3393         of snippet types; fixes @ignore and @verbatim blocks.
3394
3395 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3396
3397         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3398         to a file in printed documentation, instead, refer either to a 
3399         syntax or to an output.
3400
3401 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3402
3403         * input/regression/beam-center-slope.ly: Add test.
3404
3405 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3406
3407         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3408         (SAUTER_FONTS): Reinstate.
3409
3410         * scm/define-markup-commands.scm (caps): New markup command.
3411
3412         * scm/output-ps.scm (output-scopes): Experimental markup output.
3413
3414         * scm/: Add missing headers.
3415
3416         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3417
3418         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3419
3420 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3421
3422         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3423         Stray style cleanups.
3424
3425 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3426
3427         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3428         no dot combination.
3429
3430         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3431         substitute \override Staff.autoBeamSettings too
3432
3433         * Documentation/user/tutorial.itely: proofreading fixes by David
3434         Bobroff
3435
3436 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3437
3438         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3439
3440         * ps/music-drawing-routines.ps: 
3441         * ps/lilyponddefs.ps: Add end markers.
3442
3443 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3444
3445         * VERSION: 2.1.27 released.
3446
3447         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3448
3449         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3450         obey documentation.
3451
3452 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3453
3454         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3455
3456         * scm/output-ps.scm: Resurrect.
3457
3458         * scm/output-tex.scm: Minimal cleanups.
3459
3460         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3461
3462         * make/ly-rules.make: Remove any broken lily-*.tex files before
3463         lilypond-book run.
3464
3465         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3466         comment.
3467
3468         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3469         Enabled by default, may save 10% compile time.
3470
3471 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3472
3473         * lily/lyric-phrasing-engraver.cc: remove
3474
3475         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3476         longer necessary. 
3477
3478         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3479         so lyric-phrasing-engraver is no longer necessary.
3480
3481         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3482         Grob_pq_engraver from Staff.
3483
3484         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3485         busyGrobs directly.
3486
3487         * input/regression/quote-transposition.ly: new file.
3488
3489         * lily/recording-group-engraver.cc (stop_translation_timestep):
3490         store instrumentTuning too. 
3491
3492         * lily/quote-iterator.cc (process): transpose events using
3493         instrumentTuning.
3494
3495         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3496         -> \tuning <pitch>
3497
3498         * lily/parser.yy (command_req): add \tuning command for setting
3499         instrument tuning of staff.
3500
3501         * Documentation/user/GNUmakefile
3502         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3503
3504         * Documentation/user/refman.itely (Customized accidental rules):
3505         typo.
3506
3507 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3508
3509         * Documentation/user/music-glossary.tely: remove the missing norwegian
3510         translation; they can be put in later properly.
3511
3512 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3513
3514         * lily/recording-group-engraver.cc (start_translation_timestep):
3515         init Recording_group_engraver twice.
3516
3517 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3518
3519         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3520         stray style cleanups:
3521
3522         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3523         -Wmissing-prototypes.
3524
3525         * flower/include/killing-cons.tcc (Killing_cons): Add template
3526         specifier for car_.
3527
3528         * flower/include/parray.hh (binsearchs): Add template specifier
3529         for maxkey.
3530
3531         * flower/include/interval.hh: Declare elem () with template specfier.
3532
3533 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3534
3535         * elisp/lilypond-indent.el (get-buffer-size): add customization
3536         groups for several variables (Reuben Thomas).
3537
3538 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3539
3540         * Documentation/user/invoking.itexi (Point and click): add index
3541         entry.
3542
3543         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3544         go under beam.
3545
3546         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3547         sarabande beam. 
3548
3549         * flower/warn.cc (programming_error): cross fingers not thumbs.
3550
3551         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3552         staff-position is set.
3553
3554         * VERSION: release 2.1.26 
3555
3556         * scm/chord-entry.scm (construct-chord): process transposition
3557         after processing explicit-11.  
3558
3559 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3560
3561         * lily/parser.yy (add_quote): add syntax for adding quotes:
3562         \addquote "id-string" Music
3563
3564         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3565
3566         * scripts/convert-ly.py (conv): add rules for name changes.
3567
3568         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3569         music/context/grob property functions. Internally, use
3570         get_property() and set_property() for both.
3571
3572 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3573
3574         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3575         for Emacs <= 20 (Laurent Martelli).
3576
3577 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3578
3579         * lily/parser.yy (command_element): extract quoted vector in
3580         parser.
3581
3582         * input/regression/quote.ly: new file.
3583
3584         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3585
3586         * lily/parser.yy (command_element): \quote DURATION NAME: support
3587         cue notes. 
3588
3589         * lily/quote-iterator.cc (class Quote_iterator): new file.
3590
3591 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3592
3593         * lily/auto-beam-engraver.cc (try_music): accept and process
3594         beam-forbid-event.
3595
3596         * input/regression/auto-beam-no-beam.ly: new file.
3597
3598 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3599
3600         * lily/accidental.cc (print): Change font-relative-size ->
3601         font-size. Fixes cautionary-style = smaller.
3602
3603 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3604
3605         * lily/system-start-delimiter.cc (staff_brace): remove
3606         font-relative-size
3607
3608         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3609         forgotten with scm_list_n. Fixes spurious coredumps.
3610
3611         * lily/accidental-engraver.cc (stop_translation_timestep): move
3612         update of localKeySignature to stop_translation_timestep (). This
3613         makes sure that all ties are noticed at the right moment.
3614         (stop_translation_timestep): clear tie only when right-side
3615         notehead was seen.
3616         (number_accidentals_from_sig): cleanup. 
3617
3618         * input/regression/accidental-tie.ly (mus): new file
3619
3620         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3621         these longish tests.
3622
3623 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3624
3625         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3626
3627         * THANKS: update bugreporter list.
3628
3629         * lily/beam.cc (print): broken beams last until end of staff.
3630         (print): broken beams start from prefatory matter.
3631
3632         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3633
3634         * lily/paper-score.cc (process): dump header only once.
3635
3636         * lily/paper-outputter.cc (Paper_outputter): move logic into
3637         Scheme.
3638
3639         * scm/output-tex.scm (output-scopes): new function.
3640         (output-paper-def): new function
3641         (tex-string-def): new function
3642         (symbol->tex-key): new function
3643
3644         * scripts/convert-ly.py (conv): add rule for | ~
3645
3646 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3647
3648         * input/regression/{many}.ly: refresh, trying to guess how
3649         it was designed.
3650
3651 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3652
3653         * VERSION: release 2.1.25
3654
3655         * scm/define-translator-properties.scm
3656         (all-user-translation-properties): add printOctaveNames
3657
3658         * ly/engraver-init.ly: remove Note_event_swallower from
3659         NoteNamesContext.
3660
3661         * lily/note-name-engraver.cc (process_music): new property
3662         printOctaveNames
3663
3664         * lily/context.cc (find_existing_context): remove support for
3665         Current.
3666
3667         * scm/music-functions.scm (set-accidental-style): new function;
3668         duplicate accidental macros.
3669
3670         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3671
3672         * lily/note-name-engraver.cc (process_music):
3673         process_acknowledged_grobs () -> process_music ()
3674
3675         * scm/part-combiner.scm (determine-split-list): robustification.
3676
3677 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3678
3679         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3680         lines for falling into beam-gap.
3681         (score_forbidden_quants): check all staff lines for falling in
3682         beam gaps.
3683
3684         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3685         key/clef/time signatures. 
3686
3687         * input/test/ossia.ly: revise example.
3688
3689         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3690         cleanup.
3691
3692         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3693         comply to Scheme standard.  Remove ly:get-paper-variable
3694
3695 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3696
3697         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3698
3699 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3700
3701         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3702         properties from Voice context. This fixes accidental size for
3703         staff-switches during grace contexts.
3704
3705         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3706         if necessary. Else, simply wipe dots.
3707
3708         * input/test/beam-alternate.ly: new file
3709
3710         * input/test/piano-staff-distance.ly: new file.
3711
3712         * lily/translator-group.cc (recurse_down_translators): use
3713         Direction for bottom-up/top-down.
3714
3715         * lily/include/translator.hh (class Translator): add
3716         process_music() and do_announces(). This obviates
3717         recurse_down_{engravers,performers}.
3718
3719         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3720         \melisma and \melismaEnd
3721
3722         * lily/melisma-engraver.cc (process_music): change to
3723         Melisma_translator, unify with performer. Accept
3724         ManualMelismaEvent.
3725
3726         * ly/engraver-init.ly: add Font_size_engraver.
3727
3728 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3729
3730         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3731         it hara-kiri.
3732
3733         * input/regression/{many}.ly: improve descriptions trying to figure
3734         out what is tested.
3735
3736 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3737
3738         * lily/slur.cc (broken_trend_offset): robustness fix.
3739
3740         * VERSION: release 2.1.24
3741
3742         * lily/context.cc (find_create_context): go to Score if it exists.
3743
3744         * lily/context-scheme.cc: new file.
3745
3746         * lily/score-translator.cc (get_output): new file.
3747
3748         * lily/include/grob-info.hh: origin_contexts() now does not
3749         include the originating engraver
3750
3751         * lily/translator-group.cc (translator_each): clean up contents,
3752         remove superfluous stubs. Engraver_group_engraver and
3753         Performer_group_performer are the only classes using multiple
3754         inheritance.
3755
3756         * lily/include/score-context.hh (class Score_context): interface
3757         between Score_{engraver,performer} and Global_context.
3758
3759         * lily/include/global-context.hh (Context): change from
3760         global-translator. This is the entry point for contexts; it is not
3761         tweakable using \translator{}. Score is no longer the top context,
3762         but sits underneath Global.
3763
3764         * lily/include/context.hh (class Context): brain surgery: split
3765         out Context functionality from Translator_group. Context is now a
3766         separate type from Translator.
3767
3768 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3769
3770         * lily/include/translator.hh (class Translator): make
3771         get_score_context() and get_global_translator (), and use the one
3772         which is appropriate.
3773
3774         * lily/context.cc: partially put functionality of Translator_group
3775         into Context.
3776
3777         * lily/include/context.hh (Translator): new class: put between
3778         Translator and Translator_group. 
3779
3780         * lily/new-accidental-engraver.cc: remove file.
3781
3782 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3783
3784         * input/regression/{many}.ly: improve descriptions: use complete 
3785         sentences, try to describe what is tested, avoid `we´, do not use 
3786         don't, ... 
3787
3788 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3789
3790         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3791         is at EOL.
3792
3793         * Documentation/user/lilypond.tely: declare the topmost node only
3794         once; removes empty line in @contents.
3795
3796         * Documentation/user/music-glossary.tely: really add Finnish author.
3797         Draw more beatiful `->´ arrow in html: &rarr;
3798
3799 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3800
3801         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3802
3803         * scripts/convert-ly.py (conv): add ly:music-list  change.
3804
3805         * lily/grob.cc: edit doc string.
3806
3807         * scm/define-grob-properties.scm (all-user-grob-properties):
3808         proofreading, editing of doc strings.
3809
3810         * input/regression/tablature-string-tunings.ly: new file.
3811
3812         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3813         listen to stringTunings
3814
3815         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3816         for self-alignment-[XY] code.
3817
3818 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3819
3820         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3821         cond) into function. Cleanup.
3822
3823         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3824
3825         * VERSION (PACKAGE_NAME): 2.1.23 released
3826
3827 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3828
3829         * Documentation/user/{refman,internals}.itely: small fixes.
3830
3831 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3832
3833         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3834         accidentals for harmonic notes
3835
3836         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3837         for harmonic notes.
3838
3839         * scm/document-backend.scm (interface-doc): prune Grob
3840         documentation: don't duplicate interface information.
3841
3842         * lily/*.cc: lots of updates of doc strings.
3843
3844 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3845
3846         * input/test/ac-extra-voice.ly (accompany): remove file.
3847
3848         * input/test/maximum-rest-count.ly: remove file.
3849
3850         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3851         conversion rule for \translator { }. Apply everywhere.  
3852
3853         * lily/parser.yy (music_property_def): set property for \once in
3854         the PropertyMusic itself, not the ContextSpec.
3855         (property_operation): change syntax within \translator { }
3856
3857         * scm/define-music-properties.scm (all-music-properties): clean up.
3858
3859         * lily/auto-beam-engraver.cc (test_moment): use
3860         updated_grob_properties() to retrieve autoBeam settings.
3861
3862         * lily/spacing-spanner.cc: bound shortest_playing_len by
3863         measure_length
3864
3865         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3866         multi-measure events for spacing computation.
3867
3868         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3869         elliptical, to 1.49.
3870
3871         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3872         vertical positioning for polyphony, without RestCollision object.
3873
3874         * lily/note-column.cc (add_head): prevent rests & note heads on
3875         one stem.
3876
3877         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3878         (do_shift): rewrite only-rests case: use common refpoints: the
3879         routine will have sensible results when other rest-translations
3880         have taken place.
3881
3882         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3883         < 0 case. 
3884
3885         * VERSION: 2.1.22 released
3886
3887         * input/GNUmakefile (SUBDIRS): remove ascii-art
3888
3889 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3890
3891         * input/: Convert ly files that still had \property.  Fixes make
3892         web.  Remove exta spaces around '='. 
3893
3894         * scripts/convert-ly.py (conv): Redundant space fixes.
3895
3896         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3897
3898 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3899
3900         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3901         create scalable PS and PDFs  for input/{test,template,regression}.
3902
3903         * lily/context.cc (is_alias): move function.
3904         (is_alias): add Bottom as context alias. 
3905         (find_create_translator): add Bottom as a context alias for creation.
3906
3907         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3908
3909         * lily/parser.yy (music_property_def): new syntax for property
3910         assignments:
3911
3912         \set A.B = #C , \unset A.B
3913         \override A.B #C = #D, \revert A.B #C 
3914
3915         * lily/my-lily-lexer.cc: remove \property
3916
3917 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3918
3919         * Documentation/user/refman.itely: add dots after seealso refs.
3920
3921         * input/template/{many}.ly: harmonise descriptions.
3922
3923         * Documentation/user/music-glossary.itely: add Finnish author.
3924
3925 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3926
3927         * VERSION (PACKAGE_NAME): release 2.1.21
3928
3929 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3930
3931         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3932
3933         * scripts/lilypond-book.py (snippet_res): @include filename must
3934         not be empty.
3935
3936 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3937
3938         * scm/documentation-generate.scm (markup-doc-string): dump
3939         markup-commands.tely
3940
3941         * scm/define-markup-commands.scm (override): new file.
3942         Move documentation from refman into doc-strings. 
3943
3944         * input/test/staff-container.ly: fix example.
3945
3946         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3947         StaffContainer
3948
3949         * lily/grob.cc: remove point_dimension_callback
3950         (Grob): read forced dimensions from X-extent and Y-extent.
3951         (get_paper): remove preset_extent.
3952
3953         * scm/define-grobs.scm (all-grob-descriptions): remove
3954         point_dimension_callback. 
3955
3956         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3957         textscript to head. This makes no-spacing-rods work on
3958         DynamicText.
3959
3960         * lily/chord-name.cc: remove props chord, bass, inversion.
3961
3962         * Documentation/user/appendices.itely: add Scheme functions,
3963         context-properties and layout properties to manual.
3964
3965         * scm/part-combiner.scm (determine-split-list): include rests in a
3966         solo1/2 sequence.
3967
3968         * lily/new-part-combine-iterator.cc (substitute_both): new
3969         function.
3970         (class New_pc_iterator): add separate Voice=solo context, fixes
3971         autobeams going from chords to solo.
3972
3973 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3974
3975         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3976
3977         * Documentation/user/tutorial.itely:
3978         * Documentation/user/refman.itely: Add short note about being part
3979         of lilypond.tely.
3980
3981         * COPYING: Make note more clear with respect to files that are
3982         explicitely licenced otherwise (Documention/user/ comes to mind).
3983
3984         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3985         comment about barfing of @c,{}.
3986
3987         * Documentation/user/music-glossary.tely: Add list of authors.
3988
3989         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3990         source (was: also in build log).
3991
3992 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3993
3994         * lily/side-position-interface.cc (general_side_position): if
3995         staff-padding is set, then include staff in support too.
3996
3997         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3998         module workbook
3999
4000         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
4001
4002         * lily/tuplet-engraver.cc: remove tupletInvisible
4003
4004         * scm/define-translator-properties.scm: cleanup, separate in
4005         internal and user props. 
4006
4007         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
4008         LyricsVoice -> Lyrics
4009
4010         * lily/new-part-combine-iterator.cc (process): only print warning
4011         for symbols.
4012
4013 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4014
4015         * scm/part-combiner.scm: Add proper header.
4016
4017         * All but lily/*: The great --2003 --2004 replace; the missing
4018         `bits'.
4019
4020         * TODO: Fix outline mode.  Add book notes.
4021
4022         * ROADMAP: Update.
4023
4024 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4025
4026         * scm/part-combiner.scm (make-autochange-music): use
4027         accumulator. Fixes stack overflow.
4028
4029         * lily/*: rename brew_molecule -> print , molecule-callback ->
4030         print-function
4031
4032         * scm/define-grob-properties.scm: cleanup. Separate into internal
4033         and user properties.
4034
4035         * lily/translator-property.cc (updated_grob_properties): new
4036         function
4037         (execute_pushpop_property): change to new convention:
4038         object property inits are stored as (cons ALIST BASED-ON). This
4039         storage format allows concurrent tweaks in different contexts.
4040
4041 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4042
4043         * TODO: new file.
4044
4045 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4046
4047         * debian/: Late Debian update (sorry Anthony).
4048
4049         * scripts/lilypond-book.py (do_file): Look for input_file in
4050         include path, or ask kpathsea if LATEX.
4051
4052         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
4053         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
4054         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
4055         --header=texidoc.
4056
4057         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
4058         relative.
4059
4060         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
4061         only when filtering, default to input_base otherwise.  Coding
4062         style fixes.
4063
4064 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4065
4066         * lily/include/translator.hh (class Translator): add virtual
4067         qualifier.
4068
4069 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4070
4071         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
4072
4073 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4074
4075         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
4076
4077         * Documentation/user/refman.itely: Run texinfo-all-menus-update
4078         (fixes make web).
4079
4080         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
4081         live in $(out)-www).
4082
4083         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
4084         dependencies.  Add link to .ly source in HTML output.
4085         (Lilypond_snippet.output_html): Handle multiple page picture
4086         output.
4087         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
4088         Make usable for output_texinfo again.
4089
4090         * Documentation/user/GNUmakefile: Add static dependency for
4091         lilypond.tely includes.
4092
4093         * Documentation/user/tutorial.itely: Add some lost `relative'
4094         ly-options.
4095
4096 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4097
4098         * lily/include/translator-group.hh: move Music_output_def member
4099         to Global_translator.
4100
4101         * scripts/lilypond-book.py (do_file):  fix latex output.
4102
4103         * VERSION: release 2.1.20
4104
4105         * scm/part-combiner.scm (determine-split-list): robustness fix 
4106
4107         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
4108
4109         * lily/parser.yy (music_output_def_body): plug memory leak.
4110
4111         * lily/translator-group.cc (add_fresh_group_translator): plug
4112         memory leak: unprotect Translator_group once added.   
4113
4114         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
4115
4116         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
4117         write .dep file.
4118         (Lilypond_snippet.ly): add \renameinput.
4119
4120 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4121
4122         * Documentation/user/refman.itely (Markup command definition): Doc
4123         by Nicolas Sceaux. Rewrite by Han-Wen
4124
4125         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
4126         thing of the line.
4127         (brew_molecule): only remove if hyphen is not at the end of line.
4128         (set_spacing_rods): new function: minimum-length specifies
4129         distance between syllables.
4130
4131         * scm/define-grobs.scm (all-grob-descriptions): add
4132         Hyphen_spanner::set_spacing_rods to LyricHyphen
4133
4134         * input/regression/lyric-hyphen-break.ly: new file.
4135
4136         * input/test/lyric-hyphen-retain.ly: new file.
4137
4138         * lily/new-part-combine-iterator.cc (construct_children):
4139         add Rest direction.
4140
4141 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4142
4143         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
4144
4145         * Documentation/bibliography/engraving.bib (donemus1982):
4146         update entry.
4147
4148 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4149
4150         * scripts/lilypond-book.py (Substring.__init__): new class.
4151         (Snippet.output_texinfo): add texidoc option.
4152         (Include_snippet.replacement_text): new class.
4153         (Lilypond_snippet.__init__): new class
4154         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
4155
4156         * Documentation/user/refman.itely (Sound): 
4157         note about number of channels.
4158
4159         * scm/music-functions.scm (voicify-music): add \context Staff for
4160         << \\ >> polyphony.
4161
4162         * lily/parser.yy (verbose_command_req): \skip now creates
4163         SkipMusic, and does not lead to spurious staves.
4164
4165         * scm/define-music-types.scm (music-descriptions): rename
4166         NonEventSkip to SkipMusic
4167
4168         * input/no-notation/midi-lyric-barcheck.ly: new file.
4169
4170         * input/regression/collision-dots-invert.ly: new file.
4171
4172         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
4173         case.
4174
4175         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
4176         die if melody died too.
4177
4178 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4179
4180         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
4181         with reading from stdin.
4182
4183         * lily/slur-performer.cc (try_music): new file.
4184
4185         * lily/melisma-performer.cc (try_music): new file. Handle
4186         melismata to help lyrics.
4187
4188         * lily/beam-performer.cc (try_music): new file. Handle beam events
4189         to help lyrics.
4190
4191         * lily/score-performer.cc (one_time_step): reinstate
4192         process_music().
4193
4194         * lily/performer.cc (process_music): add to interface.
4195
4196         * lily/performer-group-performer.cc (process_music): new function.
4197
4198         * lily/dot-column.cc (do_shifts): do collision resolution before
4199         dot positioning.
4200
4201         * scripts/lilypond-book.py (Snippet.output_print_filename): new
4202         file, process printfilename option.
4203         (Snippet.__init__): rewrite: do not use global variables h or
4204         index.
4205         (main): really support -I option.
4206         (find_toplevel_snippets): new code.
4207         (find_toplevel_snippets): reinstate old version, without global
4208         variables.
4209
4210         * tex/texinfo.tex: really add file.
4211
4212 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4213
4214         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4215         compatibility.
4216
4217 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4218
4219         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4220
4221         * scm/define-translator-properties.scm (drumPitchTable): add
4222         property.
4223
4224         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4225         function.
4226         (help_summary): docstrings.
4227         (do_file): strip the dir of input_base too.
4228
4229 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4230
4231         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4232
4233         * Documentation/user/lilypond-book.itely: Update.
4234
4235         * make/ly-rules.make: Update lilypond-book commands.
4236
4237         * Documentation/user/GNUmakefile: Update makeinfo commands,
4238         lilypond-book flags.
4239
4240         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4241
4242         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4243
4244         * scripts/filter-lilypond-book.py: Remove.
4245
4246         * Documentation/user/*tely: Update options for new lilypond-book.
4247
4248         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4249         with @macros in @includes.
4250
4251 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4252
4253         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4254         make rest-collision only.
4255
4256         * lily/break-substitution.cc (substitute_one_mutable_property):
4257         clear all-elements using scm_assq_remove_x(). 
4258
4259         * lily/rest-collision.cc (do_shift): shift single rests
4260
4261         * flower/include/array.hh (class Array): rename to is_empty ()
4262
4263         * lily/drum-note-performer.cc: new file: perform drum notes.
4264
4265         * VERSION (PACKAGE_NAME): release 2.1.19.
4266
4267 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4268
4269         * scripts/filter-lilypond-book.py
4270         (classic_lilypond_book_compatibility): New function.
4271
4272 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4273
4274         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4275
4276         * Grand 2003 -> 2004 search replace. 
4277
4278         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4279         (i.e. < > )
4280
4281         * ly/performer-init.ly: add DrumStaff
4282
4283         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4284         lyric-interface; this prevents lines with only extender lines from
4285         being junked.
4286
4287         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4288
4289         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4290         extenders right, for once and for all (hopefully).
4291
4292         * lily/break-substitution.cc (substitute_one_mutable_property):
4293         clear old 'all-elements for System grobs.
4294
4295         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4296         that associatedVoiceContext is always assigned when music & lyrics
4297         are found. 
4298
4299         * ly/engraver-init.ly: remove Lyrics context.
4300         (TabVoice): add noteheads engraver
4301
4302         * input/test/improv.ly: update: do not use Thread switching. 
4303
4304         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4305         squashedPosition is a number  
4306
4307         * Documentation/user/refman.itely (Automatic note splitting):
4308         remove Thread references.
4309
4310         * input/no-notation/pc-direction.ly: remove file.
4311
4312         * ly/engraver-init.ly: remove Thread
4313
4314         * input/regression/tie-chord-partial.ly: remove file.
4315
4316         * scripts/convert-ly.py (conv): \harmonic rule
4317
4318         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4319         notation for harmonic notes: <c' g''\harmonic>
4320
4321         * lily/lily-guile.cc (alist_to_hashq): new function
4322
4323         * scm/lily.scm (alist->hash-table): new function.
4324
4325         * Documentation/user/refman.itely (Percussion staves): update doco.
4326
4327         * input/regression/drums.ly (timb): updates
4328
4329         * lily/note-performer.cc (create_audio_elements): robustness fix.
4330
4331         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4332
4333 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4334
4335         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4336         discard valid matches.
4337
4338 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4339
4340         * lily/drum-note-engraver.cc: new file.
4341
4342         * ly/drumpitch-init.ly: move drum definitions
4343
4344         * scm/drums.scm: remove file.
4345
4346         * lily/*.cc: remove abort-event everywhere.
4347
4348         * lily/note-heads-engraver.cc (process_music): robustification.
4349
4350         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4351         robustification.
4352
4353         * lily/parser.yy (simple_element): add \drums mode.
4354         (simple_element): remove \pitchnames , \chordmodifiers. Use
4355         variables to store this. 
4356
4357         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4358         outside \notes.
4359
4360         * VERSION: release 2.1.18.
4361
4362         * input/test: remove octave-duplicate.ly
4363
4364 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4365
4366         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4367
4368 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4369
4370         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4371         constructor from Music_iterator. Changes throughout.
4372
4373         * lily/include/music-iterator.hh (class Music_iterator): remove
4374         Music_iterator::skip and Music_iterator::get_pending_events from
4375         interface. Rename report_to -> get_outlet 
4376
4377         * lily/auto-change-iterator.cc: move contents from
4378         new-auto-change-iterator.cc from
4379
4380         * scm/part-combiner.scm: determine split-list from Scheme. 
4381
4382         * lily/new-auto-change-iterator.cc (process): new file.
4383
4384         * lily/parser.yy (part_combined_music): remove old PC cruft.
4385
4386         * ly/engraver-init.ly: remove old
4387         PC cruft.
4388
4389         * Documentation/user/refman.itely (The Lyrics context): note about
4390         extender lines.
4391
4392         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4393         to allow 0-length mmrest events.
4394
4395         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4396
4397         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4398
4399         * lily/spacing-engraver.cc (finalize): robustifications.
4400
4401         * input/regression/new-part-combine-solo-global.ly: new file.
4402
4403         * scm/part-combiner.scm: rewrite.
4404
4405 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4406
4407         * Documentation/user/refman.itely, input/puer-fragment.ly,
4408         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4409         updated for proper use of lyricsto; replaced "(" and ")" ->
4410         "\melisma" and "\melismaEnd"
4411
4412         * input/test/ancient-font.ly: small updates to reduce compile
4413         warnings (TODO: junk this file)
4414
4415         * input/test/gregorian-scripts.ly: added comment about bug
4416
4417         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4418         tiny robustness fix
4419
4420         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4421         recent changes in the feta code); temporarily mapped mensural g
4422         clef to a copy of petrucci g clef until mensural g clef will have
4423         been rewritten
4424
4425         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4426         between mensural and neo-mensural heads (this broke quite a while
4427         ago)
4428
4429         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4430
4431 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4432
4433         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4434         indication.  Fixes for verbatim, multi line comments.
4435
4436 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4437
4438         * input/regression/new-part-combine-solo.ly: more cases.
4439
4440         * lily/slur.cc (height): robustness fix.
4441
4442         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4443
4444         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4445         stemUp/stemDown.
4446
4447         * scm/music-functions.scm (determine-split-list): further analysis.
4448
4449         * lily/script-engraver.cc (try_music): discard duplicate
4450         articulations.
4451
4452         * input/regression/new-part-combine-solo.ly: new file
4453
4454         * input/regression/new-part-combine-a2.ly: new file.
4455
4456         * ly/performer-init.ly: add Devnull
4457
4458         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4459         for \musicglyph #"accidental-*"
4460         (conv): \newpartcombine rule.
4461
4462 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4463
4464         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4465
4466 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4467
4468         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4469         textwidth, --output.
4470
4471 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4472
4473         * scm/new-markup.scm (doubleflat): add accidental markups.
4474
4475         * VERSION: release 2.1.17
4476
4477         * Documentation/user/refman.itely (Automatic part combining):
4478         revise documentation of the part-combiner.
4479
4480         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4481
4482         * input/test/part-combine-{moment,staff}.ly: remove file.
4483
4484         * input/regression/pc-mmrest.ly (two): remove file.
4485
4486         * scm/define-music-types.scm (music-descriptions): add
4487         Solo{One,Two}Event and UnisonoEvent
4488
4489         * lily/new-part-combine-iterator.cc (unisono): add state_
4490         variable, signal changes with part-combine-event.
4491
4492         * input/regression/new-part-combine-text.ly: new file.
4493
4494         * lily/part-combine-engraver.cc: new file.
4495
4496 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4497
4498         * scripts/filter-lilypond-book.py: Handle snippet options.
4499
4500 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4501
4502         * scm/music-functions.scm (determine-split-list): detect solo1/2
4503         and unisono.
4504
4505         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4506         revert fix, document why.
4507
4508         * lily/tie-performer.cc (process_music): new function. Set melisma
4509         property.
4510
4511         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4512         always smaller than bracket size.
4513         (make_bracket): oops. Size of the gap was off by factor 2
4514
4515         * input/test/text-rotate.ly: new file.
4516
4517         * scm/new-markup.scm (markup): a macro that provides a
4518         LilyPond-like syntax in scheme for building markups, in order to
4519         help markup command definition. (Nicolas Sceaux)
4520
4521         * input/test/lyrics-skip-notes.ly: new example.
4522
4523         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4524
4525         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4526         use is_alias() iso. == . This fixes lyrics on
4527         GregorianTranscriptions. 
4528
4529 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4530
4531         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4532         \thispagestyle{lastpage} to avoid that it's printed on the second
4533         last page when there's only a single score line on the last page.
4534         (The page breaking mechanism in TeX played some ugly tricks to us.)
4535
4536 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4537
4538         * scripts/filter-lilypond-book.py: Further development.
4539
4540         * input/regression/collision-dots-move.ly: New test.
4541
4542         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4543         hand side note head of non-merged collision to the right.
4544
4545         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4546         Construct children before accessing property from emtpy
4547         lyrics_context_.
4548         (construct_children): Find thread before finding LyricsVoice.
4549         Create LyricsVoice one if none found, fixes crash (thanks Erik
4550         Sandberg).
4551
4552 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4553
4554         * cygwin/: Forward port.
4555
4556 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4557
4558         * buildscripts/install-info-html.sh: Use Bash.
4559
4560         * cygwin/mknetrel: Patch from Bert.
4561
4562 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4563
4564         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4565
4566         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4567         try to copy *png, index.html (Bertalan Fodor).
4568
4569         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4570
4571 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4572
4573         * lily/note-collision.cc (check_meshing_chords): Do not remove
4574         dots (from down head) when merging similar heads (thanks Matthias
4575         Kilian).  Simplify merge_possible tests and other cleanups
4576
4577         * input/regression/collision-merge-differently-dotted.ly: Add test
4578         for disappearing dots on similar heads for both voices.
4579
4580 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4581
4582         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4583         that tagline overrides copyright for single page scores. Correct
4584         the default tagline value.
4585
4586 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4587
4588         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4589
4590 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4591
4592         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4593         TEXMF if it's previously unset.
4594
4595 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4596
4597         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4598
4599         * input/test/trills.ly: fix the unfolding of lineprall.
4600
4601         * input/test/figured-bass-alternative.ly: fix accidental.
4602
4603 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4604
4605         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4606
4607         * input/no-notation/dos-guile.ly: 
4608         * input/no-notation/dos-ps.ly: 
4609         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4610
4611         * input/no-notation/safe-include.ly:
4612         * input/no-notation/safe-guile.ly:
4613         * input/no-notation/safe-ps.ly: 
4614         * input/no-notation/safe-tex.ly: New file.
4615
4616         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4617         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4618         options now.
4619         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4620         When in --safe-mode, set environment openout_any=p[aranoid].
4621
4622         * tex/ltest.tex: 
4623         * tex/lilyponddefs.tex: Add \nofiles.
4624
4625         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4626         options.
4627
4628         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4629         This allows building the user manual using a binary installation
4630         and a matching unpacked source tree.
4631
4632         * scm/lily.scm (safe-module): New variable. 
4633
4634         * lily/includable-lexer.cc (new_input): Fix error messages.
4635
4636         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4637         If SAFE, evaluate in safe-module.  Change callers.
4638
4639         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4640
4641         * lily/lexer.ll (embedded_scm): While processing main-input,
4642         invoke ly_parse_scm with safe mode if running in safe-mode.
4643         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4644         in init.ly for safe-mode.
4645
4646 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4647
4648         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4649         compatibility with old versions of geometry.sty (compat2
4650         already implied includehead).
4651         Change the page layout slightly so bottom + footskip = top +
4652         headheight + headsep = 16mm, the remaining paperheight-32mm
4653         are used for the music. Increase footskip to 5mm, so the top of
4654         the footer text doesn't touch the music.
4655
4656 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4657
4658         * VERSION: release 2.1.16
4659
4660         * scm/music-functions.scm (determine-split-list): bugfix: only use
4661         new-active for both voices if both indexes advance. This fixes the
4662         biggest outstanding problem with new-pc. 
4663
4664         * lily/new-part-combine-iterator.cc (construct_children): set more
4665         directions.
4666
4667 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4668
4669         * scripts/convert-ly.py (conv): add instrument rule.
4670
4671         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4672
4673         * lily/side-position-interface.cc: remove add_staff_support ()
4674         Change all callers to use staff-padding.
4675
4676         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4677         make_spanner().
4678
4679         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4680
4681         * lily/text-engraver.cc: remove scriptHorizontal property.
4682
4683         * lily/beam.cc (least_squares): also set least-squares-dy for
4684         special case of slanted 2-stem beam to center.
4685
4686         * lily/side-position-interface.cc (out_of_staff): move contents of
4687         out_of_staff into aligned_side.
4688         remove out_of_staff().
4689
4690         * input/regression/measure-grouping.ly: fix warning.
4691
4692         * lily/side-position-interface.cc: add staff-padding support to
4693         Side_position_interface::aligned_side.
4694
4695         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4696         one get_property too many.
4697
4698         * flower/include/drul-array.hh (linear_combination): new function
4699         (scale_drul): new function
4700
4701         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4702         operations on empty intervals are silly.
4703
4704 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4705
4706         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4707         (iso gh_scm2int), fixes crash in new part-combiner.
4708
4709         * configure.in: Up mftrace to 1.0.27.
4710
4711 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4712
4713         * VERSION: release 2.1.15
4714
4715         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4716         align all stanza numbers.
4717
4718 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4719
4720         * Documentation/user/{introduction.itely,refman.itely,
4721         converters.itely}: fix some text inside parentheses; text should
4722         be readable (even) if parentheses are either replaced with commas 
4723         or dropped out.
4724
4725 2004-01-25  Werner Lemberg  <wl@gnu.org>
4726
4727         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4728         input/test/vaticana.ly, input/test/ancient-font.ly,
4729         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4730         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4731         ly/params-as-init.ly, scm/define-grobs.scm,
4732         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4733
4734         * ly/params-as-init.ly: Removed.  Obsolete.
4735         * buildscripts/lilypond.words.py: Updated.
4736
4737 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4738
4739         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4740
4741         * mf/feta-din{4,5,7,9}.mf: remove.
4742
4743         * lily/engraver.cc (internal_make_item): centralize item/spanner
4744         factory.
4745
4746         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4747         do correct chord conversion for ^"sim."  (backportme)
4748         (FatalConversionError.sub_articulations): substitute ^"foo" in
4749         chords too. (backportme)
4750
4751         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4752         for Fingering.
4753
4754         * lily/side-position-interface.cc (out_of_staff): don't do
4755         anything if staff-padding not defined. 
4756
4757         * mf/feta-params.mf (stafflines): introduce linethickness as
4758         general blackness of the font.
4759
4760         * lily/stem.cc (position_noteheads): rounding error robustness.
4761
4762         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4763         from beam-collision.ly 
4764
4765         * lily/beam.cc (rest_collision_callback): remove direction.
4766
4767         * scm/define-grobs.scm (all-grob-descriptions): remove
4768         enclose-bounds in OttavaBracket and PianoPedalBracket
4769
4770         * scm/new-markup.scm (def-markup-command) new macro, which takes
4771         care of defining the COMMAND-markup and make-COMMAND-markup
4772         procedures, setting markup-signature and keyword-signature object
4773         properties, and pushing the markup command in
4774         markup-function-list.
4775
4776         All markup commands are defined thanks to it.  Users may also use
4777         it to define their own markup commands. (Nicolas Sceaux)
4778
4779         * scm/new-markup.scm: Scheme style clean-up: there should be no
4780         parenthesis alone on a line; LET* should not be used where LET is
4781         enough. (Nicolas Sceaux)
4782
4783 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4784
4785         * scripts/filter-lilypond-book.py: Add script.
4786
4787 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4788
4789         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4790
4791 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4792
4793         * Documentation/user/refman.itely (Fingering instructions): add
4794         single note chords. 
4795
4796         * lily/multi-measure-rest-engraver.cc: use a single
4797         MultiMeasureEvent for mm rests. This prevents problems with the
4798         new part combiner.
4799
4800         * scm/music-functions.scm (determine-split-list): analysis has
4801         global effect: a difference halfway a phrase makes the entire
4802         phrase be typeset as apart.
4803         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4804
4805 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4806
4807         * ly/performer-init.ly: add Devnull.
4808
4809         * Documentation/user/refman.itely (Font selection): remove paper20
4810         ref.
4811
4812 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4813
4814         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4815
4816 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4817
4818         * scm/music-functions.scm (determine-split-list): bugfixes.
4819
4820         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4821
4822         * input/test/scales-greek.ly: use C as base, results in different
4823         alterations at the clef.
4824
4825         * input/regression/pedal-ped.ly: new file.
4826
4827         * input/regression/pedal-bracket.ly: new file.
4828
4829         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4830         replace after_line_breaking()
4831
4832         * lily/line-interface.cc (line): read thickness.
4833         (line): dash-fraction = 0 always for dotted-line style.
4834
4835         * input/test/staff-lines.ly (lower): bugfix.
4836
4837         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4838         \accepts Devnull into Score.
4839
4840         * scm/lily.scm: remove bla.scm load.
4841
4842 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4843
4844         * VERSION: release 2.1.14
4845
4846         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4847
4848         * lily/side-position-interface.cc (general_side_position): add
4849         Staff_symbol_referencer::staff_space ().
4850
4851         * lily/include/context-def.hh: rename from translator-def.hh
4852
4853 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4854
4855         * input/template/piano-dynamics.ly (pedal): Updated definition of
4856         Dynamics such that \cresc works, for example.
4857
4858 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4859
4860         * lily/stem.cc (calc_stem_info): use
4861         Staff_symbol_referencer::staff_space
4862
4863         * lily/beam-quanting.cc (quanting): scale Stem_info 
4864
4865         * lily/beam.cc (rest_collision_callback): use minimum-distance
4866         property for rest/beam collisions.
4867         (rest_collision_callback): bugfixes.
4868
4869         * lily/system.cc (post_processing): extra-offset is now relative
4870         to the size of the current staff.
4871
4872         * scm/music-functions.scm (notice-the-events-for-pc): record all
4873         voices, only analyze "one" and "two".
4874
4875         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4876         not parent. 
4877
4878         * lily/new-part-combine-iterator.cc (construct_children): create
4879         Devnull from Voice context
4880
4881         * scm/music-functions.scm (determine-split-list): bugfixes.
4882
4883         * lily/lily-guile.cc (robust_scm2int): new function
4884
4885         * lily/staff-symbol-referencer.cc (line_thickness): new
4886         function. Use throughout.
4887
4888         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4889         in its own context.  Add to preset font-size.
4890
4891         * lily/stem.cc (thickness): new function.
4892
4893         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4894         compute thickness from ledger-line-thickness.
4895
4896         * lily/note-head.cc (brew_ledger_lines): use
4897         Staff_symbol::get_ledger_line_thickness ().
4898
4899         * lily/beam.cc (rest_collision_callback): use
4900         Staff_symbol_referencer::staff_space().
4901
4902         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4903         Mus1 Mus2
4904
4905         * lily/include/translator.hh (class Translator): add accepts_list_
4906         so  \with { \denies / \accepts } also works.
4907
4908         * scm/music-functions.scm (determine-split-list): determine split
4909         list from music events.
4910
4911         * lily/new-part-combine-iterator.cc: more states.
4912
4913         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4914
4915 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4916
4917         * lily/system.cc (set_loose_columns): use the right prebroken cols
4918         for interpolating loose column position.
4919
4920         * lily/text-spanner.cc (brew_molecule): default to no vertical
4921         lines.
4922
4923         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4924         take space.
4925
4926         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4927
4928 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4929
4930         * scripts/convert-ly.py: Do not test filename when processing
4931         stdin.
4932
4933         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4934
4935 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4936
4937         * lily/axis-group-engraver.cc (finalize): extra check; if
4938         process_music () is never called, then staffline_ == 0.
4939
4940         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4941         check run_always ().
4942
4943         * VERSION: release 2.1.13
4944
4945         * input/regression/note-head-style.ly (pattern): cleanup.
4946
4947         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4948         downloading.
4949
4950         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4951         kludge rehearsalmark placement.
4952
4953         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4954         , ly:spanner?
4955
4956         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4957         close to note head for accidentals.
4958
4959         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4960         tuplet direction.
4961
4962         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4963
4964 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4965
4966         * lily/include/music-iterator.hh (class Music_iterator): add
4967         substitute_outlet() to iterator API.
4968
4969         * lily/new-part-combine-iterator.cc (construct_children):
4970         New_pc_iterator: new class, better part combining.
4971
4972         * lily/tie-column.cc (werner_directions): new function
4973
4974         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4975
4976         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4977         empty objects group spanner as parent
4978
4979         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4980         slope against graphical slope.
4981
4982         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4983         for ottava bracket.
4984
4985         * lily/side-position-interface.cc (general_side_position):
4986         opps. reinstate *dir.
4987
4988         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4989         parser run.
4990
4991         * lily/tuplet-bracket.cc: remove calc_dy ().
4992
4993         * Documentation/user/refman.itely (Balloon help): document balloon
4994         help
4995
4996 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4997
4998         * scm/document-backend.scm (check-dangling-properties): Grob
4999         properties are defined define-grob-properties.scm.
5000
5001 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5002
5003         * VERSION: release 2.1.12
5004
5005         * scm/define-grobs.scm (all-grob-descriptions): larger font for
5006         ChordName
5007
5008         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
5009         relation to surroundings.
5010
5011         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
5012         Y-extent to the note-extents: stay clear of the staff.
5013
5014 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5015
5016         * Documentation/user/GNUmakefile
5017         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
5018         iso. copy.
5019
5020         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
5021
5022         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
5023
5024         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
5025
5026         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
5027
5028         * lily/line-interface.cc (line): remove thickness from calling interface.
5029
5030         * lily/hairpin.cc: use Line_interface
5031
5032         * lily/line-interface.cc: new file. Line_interface for everything
5033         with dotted/dashed lines.
5034
5035
5036         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
5037
5038         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
5039         for constructing ottava brackets.
5040
5041         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
5042         the note heads.
5043
5044         * Documentation/user/internals.itely (Engravers and performers):
5045         fix broken link.
5046
5047         * scm/music-functions.scm (make-mark-set): new function.
5048
5049         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
5050         functionally identical to beam.
5051
5052         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
5053         () with beam (). 
5054
5055         * Documentation/user/refman.itely (Rehearsal marks): document new
5056         functionality.
5057
5058         * input/regression/rehearsal-mark-number.ly: new file.
5059
5060         * input/regression/rehearsal-mark-letter.ly: new file.
5061
5062         * scm/translation-functions.scm (number->mark-string): new function
5063         (format-mark-letters): new function
5064         (format-mark-numbers): new function
5065
5066         * lily/mark-engraver.cc (process_music): rehearsalMark is now
5067         integer; formatting is done through markFormatter property.
5068
5069         * scm/define-translator-properties.scm: fold all *-done properties
5070         into positioning-done.
5071
5072         * lily/beam.cc (position_beam): new function
5073         (brew_molecule): make sure that positions are calced before making
5074         the molecule.
5075
5076         * scm/output*.scm (beam):  take 4th argument for function.
5077
5078         * ps/music-drawing-routines.ps: take blot as 4th argument.
5079
5080         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
5081         stem to avoid small dents.
5082
5083 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5084
5085         * VERSION: release 2.1.11
5086
5087         * input/regression/balloon.ly: new file.
5088
5089         * lily/balloon.cc (brew_molecule): new file: draw boxes around
5090         objects, and make help texts. 
5091
5092         * scm/new-markup.scm (parse-simple-duration): parse duration
5093         string to log & dots. (Thanks Nicolas!)
5094
5095         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
5096         rule.
5097
5098 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
5099
5100         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
5101         Lemberg).
5102
5103         * THANKS: alphabetic order.
5104
5105 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5106
5107         * input/regression/note-head-harmonic.ly: new file.
5108
5109         * Documentation/user/internals.itely (Technical manual): explain
5110         difference between music, translation, layout.
5111
5112         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
5113
5114         * scm/output-ascii-script.scm (bracket): rounding bfs.
5115
5116         * scripts/convert-ly.py (conv): add \include "paper" rule. 
5117
5118         * ly/paper*.ly: remove files. 
5119
5120         * scm/paper.scm (set-staff-size): new function: set default
5121         staff-size.
5122
5123         * scripts/convert-ly.py (conv): add conversion rule.
5124
5125         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
5126         function.
5127
5128         * scm/paper.scm: new file.
5129         (set-staff-size): new function 
5130         (set-paper-size): new function
5131
5132         * lily/parser.yy (music_output_def_body): restructure definition,
5133         so first Scheme statement in \paper also happens in new scope. 
5134
5135         * lily/system.cc (post_processing): move uniquify_list () to
5136         dumping molecule stage.
5137
5138         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
5139         this will mess up scores that use barchecks to shorten measures.
5140
5141         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
5142         at 20pt too.
5143
5144         * Documentation/user/tutorial.itely (Printing lyrics): document
5145         \lyricsto
5146
5147         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
5148
5149         * Documentation/user/refman.itely (Fermatas): document \lyricsto
5150
5151         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
5152         if Voice is not found.
5153
5154         * VERSION: release 2.1.10
5155
5156         * input/{test,regression}/: remove old-relative 
5157
5158         * lily/lexer.ll: add empty markup signature. 
5159
5160         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
5161         strut markup
5162
5163         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
5164
5165         * scm/define-translator-properties.scm: update melismata property
5166         doco.
5167
5168         * lily/system.cc (output_lines): revert uniquify_list() patch,
5169         strange side effects seen.
5170
5171         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
5172         dash-period < 0.
5173
5174         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
5175         for flute. 
5176
5177 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5178
5179         * input/regression/*.ly: use newaddlyrics iso. addlyrics
5180
5181         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
5182
5183         * lily/lyric-extender.cc (brew_molecule): behave decently in case
5184         of line breaks.
5185         (brew_molecule): add padding to left, not right.
5186
5187         * lily/system.cc (uniquify_list): new function
5188         (output_lines): uniquify_list () on all-elements. This fixes
5189         double symbols in the output.
5190
5191         * lily/beam.cc (rest_collision_callback): don't move anything if
5192         staff-position is set.
5193
5194         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
5195
5196         * lily/system.cc (typeset_grob): warn if adding twice.
5197
5198         * lily/sequential-iterator.cc (run_always): implement run_always().
5199         (also in other files.)
5200
5201         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
5202
5203         * lily/event.cc (to_relative_octave): add octave-check.
5204
5205         * Documentation/user/refman.itely (Line breaking): add noBreak.
5206
5207         * scm/new-markup.scm (normalsize-markup): add function.
5208         (sans-markup): new function.
5209
5210         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
5211         come earlier nowadays.  This fixes beams on grace notes.
5212
5213         * scm/music-functions.scm (direction-polyphonic-grobs): new
5214         variable, share between override and revert. This fixes script
5215         directions in polyphonic sections. (backportme)
5216
5217 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5218
5219         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5220         breakpoints.
5221
5222         * lily/break-align-interface.cc: add doco
5223
5224         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5225
5226 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5227
5228         * VERSION: release 2.1.9
5229
5230         * scm/document-markup.scm (markup-doc-node): add note about naming.
5231
5232         * scm/new-markup.scm (left-align-markup): bugfix. 
5233
5234         * Documentation/user/refman.itely (Ottava brackets): more doco for
5235         ottava.
5236
5237         * lily/side-position-interface.cc (out_of_staff): also do
5238         out_of_staff() correctly for d == DOWN.
5239
5240         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5241         horizontal line if they move to the right.
5242
5243         * scm/define-grobs.scm (all-grob-descriptions): set
5244         text-repeat-if-broken for ottava spanner
5245
5246         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5247         property.
5248
5249         * mf/feta18.mf: design size is 18 not 22.5
5250
5251         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5252         Add a single LyricsVoice to a melody. Melismata may be set
5253         individually.
5254
5255         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5256
5257         * lily/dot-column.cc: add stdio.h
5258
5259 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5260
5261         * lily/item.cc: documentation for break-visibility (Thanks, John).
5262
5263 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5264
5265         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5266
5267         * lily/translator-def.cc: rename Translator_def to Context_def.
5268
5269         * Documentation/user/internals.itely (Lexical details): clarify
5270         string def.
5271
5272         * Documentation/user/refman.itely (Rhythmic music): add link to
5273         RhythmicStaff 
5274
5275 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5276
5277         * lily/translator.cc: document start_translation_timestep()
5278
5279         * scm/output-tex.scm (tex-encoded-fontswitch): use
5280         round for rounding (inexact->exact yields rationals)
5281
5282         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5283
5284         * lily/translator-group.cc (get_simple_trans_list): 
5285         new function; construct simple_trans_list_ lazily.
5286
5287 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5288
5289         * lily/paper-outputter.cc (output_scope): Check if number before
5290         checking exact (guile cvs).
5291
5292         * scm/*: Escape backslashes in scheme strings (guile cvs).
5293
5294 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5295
5296         * Documentation/user/refman.itely (Tablatures basic): annotate
5297         seealso sections.
5298
5299         * lily/*.cc: cleanup of engraver initialize() functions.
5300
5301         * lily/repeat-acknowledge-engraver.cc
5302         (start_translation_timestep): remove first_b_
5303
5304         * lily/tab-note-heads-engraver.cc: listen to string number events
5305         inside < > too. (backportme).
5306
5307         * Documentation/user/refman.itely (Text scripts): add fatText to
5308         index.
5309
5310 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5311
5312         * VERSION: 2.1.8
5313
5314         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5315         footer.
5316
5317         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5318
5319         * lily/bar-check-iterator.cc (process): only warn if
5320         barCheckLastFail was changed.
5321
5322         * scm/define-translator-properties.scm (barCheckLastFail): add
5323         property.
5324
5325         * lily/main.cc (main_prog): print summary of failed files.
5326
5327         * lily/axis-group-engraver.cc: move all spanner creation to
5328         process_music (). Now staffs can be adjusted with \override too.
5329         (Jan, you are a brilliant programmer!)
5330
5331         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5332
5333 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5334
5335         * Documentation/user/tutorial.itely (Integrating text and music):
5336         Show the commands to produce a PDF as well.
5337
5338 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5339
5340         * lily/translator-def.cc (get_translator_names): accept user
5341         tweaks too. 
5342
5343         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5344         as big as normal heads. 
5345
5346         * input/*ly: run convert-ly
5347
5348         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5349         () if dependencies are fluked.
5350
5351         * scm/document-translation.scm (engraver-doc-string): update on
5352         latest string/symbol conventions.
5353
5354         * lily/translator-ctors.cc: use Scheme_hash_table.
5355
5356         * lily/translator-def.cc (get_translator_names): new function
5357         (add_context_mod): new function
5358         (get_accepted): new function
5359
5360         * lily/parser.yy (context_mod): put all modifications of
5361         \translator { } in a single production, encode as SCM.
5362
5363         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5364         to use read-only lists, so additions to the definition can be
5365         prepended easily.  
5366
5367         * Documentation/user/invoking.itexi (Editor support): add node on
5368         editor support.
5369
5370         * Documentation/user/refman.itely (Bar check): add lyrics example
5371         of bar checks. 
5372
5373         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5374
5375         * scripts/convert-ly.py (conv): add conversion rule.
5376
5377         * lily/parser.yy: use \change iso. \translator for staff switch.
5378
5379         * lily/my-lily-lexer.cc: add \change.
5380
5381         * scm/define-translator-properties.scm
5382         (default-melisma-properties): add definition.
5383
5384 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5385
5386         * Documentation/user/refman.itely (Bar lines): clarification of
5387         systemStartDelimiter. 
5388
5389         * input/test/slur-shape.ly (x): remove file.
5390
5391         * lily/translator-group.cc (apply_property_operations): new function.
5392
5393 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5394
5395         * lily/parser.yy (optional_prop_ops): allow \with {
5396         PROPERTYSETTINGS } following \context or \new.
5397
5398         * lily/my-lily-lexer.cc: add \with.
5399
5400         * lily/parser.yy (property_operation): clean up definition of
5401         property operations.
5402         (property_op_to_music): new function.
5403         (context_spec_music): new function
5404
5405         * VERSION: 2.1.7 released.
5406
5407         * input/regression/collision-merge-dots.ly: new file.
5408
5409         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5410         then kill the dots too. 
5411
5412         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5413         set/unset breakableSeparationItem
5414
5415         * lily/separation-item.cc (relative_width): add function.
5416
5417         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5418         only-prebreak-interface
5419
5420         * lily/system.cc (output_lines): only junk only-prebreak-interface
5421         grobs.
5422
5423         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5424         read breakableSeparationItem
5425
5426         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5427
5428         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5429
5430         * lily/dot-column.cc (dot_config_badness): new function:
5431         select the best scoring dot configuration: dots should go close to
5432         the note heads, but be shifted up or down according to conventions.
5433         (print_dot_configuration): idem.
5434         (shift_one): idem
5435         (remove_collision): idem.
5436
5437         * input/regression/dots.ly: add more test cases.
5438
5439 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5440
5441         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5442
5443         * flower/include/interval.hh: rename elem_b to contains 
5444
5445         * lily/tie.cc: change 'heads to 'head-pair.
5446
5447         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5448         fill in 'heads field.
5449
5450         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5451         minimum-length for short ones, and shorten so collisions with the
5452         next syllable are avoided.
5453
5454         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5455         near-zero slopes.
5456         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5457
5458         * lily/dots.cc: remove quantized_position callback. All Y
5459         positioning is done by dot-column.cc
5460
5461         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5462         exhaustive test of all dot positions. This fixes disappearing dots
5463         in dotted chords.
5464
5465 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5466
5467         * mf/feta-klef.mf (test_staff): fatten up G clef
5468         (test_staff): fatten up f clef.
5469
5470
5471 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5472
5473         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5474         * input/les-nereides.ly: Use latin1 characters for title, like
5475         Morgenlied.
5476
5477 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5478
5479         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5480         cmb10).
5481
5482         * lily/lyric-extender.cc (brew_molecule): add little space before
5483         extender line.
5484
5485         * lily/beam-quanting.cc (score_forbidden_quants): check if
5486         outer stafflines fall in any beam gaps.
5487
5488         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5489         for lyric texts.
5490
5491 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5492
5493         * VERSION: 2.1.6 released.
5494
5495         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5496         this shows the demerits of a user-defined beam position pair.
5497
5498         * scm/define-grobs.scm (all-grob-descriptions): set
5499         beamed-extreme-minimum-free-lengths to a different value.
5500
5501         * lily/scm-option.cc: add debug-beam scm-option
5502
5503         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5504
5505 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5506
5507         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5508
5509         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5510         space after barline.
5511
5512         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5513
5514         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5515         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5516         the other case, take standard column-breakable spacing. Do not
5517         warn about "no spacing wishes".
5518
5519         This fixes wide spaces after barlines in very loose lines.
5520
5521         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5522
5523 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5524
5525         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5526         acknowledge_grob lyric-syllable, not lyric-text.
5527
5528         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5529         dashes of length #'length separated by #'dash-period. 
5530
5531         * lily/lyric-extender.cc (brew_molecule): idem
5532
5533         * lily/multi-measure-rest.cc (big_rest): idem
5534
5535         * lily/system-start-delimiter.cc (simple_bar): idem
5536
5537         * lily/bar-line.cc (simple_barline): use rounded box
5538
5539         * VERSION: release 2.1.5
5540
5541         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5542         music): move note about dvips to more visible place.
5543
5544         * lily/lyric-phrasing-engraver.cc: move from
5545         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5546         lyric-phrasing-engraver.hh)
5547
5548         * lyric-align.ly: remove file
5549
5550         * scripts/convert-ly.py (FatalConversionError.func): add removal
5551         rule for automaticMelismata
5552
5553         * ly/engraver-init.ly (ScoreContext): switch on
5554         New_phrasing_engraver by default.
5555
5556         * lily/slur-engraver.cc (class Slur_engraver):
5557         process_acknowledged_grobs -> process_music.
5558         (try_music): signal melismata correctly.
5559
5560         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5561         word-space, right-trim-amount, and extend past right bound only
5562         for note heads.
5563
5564         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5565         lyric-extender support: add note-heads to the extender
5566         automatically.
5567
5568         * lily/parser.yy: extender is now post_event. 
5569
5570         * lily/accidental-engraver.cc (number_accidentals): remove
5571         spurious warning about non-parent contexts.
5572
5573         * lily/music-output-def.cc (assign_translator): \translator { }
5574         for a Foo context implicitly redefines \FooContext.
5575
5576         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5577         fixes.
5578
5579         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5580         doubly in slur weight. 
5581
5582         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5583         combination.
5584
5585         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5586         staffbar distance.
5587
5588         * scripts/lilypond.py (global_latex_preamble): crank down size of
5589         the margins. Now there is a 12 mm top and bottom margin, which
5590         should correspond with the printable area of modern printers.
5591
5592         This enlarges the music height of the printable page a little.
5593
5594         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5595         signs. Use \markup instead.
5596         (accreg_pen): tweak for accordeon asterisk.
5597
5598 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5599
5600         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5601
5602         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5603
5604         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5605
5606         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5607
5608         * scm/define-grobs.scm (all-grob-descriptions): change
5609         StanzaNumber description: make side support, i.s.o. breakable.
5610         use Instrument_name_engraver for texts in the margin.
5611
5612         * scm/define-translator-properties.scm: remove
5613         melismaEngraverBusy, stz property.
5614
5615         * *.cc: naming: change empty_b () into is_empty ()
5616
5617         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5618
5619         * input/regression/lyric-phrasing-new.ly: new file.
5620
5621         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5622         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5623         melismata are now left-aligned.
5624
5625 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5626
5627         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5628
5629         * mf/feta19.mf: remove.
5630
5631         * mf/feta-klef.mf (test_staff): more tweaks
5632
5633         * mf/feta-toevallig.mf: more small size tweaks.
5634
5635         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5636         rests for smaller sizes.
5637
5638         * mf/feta-bolletjes.mf: fix cross heads.
5639
5640         * VERSION: release 2.1.4
5641
5642         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5643         deprecated #'ancient font family
5644
5645         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5646         it is a string or number.
5647
5648         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5649         change calling convention of stem-attachment function. 
5650
5651         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5652
5653         * mf/feta-autometric.mf: dump WX/WY fields too
5654
5655         * mf/parmesan-heads.mf: idem.
5656
5657         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5658         attachment coordinates.
5659
5660         * lily/note-head.cc (stem_attachment_coordinate): read stem
5661         attachment from the notehead glyphs WX/WY fields.
5662
5663         * lily/include/font-metric.hh (struct Font_metric): add methods
5664         get_indexed_wxwy (), make a distinction between looking up by
5665         index and ASCII  
5666
5667         * mf/feta-bolletjes.mf: rewrite note head MF code.
5668         (test_outlines): make heads more rotund for smaller sizes. 
5669
5670 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5671
5672         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5673         throughout. Font scaling fixes throughout.
5674
5675         * mf/feta-sleur,slur.mf: remove. 
5676
5677         * mf/feta-slag.mf: rewrite.
5678
5679 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5680
5681         * VERSION: release 2.1.3
5682
5683         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5684
5685         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5686
5687         * lily/mark-engraver.cc (process_music): fix mark
5688         \default. (backportme)
5689
5690         * stepmake/stepmake/automatically-generated.sub.make (default):
5691         use -n for head/tail commands. 
5692
5693         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5694         heads with the same pitch.
5695
5696 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5697
5698         * lily/recording-group-engraver.cc (finalize): set protected_scm
5699         member to '() before finalizing.
5700
5701         * lily/translator-group.cc (finalize): remove removal_processing () 
5702
5703         * lily/recording-group-engraver.cc: new engraver: record
5704         synchronized start & end times for each music object.
5705
5706         * lily/parser.yy (toplevel_expression): execute score rendering
5707         during parsing. Cleanup output-filename handling; this is no
5708         longer done with global variables.
5709         (translator_spec_body): allow \type modification too.
5710
5711         * lily/score.cc:  ly:run-translator: new function
5712         (LY_DEFINE): ly:render-output new function.
5713
5714         Separate interpreting and rendering, and make available as
5715         functions at Scheme level.
5716
5717 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5718
5719         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5720         (musicxml-node->string):
5721         (xml-node->string):
5722         (music-to-musicxml): New function.
5723
5724 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5725
5726         * VERSION: 2.1.2 released
5727
5728         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5729
5730         * scm/font.scm (paper20-font-vector): discouple font design sizes
5731         from sizes specified in .ly file: store all design sizes of a font
5732         in a single vector.
5733
5734         * lily/font-select.cc (get_font_by_design_size): new function
5735
5736         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5737         add parmesan,feta in sizes 14 and 18.
5738
5739         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5740
5741         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5742         of fontSize: this now sets font-size
5743
5744 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5745
5746         * VERSION: 2.1.1 released
5747
5748         * Documentation/user/refman.itely (Tuning objects): add note about
5749         concurrent tweaks in different contexts. 
5750
5751         * lily/tie-engraver.cc (acknowledge_grob): use
5752         Staff_symbol_referencer::get_position iso. reading staff-position
5753         directly.
5754
5755         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5756         currentMusicalColumn as left span-point for bracket. The bracket
5757         is too long when there are accidentals.
5758
5759 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5760
5761         * buildscripts/lilypond-profile.sh,
5762         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5763         Thanks to Reuben Thomas <rrt@mupsych.org>
5764
5765 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5766
5767         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5768         Wurbel <wurbel@univ-tln.fr>.
5769
5770 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5771
5772         * scripts/midi2ly.py: Add space after chords.
5773
5774 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5775
5776         * input/regression/{many}: add few @code{ ... }.
5777
5778 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5779
5780         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5781         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5782         Removed cmbx5, cmbx6 (which are included in teTeX)
5783         and cmbxti14 which is not used in fonts.scm.
5784
5785 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5786
5787         * lily/midi-item.cc: fine tune quarter tones.
5788
5789 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5790
5791         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5792         new function, warn how many cents are missing in fine tuning.
5793
5794 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5795
5796         * input/bugs/rhytmicstaff-tie.ly: add file.
5797
5798         * THANKS: Create skeleton for 2.1.
5799
5800 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5801
5802         * input/test/bar-lines.ly (TODO): dashed "|".
5803
5804 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5805
5806         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5807         input/regression/tie-chord.ly: Fix spell for tying.
5808
5809         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5810
5811         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5812         new file (renamed, see above).
5813
5814         * Documentation/user/lilypond-book.itely
5815         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5816         * input/example-1.ly input/example-2.ly input/example-3.ly
5817         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5818         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5819         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5820         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5821         * scripts/lilypond-book.py scripts/lilypond.py
5822         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5823         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5824
5825         * Documentation/user/lilypond.tely: update version.
5826
5827         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5828         Remove extra spaces in each @node, fixes spaces.
5829
5830 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5831
5832         * scripts/lilypond-book.py (output_dict): Add definition of
5833         \lilypondbook also for LaTeX output. Solves several bug reports.
5834
5835 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5836
5837         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5838
5839 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5840
5841         * input/test/transposition.ly: Fix key signatures, given in comments.
5842
5843 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5844
5845         * scm/midi.scm (instrument-names-alist),
5846         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5847
5848 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5849
5850         * input/test/temporary-stave.ly (texidoc): New example based on an
5851         email question from Ralph Little.
5852
5853 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5854
5855         * VERSION: release 2.1.0
5856
5857         * lily/note-performer.cc (try_music): accept busy-playing-event.
5858
5859         * lily/swallow-perf.cc (try_music): return false for
5860         busy-playing-event and melisma-playing-event.
5861
5862 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5863
5864         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5865         >> in \score.
5866
5867 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5868
5869         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5870         that articulation_substitute will not move beam start again.
5871         (articulation_substitute): Bugfix: remove stray space so that new
5872         old chords ending '>>' does not get broken up.
5873         (sub_chord): Use TAB for indentation (not spaces).
5874
5875         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5876         Bugfix for startup: Use ?^ instead of ?\^.
5877
5878 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5879
5880         * lily/lyric-combine-music-iterator.cc
5881         (Lyric_combine_music_iterator): change init order, to prevent GC
5882         segfaults.
5883
5884         * lily/context-specced-music-iterator.cc (construct_children): 
5885         only change  translator if found. This fixes a core dump problem.
5886
5887 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5888
5889         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5890         comparison.
5891
5892         * mf/feta-bolletjes.mf: make hole in half note little
5893         smaller for stem attachment.
5894
5895         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5896
5897         * mf/feta-banier.mf: don't draw stem with flag, just small square
5898         attachment.
5899
5900         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5901
5902         * mf/feta-banier.mf: remove upstem/downstem characters.
5903
5904         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5905
5906         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5907         stafflinethickness (in the default)
5908
5909         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5910
5911         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5912
5913         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5914
5915         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5916
5917         * lily/include/directional-element-interface.hh:
5918         junk class, make {get,set}_grob_direction functions.
5919
5920         * lily/slur.cc (get_attachment): do something sensible when
5921         attaching to stem without heads (eg. a rest).
5922
5923         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5924         forcing up to staff.  remove #'support-head property
5925         (brew_molecule): small cleanup.
5926         (flag): remove #'grace property.
5927
5928 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5929
5930         * cygwin/postinstall-lilypond.sh: 
5931         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5932         (Volker Zell).
5933
5934 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5935
5936         * scripts/lilypond-book.py: resurrect 'eps' option. 
5937         (TexiPaper.to_eps): use -Ppdf for EPS files.
5938
5939         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5940
5941         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5942
5943         * VERSION: release 2.0.1
5944
5945         * lily/bezier.cc (get_other_coordinate): change assert into
5946         warning.
5947
5948         * lily/note-head.cc (internal_brew_molecule): make left protusion
5949         smaller, to accomodate for natural sign.
5950         (internal_brew_molecule): only do this when the accidental is
5951         close enough.
5952         (extent): new function
5953
5954         * lily/skyline.cc (merge_skyline): new function
5955         (heighten_skyline): new function
5956
5957         * lily/accidental-placement.cc (position_accidentals) 
5958         (position_accidentals): fix todo.
5959
5960 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5961
5962         * input/test/+.ly (texidoc): put version number inline.
5963
5964         * GNUmakefile.in: remove rsync-web target.
5965
5966         * input/regression/bar-scripts.ly (onestaff): raggedright
5967
5968 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5969
5970         * lily/*.cc: remove #if 0'd code in couple of places.
5971
5972         * lily/midi-stream.cc (operator <<): rewrite.
5973
5974         * lily/note-head.cc (internal_brew_molecule): 
5975         only make ledgers when the Staff symbol has lines.
5976
5977         * ly/property-init.ly (arpeggioBracket): simplify
5978
5979         * lily/translator-group.cc (execute_pushpop_property): use
5980         SCM_EQ_P for comparing keys. This fixes reverting
5981         auto-beam-settings.
5982
5983 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5984 *
5985         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5986         midi_debug_global_b.
5987         (operator <<): Normalise loop.
5988
5989 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5990
5991         * scripts/lilypond.py (escape_path): revise.
5992
5993         * scm/music-functions.scm (set-output-property): new function.
5994
5995 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5996
5997         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5998         use addmakeflags again.
5999
6000         * cygwin/lily-wins.py (escape_shell): New function; use it.
6001
6002         * scripts/lilypond.py (escape_shell): Escape quotes and other
6003         spaces too.  Do not escape escaping backslashes.
6004
6005         * make/srcdir.make.in (web-install): Must call install-WWW now.
6006
6007         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
6008         dependency
6009
6010 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6011
6012         * scripts/lilypond.py (escape_path): escape quotes too. 
6013
6014         * Documentation/user/lilypond.tely (Unified index): rename Index
6015         to accomodate Windows breakage.
6016
6017         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
6018
6019         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
6020         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
6021         target not a source.
6022
6023 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6024
6025         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
6026         addmakeflags.  Build and install doc and web also when building on
6027         Cygwin.
6028
6029         * mf/GNUmakefile: Bugfix.
6030
6031         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
6032         target web.
6033
6034         * cygwin/lily-wins.py: Quote filename.
6035
6036 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6037
6038         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
6039
6040 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6041
6042         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
6043         settings.
6044
6045         * configure.in: Require g++ > 3.0.4.
6046
6047         * mf/GNUmakefile: Bugfix: Add list.ly target.
6048
6049         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
6050
6051         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
6052         make omf directory, add uninstall targets.
6053
6054 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6055
6056         * lily/tie-performer.cc (initialize): init prev_event
6057
6058         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
6059
6060         * lily/script-engraver.cc (make_script_from_event): don't crash on
6061         non-string articulation-type.
6062
6063         * lily/new-fingering-engraver.cc (add_script): don't crash on
6064         0 scripts 
6065         (acknowledge_grob): warn about text script events.
6066
6067 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
6068
6069         * buildscript/lilypond.words: fix path for drums.scm.
6070
6071 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6072
6073         * lily/spacing-spanner.cc (note_spacing): don't make longer
6074         durations than measure-length.
6075
6076         * VERSION: release 2.0.0
6077
6078         * GNUmakefile.in (rsync-web): version independent rsync target.
6079
6080         * input/test/+.ly (texidoc): idem.
6081
6082         * input/regression/+.ly: print version number.
6083
6084         * input/regression/accidentals.ly (mel): shorten.
6085
6086         * input/regression/accidental-octave.ly (texidoc): shorten.
6087
6088         * input/regression/hairpin-dashed.ly (texidoc): docstring.
6089
6090         * input/regression/completion-heads-polyphony.ly: octave
6091
6092         * input/regression/beam-manual.ly: remove
6093
6094         * input/regression/beam-chord.ly: remove
6095
6096         * input/regression/grace-dynamic.ly: remove
6097
6098         * input/regression/grace-volta-repeat.ly: octave fixes.
6099
6100         * input/regression/hairpin-dashed.ly (texidoc): doc string.
6101
6102         * lily/parser.yy (step_number): semitones for chord entry too.
6103         (make_chord_step): more robust code, semitones. 
6104
6105         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
6106
6107         * input/regression/breathing-sign.ly (texidoc): split ancient and
6108         normal breathing signs.
6109
6110         * scm/define-grobs.scm (all-grob-descriptions): swap
6111         beamed-extreme-minimum-free-lengths and
6112         beamed-minimum-free-lengths; the 'extreme' case should allow
6113         shorter stems. This fixes forced directions on beamed 32nd and
6114         shorter notes.
6115
6116         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
6117         quartertones, not semitones.
6118         (NoteNamesContext): swallow more event types
6119
6120         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
6121
6122         * VERSION (PACKAGE_NAME): release 1.9.10
6123
6124 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6125
6126         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
6127         set note head as cause of note-column.  This gives a better error
6128         message.
6129
6130 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6131
6132         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
6133
6134 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6135
6136         * mf/GNUmakefile (pfa_warning): instruct 
6137
6138         * stepmake/aclocal.m4: typo.
6139
6140         * Documentation/user/cheatsheet.itely: more verbose examples.
6141
6142         * input/regression/clefs.ly: remove bogus docstring.
6143
6144 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6145
6146         * GNUmakefile.in (SUBDIRS): Add elisp.
6147
6148         * elisp/lilypond-mode.el: 
6149         * elisp/lilypond-init.el: 
6150         * elisp/lilypond-indent.el: 
6151         * elisp/lilypond-font-lock.el: Move from top dir.
6152
6153         * stepmake/stepmake/elisp-vars.make: New file.
6154
6155         * config.make.in (elispdir): Add.
6156
6157         * Documentation/topdocs/INSTALL.texi: Typo.
6158
6159         * make/ly-rules.make: Test for files instead of touching void and
6160         ignoring errors.
6161
6162         * GNUmakefile.in:
6163         * make/lilypond.redhat.spec.in:
6164         * debian/rules: Fix lilypond.words stuff a bit.  For running from
6165         <builddir>, adding
6166
6167         (push "<builddir>/share/lilypond/elisp" load-path)
6168
6169         to your ~/.emacs.el should give you LilyPond-mode again.
6170
6171         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
6172         regexp for DOS/Windows, we are too paranoid to fix others.
6173
6174 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6175
6176         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
6177
6178         * input/test/chord-names-jazz.ly (banterProperties): fix
6179
6180         * lily/parser.yy (bass_mod): bass figure alterations are semi
6181         tones, not quarter tones
6182
6183         * lily/beam.cc (set_stem_lengths): only lengthen stems
6184         for gapped beams.
6185
6186         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
6187         by beamcount.
6188
6189         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
6190         a warning that the warning may erroneous.
6191
6192         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
6193         target.
6194
6195         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
6196         targets.
6197
6198         * GNUmakefile.in ($(config_h)): config.h should depend on
6199         config.hh.in .
6200         (lilypond.words): remove fontball stuff.
6201
6202         * stepmake/aclocal.m4: only print config.cache warning if it exists.
6203
6204         * configure.in: remove pktrace reference.
6205
6206         * GNUmakefile.in (rsync-web): permissions and ownership for
6207         website.
6208
6209         * lily/volta-engraver.cc (staff_eligible): new function.
6210         (stop_translation_timestep): kill off spanners if not eligible.
6211
6212         * VERSION (PATCH_LEVEL): release 1.9.9
6213
6214         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6215
6216         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6217         length is more important than forbidden quants.
6218
6219 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6220
6221         * buildscripts/lilypond.words: order words in search order,
6222         add lilypond.words.vim to be generated.
6223
6224         * lilypond.vim: use lilypond.words.vim for keyword matching.
6225
6226         * lilypond-mode.el: use search order. fix word selection rules.
6227
6228         * lilypond-font-lock.el: fix fontifying long durations.
6229
6230         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6231
6232 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6233
6234         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6235
6236         * stepmake/stepmake/generic-targets.make:
6237         * stepmake/stepmake/bin/make-version.py: 
6238         * stepmake/aclocal.m4:
6239         * make/stepmake.make:
6240         * make/toplevel-version.make: Build fixes: remove last traces of
6241           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6242
6243         * lily/beam.cc: Add gap-count property.
6244
6245 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6246
6247         * scm/define-grob-properties.scm (gap-count): add gap-count
6248
6249         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6250
6251 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6252
6253         * cygwin/mknetrel.doc: Typo.
6254
6255         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6256
6257         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6258
6259 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6260
6261         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6262         sizes. Remove support for 'ledger'(=tabloid+landscape).
6263
6264 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6265
6266         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6267         sauter PFAs.
6268
6269         * configure.in: remove VERSION stuff once again.
6270
6271         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6272
6273         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6274         for chord names.
6275
6276         * mf/GNUmakefile: always trace pfa fonts.
6277         (SAUTER_FONTS): add cmss[567] too fonts
6278
6279         * configure.in: require mftrace. 
6280
6281         * lily/staff-performer.cc (new_instrument_string): don't look at
6282         instrument property.
6283
6284         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6285         is_direction is the C++ one. Similar for ly_axis_p and
6286         ly_number_pair_p
6287
6288 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6289
6290         * lily/beam.cc (brew_molecule): read gap-count to determine
6291         number of tremolo (gapped) beams.
6292
6293         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6294         shorter than 1/8
6295
6296         * flower/include/array.hh (default_compare): new function
6297
6298         * cygwin/mknetrel: Native fixes.
6299
6300         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6301
6302 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6303
6304         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6305         feature for Windows.
6306
6307         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6308
6309         * cygwin/mknetrel: Updates for native use on Cygwin.
6310
6311         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6312
6313         * stepmake/stepmake/help2man-rules.make: 
6314         * cygwin/mknetrel: Bugfix for manpages.
6315
6316         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6317         $(builddir).  Stepmake is a normal subdirectory now, that is not
6318         configured.  Another srcdir build fix.
6319
6320         * Documentation/topdocs/INSTALL.texi,
6321         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6322         lilypond-init.el, lilypond-mode.el, debian/rules,
6323         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6324         rename generated file lilypond.words to lilypond.words.el.
6325
6326 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6327
6328         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6329
6330         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6331         GNUmakefile.in.
6332
6333 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6334
6335         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6336         when cross building.
6337
6338         * configure.in: srcdir build fix.
6339
6340         * cygwin/GNUmakefile:
6341         * cygwin/lily-wins.py:
6342         * cygwin/postremove-lilypond.sh: 
6343         * cygwin/postinstall-lilypond.sh: Merge from stable.
6344
6345         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6346         s/ly2dvi/lilypond/.
6347
6348 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6349
6350         * lily/slur.cc (after_line_breaking): only set control points if
6351         none supplied yet.
6352
6353         * input/test/slur-manual.ly: new file.
6354
6355         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6356         <<  >> chords too.
6357
6358         * VERSION (PACKAGE_NAME): release 1.9.8
6359
6360         * scripts/lilypond.py (escape_path): escape spaces in directory names
6361
6362         * input/test/text-spanner.ly: fixes.
6363
6364 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6365
6366         * buildscripts/lilypond.words.py: add drum names as note names to
6367         Emacs-mode.
6368
6369 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6370
6371         * input/regression/hairpin-dashed.ly: new file.
6372
6373         * scripts/convert-ly.py (conv): warn about dash-length.
6374
6375         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6376         automatically if we get a new one.
6377
6378         * lily/lookup.cc (dashed_line): new function
6379
6380         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6381         dash-fraction.
6382
6383 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6384
6385         * buildscripts/lilypond.words.py: extract note names.
6386
6387         * lilypond-mode.el: take note names from lilypond.words -file.
6388         small fix in the use of string-match.
6389
6390         * lilypond-font-lock.el: use lilypond.words for note names, add 
6391         maxima to note a duration.
6392
6393 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6394
6395         * lily/breathing-sign.cc: remove railtracks() function. 
6396
6397         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6398
6399         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6400         (brew_molecule): bugfix don't make arpeggio shorter when
6401         arpeggio-direction is set.
6402
6403         *  debian/rules: small corrections in the (Pedro K)
6404
6405         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6406         examples.
6407
6408         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6409         special (repeat) bar comes along.
6410
6411         * input/regression/auto-beam-bar.ly: update.
6412
6413         * scripts/lilypond-book.py (output_dict): remove support for the
6414         EPS option.
6415
6416         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6417         VerticalAlignment and VerticalAxisGroup this fixes the size
6418         computations for the entire system.
6419
6420         * input/les-nereides.ly (bass): remove superfluous fontSize.
6421
6422         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6423         causes directory of file to be added to include path.
6424
6425         * input/regression/beam-break.ly: test single stem beams.
6426
6427         * input/regression/system-start-bracket.ly: fix.
6428
6429         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6430
6431         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6432
6433         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6434         (score_stem_lengths): do something sensible for single stem beams.
6435
6436         * lily/beam.cc (least_squares): add kludge for single stem beams.
6437
6438         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6439         keySignature to list of broken things.
6440
6441         * input/regression/keys.ly: fix.
6442
6443         * VERSION (PACKAGE_NAME): release 1.9.7
6444
6445         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6446
6447         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6448
6449         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6450         (quartertone_pitch): new function
6451
6452         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6453         flat. WARNING: FONT CHANGED.
6454
6455         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6456
6457         * lily/accidental-placement.cc (add_accidental): support for
6458         quarter tones.
6459
6460         * ly/LANGUAGEs.ly: use symbols for alterations.
6461
6462         * mf/feta-toevallig.mf: change accidental codes. 
6463
6464         * scm/lily.scm (ly:get-option): switch on debugging only for
6465         --verbose.
6466
6467         * lily/lily-guile.cc: remove ly:verbose?
6468
6469         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6470
6471         * lily/parser.yy (TODO): only do gh_call() for apply with
6472         procedure argument.
6473
6474         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6475         stuff in accordance with new timing of tie-events.
6476
6477         * lily/my-lily-lexer.cc: remove \outputproperty
6478
6479         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6480
6481         * scm/define-translator-properties.scm (melismaBusyProperties):
6482         add melismaBusyProperties property.
6483
6484 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6485
6486         * input/test/ambitus-mixed.ly (texidoc): new file.
6487
6488         * buildscripts/mutopia-index.py (find): prune debugging
6489
6490         * lily/side-position-interface.cc: doc updates
6491
6492         * Documentation/user/refman.itely: updates, tweaks.
6493
6494         * lily/parser.yy (Simple_music): remove outputproperty
6495
6496         * make/stepmake.make: use VERSION again; importing VERSION via
6497         autoconf dependencies is too hairy.
6498
6499 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6500
6501         * lilypond-mode.el: allow `-' for keywords and identifiers.
6502
6503 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6504
6505         * VERSION: release 1.9.6
6506
6507         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6508         iso. ly2dvi.
6509
6510         * Documentation/user/*.itely: fixes everywhere
6511
6512         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6513         produce ties from the engraver itself, do not broadcast TieEvent.
6514
6515         * lily/my-lily-lexer.cc: remove pitch & duration.
6516
6517         * lily/parser.yy (TODO): remove \pitch and \duration
6518
6519         * input/test/explicit.ly: remove file.
6520
6521         * Documentation/user/refman.itely (Pitches): remove \pitch 
6522         \duration command.
6523
6524 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6525
6526         * buildscripts/lilypond.words.py: add all slur types to Emacs
6527         insertion menu, suppose everything is postfixed by dropping 
6528         unnecessary `-' -marks.
6529
6530 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6531
6532         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6533         tremoloed stems.
6534
6535         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6536         head for flagged stems.
6537
6538         * lily/stem.cc (get_default_stem_end_position): futz with extra
6539         stem length if there is a stem tremolo.
6540
6541         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6542         it would be too small.
6543
6544         * lily/font-metric.cc: return #f for non-existent glyph.
6545
6546         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6547         exported through config.make.
6548
6549         * input/regression/clef-oct.ly: new file.
6550
6551         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6552         transposition.
6553
6554         * input/template/*.ly: remove old relative.
6555
6556         * ly/english.ly: add X names for double sharp.
6557
6558 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6559
6560         * lily/font-select.cc: new file handle font selection routines.
6561
6562         * lily/parser.yy: add ; (Patrick Atamaniuk)
6563
6564         * input/test/time-signature-double.ly: use markups for double time
6565         sigs.
6566
6567         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6568         ChordNames.SeparationItem #'padding for adjusting space after chords.
6569
6570         * lily/music-output-def.cc (LY_DEFINE): 
6571         new function ly:paper-lookup.
6572
6573         * mf/parmesan-clefs.mf: use # quantities for char_box
6574         offsets. Fixes overflow errors in the PFA. 
6575
6576         * scm/new-markup.scm (strut-markup): change calling interface for
6577         markup. Pass paper-def, not grob. This would allow \markup to be
6578         used separately from grobs.
6579
6580         * lily/paper-def.cc: new function ly:paper-font; this function
6581         replaces ly:get-font.
6582
6583         * lily/include/font-interface.hh (struct Font_interface): take
6584         Paper_def iso. Grob for get_font().
6585
6586 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6587
6588         * Documentation/user/ tutorial.itely, refman.itely: add warning
6589         about \key and accidentals.
6590
6591 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6592
6593         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6594
6595         * Documentation/user/*.itely: manual tweaks
6596
6597 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6598
6599         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6600         cleanup; bugfix: exact_center
6601
6602         * Documentation/user/refman.itely: added more documentation on
6603         ambitus according to recent questions on lilypond-user list
6604
6605 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6606
6607         * input/regression/ottava.ly (texidoc): demo 15ma too.
6608
6609         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6610
6611         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6612         octave fixes.
6613
6614 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6615
6616         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6617         problems on older Mac editors.
6618
6619 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6620
6621         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6622
6623 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6624
6625         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6626         mf/parmesan-clefs.mf: added comments on character alignment and
6627         set_char_box() conventions
6628
6629         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6630         set_char_box()'s
6631
6632         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6633
6634 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6635
6636         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6637
6638 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6639
6640         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6641         shortened to avoid almost-collision with staff line; code cleanup;
6642         other custodes: fixed char boxes; code cleanup
6643
6644 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6645
6646         * configure.in: release 1.9.5
6647
6648         * scripts/lilypond.py (global_latex_preamble): only set
6649         twosideshift if 'twoside' is in latexoptions 
6650
6651         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6652
6653         * VERSION: remove
6654
6655         * scripts/*2ly.py: update <> syntax
6656
6657 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6658
6659         * lily/chord-name-engraver.cc (process_music): add origin for
6660         chord name.
6661
6662         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6663
6664         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6665         bass notes for exceptions too.
6666
6667         * scm/define-grobs.scm (all-grob-descriptions): rename
6668         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6669
6670         * scm/define-grob-properties.scm (remove-first): add remove-first
6671         property for orchestral scores.
6672
6673         * Documentation/user/*.itely: switch <<>> and <> 
6674
6675         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6676         last_line only once. This fixes the two consecutive glissandi problem.
6677
6678 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6679
6680         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6681         error message "flexa-width undefined"
6682
6683         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6684         lily/include/gregorian-ligature.hh: print warning when ignoring
6685         head prefixes on flexa shapes
6686
6687         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6688         space before a series of inclinatum heads
6689
6690         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6691         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6692         cleanups
6693
6694         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6695         and char_box
6696
6697 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6698
6699         * input/regression/breathing-sign.ly: tiny fixes
6700
6701         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6702         semantical collision with vaticana ligatures
6703
6704         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6705         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6706         now consistent with mensural ligatures
6707
6708         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6709         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6710         context pitches and staff position; dto. for virga stem; removed
6711         obsolete virga and clivis characters from parmesan font (WARNING:
6712         font changed)
6713
6714         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6715         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6716
6717         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6718         scm/define-grob-properties.scm: consistency fix: renamed
6719         join_left->add_cauda
6720
6721         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6722         appendix length; bugfix: yoffs_bt for reverse direction punctum
6723         characters
6724
6725         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6726         small cleanups; added more docu
6727
6728         * lily/mensural-ligature-engraver.cc,
6729         lily/vaticana-ligature-engraver.cc,
6730         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6731         computation to CoherentLigatureEngraver
6732
6733         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6734         scm/define-grob-properties.scm: bugfix: added missing linea and
6735         cavum properties; bugfix: removed dead semivocalis property
6736
6737         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6738         length; redesigned quilisma, stropha and auctum
6739
6740         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6741         line thickness
6742
6743         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6744         Documentation/user/refman.itely: bugfix: introduced shifted
6745         epiphonus head to avoid collision with adjacent plica
6746
6747 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6748
6749         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6750
6751         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6752
6753 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6754
6755         * Documentation/user/tutorial.itely (A lead sheet): remove
6756         duplicate chords.
6757
6758         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6759
6760 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6761
6762         * Documentation/bibliography/computer-notation.bib (isbn): add
6763         xivcim publication.
6764
6765 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6766
6767         * GNUmakefile.in: drop lilypond.words for generation.
6768
6769 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6770
6771         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6772
6773         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6774
6775 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6776
6777         * input/test/figured-bass-alternate.ly (fl): new file.
6778
6779         * Documentation/topdocs/README.texi (Top): clarifications.
6780
6781         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6782         theses of Gieseking and Renz.
6783
6784         * GNUmakefile.in (README_FILES): remove README.mandrake.
6785
6786 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6787
6788         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6789         from source files and search patterns listed in the script.
6790
6791         * GNUmakefile.in: add target `lilypond.words'.
6792
6793         * lilypond.words: remove file, generated by `make lilypond.words'.
6794
6795         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6796
6797 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6798
6799         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6800
6801 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6802
6803         * VERSION: 1.9.4 released
6804
6805         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6806         rule for < > <-> << >> substitution
6807
6808         * lily/lexer.ll: exchange meaning of << >> and < > 
6809
6810         * VERSION (PACKAGE_NAME): 1.9.3 released
6811
6812         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6813         pages unconditionally.
6814
6815 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6816
6817         * Documentation/user/music-glossary.tely (Top): small syntax
6818         fixes.
6819
6820         * scm/music-functions.scm (remove-tag): filter \tagged music
6821         expressions.
6822
6823         * input/regression/tag-filter.ly (texidoc): new file.
6824
6825         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6826         symbol2 .. ) etc. 
6827
6828         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6829         convert rule.
6830
6831         * Documentation/user/refman.itely (Fingering instructions): adjust
6832         manual.
6833
6834         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6835         for borderline cases (e.g. 1 fingering.)
6836         (position_scripts): revise interface, use fingerOrientations to
6837         set fingering positions.
6838
6839         * scm/document-translation.scm (context-doc): add aliases to
6840         automated documentation.
6841
6842         * make/lilypond-vars.make: remove stepmake compat glue.
6843
6844         * make/generic-vars.make: remove cruft.
6845
6846         * lily/main.cc (main): don't identify binary.
6847
6848 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6849
6850         * lily/include/translator.hh (class Translator): remove
6851         type_string_ , use symbol for context name throughout.
6852         Changes through whole source tree.
6853
6854         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6855         set PDF as default, and always make PDF.
6856
6857         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6858
6859 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6860
6861         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6862         Documentation/user/refman.itely input/regression/allfontstyle.ly
6863         input/regression/grace-types.ly:
6864         fix spelling for acciaccatura (Webster's 1913).
6865
6866 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6867
6868         * lily/main.cc (usage): adjust blurb, include url.
6869
6870         * input/regression/breathing-sign.ly (texidoc): transpose up
6871
6872 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6873
6874         * input/regression/breathing-sign.ly: changed ancient examples to
6875         be relevant (by request of Han-Wen); updated BreathingSign text
6876         property according to new syntax.
6877
6878         * ly/gregorian-init.ly: updated BreathingSign text property
6879         according to new syntax
6880
6881 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6882
6883         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6884         (Clef): index entries for clefs.
6885
6886         * python/lilylib.py (system): remove errorlog files.
6887
6888 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6889
6890         * lilypond.words: add \new and new graces. Add dynamics to menus
6891         keeping 1.8.x compatibility; after all the engraving relating to 
6892         notes becomes postfixed `-' marks will be removed.
6893
6894 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6895
6896         * lily/molecule.cc (align_to): idem.
6897
6898         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6899
6900         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6901         accacciatura everywhere.
6902
6903         * VERSION (PACKAGE_NAME): released 1.9.2
6904
6905         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6906
6907         * scm/document-markup.scm (markup-doc-node): sort markup function
6908         list.
6909
6910         * lily/paper-outputter.cc (output_version): change "Lily was here"
6911         into  "Engraved by LilyPond"
6912
6913         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6914         on unquoted strings before \notenames.
6915
6916         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6917         increases the number of s/r reductions to 4.
6918
6919         * scm/new-markup.scm (fraction-markup): \fraction command.
6920
6921         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6922         mode
6923
6924         * lily/lookup.cc (round_filled_box): rename function.
6925         (LY_DEFINE): round-filled-box: change signature.
6926
6927         * Documentation/user/refman.itely: revise section explaining grace
6928         notes.
6929
6930         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6931         ly:set-context-property
6932
6933         * input/*/*.ly (vmus): use \new everywhere.
6934
6935         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6936
6937         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6938         default
6939
6940         * scm/music-functions.scm (set-stop-grace-properties)
6941         (set-start-grace-properties, add-grace-property): new functions
6942         for modular grace tweak control.
6943
6944         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6945
6946 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6947
6948         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6949
6950         * GNUmakefile.in (install-pfa-fonts):
6951         (get-pfa-fonts): New target.
6952
6953         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6954         install-pfa-fonts help.
6955
6956 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6957
6958         * lily/translator-scheme.cc (LY_DEFINE):
6959         ly:context-pushpop-property new function.
6960         (LY_DEFINE): new function ly:translator-find  
6961         new function ly:translator?
6962         (LY_DEFINE): new function ly:context?
6963
6964         * lily/translator-def.cc: remove
6965         Translator_def::apply_pushpop_property().
6966
6967         * python/lilylib.py (read_pipe): only store and display error log
6968         if verbose not set.
6969         (read_pipe): only display log if it contains something.
6970
6971 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6972
6973         * Documentation/misc/GNUmakefile: Re-add.
6974         (TEXTS): Add CHANGES.
6975
6976 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6977
6978         * lilypond.words: add \newcontext.
6979
6980 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6981
6982         * lily/tie-performer.cc (stop_translation_timestep): only flush
6983         tied_notes when we have actually made a tie. Fixes bugs with ties
6984         in polyphonic scores.
6985
6986 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6987
6988         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6989         they do not exist.
6990
6991 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6992
6993         * VERSION (PACKAGE_NAME): released 1.9.1 
6994
6995         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6996         Instrument_name_engraver
6997
6998         * lily/tie-performer.cc (create_audio_elements): bugfix
6999
7000         * Documentation/user/music-glossary.tely (Top): comment out
7001         font-style statements.
7002
7003         * input/test/force-hshift.ly: revise example.
7004
7005         * Documentation/bibliography/engraving.bib (note): typos.
7006
7007         * configure.in: bump GCC requirements to 3.x
7008
7009         * lily/include/audio-item.hh (class Audio_tie): rename
7010         note_l_drul_ to note_drul_
7011
7012         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
7013
7014         * lily/parser.yy (relative_music): whoops. All \relative were off
7015         by ...  a lot .... Ahem.
7016
7017         * scm/define-music-types.scm (music-descriptions): idem.
7018
7019         * lily/beam-engraver.cc: move new-beam-event to beam-event
7020
7021         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
7022         to Tie_engraver
7023
7024         * input/regression/bar-number.ly: remove unnecessary old-relative
7025         options.
7026
7027         * Documentation/user/internals.itely (Creating contexts): document
7028         \newcontext
7029
7030         * lily/parser.yy (Composite_music): add \newcontext
7031
7032         * Documentation/user/refman.itely (MIDI block): add note about
7033         dotted tempos.
7034
7035         * scm/font.scm: remove old markup legacy
7036
7037         * GNUmakefile.in (web-clean): remake share/ after web-clean.
7038
7039         * lily/breathing-sign.cc (brew_molecule): remove function
7040
7041         * lily/text-item.cc: remove old-style markups.
7042         (interpret_markup): C++ version of markup function
7043         (brew_molecule): idem.
7044
7045         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
7046         as Scheme variable.
7047
7048         * scripts/convert-ly.py (conv): dashes rule.
7049         Apply rule.
7050
7051         * Documentation/user/lilypond-book.itely: syntax fixes. 
7052
7053 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7054
7055         * VERSION (PACKAGE_NAME): release 1.9.0
7056
7057         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
7058         note about dvips. (Should backport.)
7059
7060         * scripts/convert-ly.py
7061         (FatalConversionError.articulation_substitute): add
7062         convert-new-chords code. Remove convert-new-chords.py
7063
7064         * Documentation/user/refman.itely (Octave check): document
7065         \octave.
7066
7067         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
7068         \relative changes.
7069
7070         * lily/parser.yy (command_element): octave check:
7071
7072            \octave PITCH
7073
7074         checks that PITCH (without octave) yields PITCH (with octave) in
7075         \relative
7076
7077         * lily/relative-octave-music.cc (to_relative_octave): octave check.
7078
7079         * lily/scm-option.cc: ly:set-option now has the default argument
7080         #t.
7081
7082         * lily/lexer.ll: add \renameinput
7083
7084         * python/lilylib.py (command_name): robustifications.
7085
7086         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
7087         /dev/stderr. This is ash compatible.
7088
7089         * ly/init.ly: add warning if compatibility was not necessary.
7090
7091         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
7092
7093         * flower/include/string-handle.icc: formatting cleanups, rename
7094         references by ref_count_.
7095
7096 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
7097
7098         * make/lilypond.mandrake.spec.in: syncronize the spec file with
7099         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
7100         package libs separately, fix conflicting php variable out=/dev/vc/
7101         invoking `unset out', declare menus, use only one icon-file, fix
7102         doc-path in menu.
7103
7104 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7105
7106         * scripts/convert-ly.py (FatalConversionError.conv): typo
7107
7108         * Documentation/misc/GNUmakefile: restore misc directory.
7109
7110         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
7111
7112         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
7113         Petites-Preludes 
7114
7115         * input/test/partial-blank.ly (quickmeasure): syntax
7116
7117         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
7118         attachment property.
7119
7120         * Documentation/user/refman.itely: remove superfluous -'s 
7121         (Grace notes): ) fixes.
7122
7123         * lily/music.cc: generic compress(), transpose() functions. Remove
7124         others.
7125
7126         * lily/parser.yy (gen_text_def): remove support for #'(italic )
7127         style markup entry.
7128
7129         * lily/parser.yy: all articulations postfix; remove obligatory -
7130         for [,  ) and \!
7131
7132         * lily/music.cc (to_relative_octave): write generic
7133         to_relative_octave function; various relative cleanups.
7134         Hmmm.
7135
7136         * lily/scm-option.cc: add options new-relative and old-relative
7137
7138         * po/sv.po: new po file.
7139
7140         * Documentation/user/refman.itely (Dynamics): website
7141         fixes. (should backport!)
7142
7143 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7144
7145         * make/lilypond.mandrake.spec.in: declare version only once.
7146
7147 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7148
7149         * lily/simultaneous-music.cc (to_relative_octave): undo relative
7150         meaning for now.
7151
7152 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7153
7154         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
7155
7156         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
7157
7158         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
7159
7160         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
7161
7162         * lily/music.cc (var): add ly:music-transpose function.
7163
7164         * lily/parser.yy (pre_events): remove prefix articulations.
7165
7166         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
7167
7168         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
7169
7170         * Documentation/user/refman.itely (Text markup): add comment about
7171         markup in header.
7172
7173 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7174
7175         * lily/paper-outputter.cc (write_header_fields_to_file): 
7176         only dump value if it is a string.
7177
7178         * flower/include/dictionary.hh: remove.
7179
7180         * Documentation/ChangeLog-1.5: add back old log.
7181
7182         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
7183         .pfas from a .deb.
7184
7185 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7186
7187         * Documentation/bibliography/engraving.bib: add entry for
7188         Jaschinski's Notation
7189
7190 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7191
7192         * Documentation/user/refman.itely (Beaming): add note about
7193         allowBeamBreak
7194
7195 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
7196
7197         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7198         GregorianTranscription contexts
7199
7200         * ly/engraver-init.ly: vaticana contexts: minor fixes
7201
7202         * Documentation/user/refman.itely (Ancient notation): added note
7203         on appendix length bug
7204
7205         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
7206         input/test/vaticana.ly: use vaticana contexts; small fixes
7207
7208 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7209
7210         * flower/hash.cc: Remove.
7211
7212         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
7213         to (nonexistent?) hash_func_ identifier.
7214
7215         * python/midi.c (midi_error, midi_warning): Use char const* for
7216         __FUNCTION__ argument.
7217
7218         * python/gettext.py: Remove.  We already require python 2.1, which
7219         includes gettext.py.
7220
7221         * configure.in: Require python 2.1, as INSTALL.texi says.
7222         it.
7223
7224         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7225         versions 1.50 and 1.75.  Remove note about lexer patch.
7226
7227 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7228
7229         * Documentation/topdocs/INSTALL.texi: Update type1 font
7230         description to actual situation.  Add comment about new font ball
7231         layout.
7232
7233         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7234         in $LILYPONDPREFIX suffices for installation.
7235
7236 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7237
7238         * debian/control (Build-Depends): Add flex-old as alternative to
7239         flex.  Deprecate bison 1.75.
7240
7241 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7242
7243         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7244         Vaticana contexts
7245
7246         * Documentation/user/refman.itely (Ancient notation): documented
7247         some bugs; tiny fixes; added docu on Vaticana contexts
7248
7249         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7250         scripts
7251
7252 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7253
7254         * Documentation/user/refman.itely (Ancient notation): added some
7255         introductory words; added section on ancient time signatures;
7256         added some @seealso and @refcommands; small fixes and
7257         beautifications
7258
7259 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7260
7261         * input/regression/note-head-style.ly: many fixes and updates
7262
7263         * Documentation/user/refman.itely: added small sections on ancient
7264         accidentals, rests and flags; revised ancient note head section;
7265         small wording/spelling fixes
7266
7267         * input/test/rests.ly: layout fixes
7268
7269 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7270
7271         * input/puer-fragment.ly: bugfix: central C position of do clef
7272
7273         * ly/gregorian-init.ly: workaround: add small padding space before
7274         divisiones (the correct fix would be the spacing engine to handle
7275         this)
7276
7277 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7278
7279         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7280         cue-notes.ly: minor fixes.
7281
7282 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7283
7284         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7285         input/test/custos-style.ly
7286
7287         * Documentation/index.html.in: bugfix: link to Tutorial.html
7288
7289         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7290         to neumes; bugfix: "et": epiphonus, not just a simple pes
7291
7292 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7293
7294         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7295
7296         * lilypond.words: add new features: markup, column, center, \[ \].
7297
7298 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7299
7300         * Documentation/topdocs/NEWS.texi, DEDICATION,
7301         stepmake/bin/add-html-footer.py
7302         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7303         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7304         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7305         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7306         added (only) after a sentence which is complete; if the sentence is 
7307         not ended a comma `,' or nothing is used. fix also spaces.
7308
7309 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7310
7311         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7312         requirements to plain 1.6.
7313
7314         * buildscripts/mutopia-index.py (read_lilypond_header): update
7315         mutopia-index.py to 1.4 syntax [sic]
7316
7317 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7318
7319         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7320
7321 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7322
7323         * Documentation/index.html.in: url for regression pdf
7324
7325         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7326
7327         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7328
7329         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7330
7331         * VERSION: 1.8.0 released
7332
7333         * GNUmakefile.in (local-WWW-post): footify build fix.
7334
7335         * configure.in: require GUILE 1.6.4
7336
7337         * Documentation/user/GNUmakefile: don't copy *.png for
7338         lilypond-internals
7339
7340         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7341         local-WWW-post target.
7342         (rsync-web): add rsync-web target
7343
7344         * Documentation/user/introduction.itely (Music notation and
7345         engraving): add neume example
7346
7347         * input/puer-fragment.ly (cantus): add puer-fragment
7348
7349 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7350
7351         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7352         to notes, so that equalizer is actualy being used.
7353
7354         * scm/midi.scm (instrument-equalizer-alist):
7355         (absolute-volume-alist): Define public, so that user can copy or
7356         override.
7357
7358         * lily/key-performer.cc (create_audio_elements): Check for minor
7359         key.  Only if key is minor, set MIDI key to minor.
7360
7361 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7362
7363         * Documentation/user/refman.itely (Hiding staffs): fixes.
7364
7365         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7366
7367         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7368         vertical extents to deal with Hara kiri correctly.
7369
7370         * input/regression/hara-kiri-short.ly: remove
7371
7372         * input/regression/hara-kiri-pianostaff.ly: update test.
7373
7374         * Documentation/user/*.tely: remove WEBTITLE
7375
7376         * scm/output-tex.scm (comment): idem.
7377
7378         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7379
7380         * scm/music-functions.scm (make-lyric-event): new function
7381
7382         * scm/lily.scm (lilypond-version): new function
7383
7384         * input/test/version-output.ly: new file.
7385
7386         * Documentation/user/lilypond.tely: add version number to
7387         front-page.
7388
7389 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7390
7391         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7392
7393 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7394
7395         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7396
7397         * Documentation/user/refman.itely (Hiding staffs): rename node.
7398
7399 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7400
7401         * input/regression/new-markup-syntax.ly (texidoc): remove
7402         molecule-callback override.
7403
7404 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7405
7406         * input/les-nereides.ly: Mark tweaks with %tweak.
7407
7408         * Debian patch, see debian/changelog (Anthony Fok).
7409
7410 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7411
7412         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7413         problem.
7414
7415 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7416
7417         * Documentation/user/refman.itely (Text markup): Fix language bug.
7418
7419 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7420
7421         * input/* : postfix syntax fixes.
7422
7423         * Documentation/user/refman.itely (Text markup): add note about
7424         raise/lower with ^ or _ .
7425
7426         * po/fi.po: fix \\apply strings.
7427
7428         * lily/parser.yy (open_event): warn for prefix articulations.
7429
7430 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7431
7432         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7433         fix also on parmesan font.
7434
7435 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7436
7437         * VERSION 1.7.30 released
7438
7439         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7440
7441         * buildscripts/mutopia-index.py (headertext): rewording
7442
7443 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7444
7445         * scm/new-markup.scm (strut-markup): new markup function.
7446
7447         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7448         space also when no accidental is there.
7449
7450 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7451
7452         * input/les-nereides.ly: Updates.
7453
7454 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7455
7456         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7457         which repeats the tag insertion selected from "Insert tag" menu.
7458
7459 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7460
7461         * lily/all-font-metrics.cc (find_font): load AFM files first only
7462         for feta fonts. This fixes problems with TeXlive and other TeX
7463         distros that include AFM files for the CM fonts. 
7464
7465         * scm/font.scm (qualifiers-to-font-name): remove.
7466
7467         * lily/paper-def.cc: remove get_var.
7468
7469         * input/trip.ly: remove file.
7470
7471         * input/regression/spacing-note-flags.ly (raggedright): remove
7472         stafflinethickness
7473
7474         * input/les-nereides.ly: update to new syntax, cleanups.
7475
7476 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7477
7478         * Documentation/user/refman.itely: Clarify shortest-note problem
7479         of autobeamer.
7480
7481 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7482
7483         * lilypond-mode.el: Add each word to regexps only once.
7484
7485         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7486         is based on the syntax definitions in lilypond.words. Remove all 
7487         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7488         LilyPond->Insert menu is generated by the entries in lilypond.words 
7489         to which have been given a syntax definition.
7490
7491         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7492         \notes, \relative, \score, \simultaneous, \transpose.
7493
7494         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7495
7496         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7497
7498         * lilypond-mode.el: add menu keywords separately.
7499
7500         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7501
7502 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7503
7504         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7505         current ugly installation method for PFA fonts.
7506
7507 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7508
7509         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7510         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7511
7512         * Documentation/user/music-glossary.tely: update legato.
7513
7514 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7515
7516         * lexer-gcc-3.0.patch: Remove.
7517
7518         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7519
7520 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7521
7522         * debian/rules (binary-arch): remove NEWS.
7523
7524 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7525
7526         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7527         stepmake/bin{ many }: polish the `--help's of different scripts;
7528         model taken from the core-utils of Linux.
7529
7530         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7531
7532 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7533
7534         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7535
7536         * flower/libc-extension.cc: idem.
7537
7538         * flower/include/libc-extension.hh: protect against isinf macros.
7539
7540 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7541
7542         * { many }: Use two uppercase letters in LilyPond.
7543
7544         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7545
7546         * VERSION: 1.7.29 released.
7547
7548 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7549
7550         * lily/tie.cc: add TODO comment.
7551
7552         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7553
7554         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7555         linejoins and linecaps. This fixes problems with occasional spikes
7556         on slur/tie endings.
7557
7558         * input/regression/font-name.ly: don't use PS fonts for
7559         compatibility reasons. 
7560
7561         * mutopia/claop.py (accents): update to 1.8
7562
7563         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7564
7565         * Documentation/user/macros.itexi: don't color glossary links.
7566
7567         * Documentation/user/invoking.itexi (Error messages): new section
7568
7569 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7570
7571         * input/regression/font-name.ly: add file.
7572
7573         * scm/document-backend.scm (grob-doc): remove <hr> from
7574         lilypond-internals
7575
7576         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7577         reqd version to 1.6.4 
7578
7579         * lily/font-interface.cc (get_font): bugfix: take font-name from
7580         alist chain too. This fixes font-name override for \markup.
7581
7582 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7583
7584         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7585
7586         * input/test/polymetric-differing-notes.ly: Compile fix.
7587
7588 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7589
7590         * Documentation/user/refman.itely: fixed typo
7591
7592         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7593         before flexa
7594
7595 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7596
7597         * input/test/{ many }: search & fix some typos.
7598
7599 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7600
7601         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7602         images.
7603
7604         * scm/music-functions.scm (make-voice-props-set): set Script /
7605         TextScript dir for polyphony too.
7606
7607         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7608         before clef.
7609
7610         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7611
7612 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7613
7614         * Documentation/user/refman.itely (Percussion): Small
7615         clarifications and fixes.
7616
7617         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7618         threads. This fixes different heads playing simultaneously.
7619
7620 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7621
7622         * Documentation/user/{ many }: increase readability (read through 
7623         User manual from `one big page').
7624
7625 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7626
7627         * input/test/polymetric-differing-notes.ly: add example with
7628         disparate note values.
7629
7630         * input/test/polymetric.ly: rename from poly-metric
7631
7632         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7633         iso. outname.
7634
7635         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7636         G-clef bbox to real char extents. This fixes the G-clef being
7637         offset too much to the right.
7638         document perc clef offset.
7639
7640         WARNING: FONT CHANGED.
7641
7642         * Documentation/user/tutorial.itely (Tutorial): move menu.
7643
7644 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7645
7646         * buildscripts/lilypond-profile.sh (Error): trim error message.
7647
7648         * Documentation/user/invoking.itexi (Invoking the lilypond
7649         binary): add note about path.
7650
7651         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7652         suppresses superfluous spaces.
7653
7654 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7655
7656         * buildscripts/lilypond-profile.sh: Add documentation to error
7657         message.
7658
7659         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7660
7661 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7662
7663         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7664         <mike@ossmann.com>)
7665
7666         * Documentation/bibliography/computer-notation.bib (pages): prune
7667         unscientific language.
7668
7669         * Documentation/user/GNUmakefile: copy unsplit file to
7670         lilypond.html (idem for lilypond-internals).
7671
7672         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7673
7674         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7675
7676         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7677
7678         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7679         fix.
7680
7681 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7682
7683         * Documentation/user/{ various }: bind text snippets with their
7684         examples, e.g. by punctuation: This is an example.
7685
7686 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7687
7688         * ly/performer-init.ly (VoiceContext): Typos.
7689
7690         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7691         builds, leave final-install to toplevel srcdir makefile.
7692
7693         * make/srcdir.make.in (install): New target.
7694
7695 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7696
7697         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7698         This fixes core dump on MIDI output (Simon Weatherill).
7699
7700         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7701         on local-WWW-post.
7702
7703 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7704
7705         * make/lilypond.redhat.spec.in: add dvips to reqs.
7706
7707 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7708
7709         * make/srcdir.make.in (web): Add special web target.
7710
7711         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7712         from inner $(LOOP).
7713
7714         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7715
7716         * stepmake/stepmake/generic-targets.make (www-targets-help):
7717         * GNUmakefile.in (web-install): Install in $(webdir).
7718
7719         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7720
7721         * cygwin/changelog: 
7722         * cygwin/mknetrel: Update.
7723
7724         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7725         (html-doc): Remove (use: web).
7726
7727         * stepmake/stepmake/script-rules.make: 
7728         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7729         Fix $(config_make) dependencies for srcdir build.
7730
7731         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7732         target for srcdir build.
7733
7734         * stepmake/make/stepmake.make: 
7735         * make/srcdir.make.in: 
7736         * GNUmakefile.in:
7737         * make/stepmake.make (config_make): Rename variable (was:
7738         configuration).
7739
7740 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7741
7742         * Documentation/user/internals.itely (Manipulating music
7743         expressions): run lilypond on example too.
7744
7745         * flower/include/libc-extension.hh: move lrint define to
7746         header. bugfix.
7747
7748 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7749
7750         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7751         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7752         do we recurse whole tree?).
7753
7754         * GNUmakefile.in (html-doc): Resurrect.
7755
7756         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7757         obsolete $(package-icon) dependency.
7758
7759 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7760
7761         * Documentation/user/refman.itely (Automatic staff changes):
7762         add seealso 
7763
7764         * Documentation/index.html.in: link to bigpage.
7765
7766         * Documentation/user/tutorial.itely (Tutorial): streamline.
7767
7768         * Documentation/index.html.in: url typo.
7769
7770         * VERSION (PACKAGE_NAME): release 1.7.28
7771
7772         * python/lilylib.py (error_log): remove '/' from name.
7773
7774         * input/regression/pedal.ly: remove; dups input/test/
7775
7776         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7777
7778         * Documentation/index.html.in: python style doco index.
7779
7780         * Documentation/{footer,header}.html.in (src): remove, 
7781
7782         * Documentation/pictures: remove all but lelie-logo.xpm.
7783
7784         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7785         before running makeinfo.
7786
7787         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7788         @code{}
7789
7790 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7791
7792         * input/test/bar-number-regular-interval.ly: rename.
7793
7794         * Documentation/user/*: various fixes. 
7795
7796 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7797
7798         * Documentation/{ many }: polish for update-all-menus. typos.
7799
7800         * po/fi.po: fixes.
7801
7802         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7803
7804         * buildscripts/mutopia-index.py: polish.
7805
7806         * input/regression/{ many }, input/test{ many }: polish texidocs.
7807
7808 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7809
7810         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7811         pedal-style
7812
7813         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7814         iso. edge-widen.
7815
7816         * lily/piano-pedal-engraver.cc (process_music): change from
7817         process_acknowledged ()
7818
7819         * lily/piano-pedal-bracket.cc: new file. Change
7820         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7821         cleaned up.
7822
7823         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7824
7825         * input/regression/tuplets.ly (texidoc): rename file.
7826
7827         * po/fr.po: update
7828
7829         * buildscripts/lilypond-profile.sh: error message if script is not
7830         sourced.
7831
7832         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7833         bracket-flare
7834         (make_bracket): simplify code.
7835
7836         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7837         argument.
7838
7839         * python/lilylib.py (lilypond_version_check): new function
7840
7841         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7842
7843         * scripts/ly2dvi.py (run_lilypond): add version check.
7844
7845         * scripts/lilypond-book.py (option_definitions): typo
7846
7847         * scripts/ly2dvi.py (include_path): typo
7848
7849         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7850
7851         * lily/parse-scm.cc (parse_handler): typo
7852
7853         * Documentation/user/macros.itexi: use @heading for headings.
7854
7855         * Documentation/user/refman.itely: updates, fixes.
7856
7857 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7858
7859         * po/fi.po: add Finnish translations. fixes.
7860
7861         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7862
7863         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7864         from lily/glissando-engraver.cc.
7865
7866 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7867
7868         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7869         for non-first _broken_ bracket.
7870
7871         * Documentation/user/refman.itely: corrections.
7872
7873 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7874
7875         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7876         support of the fingerings.
7877
7878         * po/fr.po: French translation update.
7879
7880         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7881         strings.
7882
7883 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7884
7885         * Documentation/user/introduction.itely: Small fixes.
7886
7887 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7888
7889         * Documentation/topdocs/AUTHORS.texi: polish.
7890
7891 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7892
7893         * Documentation/user/introduction.itely: revise
7894
7895         * Documentation/user/tutorial.itely: reorganise.
7896
7897         * Documentation/topdocs/index.tely: remove.
7898
7899         * Documentation/header.html.in: prune.
7900
7901         * GNUmakefile.in: clean up web building.
7902
7903         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7904         target.
7905
7906 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7907
7908         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7909
7910         * lilypond-mode.el: turn on blink-matching-paren.
7911
7912 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7913
7914         * scm/output-sodipodi.scm (svg-header): Fix typo.
7915
7916 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7917
7918         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7919         fixes a security hole.
7920
7921         * scripts/lilypond-book.py (original_dir): remove temp_dir
7922
7923         * scm/document-translation.scm: use @code tags.
7924
7925 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7926
7927         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7928
7929         * lilypond-mode.el: add a buffer-local post-command-hook to set
7930         context dependent syntax-table after each cursor event. Remove old
7931         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7932
7933         * lilypond-indent.el: update comments.
7934
7935         * Documentation/footer.html.in: add period.
7936
7937 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7938
7939         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7940
7941         * scm/document-translation.scm (document-property-operation): add
7942         @code{} tags.
7943
7944         * VERSION (PACKAGE_NAME): release 1.7.27
7945
7946         * config.make.in: add PAPER variable
7947
7948         * buildscripts/new-chords.py (help): add help text
7949
7950         * Documentation/user/introduction.itely (Typography and program
7951         architecture):  fixes.
7952
7953         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7954         for texinfo and dvips. This fixes problems with PDF output of the
7955         wrong size.
7956
7957         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7958         DVIPS_PAPERSIZE variable
7959
7960         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7961         TEXINFO_PAPERSIZE variable 
7962
7963 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7964
7965         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7966
7967         * mf/feta-toevallig.mf: lowres fixes.
7968
7969 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7970
7971         * NEWS: Typo and fill-paragraph fixes.
7972
7973         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7974         cast #define.
7975
7976         * configure.in: 
7977         * config.hh.in: Check for lrint.
7978
7979 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7980
7981         * VERSION: 1.7.26 released
7982
7983         * lily/separation-item.cc: add padding property.
7984
7985         * input/test/*.ly: various fixes, remove solo-a2.ly
7986
7987         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7988         bugfix. Fixes old-style markup compatibility.
7989
7990         * Documentation/user/introduction.itely (Introduction): historical
7991         elucidations
7992
7993         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7994
7995         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7996
7997         * Documentation/index.texi (Top): cleanup.
7998
7999         * Documentation/user/introduction.itely (Introduction): rewrite
8000         introduction, 
8001         (Music notation and  engraving): about notation. Add flat-picture
8002
8003 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8004
8005         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
8006         separation items. This keeps lyrics from bumping into each other.
8007
8008 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8009
8010         * GNUmakefile.in (topdocs-web): New target.
8011         (local-web): Depend on topdocs-web; fixes html-doc.
8012
8013 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8014
8015         * po/lilypond.pot: run po-replace
8016
8017         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
8018
8019         * scm/drums.scm (reset-drum-kit): new function.
8020
8021         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
8022
8023         * scripts/update-lily.py: remove
8024
8025         * VERSION: release 1.7.25
8026
8027         * Documentation/user/introduction.itely (Introduction): rewrite
8028         start of introduction.
8029
8030 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
8031
8032         * lily/all-font-metrics.cc: fixed typo
8033
8034 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
8035
8036         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
8037         LilyPond-mode-context-set-syntax-table): new functions to define
8038         the syntax table according to context.
8039
8040         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
8041
8042 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8043
8044         * Documentation/user/refman.itely (Figured bass): 
8045         language nit courtesy http://www.vocabula.com
8046
8047         * GNUmakefile.in: remove no kpathsea hack.
8048
8049         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
8050         doco.
8051
8052         * GNUmakefile.in: remove web-doc target.
8053
8054         * lily/all-font-metrics.cc (find_afm): add message about
8055         buildscripts/clean-fonts.sh 
8056
8057         * scm/define-music-properties.scm (figure): use string for 'figure
8058
8059         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
8060
8061         * input/regression/ : add raggedright = ##t where applicable. 
8062
8063         * scm/bass-figure.scm (make-bass-figure-markup): add
8064         alignBassFigureAccidentals property.
8065
8066         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
8067         bracket.
8068
8069         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
8070         syllables widths into account for minimum-length.
8071
8072         * input/test/staff-container.ly: update file
8073
8074         * input/test/stem.ly: remove
8075
8076         * lily/event.cc (LY_DEFINE): add ly: prefix.
8077
8078         * input/test/clef-manual-control.ly: from manual-clef
8079
8080         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
8081
8082         * input/test/different-time-signatures.ly: move to poly-metric.ly
8083
8084         * input/test/hara-kiri*,scales.ly: remove
8085
8086         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
8087         with chord-names-jazz.ly)
8088
8089         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
8090         get scalable cm fonts too.
8091
8092         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
8093         --encoding for mftrace if present.
8094
8095         * input/regression/slur-area.ly: move from test/
8096
8097         * input/test/: remove simple-slur-endings slur-attachment
8098         slur-broken-cross-staff slur-broken.ly slur-damping.ly
8099         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
8100         slur-symmetry slur-symmetry tie-broken.ly
8101
8102         * scm/drums.scm (set-drum-kit): add function.
8103
8104         * Documentation/user/refman.itely (Percussion staves): use
8105         set-drum-kit
8106
8107         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
8108         too
8109         (Global_measure.set_timesig): handle 3/8 time sig too.
8110
8111         * scm/output-lib.scm (note-head-style->attachment-coordinates):
8112         note about triangle note heads.
8113
8114         * scm/drums.scm: use alist for instrument-settings. This fixes the
8115         bug with assigning to drums in the .ly file.
8116
8117         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
8118         CHANGED.
8119
8120         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
8121         cluster-beacon-interface
8122
8123         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
8124
8125         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
8126
8127         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
8128
8129         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
8130         to get positions.
8131
8132         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
8133         make ClusterSpannerBeacon to record Y positions. This removes the
8134         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
8135         make cluster-note-events.
8136
8137 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8138
8139         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
8140
8141         * configure.in: Use lily/main.cc as identifying source file.
8142
8143         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
8144
8145         * config.hh.in: 
8146         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
8147
8148         * configure.in: Require PYTHON >= 2.0.
8149
8150         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
8151           $PYTHON for include dir location.
8152         (STEPMAKE_PYTHON): New function.  Use
8153
8154             PYTHON=foo ./configure
8155
8156           to override.
8157
8158 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8159
8160         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
8161         something.
8162
8163         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
8164         ftp.lilypond.org everywhere.
8165
8166 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8167
8168         * lily/text-item.cc (interpret_new_markup): do only if new-markup
8169         detected.
8170
8171         * Documentation/user/refman.itely (Grace notes): note on explicit
8172         contexts
8173
8174 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
8175
8176         * lilypond-font-lock.el: add a comment about LilyPond specific
8177         escape characters: ^, - and _, in the syntax table.
8178
8179         * Documentation/user/appendices.itely: a majuscule fix.
8180
8181 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8182
8183         * input/test/trills.ly (endHorizScript): fixes.
8184
8185         * input/test/chord-names-jazz.ly: merge in alternate Jazz
8186         notation, move from regression.
8187
8188         * input/test/script-stack.ly: change name from stacked-scripts
8189
8190         * input/test/ossia.ly: octave errors.
8191
8192         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
8193         for midi-volume-equaliser
8194
8195 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8196
8197         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
8198         cm fonts.
8199
8200         * mf/feta-beugel.mf: don't multiply font_count by 10.
8201
8202         * lily/lookup.cc (horizontal_line): new function. Use
8203         horizontal-line in output backends.
8204
8205         * Documentation/user/tutorial.itely (An orchestral part): new
8206         section on orchestral stuff and identifiers.
8207
8208 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
8209
8210         * lilypond-mode.el: comment-out paren-highlighting, it still causes
8211         some interference to other modes.
8212
8213 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8214
8215         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8216         not maximum of spacing wishes in polyphonic situations.
8217
8218         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8219         number
8220
8221         * lilypond-indent.el: remove paren matching. 
8222
8223         * lily/text-item.cc (interpret_new_markup): new function
8224         use iso. text2molecule.
8225
8226         * lily/main.cc (notice): change FSF address 
8227
8228         * po/de.po: update PO file to 1.6.
8229
8230 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8231
8232         * Documentation/user/ {many}: Add periods and remove spaces.
8233
8234 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8235
8236         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8237         Disable buffer-locally default paren hook and make a new one. 
8238
8239         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8240         locally LilyPond-paren-mode. Add todo for mouse double-click.
8241
8242 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8243
8244         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8245         Disable buffer-locally default paren idle timer and make a new one. 
8246
8247         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8248         locally LilyPond-show-paren-mode. Add to menu a toggle for
8249         LilyPond-show-paren-function.
8250
8251 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8252
8253         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8254
8255 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8256
8257         * Documentation/user/refman.itely: spelling fix.
8258
8259         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8260         paren highlight function definitions. add todo for
8261         LilyPond-show-paren-mode.
8262
8263 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8264
8265         * input/template/jazz-combo.ly: new file.
8266
8267 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8268
8269         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8270         lo-res fixes.
8271
8272         * mf/feta-schrift.mf: bugfix in varcoda sign.
8273         WARNING: FONT CHANGED
8274
8275         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8276         in accordance with lexer.ll.   
8277
8278 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8279
8280         * Documentation/user/tutorial.itely: Edit introduction.
8281
8282 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8283
8284         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8285         ly:grob-staff-position
8286
8287 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8288
8289         * scm/to-xml.scm: import srfi-1
8290
8291         * VERSION (MAJOR_VERSION):  release 1.7.24
8292
8293         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8294
8295         * scripts/lilypond-book.py (do_file): put texidoc before image.
8296         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8297
8298         * input/regression/*.ly: fix snippet octaves 
8299
8300         * input/test/spanner-after-break-tweak.ly: import
8301         broken-spanner-adjustment
8302
8303         * input/no-notation/midi-transposing.ly: move from input/test/
8304
8305         * input/test/: remove chord-markup
8306
8307         * input/regression/instrument-name-partial.ly: move from input/test.
8308
8309         * input/test/vertical-text.ly: remove
8310
8311         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8312         space above lyrics lines.
8313
8314         * input/test/uniform-breaking.ly: remove file.
8315
8316         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8317         uniform spacing density. 
8318
8319         * input/test/chords.ly (keys): remove file.
8320
8321         * scm/documentation-lib.scm (oop): use srfi-1 too.
8322
8323         * input/regression/*.ly: add \version
8324
8325         * Documentation/user/*.itely: various fixes.
8326
8327         * buildscripts/mf-to-table.py (base): break table every three
8328         symbols.
8329
8330         * input/:  remove %% new-chords-done %% .
8331
8332         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8333         os-music.ly
8334
8335 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8336
8337         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8338
8339         * scm/new-markup.scm (box-markup): new function.
8340         (box-markup): new function. Contributed by Dick Schoeller
8341         <schoeller@attbi.com>
8342
8343         * scm/lily.scm: remove reduce-no-unit 
8344         (list-insert-separator): use fold-right
8345
8346         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8347         of arguments. 
8348
8349         * NEWS: more neutral language for ancient notation 
8350
8351         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8352         inside pointing beaming for chord tremolo.
8353
8354         * Documentation/user/lilypond-book.itely: minor editing
8355
8356 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8357
8358         * NEWS: added news for 1.8 regarding ancient notation
8359
8360         * Documentation/user/refman.itely (Gregorian square neumes
8361         ligatures): fixed typo
8362
8363         * lily/vaticana-ligature-engraver.cc,
8364         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8365         lower/upper head of Pes only when heads are stacked
8366
8367         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8368         scm/define-grob-properties.scm: cleanup: make "join-left" a
8369         boolean grob property and save delta pitch in grob property
8370         "delta-pitch" instead
8371
8372         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8373
8374 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8375
8376         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8377         completely borked
8378
8379         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8380         (try_music): bug fix: beam multiplicity was completely borked.
8381
8382         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8383         first-n, butfirst-n in favor of srfi-1 functions.
8384         remove string-join, string-pad in favor of srfi-13 functions.
8385
8386         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8387
8388         * NEWS: use complete sentences.
8389
8390         * Documentation/user/introduction.itely (Example applications):
8391         add note about databases and lilypond-book.
8392
8393         * input/test/volta.ly: remove file
8394
8395         * input/regression/volta-broken-left-edge.ly: simplify file
8396
8397 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8398
8399         * Documentation/user/refman.itely (Constructing a tweak): new
8400         subsection.
8401
8402         * Documentation/user/tutorial.itely (Fine tuning layout): add
8403         common tweaks.
8404
8405         * scm/define-grobs.scm (TextScript): use new brewer.
8406
8407 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8408
8409         * VERSION: release 1.7.23
8410
8411         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8412
8413         * python/lilylib.py (make_ps_images): bugfixes.
8414
8415         * input/regression/volta-multi-staff.ly: new file.
8416
8417         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8418
8419         * Documentation/user/tutorial.itely (Piano staffs): new section.
8420         (Setting variables): new section
8421         (Fine tuning layout): new section
8422
8423         * input/just-friends.ly: remove file. Superseeded by
8424         input/test/chords-without-melody.ly
8425
8426         * ly/property-init.ly: add all commands to refman.
8427
8428         * scm/define-translator-properties.scm: remove
8429         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8430
8431         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8432         name. Underscores botch up PS output.
8433
8434         * scm/define-translator-properties.scm: remove
8435         textNonEmpty, oneBeat, regularSpacingDelta
8436
8437         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8438         rule for automaticBars.
8439
8440         * lily/timing-engraver.cc (start_translation_timestep): change
8441         barNonAuto to automaticBars
8442
8443 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8444
8445         * input/test/perform-tie.ly: delete file.
8446
8447 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8448
8449         * Documentation/user/refman.itely (Gregorian square neumes
8450         ligatures): bugfix: do not show ledger lines in neumes table
8451         (fixed by setting staff symbol to transparent rather than removing
8452         it from staff context)
8453
8454 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8455
8456         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8457         glue into brew-new-markup-molecule.
8458
8459         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8460
8461         * Documentation/user/introduction.itely (Computerized typography):
8462         new section
8463
8464         * Documentation/user/tutorial.itely (An orchestral part): remove
8465         pc example from tutorial.
8466
8467         * input/tutorial/lilbook.tex: use screech-boink
8468
8469         * scripts/lilypond-book.py (compile_all_files): split formatting
8470         output body and scheduling lilypond compilation.
8471         (format_lilypond_output_bodies): new function
8472         (format_lilypond_block): new function
8473         (html_pages): allow multi-page images in HTML
8474
8475         * python/lilylib.py (make_ps_images): rename function from
8476         make_preview, merge with make_page_images
8477
8478 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8479
8480         * input/test/key-clefs.ly: moved to regression.
8481
8482         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8483
8484         * input/no-notation/README: added note about midi-*.ly files.
8485
8486         * input/test/two-key.ly: moved to no-notation/parse5.ly
8487
8488         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8489         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8490
8491         * input/test/ {various}: modified comments, marked some for deletion.
8492
8493         * input/test/lines.ly: deleted file; duplicate of
8494         embedded-postscript.ly
8495
8496         * input/test/mmrest-collision: moved to regression.
8497
8498 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8499
8500         * scm/chord-name.scm (note-name->markup): don't superscript root
8501         alterations in chordnames.
8502
8503 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8504
8505         * Documentation/user/refman.itely (Multi measure rests): more
8506         index/cross-referencing.
8507
8508         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8509
8510         * scm/font.scm: remove properties-to-font-name code.
8511
8512         * scm/define-grob-properties.scm: remove 'type
8513
8514         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8515         conversion
8516
8517         * lily/text-spanner.cc: change 'type grob prop to 'style 
8518
8519         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8520         "first" flag to decide whether to make a start-repeat
8521
8522         * input/regression/grace-volta-repeat-2.ly: new file.
8523
8524 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8525
8526         * lilypond-indent.el: rename generic functions to LilyPond-*
8527
8528 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8529
8530         * input/test/thumb.ly: delete, merged into refman.
8531
8532         * Documentation/user/refman.itely: added thumb info to Fingering.
8533
8534         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8535         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8536         vertical-align.ly : deleted files.
8537
8538 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8539
8540         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8541
8542         * lily/line-spanner.cc (broken_trend_offset): remove function.
8543         (get_broken_offset): idem.
8544         (brew_molecule): rewrite the line-break case.
8545
8546         * input/regression/follow-voice-break.ly:  new file.
8547
8548         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8549         start of a system.
8550
8551 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8552
8553         * input/test/tuplet-rest.ly: moved to regression.
8554
8555         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8556         deleted file.
8557
8558         * input/test/ {many} : marked file for possible deletion.
8559
8560 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8561
8562         * input/regression/beam-funky.ly: add note about (disputed)
8563         correct beaming.
8564
8565         * ly/engraver-init.ly (ScoreContext): put key-signature after
8566         staff-bar
8567
8568 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8569
8570         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8571
8572         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8573
8574         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8575
8576         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8577         stem-extend was deleted (it was duplicate example, and not as
8578         good).
8579
8580         * input/test/[s-z]*.ly: add texidoc index.
8581
8582 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8583
8584         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8585         get_first_notecolumn_y
8586
8587         * lily/spanner.cc (broken_spanner_index): new function.
8588
8589 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8590
8591         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8592         lyric-hyphen.ly : moved to regression.
8593
8594         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8595         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8596
8597         * input/test/instrument-name-mmrest.ly: moved to
8598         ../regression/multi-measure-rest-instr-name.ly
8599
8600         * input/test/knee-sym.ly: moved to
8601         ../regression/beam-knee-symmetry.ly.
8602
8603         * input/test/hymn.ly: change comments.
8604
8605         * input/test/[p-r]*.ly: add texidoc index.
8606
8607 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8608
8609         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8610         to postfix syntax
8611
8612         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8613         syntax.
8614
8615         * VERSION: release 1.7.22
8616
8617 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8618
8619         * input/test/[h-k]*.ly: added texidoc index.
8620
8621         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8622
8623         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8624
8625         * input/test/ various : mark files for deletion or moving to
8626         regression.
8627
8628         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8629
8630         * input/test/[l-o]*.ly: added texidoc index.
8631
8632 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8633
8634         * scm/music-functions.scm (make-ottava-set): 
8635         only do ottavation if centralCPosition is set.
8636
8637         * lily/translator-scheme.cc (ly:context-property-where-defined):
8638         return '() if not found.
8639
8640 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8641
8642         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8643         Use one command for both commenting and uncommenting.
8644
8645         * lilypond-indent.el (LilyPond-comment-region): new function,
8646         (un)comments each line separately.
8647
8648         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8649
8650         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8651         imenu is not added by default; adapted from f90.el,
8652         makes Help-menu, which does not fit, visible in XEmacs.
8653
8654 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8655
8656         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8657         show-paren-mode sets blink-matching-paren-on-screen local.
8658         Try to make show-paren-function to paren-highlight local.
8659
8660         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8661         Copy definitions of Emacs' show-paren-function and
8662         XEmacs' paren-highlight and make minimal changes;
8663         add comments about locality. 
8664         Fix matching first open-paren-char in '<< .. >>'.
8665
8666 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8667
8668         * input/test/g*: added texidoc index.
8669
8670         * input/test/[a-g]*: added raggedright==#t when it
8671          seemed appropiate.
8672
8673         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8674
8675         * Documentation/topdoc/INSTALL.texi: removed false warnings
8676         about gcc 3.3.
8677
8678 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8679
8680         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8681
8682         * input/test/chords-without-melody.ly (texidoc): add from
8683         input/just-friends.ly
8684
8685         * input/regression/size{13--26}.ly: move from input/
8686
8687         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8688         input/{star-spangled-banner,twinkle}.ly: remove 
8689
8690         * lily/slur.cc: remove slur over rest warnings.
8691
8692         * lily/note-spacing.cc (get_spacing): include left part of right
8693         object in fixed space. This fixes stretched space before
8694         accidentals.
8695
8696         * input/regression/spacing-accidental-stretch.ly: new file.
8697
8698 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8699
8700         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8701         Reduce to 16pt.
8702
8703 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8704
8705         * input/regression/spacing-knee.ly: docstring
8706
8707         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8708
8709         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8710         input/tutorial/{test,solar,flowing}.ly: remove
8711
8712         * input/rhythm.ly: remove
8713
8714         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8715
8716         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8717         update syntax. 
8718
8719         * scm/define-grobs.scm (all-grob-descriptions): set
8720         knee-spacing-correction to 1.0
8721
8722         * lily/note-spacing.cc (stem_dir_correction): compute knee
8723         correction using stem-thickness and head width.
8724
8725         * input/regression/beam-quanting-horizontal.ly: update texidoc
8726
8727         * scm/define-grobs.scm (all-grob-descriptions): set
8728         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8729         This fixes 32nd beams for noteheads in spaces quants.
8730
8731         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8732
8733 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8734
8735         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8736
8737 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8738
8739         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8740
8741         * VERSION (PACKAGE_NAME): release 1.7.21
8742
8743         * input/regression/stem-shorten.ly: new file.
8744
8745         * lily/stem.cc (get_default_stem_end_position): revise stem
8746         shortening code.
8747
8748         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8749
8750         * input/test/{scripts,volta-start,sleur}.ly: remove
8751
8752         * input/regression/span-bar.ly: smaller file.
8753
8754         * input/regression/spacing-{natural,tight,loose}.ly: remove
8755
8756         * input/test/markup.ly: remove
8757
8758         * scripts/lilypond-book.py: put printfilename in separate chunk,
8759         so texidoc is printed after the filename.  
8760
8761 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8762
8763         * make/lilypond.mandrake.spec.in: fix docdirs.
8764
8765 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8766
8767         * input/regression/beam-french.ly: bugfix.
8768
8769         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8770
8771         * input/regression/(various).ly: add raggedright = #t.
8772
8773         * input/regression/auto-beam.ly: move from abe.ly
8774
8775 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8776
8777         * input/test/f*.ly: added texinfo index.
8778
8779         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8780
8781 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8782
8783         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8784         quant penalty for beam just outside staff.
8785
8786         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8787         from beam-pos.ly,  remove non-horizontal tests. 
8788
8789         * input/test/(various): cleanup header info. 
8790
8791         * input/test/tchaikovsky.ly: remove file.
8792
8793         * scm/chord-generic-names.scm: move from
8794         double-plus-new-chord-name.scm
8795
8796         * input/test/orchestscore.ly: remove file
8797
8798         * Documentation/user/refman.itely (Vocal music): update documentation.
8799
8800         * scm/define-translator-properties.scm (chordNoteNamer): remove
8801         chordNameStyle, use chordNameFunction
8802
8803         * scm/chord-name.scm (set-chord-name-style): remove
8804         set-chord-name-style. Use \property chordNameFunction.
8805
8806 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8807
8808         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8809         music): remove @TeX{} command.
8810
8811 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8812
8813         * lilypond-indent.el (scan-sexps): Renamed to
8814         aargh-this-breaks-other-emacs-modes-scan-sexps.
8815
8816 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8817
8818         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8819         closing slurs: '()', etc. Add comments.
8820
8821         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8822
8823         * lilypond-font-lock.el: match unending string at eof.
8824
8825         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8826
8827 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8828
8829         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8830         input/test/beam-dir.ly input/test/beam-position.ly    
8831         input/test/beam-suspect.ly input/test/beam-trend.ly    
8832         input/test/beams.ly input/test/crescendo-text.ly : deleted
8833         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8834         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8835         * input/test/default-bars.ly: moved to bar-always.ly
8836         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8837
8838 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8839
8840         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8841
8842 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8843
8844         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8845
8846 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8847
8848         * lilypond-indent.el: Match better slurs in scheme expressions.
8849         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8850
8851         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8852
8853 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8854
8855         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8856
8857         * input/ac-extra-voice.ly: Add texidoc.
8858
8859         * ly/chord-modifiers-init.ly: 
8860         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8861         and chordNameExceptionsPartial for new chord names.
8862
8863         * input/test/chord-names-dpnj.ly: 
8864         * input/test/dpncnt.ly: Update.
8865
8866         * scm/chord-name.scm: 
8867         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8868         chord selection and options.
8869
8870         * ly/chord-modifiers-init.ly: Add exceptions 
8871
8872         * scm/define-translator-properties.scm (chordNameStyle) 
8873         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8874
8875 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8876
8877         * ly/property-init.ly (germanChords): Added.
8878         (semiGermanChords): Added.
8879
8880         * input/test/chord-names-german.ly: Use new macros
8881
8882 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8883
8884         * lilypond-indent.el: Use similar parenthesis highlighting for 
8885         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8886         functions; removed LilyPond-show-paren-function. Fix indenting.
8887         Turn paren-matching on also in XEmacs.
8888
8889         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8890         as needed by parenthesis highlighting functions (in scan-sexp).
8891
8892 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8893
8894         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8895         function.
8896         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8897
8898 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8899
8900         * lilypond-indent.el: tune regexp for show-paren-function.
8901
8902 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8903
8904         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8905         for all LilyPond-produced tex snippets.
8906
8907         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8908         fixes one line --preview output of ly2dvi.
8909
8910 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8911
8912         * lilypond-indent.el: match only one type of slurs in
8913         LilyPond-show-paren-function.
8914
8915 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8916
8917         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8918         * debian/lilypond1.7.dirs: 
8919         * debian/lilypond1.7-doc.dirs: New file.
8920
8921         * input/regression/chord-name-exceptions.ly: Add parameter for
8922         ignatzekExceptions.  Quote hash in docstring.
8923
8924 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8925
8926         * lilypond-indent.el (show-paren-function): define show-paren-function
8927         as LilyPond-blink-matching-open and use it for closing parens.
8928         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8929
8930         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8931         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8932         LilyPond-blink-matching-paren in order to match both open and close
8933         brackets.
8934
8935 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8936
8937         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8938         testing by modifying the code from FSF Emacs paren.el. Add comments.
8939
8940 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8941
8942         * input/test/dpncnt.ly: Transpose example to match new
8943         default \chords octave.  Add comment.
8944
8945         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8946         comment about octave change.
8947
8948 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8949
8950         * input/test/[d,e]: added texinfo index tags.
8951         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8952
8953 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8954
8955         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8956
8957 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8958
8959         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8960         as in blink-matching-open.
8961
8962 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8963
8964         * input/test/[a-c]: more comments in files.
8965         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8966         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8967         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8968         mark file for proposed deletion.
8969         * input/test: renaming files:
8970         auto-beam-4-8.ly to beam-auto-4-8.ly
8971         auto-beam-override.ly to beam-auto-override.ly
8972         auto-beam.ly to beam-auto.ly
8973         blank.ly to blank-paper.ly
8974         absolute-volume.ly to dynamic-absolute-volume.ly
8975
8976 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8977
8978         * input/test/dpncnt.ly: 
8979         * input/test/chord-names-dpnj.ly: Resurrect.
8980
8981         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8982
8983         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8984
8985         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8986         Better docstring, add parameter OMIT-ROOT, tidy up.
8987
8988 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8989
8990         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8991
8992 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8993
8994         * scm/output-ascii-script.scm (as-font-alist-alist):
8995         (as-properties-to-font-name):
8996         (as-make-style-sheet): Remove.
8997
8998         * scm/font.scm (as-make-font-list): New function.
8999         (as-font-sheet-alist): New variable.
9000
9001         * ly/paper-as9-init.ly: 
9002         * ly/paper-as5-init.ly: Update.
9003
9004         * ly/paper-as5.ly:
9005         * ly/paper-as9.ly: New file.
9006
9007 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9008
9009         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
9010
9011 2003-05-28  Graham Percival  <gperlist@shaw.ca>
9012         * input/sondag-morgen/*: removed due to copyright concerns.
9013         * input/[a,b]*.ly: added a newline at the end of the texinfo
9014         doc string (produces better output in HTML version).
9015         * input/c*.ly: added texinfo index and added comments to
9016         aid in future changes to input/test/ files.
9017
9018 2003-05-28  Graham Percival  <gperlist@shaw.ca>
9019
9020         * Documentation/user/refman.itely: fixed build problem (missing
9021         file) caused by previous renaming.
9022
9023 2003-05-28  Graham Percival  <gperlist@shaw.ca>
9024
9025         * input/test/[a,b]*.ly: added texinfo index and added comments to
9026         aid in future changes to input/test/ files.
9027         * input/test/bar-number-every-5-reset.ly: renamed to
9028         bar-number-every-five-reset.ly
9029         * input/test/bar-script-visibility.ly: renamed to
9030         bar-number-show-all.ly
9031
9032 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9033
9034         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
9035         to Voice.
9036
9037         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
9038         out note-line and glissando functionality.
9039
9040         * lily/line-spanner.cc (brew_molecule): cleanup.
9041
9042 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9043
9044         * scripts/as2text.scm: Use rdelim module.
9045         (start-system): Rename from start-line.
9046         (stop-system): Rename from stop-line.
9047         (af-gulp-file): Use string iso symbol for getenv.
9048
9049         * scm/output-ascii-script.scm: Add guile and lily modules.
9050         (font-name-alist): New variable.
9051         (draw-line): New function.
9052
9053         * scm/output-lib.scm (func, arg->string): Re-add from archive.
9054         (Were these silently removed, without ChangeLog entry?)
9055
9056 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9057
9058         * scm/music-functions.scm (make-ottava-set): bugfixes: also
9059         process 2nd ottava correctly.
9060
9061 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
9062
9063         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
9064
9065 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9066
9067         * Documentation/user/converters.itely (Invoking midi2ly): Update.
9068
9069 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9070
9071         * VERSION: release 1.7.20
9072
9073         * lily/text-spanner.cc (brew_molecule): clean up function. This
9074         fixes bugs with broken 8va spanners.
9075
9076         * lily/simple-spacer.cc (solve): also compute force for raggedright.
9077         This prevents spurious line-breaks with raggedright
9078
9079 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9080
9081         * lily/key-performer.cc (create_audio_elements): always use major
9082         key
9083
9084         * Documentation/user/internals.itely: updates
9085
9086         * input/regression/beam-break.ly: new file.
9087
9088         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
9089         beams if starting or terminating stems have 'beaming set.)
9090
9091         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
9092         property.
9093
9094         * lily/parser.yy (verbose_command_req): add comment about scales.
9095
9096 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
9097
9098         * lilypond-indent.el: adjust regexps in bracket-matching.
9099
9100 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
9101
9102         * Documentation/user/refman.itely: more tiny fixes
9103
9104         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
9105         "Chord names"; added table with input syntax for solesmes neumes
9106         table; added some words about rationale on input syntax design
9107
9108         * lily/gregorian-ligature-engraver.cc,
9109         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9110         lily/include/gregorian-ligature.hh: bugfix: horizontal head
9111         alignment of Pes Initio Debilis
9112
9113         * Documentation/user/refman.itely,
9114         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9115         mf/parmesan-heads.mf: fixed most of the head selection/alignment
9116         bugs in the solesmes neumes table
9117
9118 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
9119
9120         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
9121         Similarly, match '[' and ']' by skipping '\[' and '\]'.
9122
9123         * lilypond-mode.el: fix tag-score. small improvements.
9124
9125 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9126
9127         * .cvsignore: Add aclocal.m4.
9128
9129         * lily/music-constructor.cc: Include <assert.h>.
9130
9131 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9132
9133         * ly/engraver-init.ly (HaraKiriStaffContext): use
9134         RemoveEmptyStaffContext instead.
9135
9136         * Documentation/user/refman.itely: updates
9137
9138 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
9139
9140         * Documentation/user/refman.itely: added solesmes neumes table;
9141         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
9142         bugfix: "Ornaments" -> "Articulations"
9143
9144         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
9145
9146 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9147
9148         * lilypond-indent.el: Add a message about trying to match \] or \).
9149
9150 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
9151
9152         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
9153         obsolete "arithmetic_*"
9154
9155         * input/bugs/ligatures.ly: removed (will be put into a different
9156         directory later)
9157
9158 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9159
9160         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
9161         libkpathsea (Maurizio Tomasi).
9162
9163 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9164
9165         * input/regression/repeat-slash.ly (texidoc): new file
9166
9167         * lily/slash-repeat-engraver.cc (try_music): new file, handle
9168         slash repeats separately. Slash repeats and %
9169         repeats can now be nested.
9170
9171 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9172
9173         * lilypond-indent.el: Add preliminary test for closing \] and \).
9174
9175 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
9176
9177         * lily/gregorian-ligature-engraver.cc,
9178         lily/vaticana-ligature-engraver.cc,
9179         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
9180         mf/parmesan-heads.mf: various semivocalis related bugfixes
9181
9182         * input/bugs/ligatures.ly: new file demonstrating problems with
9183         ligatures
9184
9185 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
9186
9187         * lilypond-mode.el,
9188         lilypond-font-lock.el,
9189         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
9190
9191 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
9192
9193         * lilypond-mode.el: Remove outdated code. Stress the difference 
9194         between Emacs and XEmacs definitions.
9195
9196         * lilypond-mode.el,
9197         lilypond-indent.el: Define a function interactive only when necessary.
9198
9199 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
9200
9201         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
9202         Use inactive regions also in XEmacs.
9203
9204 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9205
9206         * Documentation/user/refman.itely (Repeat syntax): more updates
9207
9208         * lily/simple-spacer.cc (solve): move solution process into
9209         solve(). This fixes a bug with collisions and raggedright = ##t.
9210
9211         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
9212
9213         * ly/engraver-init.ly: remove GraceContext. Update examples.
9214
9215 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9216
9217         * GNUmakefile.in (fonts): Also make fontball.
9218
9219         * Website fixes:
9220
9221         * ly/engraver-init.ly (GraceContext): Add.
9222
9223         * run:
9224
9225             convert-ly $(find . -name *.ly)
9226
9227         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9228         new chords.
9229
9230 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9231
9232         * VERSION: 1.7.19 released
9233
9234         * scm/music-functions.scm (set-octavation): new function.
9235
9236         * input/regression/ottava.ly: new file
9237
9238         * lily/translator-scheme.cc (LY_DEFINE): new function
9239         ly:unset-context-property
9240         (LY_DEFINE) new function ly:context-property-where-defined: 
9241
9242 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9243
9244         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9245
9246         * lilypond.words: add few.
9247
9248         * input/test/script-chart.ly: fix typo.
9249
9250 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9251
9252         * scm/define-grobs.scm: uniform naming for definitions and output
9253         routine files. 
9254
9255         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9256         scm/context-description.scm
9257
9258         * lily/parser.yy (translator_spec_body): add \description to the
9259         \translator{} body syntax.
9260
9261         * lily/ottava-engraver.cc: new file.
9262
9263         * scm/chord-name.scm (natural-chord-alteration): replace old
9264         chord stuff. 
9265
9266         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9267
9268         * Documentation/user/refman.itely (Metronome marks): update doco.
9269
9270         * input/regression/markup-note.ly: new file
9271
9272         * input/regression/metronome-marking.ly: new file
9273
9274         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9275
9276         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9277         metronome marks.
9278
9279 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9280
9281         * Documentation/user/GNUmakefile: Compatibility fix for new
9282         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9283         for making binary packages; info splitting bug has been fixed.
9284
9285         * Documentation/user/refman.itely: Compile fixes.
9286
9287 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9288
9289         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9290         Count \midi -keywords also for a region.
9291
9292 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9293
9294         * lily/lookup.cc (LY_DEFINE): new function
9295
9296         * Documentation/user/tutorial.itely: updates
9297
9298 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9299
9300         * lilypond-mode.el: Allow Midi on buffer.
9301         Use only '.ly'-extension, remove '.sly' and '.fly'.
9302         Allow use of inactive regions. Invoke next Command on Master file, 
9303         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9304
9305 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9306
9307         * Documentation/user/tutorial.itely: updates.
9308
9309 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9310
9311         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9312
9313 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9314
9315         * lily/coherent-ligature-engraver.cc: fixed typo
9316
9317         * lily/coherent-ligature-engraver.cc,
9318         lily/gregorian-ligature-engraver.cc,
9319         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9320         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9321         lily/vaticana-ligature-engraver.cc,
9322         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9323         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9324         removed all ligature specific stuff from NoteHead code
9325
9326         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9327         ligatures now use regular noteheads
9328
9329         * lily/vaticana-ligature.cc: tiny code cleanups
9330
9331         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9332         space between two adjacent noteheads of the same pitch
9333
9334         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9335         description; cleanup: removed obsolete font-family settings
9336
9337 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9338
9339         * lily/coherent-ligature-engraver.cc,
9340         lily/gregorian-ligature-engraver.cc,
9341         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9342         lily/mensural-ligature-engraver.cc,
9343         lily/vaticana-ligature-engraver.cc,
9344         lily/include/gregorian-ligature-engraver.hh: updated for new
9345         Coherent_ligature_engraver; added comments that describe the basic
9346         design ideas of the ligature implementation
9347
9348         * lily/coherent-ligature-engraver.cc,
9349         lily/include/coherent-ligature-engraver.hh: new file: shared code
9350         between mensural ligatures and Gregorian chant notation ligatures
9351
9352 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9353
9354         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9355         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9356         use only two arguments in sit-for, use no arguments in
9357         read-char-exclusive, backspace is not a character (127) in XEmacs.
9358
9359         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9360
9361 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9362
9363         * lilypond-mode.el: un-commenting works after syntax-table fix.
9364
9365         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9366         group, verbose commenting for syntax table.
9367
9368         * lilypond-indent.el: add TODO for ligature slurs.
9369
9370 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9371
9372         * lilypond-mode.el: Move comments of parenthesis matching away,
9373         (blink-matching-paren-on-screen) fix blinking in Emacs.
9374
9375         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9376         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9377
9378         * lilypond-indent.el: Add TODO for parenthesis matching.
9379
9380 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9381
9382         * lilypond-mode.el: Fix XEmacs: 
9383         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9384         invoke explicitly easy-menu-add (in Emacs done automatically).
9385
9386         * lilypond.words: Add few words from input/*/*.ly.
9387
9388 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9389
9390         * VERSION (PATCH_LEVEL): release 1.7.18
9391
9392         * scripts/lilypond-book.py: only print basename for printfilename
9393         option
9394
9395         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9396         and syntax updates.
9397
9398 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9399
9400         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9401         better parametrisation. Move fatness of bulb downward.
9402
9403         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9404         glyph names. Underscores are not allowed .ps encoding files.
9405
9406 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9407
9408         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9409         variable "packed" for packed right-ragged mode
9410
9411         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9412         unused variable ragged; fixed indentation
9413
9414         * Documentation/user/refman.itely: tiny cleanups in ancient
9415         clef and custos section
9416
9417 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9418
9419         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9420         \applyoutput PROCEDURE
9421
9422         * lily/my-lily-lexer.cc: add \applyoutput.
9423
9424         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9425
9426         * lily/text-item.cc: clean text-interface description
9427
9428 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9429
9430         * input/{regression,test}/: use postfix for slur endings and beam
9431         begins.
9432
9433         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9434         style beams too. 
9435
9436         * input/regression/lyrics-melisma-beam.ly: new file.
9437
9438         * lily/lyric-engraver.cc (process_music): change from
9439         process_acknowledged_grobs()
9440
9441         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9442         functions to set and revert auto-beam settings.
9443
9444 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9445
9446         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9447
9448 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9449
9450         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9451         Documentation/user/lilypond.tely: fixed some typos; updated author
9452         info
9453
9454         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9455         #"" -> #'flag-style = #'()
9456
9457         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9458         cleanup: removed dead #includes
9459
9460         * lily/gregorian-ligature-engraver.cc,
9461         lily/include/gregorian-ligature.hh,
9462         scm/grob-property-description.scm: small cleanups, small spacing
9463         fixes
9464
9465         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9466         lily/vaticana-ligature.cc,
9467         lily/include/gregorian-ligature-engraver.hh,
9468         scm/grob-property-description.scm, scm/music-types.scm:
9469         "porrectus" -> "pes or flexa"
9470
9471         * ly/engraver-init.ly, scm/grob-description.scm,
9472         scm/grob-property-description.scm: junked porrectus, now handled
9473         by ligature code
9474
9475         * scm/grob-description.scm: bugfix: added space-alist entry for
9476         breathing sign/custos
9477
9478 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9479
9480         * Another grand 2003 update.
9481
9482         * Remove mentioning of `mudela'; There's no such thing.
9483
9484 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9485
9486         * Documentation/user/preface.itely (Preface to version 1.8): update
9487
9488         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9489
9490         * Documentation/user/converters.itely (Invoking convert-ly): revise
9491
9492         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9493
9494         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9495
9496 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9497
9498         * Documentation/user/internals.itely: more updates.
9499
9500 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9501
9502         * Documentation/user/refman.itely: revise 
9503
9504         * Documentation/user/internals.itely: revise
9505
9506         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9507
9508 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9509
9510         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9511         beautification: reformatted ancient clefs section; cleanup: small
9512         wording fixes
9513
9514 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9515
9516         * lilypond.words: added words for chant notation, sorted
9517         alphabetically through "sort lilypond.words"
9518
9519 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9520
9521         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9522         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9523         chant notation
9524
9525 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9526
9527         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9528         prevent TeX from interpreting them as long dash
9529
9530         * input/test/vaticana.ly: updated
9531
9532         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9533         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9534         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9535         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9536         fixes
9537
9538         * mf/parmesan-heads.mf: ledger endings: removed dead code
9539
9540 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9541
9542         * VERSION: 1.7.17 released
9543
9544         * Documentation/user/GNUmakefile
9545         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9546         files too.
9547
9548         * scm/document-markup.scm: new file: document all markup
9549         functions.
9550
9551         * scm/documentation-generate.scm: rename all documentation modules
9552         to document-*.scm
9553
9554         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9555         .png
9556
9557         * input/test/divisiones.ly: added
9558
9559         * input/regression/output-property.ly: new file
9560
9561         * lily/cluster.cc: change cluster-interface to use style property
9562
9563 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9564
9565         * input/test/chord-names-german.ly: modified.
9566
9567         * scm/chords-ignatzek.scm:
9568           chord-name->german-markup: Added
9569           note-name->german-markup: Changed (now producing lowercase notenames)
9570
9571         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9572
9573 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9574
9575         * scripts/convert-ly.py (FatalConversionError.conv):
9576         divisiominima -> divisioMinima, etc.
9577
9578         * ly/engraver-init.ly (FiguredBassContext): add
9579         Separating_line_group_engraver to Figured bass context.
9580
9581         * ly/german-chords-init.ly: remove file
9582
9583         * input/test/chord-names-german.ly (scm): new file.
9584
9585         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9586
9587         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9588         Chord_name_engraver
9589
9590         * Documentation/user/refman.itely: lots of updates.
9591
9592         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9593         new file
9594
9595         * input/test/bar-number-every-5-reset.ly: new file.
9596
9597 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9598
9599         * input/regression/chord-name-major7.ly: new file
9600
9601         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9602         if specced explicitly.
9603
9604         * input/regression/chord-name-entry-11.ly: new file.
9605
9606         * input/test/slur-beautiful.ly: new file.
9607
9608         * Documentation/user/refman.itely: updates.
9609
9610         * input/regression/collisions.ly (threevoice): cleanup.
9611
9612         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9613
9614 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9615
9616         * Documentation/user/*.itely: various updates.
9617
9618         * ly/spanners-init.ly: enddecr/ endcr.
9619
9620         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9621         of tutorial
9622
9623 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9624
9625         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9626
9627         * lily/new-chord-name-engraver.cc (process_music): use octavation
9628         (a number) instead of original-pitch to store inversions. This
9629         fixes a problem with transposed chords with inversions.  
9630
9631 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9632
9633         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9634         used in includable-lexer.hh.
9635
9636         * lily/includable-lexer.cc: Bugfix: include config.h.
9637
9638         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9639         circumvention of Debian packaging bug.
9640
9641 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9642
9643         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9644
9645         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9646
9647         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9648         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9649
9650         * lily/include/includable-lexer.hh: 
9651         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9652
9653         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9654
9655         * aclocal.m4: Regenerate.
9656
9657         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9658         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9659
9660         * scm/pdf.scm (use-modules): Include lily.
9661
9662         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9663         Noordkamp).
9664         (use-modules): Include lily.
9665         (lily-def): Bugfix: include tex-val in let.
9666
9667 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9668
9669         * lilypond-mode.el: sensible error if lilypond.words not found.
9670
9671         * lilypond.words: add few words.
9672
9673 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9674
9675         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9676
9677         * mf/parmesan-scripts.mf: fixed typo in char name
9678
9679 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9680
9681         * VERSION: 1.7.16 released
9682
9683         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9684         (this is a security vulnerability).
9685
9686         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9687
9688         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9689         add staff support.
9690
9691 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9692
9693         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9694         ly/script-init.ly, scm/script.scm: bugfix: renamed
9695         fermata->signumcongruentiae to fix naming clash with feta font
9696
9697 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9698
9699         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9700
9701         * lily/multi-measure-rest-engraver.cc
9702         (start_translation_timestep): use grace timing too for determining
9703         when to make mmrest.
9704         (start_translation_timestep): clear numbers too.
9705
9706 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9707
9708         * scm/music-types.scm: compile fix: escape braces
9709
9710         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9711         work around font selection problem
9712
9713         * Documentation/user/refman.itely: BreathingSign: added docu for
9714         property "text"
9715
9716 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9717
9718         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9719         information.
9720
9721 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9722
9723         * lily/multi-measure-rest-engraver.cc (class
9724         Multi_measure_rest_engraver): make multiple Number objects, one
9725         for each MultiMeasureTextEvent.
9726
9727         * scm/music-functions.scm (glue-mm-rest-texts): use
9728         MultiMeasureTextEvent
9729
9730         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9731
9732         * Documentation/user/refman.itely (Multi measure rests): update.
9733
9734 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9735
9736         * lily/ly-module.cc (ly_copy_module_variables): use
9737         scm_internal_hash_fold() for iterating modules.
9738
9739 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9740
9741         * Documentation/user/refman.itely: Section Custodes: added more
9742         example code
9743
9744         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9745         neo-mensural rests to parmesan font
9746
9747         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9748         header
9749
9750 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9751
9752         * Documentation/user/macros.itexi: @fileref macro.
9753
9754         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9755         each file. 
9756
9757 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9758
9759         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9760         Documentation/topdocs/AUTHORS.texi: updated my email address
9761
9762         * Documentation/user/refman.itely: updated custos documentation;
9763         beautified divisiones example; beautified articulations table
9764
9765         * lily/breathing-sign.cc: bugfix: finalis molecule
9766
9767 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9768
9769         * Documentation/user/refman.itely: added docu for
9770         contemporary fermata symbols, gregorian breathing signs; small fixes
9771
9772         * ly/gregorian-init.ly: removed obsolete #'type props
9773
9774 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9775
9776         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9777         minimum-length property correctly.
9778
9779 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9780
9781         * scm/music-functions.scm (make-multi-measure-rest): set input
9782         locations for multimeasure rests.
9783
9784 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9785
9786         * input/regression/breathing-sign.ly: updated to for ancient
9787         notation
9788
9789 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9790
9791         * scripts/ly2dvi.py: Add newline.
9792
9793 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9794
9795         * scripts/ly2dvi.py (dependency_files): Compile fix.
9796
9797 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9798
9799         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9800         (make_html_menu_file): --html menu. 
9801
9802 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9803
9804         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9805
9806 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9807
9808         * input/screech-boink.ly: new file.
9809
9810 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9811
9812         * scripts/lilypond-book.py (make_lilypond_file): convert
9813         lilypond-file to lilypond block directly, without going through
9814         begin/end lilypond text.
9815
9816
9817 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9818
9819         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9820         scm/grob-description.scm: moved Michael's original breathing sign
9821         code in brew_molecule() to divisio_minima(); provided new
9822         brew_molecule() that effectively replaces the
9823         Text_item::brew_molecule callback (with additional fallback to
9824         Michael's original code); added callbacks for brewing divisio
9825         maior/maxima and finalis
9826
9827         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9828         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9829
9830         * script-init.ly: added shortfermata, longfermata,
9831         verylongfermata, varcoda
9832
9833         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9834         longfermata, verylongfermata, varcomma, varcoda
9835
9836 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9837
9838         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9839           Remove all noquote and insert a few quote.
9840
9841         * Documentation/user/lilypond-book.itely (Music fragment options),
9842           scripts/lilypond-book.py: Don't include quotation blocks by
9843           default. Introduce option quote instead of noquote
9844
9845 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9846
9847         * VERSION: 1.7.15 released
9848
9849         * Documentation/user/lilypond.tely: omf updates.
9850
9851         * buildscripts/texi2omf.py (omf_vars): include version.date
9852
9853         * make/lilypond.redhat.spec.in: fixes for spec file. 
9854
9855         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9856         by function definition: lily now requires a recent GNU Make.
9857
9858         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9859         writing.
9860
9861         * make/ly-rules.make: remove .ly -> .tex rule
9862
9863         * Documentation/user/refman.itely (Figured bass): revised figured
9864         bass example.
9865
9866 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9867
9868         * stepmake/stepmake/omf-targets.make (local-install): add
9869         scrollkeeper-update message.
9870
9871         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9872         to binary.
9873         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9874
9875         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9876
9877         * Documentation/user/converters.itely (Invoking midi2ly): add
9878         track/channel notice.
9879
9880 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9881
9882         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9883
9884         * lily/parser.yy (scalar): DIGIT is also a scalar.
9885
9886         * Documentation/user/music-glossary.tely: add @omf tags
9887
9888         * Documentation/user/lilypond.tely: add @omf tags
9889
9890         * scm/generate-documentation.scm (string-append): add @omf tags.
9891
9892         * stepmake/stepmake/omf-*: new files 
9893
9894         * input/regression/multi-measure-rest.ly (texidoc): add doco
9895
9896         * GNUmakefile.in (web-doc-install): add web-doc-install target
9897
9898         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9899         fixes crashes while dumping MIDI.
9900
9901         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9902         midi
9903
9904 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9905
9906         * buildscripts/texi2omf.py: new file.
9907
9908         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9909         font-name
9910
9911 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9912
9913         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9914
9915         * lily/sequential-iterator.cc (descend_to_child): call
9916         descend_to_child() for all types of music.
9917
9918 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9919
9920         * scm/translator-property-description.scm: Add
9921         bassFigureFormatFunction.  Replace some entries.
9922
9923 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9924
9925         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9926         clean out.
9927
9928 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9929
9930         * scripts/midi2ly.py (Note.dump): never dump duration for
9931         dump_dur=0.
9932
9933         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9934         new function
9935
9936         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9937         figures using new markups. Much simpler, and should improve layout
9938         a little.
9939
9940         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9941
9942 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9943
9944         * ly/engraver-init.ly: use Hara kiri by default for 
9945         ChordNames, FiguredBass and Lyrics(Voice) context. 
9946
9947         * lily/axis-group-engraver.cc (acknowledge_grob): use
9948         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9949
9950         * scm/new-markup.scm (markup-function-list): add bracket,
9951         vbracket.
9952
9953         * ly/engraver-init.ly (ChordNamesContext): set
9954         minimumVerticalExtent
9955
9956 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9957
9958         * input/test/time-signature-double.ly: new file 
9959
9960         * input/regression/collision-head-chords.ly (texidoc): new file.
9961
9962         * lily/type-swallow-translator.cc: add note swallow translator 
9963
9964         * input/test/time-signature-double.ly: new file.
9965
9966         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9967
9968         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9969         (FiguredBassContext): idem.
9970
9971         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9972
9973         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9974
9975         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9976
9977         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9978         .afm dependency
9979
9980         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9981
9982         * python/lilylib.py (make_page_images): add function.
9983
9984         * scripts/ly2dvi.py (run_latex): include title in preview image.
9985
9986         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9987         from lilypond-book for <ly2dvifile> tags in HTML.
9988
9989         * scripts/ly2dvi.py (option_definitions): add --debug option to
9990         print out environment.
9991
9992         * input/regression/tie-chord-partial.ly: new file.
9993
9994 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9995
9996         * lilypond.words: add 3
9997
9998 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9999
10000         * scm/new-markup.scm (markup-function-list): add finger-markup
10001
10002         * input/tutorial/brahms-tweaked.ly: new markup 
10003
10004         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
10005
10006         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
10007         crash when processing '() markup
10008
10009         * input/regression/breathing-sign.ly (texidoc): add caesura example.
10010
10011         * lily/breathing-sign.cc (railtracks): another caesura.
10012
10013         * mf/feta-schrift.mf: caesura symbol. 
10014
10015 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10016
10017         * scripts/convert-ly.py (FatalConversionError.conv): add
10018         ly:molecule-XXX conversions.
10019
10020         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
10021
10022         * input/regression/multi-measure-rest-text.ly: new file.
10023
10024         * scm/music-functions.scm (glue-mm-rest-texts): automatically
10025         convert MMREST-TEXT to MultiMeasureRestNumber settings.
10026
10027         * ly/engraver-init.ly (ScoreContext): move tablature settings to
10028         ScoreContext
10029
10030         * scm/new-markup.scm (center-markup): \center markup.
10031
10032         * scm/music-functions.scm: remove pitchify scripts.
10033
10034         * lily/music.cc (print_smob): display music name if available 
10035
10036 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10037
10038         * Documentation/user/refman.itely (Instrument names): remove
10039         \turnOff doco.
10040
10041 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10042
10043         * lily/score.cc (mark_smob): bugfix.
10044
10045         * input/regression/rehearsal-mark.ly: new file.
10046
10047         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
10048         report error at the current token again.
10049
10050 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10051
10052         * cygwin/mknetrel: Exit if doc build fails.
10053
10054         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
10055
10056 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10057
10058         * scm/music-types.scm (music-descriptions): add doc strings
10059
10060 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10061
10062         * lily/lexer.ll: 
10063         * lily/include/my-lily-lexer.hh: 
10064         * lily/include/includable-lexer.hh: Add flex kludge.
10065
10066         * config.hh.in: 
10067         * config.make.in: 
10068         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
10069         cruft.
10070
10071         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
10072         code.
10073
10074 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10075
10076         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
10077
10078         * lily/parser.yy (new_chord): Compile fix.
10079
10080 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10081
10082         * Documentation/user/refman.itely (Tuning groups of objects):
10083         remove documentation for \turnOff. 
10084
10085         * lily/percent-repeat-engraver.cc (try_music): add correct
10086         processing moments for double-measure percents as well.
10087
10088         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
10089
10090         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
10091         grob prop type. 
10092
10093         * Documentation/user/refman.itely (Printing named chords): add
10094         chord name tweak doco.
10095
10096         * input/template/gregorian-transcription.ly: new file.
10097
10098 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10099
10100         * VERSION: 1.7.13 released
10101
10102         * input/test/*: lots of cleanups/comment-outs/removals in chord
10103         examples
10104
10105         * input/regression/*: lots of cleanups/comment-outs/removals in
10106         chord examples
10107
10108         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
10109         options
10110
10111         * lily/new-chord-name-engraver.cc (process_music): give original
10112         inversion pitch to chord name routine.
10113
10114         * input/tutorial/os-score.ly: update to new markup
10115
10116         * Documentation/user/appendices.itely: simply include
10117         chords-ignatzek. 
10118
10119         * Documentation/user/refman.itely (Chords mode): add documentation
10120         for chord mode.
10121
10122         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
10123         not present in chord.
10124         (construct-chord): add inversion and bass support.
10125
10126         * lily/chord.cc: junk contents.
10127
10128 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
10129
10130         * Documentation/user/refman.itely:
10131         * Documentation/user/music-glossary.tely: fix. 
10132
10133 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10134
10135         * scm/chord-entry.scm (construct-chord): move chord construction
10136         to Scheme.
10137
10138         * lily/parser.yy (new_chord): new setup for chord entry.
10139
10140 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
10141
10142         * lilypond.words:
10143         * Documentation/user/music-glossary.tely: add ambitus.
10144
10145 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10146
10147         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
10148
10149         * lily/include/*.hh: string() -> to_string()
10150
10151         * scm/chords-ignatzek.scm: new file.
10152
10153         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
10154         standard chord name exceptions.
10155
10156         * scm/translator-property-description.scm (chordNameSeparator):
10157         add property.
10158         (majorSevenSymbol): add property
10159
10160         * lily/translator-scheme.cc (ly:context-properties): new function
10161         (ly:context-parent): new function.
10162         (print_smob): print context name.
10163
10164         * lily/music.cc (ly:get-music-length): new function
10165         (print_smob): don't print properties.
10166
10167         * lily/duration.cc (duration<?): new function
10168
10169         * input/regression/chords-funky-ignatzek.ly: new file.
10170
10171         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
10172         jazz chords.
10173
10174         * lily/pitch.cc (ly:pitch-diff): new function.
10175
10176         * input/regression/chords-ignatzek.ly: new file.
10177
10178 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10179
10180         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
10181         pitches for jazz chords.
10182
10183 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10184
10185         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
10186
10187 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
10188
10189         * lilypond.words: add 1
10190
10191 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
10192
10193         * Documentation/topdocs/AUTHORS.texi: refine.
10194
10195 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
10196
10197         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
10198
10199         * lilypond.words: add one.
10200
10201 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
10202
10203         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
10204         Fontify bass note in chords, e.g., e in c1/e.
10205
10206 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10207
10208         * Documentation/user/music-glossary.tely: Dutch updates and
10209         additions (Arent Storm).
10210
10211 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10212
10213         * input/regression/ambitus.ly:  move file.      
10214
10215         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10216
10217         * lily/event.cc (transpose): add tonic property to Key_change_req
10218         and to Key_engraver.
10219
10220 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10221
10222         * Documentation/user/refman.itely: fix typo.
10223
10224         * lilypond.words: removed wrong identifiers.
10225
10226 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10227
10228         * mf/feta-toevallig.mf: make flat stem shorter 
10229
10230 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10231
10232         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10233
10234         * lilypond.words: add from Phrasing slur.
10235
10236 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10237
10238         * lilypond-mode.el: allow launching multiple ViewPS processes.
10239
10240         * lilypond.words: add from Text markup.
10241
10242 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10243
10244         * input/test/ossia.ly (texidoc): add comment.
10245
10246         * input/regression/voice-follower.ly: new file.
10247
10248         * mf/feta-toevallig.mf: make flat heavier.
10249
10250         * lily/cluster-engraver.cc: clean up Cluster engraver
10251
10252         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10253         Engraver. Use Note_column to compute Y positions and deal with
10254         line break stuff.
10255
10256 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10257
10258         * lily/stem.cc: move french-beaming to stem.
10259
10260 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10261
10262         * lilypond-font-lock.el: fontify all durations in chords.
10263
10264         * lilypond.words: add from lily/my-lily-lexer.cc
10265
10266 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10267
10268         * VERSION: release 1.7.12
10269
10270         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10271
10272         * lily/gregorian-ligature.cc: new file
10273
10274         * lily/*: the Great 2003 search & replace.
10275
10276         * Documentation/user/refman.itely (Manual repeat commands): add
10277         note about font selection.
10278
10279 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10280
10281         * lilypond-mode.el: propose recompiling midi while invoking playing,
10282         not while stopping playing.
10283
10284 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10285
10286         * lilypond.words: add one.
10287
10288         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10289         and expressional note grouping. Fontify chord modes.
10290
10291 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10292
10293         * Documentation/user/music-glossary.tely (Top): translate melisma.
10294
10295 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10296
10297         * Documentation/user/music-glossary.tely (Top): add melisma.
10298
10299 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10300
10301         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10302         interfaces for (abstract) grob GregorianLigature
10303
10304         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10305         renamed head* -> glyph_name*, x-shift* -> x-offset*
10306
10307         * scm/grob-property-description.scm: bugfix: added missing descriptions
10308
10309 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10310
10311         * input/test/chord-names-dpnj.ly: New file.
10312
10313         * scm/double-plus-new-chord-name.scm: Implement full and partial
10314         exceptions.
10315
10316         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10317
10318         * scm/double-plus-new-chord-name.scm
10319         (double-plus-new-chord->markup): Fix sub->markup.
10320
10321
10322 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10323
10324         * lily/custos-engraver.cc: added TODO; editorial changes
10325
10326         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10327         consistency with other ligature engravers; removed access on (now)
10328         private variable _ligature of Ligature_engraver
10329
10330         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10331         renamed last_bound -> last_bound_; issue programming_error on
10332         abstract method calls; moved primitives code from
10333         Mensural_bracket_engraver to here (because almost ligature
10334         engravers will need it); renamed try_stop_ligature () ->
10335         typeset_ligature (); bugfix: store primitives of finished ligature
10336         in separate variable finished_primitives_ to avoid clash on input
10337         like "\] \["; added current_ligature () to enable access on
10338         private variable _ligature
10339
10340         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10341         (now in super class); renamed try_stop_ligature () ->
10342         typeset_ligature ()
10343
10344         * lily/mensural-ligature.cc: issue programming_error on abstract
10345         method calls
10346
10347         * lily/note-heads-engraver.cc: added TODO comment upon bool
10348         in_ligature
10349
10350         * mf/parmesan-heads.mf: fixed some of set_char_box()
10351
10352         * scm/grob-description.scm: added VaticanaLigature
10353
10354         * scm/grob-property-description.scm: added neume prefix properties
10355
10356         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10357         lily/include/gregorian-ligature-engraver.hh,
10358         lily/include/gregorian-ligature.hh: new files; framework for
10359         gregorian ligature engravers such as vaticana
10360
10361         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10362         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10363         vaticana style ligature implementation (still somewhat uncomplete)
10364
10365 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10366
10367         * VERSION: release 1.7.11
10368
10369         * scripts/convert-ly.py: add ly:pitch-transpose rule
10370
10371 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10372
10373         * input/test/dpncnt.ly: New file.
10374
10375         * lily/my-lily-lexer.cc: Add chordnames keyword.
10376
10377         * lily/parser.yy (chordnames_block): Parse chord name exception
10378         lists, see input/test/dpncnt.ly.
10379
10380         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10381         function.
10382
10383         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10384         filter-out too.
10385
10386         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10387         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10388         pitch functions (except for ly:make-pitch, but that's apparently
10389         some sort of scheme naming standard?).
10390
10391         * scm/lily.scm (!=): define-public.
10392
10393         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10394
10395 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10396
10397         * scm/double-plus-new-chord-name.scm
10398         (double-plus-new-chord-name->markup): New file.
10399
10400 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10401
10402         * python/lilylib.py (make_preview): don't suppress progress for
10403         bbox extraction.
10404
10405 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10406
10407         * Documentation/user/appendices.itely (scheme): update for new syntax.
10408
10409         * input/regression/chord-name-styles.ly: new file
10410
10411         * lily/instrument-name-engraver.cc: create instrument names
10412         without barline too.  Allows instrument name on ChordNames  
10413
10414         * scm/new-markup.scm (interpret-markup): allow simple strings as
10415         markup too.
10416
10417 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10418
10419         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10420         (step->markup-accidental): Fix: add accidental.
10421         (chord::inner-name-american): 
10422         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10423         append stray '/' if last superscript addition was 'o'.
10424
10425         * scm/new-markup.scm (normal-size-sub-markup) 
10426         (normal-size-super-markup): New function.
10427
10428         * lily/source-file.cc (Source_file): Add warning for possibly
10429         intentional but suspicious initialization.
10430
10431         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10432         add comments about cut-and-paste programming.
10433
10434         * flower/rational.cc (lcm): Not used; comment out.
10435
10436 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10437
10438         * lily/new-fingering-engraver.cc (position_scripts): use
10439         fingerHorizontalDirection to determine fingering horizontal
10440         directions.
10441
10442         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10443         fingering support.
10444
10445         * scripts/convert-ly.py (FatalConversionError.conv): add style
10446         conversion rule. 
10447
10448         * scm/chord-name.scm (set-chord-name-style): new function.
10449         (new-chord-name-brew-molecule): revise to interpret markup only
10450         (new-chord->markup): cleanuppish rewrite. To be called from the
10451         new engraver.
10452
10453         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10454         Markup earlier, during interpreting.
10455
10456         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10457         style settings. Rename to chord-names-*.ly
10458
10459 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10460
10461         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10462         markup code and update to new markup.  Most probably broke some of
10463         it.
10464
10465 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10466
10467         * Documentation/user/refman.itely: added docu for ambitus and
10468         clusters
10469
10470         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10471         ly_quote_scm() in lookup.cc
10472
10473         * mf/parmesan-clefs.mf: set_char_box fix
10474
10475         * lily/cluster-engraver.cc: junk implicit protection; use
10476         Protected_scm instead
10477
10478 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10479
10480         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10481         throughout.
10482
10483         * scm/new-markup.scm: Turn-off error-triggering test code.
10484
10485 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10486
10487         * scm/new-markup.scm (markup-thrower-typecheck) 
10488         (markup-typecheck?):  add full typechecking functions.
10489         (make-markup-maker): add make-FOO-markup functions.
10490         (markup-argument-list-error): nice error checking messages.
10491         (make-markup): better function: less quoting escapades.
10492
10493 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10494
10495         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10496
10497 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10498
10499         * cygwin/lilypond.hint (requires): Add cygwin.
10500
10501         * .cvsignore: Remove stepmake (huh!?!), add lib.
10502
10503         * GNUmakefile.in: Add libdir links for builddir runs.
10504
10505         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10506         instead of datadir.
10507
10508         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10509         local_lilypond_libdir.
10510
10511         * config.make.in (lilypond_libdir): Add.
10512
10513         * stepmake/stepmake/substitute-rules.make: 
10514         * stepmake/stepmake/script-rules.make: 
10515         * stepmake/stepmake/python-module-rules.make:
10516         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10517         lilypond-python-module patch.
10518
10519 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10520
10521         * Documentation/user/refman.itely (Graphical interfaces): add note
10522         about xml2ly.
10523
10524 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10525
10526         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10527
10528 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10529
10530         * VERSION: released 1.7.10
10531
10532         * scripts/musedata2ly.py (): idem
10533
10534         * scripts/midi2ly.py (dump_chord): idem
10535
10536         * scripts/etf2ly.py (version): idem 
10537
10538         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10539
10540         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10541
10542         * scm/tex.scm (tex-output-expression): remove eval compat
10543         glut. Other output files too.
10544
10545         * scm/chord-name.scm: don't export anything from chord module.
10546
10547         * input/test/american-chords.ly: idem
10548
10549         * input/test/banter-chords.ly (texidoc): idem
10550
10551         * input/test/Cc-chords.ly: add breakage notes.
10552
10553         * Documentation/user/refman.itely (Text markup): rewrite manual
10554         section.
10555
10556         * lily/parser.yy (scalar): allow \markup { } as property value. 
10557
10558         * scm/chord-name.scm: complete new markup usage
10559
10560         * scm/grob-description.scm (all-grob-descriptions): use new markup
10561         texts by default
10562
10563 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10564
10565         * scm/chord-name.scm: partial move to new markup texts.
10566
10567 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10568
10569         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10570
10571         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10572         settable.
10573
10574 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10575
10576         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10577         invoked for old midi, wait for killing.
10578
10579 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10580
10581         * Documentation/user/music-glossary.tely: Finnishing.
10582
10583 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10584
10585         * mf/feta-nummer-code.mf: some kerning pairs.
10586
10587 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10588
10589         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10590         Added.
10591
10592         * Documentation/user/refman.itely (Bar numbers):
10593         set-bar-number-visibility added, modulo-bar-number removed again
10594         (sorry).
10595
10596 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10597
10598         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10599
10600         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10601
10602         * Documentation/user/music-glossary.tely: translate into Finnish.
10603
10604 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10605
10606         * lilypond-mode.el: add shortcut for 2midi
10607
10608         * lilypond-font-lock.el: fontify lyrics
10609
10610 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10611
10612         * scm/drums.scm : use 1.7.x names.
10613
10614         * input/regression/drums.ly : Don't use << chords >>
10615
10616 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10617
10618         * lilypond-mode.el: tidy, add TODO
10619
10620         * make/lilypond.mandrake.spec.in: install-info quietly.
10621
10622 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10623
10624         * input/test/markup.ly: use new syntax.
10625
10626 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10627
10628         * ly/params-init.ly (interscoreline): add word-space
10629
10630         * input/test/metronome.ly (eighthNote): idem.
10631
10632         * input/test/script-priority.ly: use new markup
10633
10634         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10635
10636         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10637
10638         * lily/parser.yy (gen_text_def): bugfix.
10639         (full_markup): allow markup identifier.
10640
10641 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10642
10643         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10644         jobs at the same time. Add horizontal lines to Command menu.
10645         Allow one compiling job -- propose killing others before a new one.
10646
10647         * lilypond.words: add markup, teeny, etc.
10648
10649 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10650
10651         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10652         Allow only one type of midi process; launching Midi either stops
10653         midis or plays the current midi and launching MidiAll stops midis
10654         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10655         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10656
10657 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10658
10659         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10660         markup  for new markup texts.
10661
10662         * lily/mark-engraver.cc (process_music): idem
10663
10664         * lily/instrument-name-engraver.cc (create_text): idem
10665
10666         * scm/new-markup.scm (magnify-markup): new function.
10667
10668         * scm/molecule.scm (stack-lines): bugfix.
10669
10670         * lily/font-interface.cc (get_font): take font-magnification from
10671         alist chain.
10672
10673 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10674
10675         * lily/molecule-scheme.cc: move scheme functions to separate file.
10676
10677         * lily/font-metric.cc  (ly_get_glyph): new function. 
10678
10679         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10680         (italic-markup, dynamic-markup): new functions
10681         (font-markup): new function
10682
10683         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10684         padding and minimum
10685
10686 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10687
10688         * lily/accidental-engraver.cc:
10689         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10690
10691 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10692
10693         * lilypond.vim:
10694         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10695         [a-zA-Z] for user defined identifiers. Separate note cases 
10696         with and without a duration (allow cis\longaX).
10697
10698         * lilypond.words: Add words from Info.
10699
10700 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10701
10702         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10703
10704 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10705
10706         * lilypond-mode.el: Propose reverting buffer before a command if
10707         it was edited with an another editor.
10708
10709 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10710
10711         * lily/molecule.cc (ly_translate_molecule): new function
10712
10713         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10714         into libdir
10715
10716         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10717
10718         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10719
10720 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10721
10722         * lilypond.words: take \words from Info-index.
10723
10724 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10725
10726         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10727
10728 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10729
10730         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10731
10732 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10733
10734         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10735         and lilypond-documentation.
10736
10737 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10738
10739         * lily/parser.yy: Compile fix (bison 1.75).
10740
10741 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10742
10743         * VERSION: 1.7.9 released
10744
10745         * scm/music-functions.scm (shift-one-duration-log): refactor.
10746         Use music-map.
10747
10748         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10749
10750         * NEWS: update.
10751
10752         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10753         argument
10754
10755         * scm/music-functions.scm (display-music): new function
10756         (music-map): change arg order.
10757
10758         * input/regression/new-markup-syntax.scm: new file
10759
10760         * lily/parser.yy (markup): add \markup { .. } syntax.
10761
10762         * scm/new-markup.scm (override-markup): new function
10763         (lookup-markup): new function
10764         (music-markup): new function
10765         (lookup-markup-command): use markup-signature to store argument
10766         format for parser.
10767
10768         * lily/lexer.ll: preliminary \markup syntax. 
10769
10770 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10771
10772         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10773         add pre/post-dependencies and menus with icons from source.
10774
10775         * Documentation/pictures/lilypond-48x48.xpm:
10776         * Documentation/pictures/lilypond-32x32.xpm:
10777         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10778         transparent.
10779
10780         * stepmake/stepmake/generic-targets.make:
10781         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10782
10783 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10784
10785         * input/regression/music-map.ly (texidoc): new file.
10786
10787         * scm/music-functions.scm (music-map): new function
10788
10789 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10790
10791         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10792
10793 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10794
10795         * input/test/to-xml.ly:
10796         * lily/ligature-engraver.cc: Fixes documentation.
10797
10798         * lilypond.mandrake.spec.in:
10799         * lilypond.redhat.spec.in: Add lilypond.words.
10800
10801         * Documentation/user/refman.itely: Mention Info inside emacs.
10802
10803         * lilypond.suse.spec.in:
10804         * lilypond.redhat.spec.in:
10805         * lilypond.mandrake.spec.in: Set root-owner for doc
10806         (tobbe@nyvalls.se).
10807
10808 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10809
10810         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10811         os.popen.read ().
10812
10813 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10814
10815         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10816
10817         * python/lilylib.py (error): add space
10818
10819 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10820
10821         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10822         distribution.
10823
10824 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10825
10826         * lily/paper-outputter.cc (Paper_outputter): close port when
10827         finishing score.
10828
10829 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10830
10831         * scm/sodipodi.scm: Fixes.
10832
10833 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10834
10835         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10836
10837         * buildscripts/make-font-dir.py: Fix. 
10838
10839 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10840
10841         * lilypond-mode.el: Add support for Info inside Emacs.
10842
10843 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10844
10845         * buildscripts/make-font-dir.py: 
10846         * mf/GNUmakefile: Make sodipodi font map.
10847
10848         * scm/sodipodi.scm: Add more output functions.
10849
10850         * mf/feta-nummer.mf: 
10851         * mf/feta-beugel.mf: Add font_coding_scheme.
10852
10853         * lily/paper-outputter.cc (output_header): Fix creator string.
10854
10855 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10856
10857         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10858         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10859
10860         * lilypond.words: add two (Everybody can add/remove words now!).
10861
10862         * debian/rules:
10863         * make/lilypond.suse.spec.in:
10864         * make/lilypond.mandrake.spec.in:
10865         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10866
10867         * Documentation/user/refman.itely: Mention autocompletion.
10868
10869 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10870
10871         * scripts/ly2dvi.py: Add paper sizes.
10872
10873         * lily/timing-engraver.cc: 
10874         * lily/time-signature.cc: 
10875         * lily/span-bar.cc: 
10876         * lily/grob-scheme.cc: Code formatting fixes.
10877
10878         * scm/sodipodi.scm: 
10879         * scm/sketch.scm:
10880         * buildscripts/mf-to-table.py: 
10881         * buildscripts/make-font-dir.py: Font testing.
10882
10883 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10884
10885         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10886         inserts try-completion and shows all-completions.
10887
10888         * lilypond.words: '\' -> '\\'
10889
10890         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10891         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10892
10893         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10894         and LilyPond-reserved-words.
10895
10896 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10897
10898         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10899         from load-path.
10900
10901         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10902         the mini-buffer with Control-Shift-c.
10903
10904 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10905
10906         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10907         duration. This fixes \tempo taking time.
10908
10909 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10910
10911         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10912         Allow for text markup in repeatCommands. 
10913
10914 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10915
10916         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10917         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10918         Get rid of skeleton.el-dependency.
10919
10920         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10921
10922 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10923
10924         * lily/beam-engraver.cc (stop_translation_timestep): reset
10925         now_stop_ev_
10926
10927         * lily/scm-option.cc: add parse-protect to ly:set-option
10928
10929         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10930
10931 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10932
10933         * lily/include/ligature-bracket.hh: removed
10934         * lily/ligature-bracket.cc: removed
10935
10936         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10937         .tex
10938
10939         * lily/beam.cc (set_beaming): don't change beam count on rests.
10940         (brew_molecule): always set flag-width > 0.
10941
10942 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10943
10944         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10945         chars, remove instructions; instead, refer to lilypond-init.el and
10946         Documentation/topdocs/INSTALL.texi.
10947
10948         * lilypond.words: add identifiers and reserved words.
10949
10950         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10951         files and adding a load-path.
10952
10953         * lilypond-init.el: Instructions, extracted from 
10954         Documentation/topdocs/INSTALL.texi. 
10955
10956 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10957
10958         * VERSION: 1.7.8 released 
10959
10960         * lily/grob.cc (warning): better robustness fix.
10961
10962 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10963
10964         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10965
10966         * lily/cluster-engraver.cc: stick better to variable naming
10967         conventions
10968
10969         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10970         until stop_translation_timestep()
10971
10972         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10973         min/max coordinates to backend, but no musical info such as
10974         pitches
10975
10976         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10977
10978         * lily/grob.cc: robustness fix: warning(): do not crash if
10979         cause is not set
10980
10981         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10982         the much more elaborated tuplet brackets than the very naive and
10983         simple ligature bracket grob
10984
10985 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10986
10987         * Documentation/user/refman.itely (Analysis brackets): add
10988         horizontal bracket doco.
10989
10990         * ly/property-init.ly (setMmRestFermata): added.
10991
10992         * Documentation/user/refman.itely (Multi measure rests): fermatas
10993         on mm rests.
10994
10995         * input/regression/apply-context.ly (texidoc): new file
10996
10997         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10998         code to be executed during interpretation. Possible applications:
10999         smart octavation, more advanced bar checks. 
11000
11001         * lily/apply-context-iterator.cc: new file.
11002
11003 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11004
11005         * input/test/new-markup.ly: new file.
11006
11007         * lily/text-item.cc (text_to_molecule): new function
11008
11009         * scm/new-markup.scm (lambda): new file
11010
11011         * lily/function-documentation.cc (ly_add_function_documentation):
11012         add proc property as well
11013
11014 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11015
11016         * Documentation/user/music-glossary.tely (Top): add custos.
11017
11018 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
11019
11020         * Documentation/topdocs/INSTALL.texi: advise how to include source
11021         path to Emacs load-path and improve language.
11022
11023 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11024
11025         * GNUmakefile.in: config.h message fix.
11026
11027         * autogen.sh:
11028         * aclocal.m4: Regenerate.
11029
11030         * configure.in: 
11031         * config.make.in: 
11032         * stepmake/config.make.in: 
11033         * stepmake/configure.in: 
11034         * stepmake/autogen.sh: 
11035         * stepmake/aclocal.m4: Update for autoconf 2.56.
11036
11037 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
11038
11039         * Documentation/topdocs/INSTALL.texi: instructions for an user how
11040         to install Emacs-mode. Instructions how to use vim-mode.
11041
11042 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11043
11044         * scm/music-types.scm (music-descriptions): no length for tempo event.
11045
11046         * input/*.ly: add \version everywhere.
11047
11048         * input/*.ly: update syntax to 1.7 + new-chords.
11049
11050         * VERSION: 1.7.7 released.
11051
11052         * Documentation/user/*.tely: new chord syntax.
11053
11054         * input/regression/[bc]*.ly (texidoc): syntax updates.
11055
11056 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
11057
11058         * lilypond.words: add vocabulary to be used in auto-completion
11059
11060         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
11061
11062         * lilypond.vim: allow note name at EOF
11063
11064 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11065
11066         * buildscripts/new-chords.py (edit): -e option: inline editing.
11067
11068         * input/regression/a*.ly (texidoc): syntax updates.
11069
11070         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
11071         music): elucidations. 
11072
11073 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
11074
11075         * lily/include/lily-proto.hh, ly/engraver-init.ly,
11076         ly/spanners-init.ly, scm/grob-description.scm,
11077         scm/grob-property-description.scm, scm/music-types.scm,
11078         lily/cluster-engraver.cc, lily/cluster.cc,
11079         lily/include/cluster.hh, input/test/cluster.ly: cluster
11080         implementation
11081
11082         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
11083         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
11084         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
11085
11086         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
11087
11088         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
11089
11090         * scm/grob-description.scm: bugfix: by default, use default note
11091         head style when engraving ligatures
11092
11093         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
11094
11095         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
11096         events
11097
11098         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
11099
11100         * input/test/ancient-font.ly: bugfix: style -> flag-style
11101
11102         * lily/ligature-engraver.cc: indentation fix
11103
11104         * lily/parser.yy: indentation fixes
11105
11106 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11107
11108         * input/regression/measure-grouping.ly: more elaborate example.
11109
11110         * lily/moment.cc: ly:add-moment, ly:mul-moment,
11111         ly:div-moment. New functions 
11112
11113         * scm/music-functions.scm (set-time-signature): new function,
11114         allow inline time sig settings with measure grouping.
11115
11116         * lily/parser.yy (command_element): move time sig construction
11117         into Scheme.
11118
11119         * lily/side-position-interface.cc (out_of_staff): new function,
11120         like padding, but keep minimum distance from staff. Easier than
11121         linespanners (dynamics, pedals), but roughly the same effect.
11122
11123 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
11124
11125         * emacs-mode.el: Added spanish-note-replacements 
11126         (Carlos Betancourt, <carlos.betancourt@chello.be>).
11127
11128         * vimrc: (Un)commenting with <(S-)F12>, tidy.
11129
11130 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
11131
11132         * lilypond.vim: Do not fontify cises, desis, etc.
11133
11134         * vimrc: view dvi with <S-F6>
11135
11136 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11137
11138         * lily/lookup.cc (triangle): new function.
11139
11140         * input/regression/measure-grouping.ly (texidoc): new file: show
11141         triangles and brackets for beat groups of 3 and 2.
11142
11143         * lily/include/measure-grouping-spanner.hh (class
11144         Measure_grouping): new file.
11145
11146         * lily/measure-grouping-spanner.cc (brew_molecule): new file
11147
11148         * lily/measure-grouping-engraver.cc (class
11149         Measure_grouping_engraver): new file.
11150
11151 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11152
11153         * Merge from stable:
11154
11155             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
11156
11157         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
11158         stylesheet.
11159
11160         * ly/paper19.ly: Include paper19-init.ly.
11161
11162         * ly/paper19-init.ly: New file.
11163
11164         * Documentation/user/tutorial.itely (First steps): Fix first
11165         example for font test.
11166
11167         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
11168
11169         * ChangeLog: Add 1.7.6 release marker (see below).
11170
11171         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
11172         Add .py files.
11173
11174 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11175
11176         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
11177
11178         * input/tutorial/*.ly: update to new syntax.
11179
11180         * lily/parser.yy (Composite_music): new transpose syntax,
11181         \transpose FROM TO MUSIC. 
11182
11183 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11184
11185         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
11186         latex progress/error output to stderr (by default this goes to
11187         stdout).  Show lilypond progress, even when not verbose.
11188
11189         * python/lilylib.py (system): New optional parameter to control
11190         showing of progress.
11191
11192         * scm/backend-documentation-lib.scm (check-dangling-properties):
11193         Fix error message.
11194
11195         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
11196         axis, extent.
11197
11198         * scm/grob-property-description.scm (magnify): Remove.
11199         (extent, axis): Add.
11200
11201 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11202
11203         * VERSION: Release 1.7.6.
11204
11205         * scripts/convert-ly.py: more uniformization substitutions.
11206
11207         * buildscripts/new-chords.py (sub_chords): new file.
11208
11209 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11210
11211         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
11212         lilypond.map.  Include sauter fonts too.  Cleanups.
11213
11214 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11215
11216         * Documentation/user/tutorial.itely (First steps): change to new
11217         chord/tie/slur/beam notation.
11218
11219         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11220         ties.
11221
11222         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11223         engraver. Process ties in postfix notation, i.e. c8-~ c
11224
11225         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11226
11227         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11228
11229         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11230
11231         * lily/beam-engraver.cc (try_music): accept new-beam-events
11232
11233         * input/regression/chord-scripts.ly (texidoc): new file
11234
11235         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11236         script-events.
11237
11238         * scm/script.scm (default-script-alist): cleanup.
11239
11240         * lily/script-engraver.cc (make_script_from_event): cleanup.
11241
11242         * lily/lyric-combine-music-iterator.cc
11243         (Lyric_combine_music_iterator): remove superfluous events.
11244         (melisma_busy): new function. Fix broken melismas.
11245
11246 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11247
11248         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11249         Remove nonvalid settings. Use descriptive key names.
11250         Use <Return> to indicate the pressing of that key.
11251
11252 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11253
11254         * scripts/lilypond-book.py (option_definitions): Typo.
11255
11256         * scripts/ly2dvi.py: Updates.
11257
11258         * python/lilylib.py (setup_environment, print_environment)
11259         (get_bbox, make_preview): Merge and remove from ly2dvi and
11260         lilypond-book.
11261
11262         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11263
11264         * .cvsignore: Remove some cruft.
11265
11266         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11267         path.
11268
11269         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11270         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11271         throughout.
11272
11273         * python/lilylib.py (quiet_system): Junk
11274         (system): Display error log upon failure.
11275         (read_pipe): New function.  Cleanups and fixes.
11276
11277         * python/*.py: Rename from *.py.in.
11278
11279         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11280
11281         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11282
11283 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11284
11285         * python/GNUmakefile: Bugfix: handle modules.
11286
11287         * stepmake/stepmake/python-module-targets.make (default): Add
11288         compiled modules. 
11289
11290         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11291         compiling modules.
11292
11293         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11294         Bugfix.  (OUT_PYC_MODULES): Add.
11295
11296 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11297
11298         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11299         Use default paths. Refresh description.
11300
11301 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11302
11303         * VERSION: 1.7.5 released
11304
11305         * input/regression/finger-chords.ly (texidoc): new file.
11306
11307         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11308         support
11309
11310         * lily/fingering-engraver.cc (process_music): remove kludgy
11311         scriptHorizontal stuff.
11312
11313         * lily/script.cc: remove staff-support property.
11314
11315         * lily/new-fingering-engraver.cc (add_fingering): new
11316         file. Fingering engraver for new style chords.
11317
11318 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11319
11320         * lily/parser.yy (bare_number): allow 4 \cm (without
11321         decimal dot). (should backport to 1.6?)
11322
11323         * ly/declarations-init.ly: use Scheme for dimension defs.
11324
11325         * lily/parser.yy (TODO): remove hard coded dimensions, add
11326         REAL NUMBER_IDENTIFIER production.
11327
11328         * lily/rest-collision.cc (force_shift_callback): rewrite using
11329         -done property.
11330
11331         * scm/grob-property-description.scm (rest-collision-done): add
11332         property.
11333
11334         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11335
11336 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11337
11338         * input/regression/multi-measure-rest-center.ly: new file.
11339
11340         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11341         off horizontally by 0.05 ss. Fixed.
11342
11343 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11344
11345         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11346
11347         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11348
11349 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11350
11351         * lily/tie.cc (get_control_points): also avoid staff lines on the
11352         just outside the outer staff lines
11353
11354 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11355
11356         * ly/params-init.ly: Just define style-alist, no need to
11357         define-public.
11358
11359         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11360         (thanks Han-Wen).
11361
11362         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11363         (FET_FILES): = FONT_FILES.
11364
11365         * Merge from stable:
11366
11367             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11368
11369 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11370
11371         * VERSION: 1.7.4 released.  
11372
11373         * scm/generate-documentation.scm (string-append): add macro
11374         definitions.
11375
11376         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11377         normal texts.
11378
11379         * lily/multi-measure-rest-engraver.cc: make separate
11380         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11381
11382         * lily/multi-measure-rest.cc: remove text handling. Remove
11383         number-threshold.
11384
11385 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11386
11387         * scm/music-types.scm: doc patch by Graham Percival
11388
11389 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11390
11391         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11392         encoding part.
11393         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11394         (sketch_p): Sketch wants only first four elements of X11 font spec.
11395
11396         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11397
11398         * mf/feta-autometric.mf: Write foundry and family to log.
11399
11400         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11401         font translation table.
11402
11403         * buildscripts/mf-to-table.py: Better font info into afm.
11404
11405         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11406         1.0.9 required.
11407
11408         * configure.in: Whine for mftrace 1.0.9.
11409
11410 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11411
11412         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11413
11414         * lily/main.cc (main_prog): don't try to load init.EXT when
11415         processing foo.EXT.
11416
11417 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11418
11419         * scm/tex.scm (zigzig-line): added.
11420
11421         * scm/ps.scm (zigzag-line): added.
11422
11423         * ps/music-drawing-routines.ps (subvec): added.
11424         (draw_zigzag_line): added.
11425
11426         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11427         grob properties zigzag-width and zigzag-length.
11428
11429         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11430
11431 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11432
11433         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11434         svg output, including font.
11435
11436 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11437
11438         * scm/lily.scm: Register sodipodi output module.
11439
11440         * scm/sodipodi.scm: New file.
11441
11442         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11443
11444         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11445         comment, after header.
11446         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11447         FullName.  Fix FontName key.
11448
11449 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11450
11451         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11452         and breve rests.
11453
11454         * input/test/blank-notes.ly: bugfix
11455
11456         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11457         rests. (Kim Shrier)
11458
11459         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11460
11461 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11462
11463         * scm/tex.scm: 
11464         * scm/ps.scm: Cleanup and remove obsolete junk.
11465
11466         * Documentation/user/internals.itely:
11467         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11468
11469         * lily/parser.yy: Identify shift/reduce problems.
11470
11471         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11472         make-style-sheet.  Too specific for convert-ly?
11473
11474 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11475
11476         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11477
11478         * input/test/*.ly: various fixes.
11479
11480         * lily/music.cc (name): bugfix
11481
11482         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11483
11484         * lily/input-file-results.cc (code): set-point-and-click! ->
11485         set-point-and-click
11486
11487 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11488
11489         * Use uniform ly: prefix for exported scheme primitive functions.
11490
11491         * scm/music-types.scm: junk compat glue
11492
11493         * scripts/convert-ly.py: add rules for stuff below, junk
11494         compatibility glue for spanrequest.
11495
11496         * lily/parser.yy (verbose_event): remove \spanrequest,
11497         \commandspanrequest, \script. 
11498
11499         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11500
11501         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11502         for \penalty, \glissando.
11503
11504         * VERSION: release 1.7.3
11505
11506 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11507
11508         * lily/accidental-engraver.cc: Fix
11509         grace-in-the-beginning-of-measure bug caused by the resent
11510         partial-measure fix.
11511
11512         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11513         overlap looks too crowded)
11514
11515 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11516
11517         * lily/parser.yy (assignment): allow SCM expression as assignment.
11518
11519         * lily/include/music-output-def.hh (class Music_output_def):
11520         * lily/music-output-def.cc: 
11521         * lily/paper-def.cc: 
11522         * scm/font.scm (markup-to-properties):
11523         * lily/parser.yy (music_output_def_body): 
11524         remove style_sheet_
11525
11526 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11527
11528         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11529         length.
11530
11531         * input/regression/spacing-to-grace.ly: new file.
11532
11533         * input/regression/spacing-end-of-line.ly: new file.
11534
11535         * lily/note-spacing.cc (get_spacing): take into account breakable
11536         stuff sticking out at the left (time sig change at line break).
11537
11538         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11539         raggedright code.
11540
11541         * scm/music-functions.scm (make-voice-props-set): add
11542         staff-position for mm rests.
11543
11544         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11545         before grace notes a little.
11546
11547         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11548
11549         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11550         key adds space at the end of line. 
11551
11552 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11553
11554         * scm/sketch.scm: Fix beams.
11555
11556         * buildscripts/mf-to-table.py: Add EncodingScheme.
11557
11558         * scm/sketch.scm: Resurrect.
11559
11560 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11561
11562         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11563         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11564
11565 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11566
11567         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11568
11569         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11570
11571 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11572
11573         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11574         token for origin information.
11575
11576         * lily/parser.yy (My_lily_lexer): do identifier location and
11577         cloning from lexer.
11578
11579         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11580         logic out of the parser. Add bar checks on both ends.
11581
11582         * Documentation/user/refman.itely (Multi measure rests): add more
11583         notes about mm rests.
11584
11585 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11586
11587         * input/regression/bar-scripts.ly: Re-enable.
11588
11589         * lily/parser.yy:
11590         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11591         released rsn.  Bison 1.50 has a crucial bug and won't work.
11592
11593         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11594
11595
11596 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11597
11598         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11599
11600 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11601
11602         * Actually merge changes since 1.6.4 besides ChangeLog, and
11603         resolve conflicts.  Lots of updates, hope all is well.
11604
11605         * cygwin/lilypond.hint (requires): Add ghostscript.
11606
11607         * scm: Update some (c).
11608
11609 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11610
11611         * input/test/{various}.ly: add \header fields and texidoc strings.
11612
11613 2002-10-05  Werner Lemberg  <wl@gnu.org>
11614
11615         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11616         renamed to `output_latex_quoted'.
11617         Added `output_latex_noquote'.
11618         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11619         mode.
11620
11621 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11622
11623         * ChangeLog: Add 1.6.6 release marker.  See below.
11624
11625         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11626
11627         * scripts/midi2ly.py: Fix global syntax warnings.
11628
11629         * GNUmakefile.in: Generate builddir locale tree too.
11630
11631         * scripts/ly2dvi.py:
11632         * scripts/midi2ly.py: 
11633         * scripts/mup2ly.py: 
11634         * scripts/update-lily.py:
11635         * lily/main.cc (setup_paths): Fix for locales setup.
11636
11637 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11638
11639         * Documentation/windows/installing.texi: Soften wording about
11640         necessity of becoming Administrator.  tommie@iae.nl reports this
11641         does not seem to be necessary for his flavour of Windows 2000.
11642         Explicitely discourage text mode mounts.
11643
11644 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11645
11646         * lily/rest.cc (after_line_breaking): backport dot position fix.
11647
11648         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11649         rests. Thanks to Klaus Zimmermann for finding this bug.
11650
11651 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11652
11653         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11654
11655 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11656
11657         * Documentation/user/music-glossary.tely: fix links.
11658
11659 2002-10-21  Werner Lemberg  <wl@gnu.org>
11660
11661         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11662         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11663         scaling factor) only once and use them in the definition of
11664         \embeddedps.
11665         * ps/music-drawing-routines.ps (skeel): Removed.
11666
11667 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11668
11669         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11670         Solaris7, as we don't use nested $( ) constructs.
11671
11672 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11673
11674         * VERSION: Release 1.6.6.
11675
11676 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11677
11678         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11679         as workaround for /bin/sh problems on Solaris7.
11680
11681 2002-10-19  Werner Lemberg  <wl@gnu.org>
11682
11683         * GNUmakefile.in (web-doc): Fix typos.
11684         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11685         `music-drawing-routines.ps' but emit \special{header=...} once.
11686         * scm/tex.scm (header-end): Updated.
11687
11688 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11689
11690         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11691         undefined tremolo. 
11692
11693 2002-10-15  Werner Lemberg  <wl@gnu.org>
11694
11695         * scripts/lilypond-book.py (g_make_html): New global variable.
11696         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11697         if `g_make_html' isn't set.
11698         [main]: Add format `texi-html'.
11699         (option_definitions): Updated.
11700         * Documentation/user/lilypond-book.itely: Updated.
11701
11702         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11703         * make/ly-rules.make (%.texi, %.nexi): Use it.
11704         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11705         format to lilypond-book.
11706         * GNUmakefile.in (web-doc): Ditto.
11707
11708 2002-10-14  Werner Lemberg  <wl@gnu.org>
11709
11710         Further improve TeX output.  The produced files are about 40%
11711         smaller.  `lilyponddefs.tex' is now read only once.
11712
11713         * tex/lilyponddefs.tex: Remove footer stuff.
11714         (\ifundefined): Renamed to...
11715         (\lilypondundefined): This.  Use LaTeX's definition to
11716         make it nestable and make it global.
11717         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11718         output.
11719         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11720         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11721         them global.
11722         (\placebox): Renamed to...
11723         (\lyitem): This.
11724         Make it global and call \outputscale by itself.
11725         (\lybox, \lyvrule): New macros to reduce input data.
11726         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11727         New auxiliary macros.
11728         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11729         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11730         to...
11731         (\lilypondspace): This and made it global.
11732         (\turnOnPostScript): Renamed to...
11733         (\lilypondpostscript): This and made it global.
11734         (\turnOnExperimentalFeatures): Renamed to...
11735         (\lilypondexperimentalfeatures): This and made it global.
11736         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11737         (\lilypondsetdimen): This and made it global.
11738         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11739         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11740         (all, $(outdir)/music-drawing-routines.ps): New rules.
11741         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11742         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11743         start-system, stop-system, stop-last-system, filledbox): Updated to
11744         use the changed macros from lilyponddefs.tex.
11745         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11746
11747 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11748
11749         * Documentation/windows/installing.texi: Update.
11750
11751 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11752
11753         * VERSION: 1.6.5 released
11754
11755         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11756
11757 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11758
11759         * scm/translator-property-description.scm (voltaOnThisStaff): add
11760         property.
11761
11762 2002-09-28  Werner Lemberg  <wl@gnu.org>
11763
11764         * scm/tex.scm (header-end): Suppress page numbering.
11765
11766         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11767         Fix quotation for HTML output.
11768
11769 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11770
11771         * Documentation/user/refman.itely: grammar and phrasing
11772           fixes to "Note Entry" section.  Also adds a few new examples.
11773
11774 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11775
11776         * flower/include/string-data.icc: include string.h
11777
11778 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11779
11780         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11781
11782 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11783
11784         * Documentation/user/GNUmakefile (extra-local-help): Add.
11785
11786         * stepmake/stepmake/www-targets.make (local-help): Add.
11787
11788 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11789
11790         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11791         packages.
11792
11793         * Documentation/topdocs/README.texi (Top): building documentation
11794         (not website.)
11795
11796 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11797
11798         * Documentation/user/refman.itely: 
11799         * Documentation/user/tutorial.itely: 
11800         * Documentation/user/music-glossary.tely: Merge changes.
11801
11802         * Documentation/user/glossary.html.in: 
11803         * Documentation/index.texi: 
11804         * Documentation/header.html.in: Accomodate renaming of glossary.
11805
11806         * Documentation/user/tutorial.itely: Add some glossary references.
11807
11808         * Documentation/user/refman.itely: Minor fixes.
11809
11810         * Documentation/user/lilypond.tely: Add glossary do direntry.
11811
11812         * Documentation/user/music-glossary.tely: Rename (previously:
11813         glossary.tely).  Fix anchor placement.
11814
11815         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11816
11817 2002-09-23  Werner Lemberg  <wl@gnu.org>
11818
11819         * scripts/lilypond-book.py (output_dict): Fix handling of
11820         various environments by avoid extraneous newlines.
11821         Rename `output-all' regexp for html to `output-html'.
11822         Replace `output-all' regexp for texi with `output-texi-quote'
11823         and `output-texi-noquote'.
11824         (compose_full_body): Don't override `linewidth' user option
11825         for `singleline'.
11826         (schedule_lilypond_block): Don't indent text specified with
11827         `intertext' option.
11828         Add new option `noquote'.
11829         (compile_all_files): Use latex instead of tex to compile ly
11830         files directly.
11831
11832         * Documentation/user/lilypond-book.itely: Updated and revised.
11833         Improve layout.
11834
11835         * Documentation/user/glossary.tely,
11836         Documentation/user/introduction.itely,
11837         Documentation/user/tutorial.itely,
11838         Documentation/user/refman.itely,
11839         Documentation/user/appendices.itely: Fix overfull LilyPond
11840         boxes caused by the new lilypond-book code.  Other minor
11841         fixes.
11842
11843         * Documentation/user/macros.itexi (@texiflat): Don't emit
11844         trailing space.
11845
11846         * scm/tex.scm (end-output, header-end): Add preamble and
11847         postamble to make lilypond output directly compilable with
11848         latex.
11849
11850
11851 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11852
11853         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11854         instructions.
11855
11856 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11857
11858         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11859
11860 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11861
11862         * lily/beam.cc (connect_beams): don't crash if there are quarter
11863         notes in beams.
11864
11865 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11866
11867         * Documentation/user/refman.itely: corrected ancient clef
11868         docu; added docu on ligatures
11869
11870 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11871
11872         * Documentation/user/glossary.tely,
11873         Documentation/user/refman.itely, input/les-nereides.ly,
11874         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11875         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11876         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11877         Stem properties: flag-style -> stroke-style, style -> flag-style.
11878
11879
11880 2002-09-22  Werner Lemberg  <wl@gnu.org>
11881
11882         * scripts/lilypond-book.py: Add option `notime' to suppress
11883         printing of a time signature.  Specify default indentation of 0pt
11884         if single line fragment.  Don't emit redundant `\paper{ }'.
11885
11886         * Documentation/user/lilypond-book.itely: Updated.
11887
11888         * Documentation/user/glossary.tely: Completely reformatting.
11889
11890 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11891
11892         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11893
11894 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11895
11896         * Documentation/user/tutorial.itely: Fix links.
11897
11898         * Documentation/topdocs/index.tely:
11899         * Documentation/index.texi:
11900         * Documentation/header.html.in: Small website fixes and updates.
11901
11902         * debian/: Debian patch by Anthony Fok.
11903
11904 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11905
11906         * Documentation/footer.html.in: How time flies: It's already 2002!
11907
11908         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11909         more descriptive link names than 'here'.
11910
11911 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11912
11913         * VERSION: 1.7.2 released
11914         * VERSION: 1.6.4 released
11915
11916         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11917
11918         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11919         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11920
11921         * mf/feta-din.mf (test): add x-height and space.
11922
11923         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11924         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11925
11926         * ly/grace-init.ly: add-to-grace-init: function to portably add
11927         settings to \grace. 
11928
11929         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11930         if we get an absolute dynamic event.
11931
11932         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11933
11934         * lily/source-file.cc (get_line): oops. All line numbers were off
11935         by 2. Fix that. 
11936
11937         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11938         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11939
11940         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11941
11942         * lily/parser.yy (number_factor): remove (number) as number
11943         expression. ("Let them eat Lisp").
11944
11945 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11946
11947         * lily/horizontal-bracket.cc: new file.
11948
11949         * lily/horizontal-bracket-engraver.cc: new file.
11950
11951         * input/regression/note-group-bracket.ly: new file. Support
11952         horizontal note brackets for music analysis.
11953
11954         * lily/stem.cc (flag): new flag-style: no-flag.
11955
11956         * input/test/stem-cross-staff.ly: new file
11957
11958         * Documentation/user/internals.itely: Improved formatting, fixing
11959         typos.  Added a section `Output details' to describe how the TeX
11960         code looks like.
11961
11962         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11963
11964         * lily/parser.yy: remove \dynamicscript.
11965
11966         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11967         definitions. 
11968
11969         * python/midi.c (midi_error): take two arguments.
11970
11971         * Merge 1.6.5 changes:
11972
11973 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11974
11975         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11976         staff-space.  Previous 1.5 was probably meant as half-spaces.
11977         (cautionary-style): parentheses (was: smaller).  This is what doco
11978         says, and it seems more logical.
11979
11980         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11981         for 2nd sentence.
11982
11983 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11984
11985         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11986
11987 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11988
11989         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11990
11991 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11992
11993         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11994
11995 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11996
11997         * scm/translator-property-description.scm (voltaOnThisStaff): add
11998         property.
11999
12000 2002-09-28  Werner Lemberg  <wl@gnu.org>
12001
12002         * scm/tex.scm (header-end): Suppress page numbering.
12003
12004         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
12005         Fix quotation for HTML output.
12006
12007 2002-09-28   Graham Percival   <gperciva@sfu.ca>
12008
12009         * Documentation/user/refman.itely: grammar and phrasing
12010           fixes to "Note Entry" section.  Also adds a few new examples.
12011
12012 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12013
12014         * flower/include/string-data.icc: include string.h
12015
12016 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12017
12018         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12019
12020 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12021
12022         * Documentation/user/GNUmakefile (extra-local-help): Add.
12023
12024         * stepmake/stepmake/www-targets.make (local-help): Add.
12025
12026 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12027
12028         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
12029         packages.
12030
12031         * Documentation/topdocs/README.texi (Top): building documentation
12032         (not website.)
12033
12034 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12035
12036         * Documentation/user/refman.itely: 
12037         * Documentation/user/tutorial.itely: 
12038         * Documentation/user/music-glossary.tely: Merge changes.
12039
12040         * Documentation/user/glossary.html.in: 
12041         * Documentation/index.texi: 
12042         * Documentation/header.html.in: Accomodate renaming of glossary.
12043
12044         * Documentation/user/tutorial.itely: Add some glossary references.
12045
12046         * Documentation/user/refman.itely: Minor fixes.
12047
12048         * Documentation/user/lilypond.tely: Add glossary do direntry.
12049
12050         * Documentation/user/music-glossary.tely: Rename (previously:
12051         glossary.tely).  Fix anchor placement.
12052
12053         * Documentation/user/GNUmakefile: Make music-glossary.info too.
12054
12055 2002-09-23  Werner Lemberg  <wl@gnu.org>
12056
12057         * scripts/lilypond-book.py (output_dict): Fix handling of
12058         various environments by avoid extraneous newlines.
12059         Rename `output-all' regexp for html to `output-html'.
12060         Replace `output-all' regexp for texi with `output-texi-quote'
12061         and `output-texi-noquote'.
12062         (compose_full_body): Don't override `linewidth' user option
12063         for `singleline'.
12064         (schedule_lilypond_block): Don't indent text specified with
12065         `intertext' option.
12066         Add new option `noquote'.
12067         (compile_all_files): Use latex instead of tex to compile ly
12068         files directly.
12069
12070         * Documentation/user/lilypond-book.itely: Updated and revised.
12071         Improve layout.
12072
12073         * Documentation/user/glossary.tely,
12074         Documentation/user/introduction.itely,
12075         Documentation/user/tutorial.itely,
12076         Documentation/user/refman.itely,
12077         Documentation/user/appendices.itely: Fix overfull LilyPond
12078         boxes caused by the new lilypond-book code.  Other minor
12079         fixes.
12080
12081         * Documentation/user/macros.itexi (@texiflat): Don't emit
12082         trailing space.
12083
12084         * scm/tex.scm (end-output, header-end): Add preamble and
12085         postamble to make lilypond output directly compilable with
12086         latex.
12087
12088
12089 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12090
12091         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
12092         instructions.
12093
12094 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12095
12096         * Documentation/user/glossary.tely: Add titling and hyperlinks.
12097
12098 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12099
12100         * lily/beam.cc (connect_beams): don't crash if there are quarter
12101         notes in beams.
12102
12103 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12104
12105         * Documentation/user/refman.itely: corrected ancient clef
12106         docu; added docu on ligatures
12107
12108 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12109
12110         * Documentation/user/glossary.tely,
12111         Documentation/user/refman.itely, input/les-nereides.ly,
12112         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12113         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12114         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12115         Stem properties: flag-style -> stroke-style, style -> flag-style.
12116
12117 2002-09-22  Werner Lemberg  <wl@gnu.org>
12118
12119         * scripts/lilypond-book.py: Add option `notime' to suppress
12120         printing of a time signature.  Specify default indentation of 0pt
12121         if single line fragment.  Don't emit redundant `\paper{ }'.
12122
12123         * Documentation/user/lilypond-book.itely: Updated.
12124
12125         * Documentation/user/glossary.tely: Completely reformatting.
12126
12127 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12128
12129         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
12130
12131 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12132
12133         * Documentation/user/tutorial.itely: Fix links.
12134
12135         * Documentation/topdocs/index.tely:
12136         * Documentation/index.texi:
12137         * Documentation/header.html.in: Small website fixes and updates.
12138
12139         * debian/: Debian patch by Anthony Fok.
12140
12141 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12142
12143         * Documentation/footer.html.in: How time flies: It's already 2002!
12144
12145         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12146         more descriptive link names than 'here'.
12147
12148 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12149
12150         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12151
12152 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12153
12154         * lily/part-combine-music-iterator.cc (get_state): cleanup
12155         (get_music_info): cleanup.
12156
12157 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12158
12159         * scm/backend-documentation-lib.scm (interface-doc-string):
12160         crosslinks between interfaces and grobs. Headings for interfaces
12161         in grob explanation.
12162
12163 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12164
12165         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
12166         dtd).  Add preliminary dtd.
12167         (re-sub-alist): Robustify.
12168
12169 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12170
12171         * lily/include/event-chord-iterator.hh,
12172         lily/context-specced-music-iterator.cc,
12173         lily/event.cc, lily/event-chord-iterator.cc: add
12174
12175 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12176
12177         * lily/: some (c) header fixes.
12178
12179         * lily/request-chord.cc: Remove.
12180
12181         * lily/include/event-chord-iterator.hh:
12182         * lily/include/event.hh:
12183         * lily/event-chord.cc: New file.
12184
12185         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
12186         requested.
12187
12188 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12189
12190         * lily/ : rename Request to Event
12191
12192         * lily/parser.yy (command_element): move clef stuff into Scheme.
12193
12194         * lily/:  rename length_mom () to get_length()
12195
12196         * lily/part-combine-music.cc: removed file and class.
12197
12198         * lily/context-specced-music-iterator.cc (class
12199         Context_specced_music_iterator): new file. Obsoletes the
12200         Context_specced_music type.
12201
12202         * scm/music-types.scm (make-repeated-music): put different kinds
12203         of repeated music into music-type table.
12204
12205         * VERSION: 1.7.1 released.
12206
12207         * scm/to-xml.scm: new file.
12208
12209         * input/test/to-xml.ly (fooBar): demo of what is possible with the
12210         new Input representation: dump music as XML.
12211
12212         * scm/engraver-documentation-lib.scm
12213         (engraver-accepts-music-types?): add links from music to engraver,
12214         from music-type to engraver.
12215
12216         * lily/include/command-request.hh: removed
12217         lily/include/musical-request.hh: removed. Removed all _req classes
12218         except Key_change_req. Changes throughout.
12219
12220 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12221
12222         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12223
12224 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12225
12226         * lily/*.cc: specify accepts for many engravers.
12227
12228         * scm/music-documentation-lib.scm: dump music expressions and
12229         music subtypes.
12230
12231         * scm/documentation-lib.scm: complete revision.
12232         Use GOOPS objects to store document tree explicitly. Cleaned up and
12233         sped up doco generation a lot.
12234
12235 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12236
12237         * input/trip.ly (fugaIILeft): add arpeggio
12238
12239         * lily/translator-group.cc (try_music_on_nongroup_children):
12240         oops. The name symbol is in the cdr of the assoc handle.
12241
12242         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12243         Hyphen_req, Glissando_req, Break_req, Mark_req 
12244
12245 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12246
12247         * lily/musical-request.cc (music-duration-length,
12248         music-duration-compress): new functions.
12249
12250         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12251         throughout. Warning doesn't work yet.
12252
12253         * lily/translator-group.cc (try_music_on_nongroup_children):
12254         new implementation: store candidate acceptors in a hashTable.
12255
12256 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12257
12258         * scm/music-types.scm (music-descriptions): change name to
12259         internal-class-name
12260
12261         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12262
12263 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12264
12265         * lily/beam.cc (connect_beams): don't crash if there are quarter
12266         notes in beams.
12267
12268 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12269
12270         * Documentation/user/refman.itely: corrected ancient clef
12271         docu; added docu on ligatures
12272
12273 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12274
12275         * Documentation/user/glossary.tely,
12276         Documentation/user/refman.itely, input/les-nereides.ly,
12277         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12278         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12279         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12280         Stem properties: flag-style -> stroke-style, style -> flag-style.
12281
12282 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12283
12284         * scm/music-functions.scm (music-separator?): don't use name music
12285         property.
12286
12287 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12288
12289         * stepmake/stepmake/generic-targets.make (help): Document check
12290         target.
12291
12292         * lily/new-accidental-engraver.cc: Compile fix.
12293
12294 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12295
12296         * scripts/convert-ly.py: Add rule.
12297
12298         * input/test/music-creation.ly:
12299         * input/test/add-staccato.ly:
12300         * input/test/add-text-script.ly: ly-make-music.
12301
12302         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12303         More ly-make-music renamings.
12304
12305         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12306
12307         * lily/music-constructor.cc (make_music): Add debugging info.
12308
12309         * scm/music-functions.scm (make-simultaneous-music,
12310         (make-sequential-music, context-spec-music):
12311         * scm/music-types.scm (music-descriptions): Get lily to run.
12312
12313 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12314
12315         * lily/command-request.cc (transpose_key_alist): new function.
12316
12317         * lily/key-performer.cc (create_audio_elements): cleanup. 
12318
12319 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12320
12321         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12322
12323         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12324         events-accepted field.
12325
12326         * scm/music-types.scm: new file.
12327
12328         * lily/parser.yy: put music type initialization into scheme,
12329         similar to grob initialization.  Changes throughout.
12330
12331 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12332
12333         * Documentation/user/tutorial.itely: Fix links.
12334
12335         * Documentation/index.texi: 
12336         * Documentation/header.html.in: 
12337         * Documentation/topdocs/index.tely: Small website fixes and updates.
12338
12339         * debian/: Debian patch by Anthony Fok.
12340
12341 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12342
12343         * Documentation/footer.html.in: How time flies: It's already 2002!
12344
12345         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12346         more descriptive link names than 'here'.
12347
12348         * ROADMAP: Remove test stuff.
12349
12350         * scripts/update-lily.py: Allow auto-building of stable and
12351         development versions.  Bugfixes.
12352
12353 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12354
12355         * VERSION: released 1.7.0
12356
12357         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12358
12359         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12360         positive line widths.
12361
12362 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12363
12364         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12365         go.  Fix comments.
12366
12367         * cygwin: Cygwin updates.
12368
12369 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12370
12371         * Documentation/windows/installing.texi (Top): version for python,
12372         urls for ghostscript (thanks to John Potelle)
12373
12374         * lily/simultaneous-music-iterator.cc
12375         (Simultaneous_music_iterator): init children_list_ before
12376         triggering GC.
12377
12378         * lily/*-iterator.cc: be even more careful with smobbed copy
12379         constructors. 
12380
12381         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12382         LeftEdge item.
12383
12384 2002-09-15  Werner Lemberg  <wl@gnu.org>
12385
12386         Improving LilyPond's output to make them ordinary TeX boxes with
12387         predictable dimensions.  System boxes are now vertically centered on
12388         the baseline; this offset can be further controlled with
12389         \lilypondscoreshift.
12390
12391         * lily/system.cc (System::post_processing): Pass length of current
12392         system to `start-system' (including any horizontal indentation).
12393
12394         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12395         prettier.
12396         (lily-def): Append `%'.
12397         (start-system): Add parameter `wd'.  Output more TeX code to specify
12398         box dimensions.
12399         (stop-system, stop-last-system): Complement changes in
12400         `start-system'.
12401         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12402         Updated.
12403
12404         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12405         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12406         Write final `\endinput'.
12407
12408         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12409         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12410         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12411         files and macro definitions don't produce spurious spaces and
12412         paragraphs (using \endlinechar).
12413         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12414
12415         * Documentation/user/internals.itely: Improved formatting, fixing
12416         typos.  Added a section `Output details' to describe how the TeX
12417         code looks like.
12418
12419 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12420
12421         * lily/accidental-engraver.cc: Also work with partial measures.
12422
12423 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12424
12425         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12426         spanner.
12427
12428 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12429
12430         * lily/identifier-smob.cc (unpack_identifier): new file.
12431
12432         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12433         pass off scheme expressions as music identifiers.
12434
12435         * scm/lily.scm: reorganisation, cleanups.
12436
12437         * lily/main.cc: small cleanups.
12438
12439 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12440
12441         * lily/ly-module.{cc,hh}: new file.
12442
12443 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12444
12445         * lily/accidental-engraver.cc: Also work with partial measures.
12446
12447 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12448
12449         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12450
12451 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12452
12453         * lily/my-lily-lexer.cc: use SCM module in stead of
12454         Scheme_hash_table. Changes throughout.  
12455
12456 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12457
12458         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12459