]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
Cleanup. Add release marker if missing
[lilypond.git] / ChangeLog
1 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
4         from ChangeLog.
5
6 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7
8         * input/test/chords-below-volta-bracket.ly,
9         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
10
11 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12
13         * input/regression/beam-quant-standard.ly: new file: test standard
14         beam quants.
15
16         * scm/beam.scm (check-quant-callbacks): new function
17         (check-beam-quant): new function: check whether current beam
18         quants match argument.
19
20         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
21         forbidden quant for sitting (upstem)/hanging (downstem) on outer
22         staffline line.
23
24 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
25
26         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
27         functions.
28
29         * lily/note-collision.cc (do_shifts): align colliding notes to
30         their leftmost note.
31
32         * input/regression/collision-alignment.ly: new file.
33
34         * ly/init.ly: don't print gc stats.
35
36         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
37         extra newline
38
39         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
40         for dimensions. This fixes ottava-remove-empty-staff.ly
41
42         * input/regression/lyrics-tenor-clef.ly: new file.
43
44         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
45         cyclic parents when two axis-group-engravers are
46         present. Fixes: crash-axis-group-engraver.ly. 
47         
48         * input/test/volta-chord-names.ly: new file.
49
50         * scm/define-context-properties.scm
51         (all-user-translation-properties): change voltaOnThisStaff
52         definition. 
53
54         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
55         if necessary.
56
57         * lily/volta-bracket.cc (print): handle volta brackets without
58         bars. 
59
60 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
61
62         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
63         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
64
65 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
66
67         * scm/output-gnome.scm: updated instructions for running gnome
68         backend
69
70 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
71
72         * scm/fret-diagrams.scm (draw-dots): default values for dot size
73         and dot-position now depend on finger-code value; in-dot makes
74         dots larger and centered.
75         (draw-barre): added straight-barre indicator option
76         (draw-dots): made fontify-text-white work.
77
78         * music-drawing-routines.ps: added /draw_white_text
79
80         * scm/output-tex.scm:  added white-text
81
82         * scm/output-ps.scm:  added white-text
83
84         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
85         list of stencil expressions
86
87         * scm/stencil.scm: Added fontify-text-white
88
89 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
90
91         * input/regression/+.ly: use @unnumbered section.
92
93 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
94
95         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
96         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
97
98 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
99
100         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
101
102 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
103
104         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
105         was causing an error. (was not actually commited in 2004-06-20)
106
107         * input/regression/lily-in-scheme.ly (withPaddingC): does not
108         breaks anymore
109
110 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
111
112         * VERSION: 2.3.5 released.
113         
114         * lily/my-lily-parser.cc (parse_string): switch module too.
115
116 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
117
118         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
119         ec-fonts-mftraced to running requirements.
120
121 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
122
123         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
124         assignments don't reach the original file.
125
126         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
127         exists
128
129 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
130
131         * scm/output-gnome.scm: 
132         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
133
134         * debian/: Apply Debian patch (Anthony Fok).
135
136 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
137
138         * Documentation/user/music-glossary.tely: fix titling; @top is already
139         an @unnumbered @chapter.
140
141 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
142
143         * debian/GNUmakefile (EXTRA_DIST_FILES):
144         (CONF_FILES): update file list.
145
146         * lily/stencil.cc (interpret_stencil_expression): bugfix.
147
148 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
149
150         * debian/: Remove cruft (requested Anthony Fok.)
151
152         * buildscripts/guile-gnome.sh: Build without gcc libtool version
153         juggling.
154
155         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
156         Add popup menu with grob properties.
157
158         * lily/grob-scheme.cc (ly:grob-properties):
159         (ly:grob-basic-properties): New function.
160
161         * lily/stencil.cc (interpret_stencil_expression): Comment-out
162         "no-origin" call.  Fixes -fps output.
163
164         * scm/output-ps.scm (no-origin): Add dummy implementation.
165
166         * scm/output-gnome.scm (define-origin): Remove
167         (grob-cause): Add.
168
169         * scm/output-ps.scm (scm):
170         * scm/output-tex.scm (scm): Remove define-origin from exports list.
171         (define-origin): Remove.
172
173         * scm/output-gnome.scm (define-origin): 
174
175         * scm/lily.scm (ly:all-output-backend-commands): Remove
176         define-origin.  Add grob-cause.
177
178 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
179
180         * buildscripts/lilypond-words.py: add ly/portugues.ly.
181
182 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
183
184         * Documentation/user/GNUmakefile:
185         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
186         --include-css=.../texinfo.css; command includes css into the html.
187
188         * Documentation/texinfo.css: add file.
189         define <hr> as black and thin.            
190
191 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
192
193         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
194         stencil expression. Junk define-origin.
195
196         * lily/my-lily-parser.cc (parse_string): init parser variable when
197         lexer_ is set, ie. in parse_string and parse_file.
198
199         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
200         ly:score-bookify.
201
202         * scm/lily.scm (collect-scores-for-book): new function.
203
204         * ly/init.ly: print collected scores/musics.
205
206         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
207         scope, not in lily module.
208
209         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
210
211         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
212         encapsulate gtk/pango tests.
213
214         * po/tr.po: Turkish translation.
215
216 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
217
218         * input/regression/lily-in-scheme.ly: regression test for #{
219         ... #} syntax
220
221         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
222         was causing an error.
223
224         * Documentation/user/programming-interface.itely (Using LilyPond
225         syntax inside Scheme): documentation for #{ ... #} syntax.
226
227 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
228
229         * Documentation/index.html.in: use black thin <hr>.
230
231         * buildscripts/mutopia-index.py: use thin black <hr>.
232
233 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
234
235         * scm/fret-diagrams.scm: Use UNIX style line endings.
236         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
237         typo.  Fixes compile.
238
239         * scm/output-ps.scm (white-dot): Remove second incarnation.
240
241         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
242
243 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
244
245         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
246         single file error.
247
248         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
249
250 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
251
252         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
253         remove size as argument to fret-diagram interface;
254         improved white-circle dots for fret;
255         improved top-fret thick line/
256
257         * scm/output-ps.scm: added white-dot function
258
259         * scm/output-tex.scm: added white-dot function
260
261         * tex/music-drawing-routines.ps: added draw_white_dot function
262
263         * ps/music-drawing-routines.ps: added draw_white_dot function
264
265         * input/test/fret-diagram.ly: examples to show multiple
266         functions and multiple interfaces
267
268 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
269
270         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
271         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
272
273         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
274         conflict.  Have I told you lately how much I love autotools?
275
276 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
277
278         * lily/lily-guile.cc: 
279         * lily/pangofc-afm-decoder.cc:
280         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
281         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
282
283         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
284         developers.
285
286         * lily/paper-outputter.cc (file): New method.
287         (dump_string): Use it.
288
289         * scm/output-gnome.scm: Update with pango CVS info, lilylib
290         musing.
291
292         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
293         of them has a comma :-).
294
295         * scm/framework-gnome.scm: Add pango decoders.
296
297         * lily/include/pangofc-afm-decoder.hh: 
298         * lily/pangofc-afm-decoder.cc: New file.
299
300         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
301
302         * configure.in: Check for pango.
303
304         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
305         autoconf).
306         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
307
308         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
309
310 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
311
312         * Documentation/user/tutorial.itely (Integrating text and music):
313         fix grammar & punctuation.
314
315 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
316
317         * lily/: Stray janitorial cleanups.
318
319         * scm/lily.scm (ly:all-stencil-expressions):
320         * scm/lily.scm (ly:all-output-backend-commands): New function.
321
322         * scm/safe-lily.scm (safe-objects): Add them.
323
324         * scm/framework-gnome.scm (<gnome-outputter>): New class.
325
326         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
327
328 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
329
330         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
331
332 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
333
334         * scm/page-layout.scm (default-page-make-stencil): add
335         raggedbottom, raggedlastbottom.
336
337         * Documentation/user/changing-defaults.itely (Page layout): add doc.
338
339         * scm/framework-tex.scm (define-fonts): fix export of
340         papersize.
341
342         * lily/paper-book.cc (classic_output): strip suffixes from
343         framework functions.
344
345         * lily/tuplet-bracket.cc (before_line_breaking): do not return
346         SCM_UNDEFINED to Scheme.
347
348 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
349
350         * lily/book.cc: remove Book::to_stencil().
351         (process): whoops. Score::book_rendering returns vector, not list.
352
353         * scripts/convert-ly.py (conv): remove \notes.
354         apply to input examples.
355
356         * lily/paper-outputter.cc (output_stencil): don't use
357         smobify_self() but self_scm()
358
359         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
360         from smobify_self().
361
362         * lily/paper-book.cc (output): load framework module
363         scm_c_resolve_module().
364
365         * python/lilylib.py (exit): exit with argument i.
366
367 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
368
369         * scm/framework-gnome.scm (output-framework-gnome): Try loading
370         gnome modules from non-toplevel.
371
372         * lily/ly-module.cc (ly:import-module): Export to ly:.
373
374         * lily/paper-score.cc (process): Do not show progress newline.
375
376         * lily/paper-book.cc (output, classic_output): Show progess
377         newline after score.
378
379 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
380
381         * buildscripts/lilypond-words.py: add ly/vlaams.ly
382
383 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
384
385         * lily/score.cc (ly:run-translator): Do not crash on empty music
386         list.
387
388         * lily/book.cc (process): Do not render score when systems is empty.
389
390         * input/simple-song.ly: Down one octave.
391
392         * scm/output-gnome.scm: Remove script again; re-add modules fix
393         (CVS conflict resolve?)
394
395         * lily/stencil.cc (ly:interpret-stencil): Was:
396         interpret_stencil_expression.
397
398 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
399
400         * buildscripts/guile-gnome.sh: New file.
401
402         * scm/output-gnome.scm: White background, better window size, sane
403         canvas size.  Cleanups.
404
405 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
406
407         * VERSION: release 2.3.4
408
409         * Documentation/user/invoking.itexi (Invoking the lilypond
410         binary): document --safe.
411
412         * scm/output-gnome.scm: set PATH in script.
413
414         * scm/page-layout.scm (default-page-make-stencil): don't stretch
415         if there is too few systems on a page.
416
417         * lily/parser.yy (relative_music): start at middle C without pitch
418         argument.
419
420         * Documentation/user/changing-defaults.itely (Page layout): new node.
421         (Paper size): rename node
422         (Page breaking): new node.
423         (Titling): move from invoking.
424         (File structure): new node.
425
426         * lily/parser.yy (score_body): allow \header and music anywhere in
427         \score body.
428
429 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
430
431         * scm/lily.scm (ly:load): Remove page-breaking.scm.
432
433 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
434
435         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
436
437         * lily/include/paper-line.hh: rename to Paper_system.
438
439         * lily/include/paper-book.hh: doc class.
440
441         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
442
443         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
444         (plain-header): add instrument-name.
445         (default-page-make-stencil): bugfixes.
446
447         * lily/parser.yy (book_body): allow \header anywhere in \book{}
448
449         * lily/paper-book.cc: remove copyright & tagline. Remove
450         interactions with Page
451
452         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
453         here, 
454         (default-page-make-stencil): new function
455         (default-page-music-height): new function
456         (page-headfoot): new function
457         (ly:optimal-page-breaks): generate stencils directly from here
458
459         * scm/titling.scm: new file, group titling functions
460
461 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
462
463         * scm/output-gnome.scm: Handle multiple pages.
464
465         * scm/framework-gnome.scm: Do not load output-gnome.
466         (framework-gnome): Invoke output-gnome::header and
467         output-gnome::end-output as faked stencils.  Fixes experimental
468         gnome output.
469
470 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
471
472         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
473         octavation compatibility fixes. Backportme. 
474
475         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
476         pages.
477         (ly:optimal-page-breaks): combine-penalties: no shortcut for
478         negative. Now we handle negative penalties (ie. \pageBreak)
479         correctly.
480
481         * lily/system.cc (get_line): extract page-penalty from the left
482         bound.
483
484         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
485
486 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
487
488         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
489
490 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
491
492         * scm/output-gnome.scm: Update script.  Move development to
493         lilypond_2_3_2 branch for now.
494
495 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
496
497         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
498         negative penalties.
499         cleanups.
500
501         * Documentation/user/changing-defaults.itely (Creating contexts):
502         index entries
503
504         * scm/page-breaking.scm (ly:optimal-page-breaks): new
505         file. Rewrite function. 
506
507         * lily/paper-book.cc (pages): new interface: page-breaking returns
508         list of line-list.
509
510         * lily/page.cc (Page): take lines argument.
511
512         * scm/document-translation.scm (all-engravers-doc): link to user man
513
514         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
515
516         * Documentation/user/notation.itely (Relative octaves): typo.
517
518         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
519
520 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
521
522         * scm/output-gnome.scm: Update build script.
523
524 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
525
526         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
527         gnome backend.
528
529         * scm/framework-gnome.scm: New file.
530
531         * scm/lily.scm: Use it.
532
533         * lily/paper-outputter.cc: Janitorial cleanups.
534         (ly:outputter-dump-string): Remove unreachable statement.
535
536         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
537         (ice-9): Bugfix: Add srfi-1.
538
539         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
540
541 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
542
543         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
544         in do_quit()
545
546 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
547
548         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
549
550 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
551
552         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
553         override of Beam::position-callbacks. Why would grace beams not be
554         quantized? Fixes: weird-stem-size-grace. 
555
556         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
557         warning only once. Backportme.
558
559         * lily/accidental-engraver.cc (number_accidentals_from_sig):
560         bugfix, 2nd try. Backportme.
561
562         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
563
564 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
565
566         * Documentation/user/notation.itely (Instrument transpositions):
567         Correct the name of the instrumentTransposition property.
568
569 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
570
571         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
572
573 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
574
575         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
576         and postLilyPondExample are called when defined.
577
578 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
579
580         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
581         This fixes setting notenames with `\include "nederlands.ly" '
582
583         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
584         new function.
585
586 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
587
588         * scm/page-layout.scm: don't do piece, it should be in score-title
589         only.
590
591         * lily/lexer.ll: lex \score separately.
592
593         * lily/paper-book.cc: junk stencil2line.
594
595         * lily/paper-line.cc (Paper_line): construct from Stencil
596         directly. No futzing with the dimensions.
597
598         * lily/include/paper-line.hh (class Paper_line): 
599
600         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
601         takes arbitrary number of arguments.
602
603         * input/test/markup-score.ly (tuning): simplify example. 
604
605 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
606
607         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
608
609         * scm/define-markup-commands.scm (score): define score-markup
610
611         * lily/parser.yy (markup): use score-markup.
612
613         * lily/score.cc: add ly:score? 
614
615 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
616
617         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
618         fret-parse-string so it prepares for calls to fret-diagram-verbose
619         Changed display constants to props so they are available for
620         \override.
621
622 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
623
624         * VERSION: release 2.3.3
625
626         * stepmake/stepmake/generic-vars.make: unset LANG.
627
628         * input/regression/tuplet-nest.ly: bugfix.
629
630         * lily/tie-performer.cc (stop_translation_timestep): reset
631         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
632
633         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
634         clear repeat_ directly after setting stem_tremolo_. Fixes:
635         tremolo-repeat.ly
636
637         * input/regression/span-bar-break.ly: new file.
638
639         * scm/define-grobs.scm (all-grob-descriptions): remove
640         break-visibility from SpanBar. Fixes: piano-repeat.ly
641
642 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
643
644         * python/lilylib.py (make_ps_images): only compute bbox when needed.
645
646         * scripts/lilypond-book.py (process_snippets): use lily -f ps
647         files for generating pngs. (failed experiment)
648
649         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
650         file with PFA fonts included.
651
652         * lily/score.cc (default_rendering): put header in too.
653
654         * lily/paper-line.cc (LY_DEFINE): change function to
655         ly:paper-line-extent
656
657         * scm/page-layout.scm (default-book-title): only add lines for
658         non-nil fields.
659         (default-score-title): idem.
660
661         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
662
663         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
664
665         * lily/include/paper-book.hh (class Paper_book): remove height_
666         member.
667
668         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
669
670         * lily/ly-module.cc (LY_DEFINE): bugfix.
671
672         * lily/paper-book.cc (book_title): separate function for the book
673         title.
674
675         * scm/page-layout.scm (default-book-title): only account for
676         markup fields.
677
678         * scm/framework-ps.scm: new file. Move high level interface from
679         output-ps.scm
680
681         * scm/music-functions.scm (def-grace-function): move macros from
682         ly/music-functions-init.ly
683
684         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
685         framework-tex.scm
686
687         * scm/framework-tex.scm (dump-line): new file. High level
688         interface for output (pages, systems, header). 
689
690         * lily/include/page.hh (class Page): add is_last_ field.
691
692         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
693
694         * lily/paper-book.cc (split_string): new function
695         (output): output multiple formats, i.e. --format=ps,tex
696
697         * scm/output-ps.scm (output-scopes): dump variables directly.
698         (define-fonts): rewrite for new interface
699
700         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
701
702         * lily/paper-outputter.cc (Paper_outputter): take format argument.
703
704         * lily/main.cc (parse_argv): don't set extension for output.
705
706         * lily/clef-engraver.cc (create_clef): remove
707         Staff_symbol_referencer::set_position() call. 
708
709 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
710
711         * ly/music-functions-init.ly (addlyrics): set the 'origin property
712         with the location argument in music function definitions.
713
714 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
715
716         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
717         staffsymbol dependency.
718
719         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
720         cleanups.
721
722         * lily/book.cc (process): return Paper_book
723         (to_stencil): use Book::process().
724
725         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
726         header_ field. Store in $globalheader
727
728         * lily/parser.yy (book_body): book header is initted to
729         $globalheader.
730
731
732 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
733
734         * input/test/fill-a4.ly: removed.
735
736         * lily/parser.yy (output_def): push scope of parent_ Output_def
737         too.
738
739 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
740
741         * scm/output-gnome.scm: Update info.
742
743 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
744
745         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
746
747         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
748         than 1 module.
749
750         * lily/include/ly-module.hh (ly_use_module): rename is_module to
751         ly_c_module_p.
752
753         * scm/page-layout.scm (default-book-title): move Scheme titling
754         functions to here.
755
756         * lily/parser.yy (book_paper_block): remove scope too.
757
758         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
759
760         * lily/rest.cc: add direction to rest properties.
761
762         * lily/include/output-def.hh: new file, move from
763         music-output-def.hh
764
765 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
766
767         * scm/output-gnome.scm: Describe feta-cork hack.
768
769 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
770
771         * lily/include/book-paper-def.hh: derive from Output_def 
772
773         * lily/include/paper-def.hh: move all functionality out of class.
774         Junk header.
775
776         * lily/include/music-output-def.hh: rename Music_output_def to
777         Output_def.
778
779         * input/wilhelmus.ly: only set space for Paper formatting. 
780
781         * lily/include/midi-def.hh: remove file, remove class.
782         Move functions to Music-output-def.
783
784         * lily/music-output-def.cc (Music_output_def): remove separate
785         translator table. Lookup translators in scope directly. This
786         obviates Context suffix for context identifiers, i.e.
787
788         \context {
789           \Staff
790           .. 
791           }
792
793
794         will work.
795
796
797         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
798
799         * Documentation/user/changing-defaults.itely (Horizontal spacing):
800         document spacing override hack.
801
802 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
803
804         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
805         installation info.  Support point-and-click.  Add +/- zoom
806         keybindings.
807
808 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
809
810         * VERSION: 2.3.2 released
811
812         * lily/parser.yy (book_body): set default bookpaper.
813
814         * scm/output-tex.scm (header): kludge: hard code linewidth. 
815
816         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
817
818 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
819
820         * lily/score.cc (default_rendering): scale outputdef before
821         starting.
822
823 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
824
825         * scm/fret-diagrams.scm: Add header.
826
827         * scm/output-gnome.scm: Hello world :-)
828
829 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
830
831         * scripts/lilypond.py (run_dvips): only add papersize if present.
832
833         * lily/accidental-engraver.cc (update_local_key_signature): new
834         function, fold code from initialize() and process_music().
835         (update_local_key_signature): use deep copy. This fixes one
836         problem from custom-key-signatures.ly.
837         (number_accidentals_from_sig): tighter check for
838         accidental-too-old.
839
840         * ly/engraver-init.ly: remove localKeySignature
841         definition from ChoirStaff, StaffGroup, Score.
842
843         * lily/percent-repeat-engraver.cc (try_music): add moments for
844         barlines too. Fixes: skipbars-percent-repeat.ly.
845
846 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
847
848         * lily/context-def.cc (filter_performers): don't go to cdrloc if
849         skipping last pair. Fixes: crash-bar-number.
850
851         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
852         D. Sorensen)
853
854         * input/test/fret-diagram.ly: new file.
855
856         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
857         (scale-paper): divide by scale.
858
859 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
860
861         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
862         case.
863
864 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
865
866         * scm/stencil.scm (fontify-text): reinstate function
867
868         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
869
870         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
871
872         * lily/parser.yy (book_paper_head): \bookpaper {} 
873
874         * python/midi.c: remove config.h
875
876 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
877
878         * scm/output-gnome.scm: Update.
879
880 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
881
882         * scm/output-gnome.scm: New file.
883
884         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
885
886 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
887
888         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
889         (find_scaled_font): move from Paper_def
890
891 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
892
893         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
894         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
895
896         * po/fr.po: update po.
897
898         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
899
900         * lily/book-paper-def.cc (print_smob): new file.
901
902 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
903
904         * buildscripts/lilypond-words.py: search words also from
905         music-functions-init.ly.
906
907 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
908
909         * ly/music-functions-init.ly (def-music-function): new helper
910         macro for defining music functions. \addlyrics \appoggiatura
911         \acciaccatura \grace \partcombine \autochange \applycontext
912         \applyoutput and \breathe are now defined here thanks to it.
913
914         * lily/parser.yy: 
915         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
916         \grace \partcombine \autochange \applycontext \applyoutput and
917         \breathe keywords removed from the parser.
918
919         * lily/parser.yy: 
920         * lily/music-function.cc (ly_make_music_function): 
921         * lily/lexer.ll (music_function_type): added a case for 0-arg
922         music functions.
923
924 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
925
926         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
927         refering to a music expression can be used in lily-inside-scheme:
928         #{ $music #}
929
930         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
931         and ly:parser-define, and change ly:parser-parse-string in order
932         to make #{ $music #} work.
933
934         * scm/new-markup.scm (compile-markup-expression): when an argument
935         is a string, use `make-simple-markup'.
936
937 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
938
939         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
940
941 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
942
943         * scripts/convert-ly.py (FatalConversionError.func): handle + in
944         font-size. (backportme)
945
946 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
947
948         * lily/paper-outputter.cc (output_stencil): dump font definitions
949         before each stencil.
950
951         * lily/include/paper-book.hh (struct Score_lines): new
952         struct. Collect info per Paper-score.
953
954         * lily/include/page.hh (class Page): to_stencil() returns Stencil
955         everywhere.
956
957         * lily/stencil.cc (find_expression_fonts): new function
958
959         * lily/paper-outputter.cc (output_stencil): use
960         interpret_stencil_expr
961
962         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
963         (interpret_stencil_expr): new function. Generic stencil
964         interpretation.
965
966         * lily/paper-def.cc (find_scaled_font): divide lookup
967         magnification by outpuscale for non-virtual fontmetrics. This
968         fixes ludicrously long font definitions for text
969         fonts. (backportme)
970
971         * lily/score-engraver.cc: remove
972         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
973
974 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
975
976         * input/test/markup-score.ly: Remove \notes.
977
978         * lily/parser.yy (book_body): Grok Composite_music and \header.
979         (markup): Push NOTES mode before score_block.
980
981         * VERSION: release 2.3.1
982
983         * mf/feta-klef.mf: 
984         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
985
986         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
987
988         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
989
990 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
991
992         * scm/output-tex.scm (output-tex-string): tighten safe security.
993
994         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
995
996         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
997         allowed ly functions.
998
999         * lily/ly-module.cc (ly_module_define): only define variable if
1000         bound.
1001         (ly_make_anonymous_module): take safe option.
1002
1003 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1004
1005         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
1006
1007 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1008
1009         * input/regression/newaddlyrics.ly: Fix.
1010
1011         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
1012         \score \notes.
1013
1014 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
1015
1016         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
1017
1018 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1019
1020         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
1021
1022         * lily/paper-line.cc (Paper_line): don't store list of stencils,
1023         but convert to single Stencil immediately.
1024
1025         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
1026
1027 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1028
1029         * scm/output-sodipodi.scm: Resurrect sodipodi output.
1030
1031 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
1032
1033         * elisp/lilypond-mode.el: Changed the way defaults are created for
1034         LilyPond-command-master.  LilyPond-mode will now check the
1035         timestamps of the files to see which command has to run next.
1036
1037 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1038
1039         * scm/bass-figure.scm (format-bass-figure): don't set
1040         number-markup for strings. This fixes string in bass
1041         figure. (backportme)
1042
1043         * lily/parser.yy (bass_number): insert number-markup into figure
1044         definition.
1045
1046         * scm/define-music-properties.scm (all-music-properties): make
1047         'figure a markup.
1048
1049         * scripts/convert-ly.py (conv): \apply -> \applymusic
1050
1051 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
1052
1053         * elisp/lilypond-mode.el: changed the order of some commands
1054         ("Midi" after "2Midi"), use the user-defined
1055         LilyPond-command-default as default instead of "LilyPond"
1056
1057         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
1058         to set the master file for the next command.
1059
1060         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
1061         with font-lock-reference-face.
1062
1063 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
1064
1065         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
1066
1067         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
1068
1069 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1070
1071         * ly/music-functions-init.ly (TODO): new file.
1072
1073         * lily/parser.yy (Generic_prefix_music_scm): add more
1074         music_function symbols.
1075         (Prefix_composite_music): change \apply to music-function   
1076
1077         * lily/include/music-function.hh: rename to music-function
1078
1079 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1080
1081         * lily/music-head.cc (LY_DEFINE): change order of args.
1082
1083         * input/regression/music-head.ly (texidoc): new file.
1084
1085         * lily/parser.yy (Generic_prefix_music): allow generic
1086         music-transformation functions. 
1087
1088         * lily/include/music-head.hh (is_music_head): new file.
1089
1090         * lily/music-head.cc (get_music_head_transform): new file.
1091
1092 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1093
1094         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
1095         empty extent. This fixes ottava brackets on rests. (backportme)
1096
1097         * make/lilypond.redhat.spec.in (Group): ln png files for info.
1098
1099         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
1100
1101         * cygwin/lily-wins.py: update for the lily-wins.py script.
1102
1103 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1104
1105         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
1106         code. This will obviate typeset_grob () in the future.  The effect
1107         of this is that improperly written spanner handling will result in
1108         invalid spanner bounds.
1109         (announce_grob): add to elems_ from here
1110         (typeset_grob): comment out.  
1111
1112         * lily/include/engraver.hh (make_spanner): new calling interface
1113         for make_{item,spanner}. This obviates most calls to
1114         announce_grob().
1115
1116         * scm/music-functions.scm (set-accidental-style): use GrandStaff
1117         iso. PianoStaff for piano styles.
1118
1119 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
1120
1121         * Documentation/user/music-glossary.tely: add segno after d.s.
1122
1123 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1124
1125         * lily/include/audio-column.hh: remove unused variables.
1126         (patch by Michael Welsh Duggan)
1127
1128         * flower/include/axes.hh (other_axis): inline Axes function
1129         (thanks to David Brandon).
1130
1131 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1132
1133         * cygwin/mknetrel: Install image links (backportme).
1134
1135         * Documentation/user/GNUmakefile (local-install-info): Activate
1136         actual installing of image links (backportme).
1137
1138 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1139
1140         * Documentation/user/notation.itely (Measure repeats): Removed
1141         unnecessary (and confusing) \context Voice{.
1142
1143 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1144
1145         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
1146
1147         * lily/page.cc (Page): Do not use ly_scheme_function for
1148         volatile/configurable variables (FIXME: better name).
1149
1150         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
1151         get_scmvar).
1152
1153 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1154
1155         * scripts/convert-ly.py (FatalConversionError.subst): use
1156         \transposition.
1157
1158 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1159
1160         * lily/include/page.hh (class Page): Declare left_margin ().
1161
1162         * lily/page.cc: Remove paper var caching.
1163
1164 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1165
1166         * Documentation/user/music-glossary.tely: Add name to @top node.
1167         Remove comment from @table definitions (workaround for makinfo
1168         bug).
1169
1170         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
1171         ly:stencil-get-expr).  Update callers.
1172         (ly:stencil-align-to!):  Return stencil too.
1173
1174         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
1175         stencil.  Remove looped line-based page output.
1176         (output_line): Use line stencil.  Remove looped stencil-based line
1177         output.
1178
1179         * lily/page.cc (ly:page-paper-lines): New function.
1180
1181         * input/test/markup-score.ly: New file.
1182
1183         * scm/define-markup-commands.scm (stencil): New markup.
1184
1185         * lily/book.cc (to_stencil): New method.
1186
1187         * lily/parser.yy (markup): Use it to grok \score.
1188
1189 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1190
1191         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
1192
1193         * lily/paper-book.cc (pages): Change signature.  Update callers.
1194
1195         * lily/include/page.hh:
1196         * lily/page.cc: New file.
1197
1198         * lily/paper-line.cc (to_stencil): New method.
1199
1200         * lily/paper-outputter.cc (output_stencil): New method.
1201
1202         * lily/paper-outputter.cc (output_line): Use them.
1203
1204         * lily/warn.cc: Remove.
1205
1206         * lily/my-lily-parser.cc (distill_inname): Remove.
1207
1208         * flower/include/file-name.hh: 
1209         * flower/file-name.cc: New file.  Update users.
1210
1211         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
1212         (find): New method of same name.
1213
1214         * lily/my-lily-parser.cc (ly:parse-file): Use it.
1215
1216         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1217         constant error message.
1218
1219 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
1220
1221         * input/test/{blank-notes.ly,staff-container.ly}: typos.
1222
1223 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1224
1225         * Documentation/user/music-glossary.tely: @table @strong' replaced
1226         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
1227         (backportme).
1228
1229 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1230
1231         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1232
1233         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1234         #{ lily music expression #} that returns an equivalent scheme
1235         music expression by parsing the string.
1236
1237 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1238
1239         * lily/my-lily-parser.cc:
1240         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1241         SCM string (foo.ly/toto.scm support).
1242
1243 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1244
1245         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1246
1247 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1248
1249         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1250
1251         * scripts/lilypond-book.py: LY code that includes \header is
1252         not assumed to be a fragment.
1253
1254 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1255
1256         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1257         tremolo beams up.
1258
1259         * lily/stem.cc (chord_start_y): Return 0 if no heads.
1260         (get_default_stem_end_position): No tremolo head juggling if no
1261         heads.  Fixes tremolo crash on rests (backportme).
1262
1263         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1264
1265 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1266
1267         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1268         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1269
1270         * lily/lexer.ll: Allow \encoding in NOTES mode.
1271
1272         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1273         for lyrics, not for commands.
1274
1275         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1276         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1277
1278         * input/regression/newaddlyrics.ly: New file.
1279
1280         * Documentation/topdocs/NEWS.texi: Update.
1281
1282         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1283         (Music_list): Allow embedded scm.
1284
1285         * lily/score.cc (ly:score-bookify): New function.
1286
1287         * lily/music.cc (ly:music-scorify): Idem.
1288
1289         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1290         (ly:parser-print-score): Idem.
1291
1292         * scm/lily.scm (default-toplevel-book-handler): Idem.
1293         (default-toplevel-music-handler): Idem.
1294         (default-toplevel-score-handler): Idem.
1295
1296         * ly/declarations-init.ly: Set default toplevel handlers.
1297
1298         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1299
1300         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1301         printer for score at toplevel.
1302
1303 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1304
1305         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1306         Fix for simple case: input/simple-song.ly, more complex stuff
1307         does not work yet.
1308
1309 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1310
1311         * lily/parser.yy (Prefix_composite_music): split Composite_music
1312         in Prefix_composite_music and Grouped_music_list.
1313         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1314
1315 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1316
1317         * scm/lily.scm (toplevel-expression): New define.
1318
1319         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1320
1321         * lily/parser.yy (toplevel_expression): Use it.
1322
1323         * lily/include/my-lily-parser.hh: Smobbify.
1324
1325         * lily/my-lily-parser.cc (parse_string): New method.
1326
1327         * lily/my-lily-parser.cc (ly:parse-string): New function.
1328
1329         * Documentation/user/lilypond.tely: Add comment and workaround for
1330         gs-8.01 crash.  Fixes make web.
1331
1332         Simplification of toplevel music.
1333
1334         * lily/lexer.ll, lily/parser.yy:
1335
1336         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1337         shift/reduce problem.
1338
1339         * Use NOTES mode at start of maininput.
1340
1341         * Grok toplevel composite music expression, put in score and book.
1342
1343         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1344
1345         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1346
1347         * input/simple.ly: New file.
1348
1349         * input/simple-song.ly: Idem.
1350
1351 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1352
1353         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1354         Sandberg.
1355
1356 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1357
1358         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1359
1360 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1361
1362         * input/regression/accidental-octave.ly: doc automatic showing
1363         of note names.
1364
1365 2004-04-16  Heikki Junes <janneke@gnu.org>
1366
1367         * po/fi.po: do "make po && make -C po po-update" at top-level,
1368         then "cp po/out/fi.po po/fi.po" and update fields.
1369
1370         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1371
1372 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1373
1374         * Documentation/user/introduction.itely (About this manual): Fix
1375         templates and regression urls (backportme).
1376
1377 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1378
1379         * ly/engraver-init.ly (Score:graceSettings): Increase
1380         beamed-lengths, especially for 32nd notes.
1381
1382         * Documentation/user/notation.itely (Grace notes): Correct the
1383         syntax for add-grace-property example.
1384
1385 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1386
1387         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1388         `Generated' tag.
1389
1390         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1391         Severely broken (the Debian package, at least).
1392
1393 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1394
1395         * lily/context.cc (find_create_context): assign to lvalue.
1396
1397 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1398
1399         * lily/include/translator.hh (class Translator): rename
1400         get_parent_context() to context () to avoid confusion.
1401
1402         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1403
1404         * lily/lexer.ll: change is_string -> ly_c_string_p 
1405
1406         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1407
1408         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1409
1410         * VERSION: release 2.3.0
1411
1412         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1413
1414         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1415         if nonempty.
1416
1417         * lily/include/context.hh (class Context): make members protected.
1418         (children_contexts): new accessor function.
1419
1420         * lily/include/translator.hh (class Translator): make
1421         daddy_context_ protected.
1422         (class Translator): clean up. 
1423
1424         * lily/include/context.hh (class Context): make daddy_context_
1425         private.
1426
1427         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1428         higher for finding Voice. (backportme)  
1429
1430         * lily/include/context.hh (class Context): remove
1431         find_context_below() as a method.
1432
1433         * Documentation/user/notation.itely (The Lyrics context): add note
1434         about manual durations
1435
1436         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1437         encoding.
1438
1439         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1440
1441 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1442
1443         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1444         \usepackage{inputenc}
1445
1446         * lily/paper-book.cc (classic_output): don't advance Offset for
1447         TeX output.
1448
1449         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1450         ec-sauter.map in rules
1451
1452         * mf/ecb.mf (font_identifier): new file, based on ecbx
1453
1454         * mf/ecb10.mf (gensize): new file.
1455
1456         * Documentation/topdocs/NEWS.texi (Top): document some more new
1457         features.
1458
1459         * ly/declarations-init.ly: run convert-ly
1460
1461         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1462         from input-file-results. Remove input-file-results.* 
1463
1464 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1465
1466         * scm/output-ps.scm (font-command): Fix, again.
1467
1468         * input/test/title-markup.ly: Add \noPagebreak test.
1469
1470         * lily/score-engraver.cc (try_music): Bugfix.
1471
1472 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1473
1474         * lily/main.cc (main_with_guile): excise dependency options -M and
1475         --dep-prefix
1476
1477         * lily/input-file-results.cc: excise Makefile dependency code
1478
1479         * Documentation/user/invoking.itexi (Invoking the lilypond
1480         binary): remove dep doco
1481
1482         * lily/main.cc (main_with_guile): call lilypond-main
1483
1484         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1485
1486         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1487         exception.
1488
1489         * lily/my-lily-parser.cc: remove paper_description function
1490
1491         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1492         new function.
1493
1494         * lily/main.cc: remove global_score_count.
1495
1496         * lily/book.cc (process): don't take header from global_input_file.
1497
1498         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1499
1500         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1501
1502         * lily/music-output-def.cc (LY_DEFINE): new function
1503         ly_output_description. This function does the bulk for  setting,
1504         parsing and breaking down of an input file.
1505
1506         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1507         anonymous modules globally. Let's hope they get GCd
1508
1509         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1510
1511 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1512
1513         * scm/output-ps.scm (header): Papersize from paper.
1514
1515         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1516         for classic output.
1517
1518         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1519         lilypondclassic is defined.
1520         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1521
1522         * input/regression/between-systems.ly: Remove.
1523
1524         * python/lilylib.py (get_bbox): Fix regular expression
1525         for bounding box.
1526
1527         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1528
1529         * scm/output-tex.scm (stop-page): Use it.
1530
1531         * scm/output-ps.scm (define-fonts): Bugfix.
1532
1533         * lily/grob.cc: Add penalty to interface.
1534
1535         * lily/include/paper-line.hh (class Paper_line): New member
1536         var penalty_.
1537
1538         * lily/system.cc (get_line): Initialise Paper_line with
1539         page-penalty's from original grobs.
1540
1541         * scm/define-music-properties.scm (all-music-properties): Add
1542         page-penalty.
1543
1544         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1545
1546         * lily/score-engraver.cc (try_music): Handle page-penalty.
1547
1548         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1549
1550 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1551
1552         * ly/declarations-init.ly (melismaEnd): typo
1553
1554         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1555
1556         * scm/output-ps.scm (text): split string into spaces, use moveto
1557         for setting space. 
1558
1559 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1560
1561         * po/nl.po: Update.
1562
1563         * scm/font.scm (add-cmr-fonts): Typo.
1564
1565 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1566
1567         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1568         font-encoding.
1569
1570         * scm/define-grobs.scm (all-grob-descriptions): idem.
1571
1572         * lily/time-signature.cc (numbered_time_signature): idem.
1573
1574         * scm/font.scm (add-cmr-fonts): use real encoding names for
1575         font-encoding.
1576
1577 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1578
1579         * lily/paper-book.cc (classic_output): 
1580         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1581         Fixes classic output.
1582         (lilypondstart):
1583         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1584         kludge.
1585
1586         * scripts/old-lilypond-book.py: Remove.
1587
1588         Page layout for SCOREs enclosed in a BOOK:
1589
1590         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1591         layout tweaking.
1592
1593         * input/les-nereides.ly (theScore): Add \book.
1594
1595         * input/test/title-markup.ly: Add \book.
1596
1597         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1598         only if 'verbose.
1599
1600         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1601
1602         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1603
1604         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1605         * scm/output-tex.scm (start-system): Update for page layout by
1606         LilyPond.
1607
1608         * scm/output-ps.scm (start-system): Previously (new-start-system).
1609
1610         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1611         passed to define-fonts.
1612
1613         * lily/paper-column.cc: 
1614         * lily/system.cc (get_line):
1615         * ly/property-init.ly (newpage): 
1616         * scm/define-grob-properties.scm:
1617         * scm/output-ps.scm: 
1618         * scm/output-tex.scm: Remove between-system-string kludge.
1619
1620         * scm/output-ps.scm (define-fonts, font-command,
1621         font-load-encoding): Handle ENCODING = #f.
1622
1623         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1624
1625         * scm/define-markup-commands.scm (fill-line): Use
1626         make-simple-markup (WAS: unexisting make-word-markup).
1627
1628         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1629         ENCODING, MARKUP parameters for interpret_string.
1630
1631         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1632
1633         * lily/score.cc (book_rendering): New method.
1634         (default_rendering): Create Paper_book helper locally, dump
1635         output.
1636
1637         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1638
1639         * lily/parser.yy: Handle \book.
1640
1641         * lily/include/book.hh: 
1642         * lily/book.cc: New file.
1643
1644 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1645
1646         * lily/text-item.cc (interpret_string): new file, select font with
1647         encoding.
1648
1649         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1650
1651         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1652
1653         * lily/parser.yy (markup): take encoding from lexer.
1654
1655 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1656
1657         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1658
1659         * scm/output-ps.scm: Remove some cruft.
1660
1661 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1662
1663         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1664
1665         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1666
1667 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1668
1669         * scm/font.scm (add-century-schoolbook-fonts):
1670         (make-century-schoolbook-tree): New function.
1671
1672         * input/test/title-markup.ly: Use Century Schoolbook font.
1673
1674 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1675
1676         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1677         to Erik Sandberg) 
1678
1679         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1680
1681         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1682
1683         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1684
1685         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1686
1687 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1688
1689         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1690         solo-state (at end of solo), we can set the solo status
1691         too. (backportme.)
1692
1693         * input/regression/part-combine-solo-end.ly: new file.
1694
1695 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1696
1697         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1698         flavour abc files.  Really ignore unknown keys (backportme).
1699
1700 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1701
1702         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1703         magnification_ when looking up in orig_.
1704
1705         * scm/output-tex.scm (text): switch off char-mapping.
1706
1707         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1708         because AFM's encoding field cannot have spaces.
1709
1710 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1711
1712         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1713
1714 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1715
1716         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1717
1718         * mf/cmr.enc: new file, without hi-bit ascii info. 
1719
1720         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1721         width. This removes the 'hook' at the end of a long slur.
1722
1723         * buildscripts/mf-to-table.py (parse_logfile): don't append
1724         encoding to fontname.
1725
1726 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1727
1728         * scm/output-ps.scm (define-fonts): Load .enc only once.
1729
1730         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1731         too.
1732
1733 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1734
1735         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1736         encoding field.
1737
1738         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1739
1740         * ly/portuges.ly (pitchnames): new file.
1741
1742         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1743         Michael Welsh Duggan
1744
1745         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1746
1747         * ly/nederlands.ly: add comment about digits.
1748
1749         * lily/scaled-font-metric.cc (derived_mark): idem.
1750
1751         * scm/encoding.scm (make-encoding-mapping): change permutation to
1752         mapping.
1753
1754         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1755         (Modified_font_metric): make alist for coding_description_
1756         (LY_DEFINE): remove coding-name.
1757
1758         * scm/output-tex.scm (text): remove debugging code.
1759
1760         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1761
1762         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1763         from infile.
1764
1765         * mf/feta-generic.mf: move fet_beginfont into generic code.
1766         use fetaMusic (without space) as encoding
1767
1768         * mf/feta-autometric.mf: take encoding argument
1769
1770         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1771
1772         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1773         use.
1774
1775         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1776         name.
1777
1778 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1779
1780         * input/test/title-markup.ly: Set inputencoding.
1781
1782         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1783
1784         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1785
1786         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1787         function.
1788         (coding-alist): Also hold filename, command.
1789         (read-encoding-file): Return symbols.
1790
1791 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1792
1793         * scm/output-tex.scm: remove fontify; text and char take a font
1794         argument.
1795
1796         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1797
1798         * lily/scaled-font-metric.cc (text_dimension): init
1799         coding_{permutation,table}_ too 
1800         (LY_DEFINE): ly:font-encoding, new function return
1801
1802         * lily/paper-def.cc (find_scaled_font): take input coding from
1803         inputcoding paper var.
1804
1805         * lily/performance.cc (output): remap modulo 16.
1806
1807         * lily/text-item.cc (interpret_markup): whoops, variable
1808         shadowing fixed.
1809
1810 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1811
1812         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1813         symbols, not symbols to strings.
1814
1815         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1816         symbols, not symbols to strings.
1817
1818 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1819
1820         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1821         (ly:kpathsea-gulp-file): New function.
1822
1823         * scm/encoding.scm (read-encoding-file): Use it.
1824
1825 2004-04-06  Werner Lemberg  <wl@gnu.org>
1826
1827         * scm/encoding.scm (coding-alist): Fix typo.
1828
1829 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1830
1831         * lily/scaled-font-metric.cc (text_dimension): move function from
1832         Font_metric
1833         (make_scaled_font_metric): init coding_scheme_ to TeX
1834         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1835
1836         * lily/include/scaled-font-metric.hh (struct
1837         Modified_font_metric): rename from Scaled_font_metric
1838
1839         * scm/encoding.scm (read-encoding-file): split up large function,
1840         leave caching to (delay)
1841
1842         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1843
1844 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1845
1846         * lily/my-lily-lexer.cc (set_encoding): New method.
1847
1848         * lily/lexer.ll: Grok \encoding.
1849
1850         * lily/font-metric.cc (get_encoded_index): New function.
1851
1852         * lily/include/font-metric.hh (coding_scheme): New method.
1853
1854         * scm/encoding.scm: New file.
1855
1856         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1857
1858 2004-04-05  Werner Lemberg  <wl@gnu.org>
1859
1860         * Documentation/user/tutorial.itely: Revised (finished).
1861
1862         * Documentation/user/macros.itexi (@separate): Removed.
1863
1864 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1865
1866         * scm/output-ps.scm (define-fonts): fix scaling.
1867
1868         * lily/scaled-font-metric.cc (design_size): add function.
1869
1870         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1871         partial cut&paste of ly:font-magnification.
1872
1873 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1874
1875         * scm/output-ps.scm (define-fonts):
1876         (fontify): Update.
1877
1878 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1879
1880         * po/fr.po: update. (backportme).
1881
1882         * po/nl.po: update. (backportme). 
1883
1884         * mf/feta-beugel.mf: document why design size is not fixed.
1885
1886         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1887
1888 2004-04-04  Werner Lemberg  <wl@gnu.org>
1889
1890         * Documentation/user/tutorial.itely: Revised (continued).
1891
1892 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1893
1894         * po/nl.po: Update (backportme).
1895
1896 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1897
1898         * po/de.po: update. (backportme).
1899
1900         * scm/output-tex.scm (font-command): use ly: functions to
1901         construct name.
1902         (define-fonts): don't use alist, just dump \font definitions.
1903         (font-load-command): calculate proper scaling by taking
1904         outputscale from paper argument.
1905
1906         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1907         expression.
1908
1909         * lily/paper-outputter.cc (output_header): pass paper arg to
1910         define-fonts
1911
1912         * lily/paper-def.cc (font_descriptions): dump list of
1913         Scaled_font_metrics
1914         (find_scaled_font): take Font_metric argument, store
1915         Scaled_font_metrics in hash-table containing (size ->
1916         Scaled_font_metrics) alist.
1917         (get_dimension): rename from get_realvar
1918
1919         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1920         ly:font-magnification, ly:font-name: new functions
1921
1922 2004-04-03  Werner Lemberg  <wl@gnu.org>
1923
1924         * Documentation/user/dedication.itely,
1925         Documentation/user/preface.itely,
1926         Documentation/user/introduction.itely,
1927         Documentation/user/tutorial.itely: Revised.
1928         Removing leading spaces which distorts output if info files are read
1929         with stand-alone info.
1930         Removing superfluous inter-word spaces which also distorts output
1931         for stand-alone info.
1932         Using ` and ' instead of `` and '' everywhere to improve
1933         legilibility with stand-alone info
1934         Using @samp for single-letter input items and data which contains
1935         spaces, @code for other things.
1936
1937         * lily/grob-interface.cc: Adding copyright.
1938         (check_interfaces_for_property): Improve format of warning message.
1939
1940 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1941
1942         * lily/include/font-metric.hh (struct Font_metric): add
1943         design_size () method.
1944
1945         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1946
1947         * lily/afm.cc (read_afm_file): read design size.
1948
1949         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1950
1951         * scm/music-functions.scm (unfold-repeats): handle dots too.
1952
1953 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1954
1955         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1956         (backportme)
1957
1958 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1959
1960         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1961         lyric indent.  Revert melismaBusyProperties using \unset.
1962
1963 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1964
1965         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1966
1967         * lily/parser.yy (command_element): allow redefinition of |
1968         meaning.
1969
1970         * lily/break-align-engraver.cc (acknowledge_grob): construct
1971         LeftEdge where the first cause for alignment is coming from.
1972         This makes \override Staff.LeftEdge work as expected.
1973
1974
1975         * lily/slur-performer.cc (Slur_performer): add inits
1976
1977         * lily/beam-performer.cc (Beam_performer): add inits
1978
1979 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1980
1981         * VERSION (PACKAGE_NAME): release 2.2.0
1982
1983         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1984
1985 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1986
1987         * lily/cluster.cc (height): Fix warning.
1988
1989         * lily/parser.yy: Janitorial cleanups.
1990
1991         * Documentation/user/tutorial.itely (Tutorial): Typo.
1992
1993 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1994
1995         * lily/change-iterator.cc (process): search at multiple context
1996         levels. This fixes 
1997
1998
1999         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
2000         not voice-state index for tie state. This fixes a partcombine
2001         problem with ties.
2002
2003         * Documentation/user/tutorial.itely (Commenting input files): add
2004         note about convert-ly.
2005
2006         * input/test/cadenza-skip.ly:  new file.
2007
2008 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2009
2010         * po/nl.po: Spelling fixes.
2011
2012         * autogen.sh (srcdir): Regenerate.
2013
2014         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
2015         autogen.sh.
2016
2017         * configure.in: Use C++ to check for C++ header.
2018
2019         * po/nl.po: Update.
2020
2021         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
2022
2023         * lily/event.cc (to_relative_octave): Translatable sentence should
2024         be one string.
2025
2026         * python/lilylib.py (warranty): Year range is not translatable.
2027         It's 2004 already!
2028
2029         * flower/warn.cc (non_fatal_error, warning, programming_error):
2030         Remove whitespace from translated string.
2031
2032 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2033
2034         * VERSION: release 2.1.37.
2035
2036 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2037
2038         * configure.in: check for C language.
2039
2040         * lily/source-file.cc: include strstream without h.
2041
2042         * scm/documentation-generate.scm (string-append): use name without
2043         .texi.
2044
2045         * autogen.sh (srcdir): SUSE fix.
2046
2047         * Documentation/user/notation.itely (Ancient clefs): idem.
2048
2049         * Documentation/user/lilypond-book.itely (Integrating HTML and
2050         music): idem.
2051
2052         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
2053
2054         * lily/change-iterator.cc (process): use find_existing_context().
2055
2056         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
2057
2058         * input/regression/repeat-unfold-tremolo.ly: new file.
2059
2060         * scm/music-functions.scm (unfold-repeats): undo music compression
2061         too.
2062
2063         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
2064         (LY_DEFINE): ly:music-compress new function.
2065
2066         * scm/part-combiner.scm (determine-split-list): split for voice
2067         crossings
2068
2069         * input/regression/part-combine-cross.ly: new file.
2070
2071         * scm/part-combiner.scm (make-part-combine-music): don't do
2072         relative inside partcombine arguments.
2073
2074         * scm/music-functions.scm (make-non-relative-music): new function.
2075
2076         * Documentation/user/notation.itely (Automatic part combining):
2077         add note about \relative.
2078
2079         * lily/part-combine-iterator.cc (construct_children): add
2080         start_moment_ member.
2081
2082         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
2083         stem-tremolo by stem object. This fixes no stem for tremolo bug.
2084
2085         * lily/stem-tremolo.cc (print): don't crash for no-stem.
2086
2087         * Documentation/user/changing-defaults.itely (Which properties to
2088         change): fixes.
2089
2090 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2091
2092         * po/fr.po: update.
2093
2094 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2095
2096         * input/wilhelmus.ly: More original lyrics.  Add to examples.
2097
2098         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
2099         Reinstate old code that issues warning.  Fixes --srcdir build.
2100
2101 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2102
2103         * input/wilhelmus.ly: New file.
2104
2105         * Documentation/user/notation.itely: 
2106         * Documentation/user/introduction.itely:
2107         * Documentation/user/tutorial.itely: Use quote ly-option instead
2108         of explicit @quotation.  This fixes too long lilypond linewidths
2109         resulting in overful hboxes.
2110
2111         * scripts/lilypond-book.py: Add ly-option: `quote'.
2112
2113 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2114
2115         * tex/titledefs.tex: Avoid that the first score line is extra
2116         indented if instrument is defined but not piece.
2117
2118 2004-03-30  Werner Lemberg  <wl@gnu.org>
2119
2120         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
2121         `lilypond/' to info file name.
2122         (@usermanref) [info]: New variant.
2123
2124         * scm/documentation-generate.scm: Fix definition of @usermanref
2125         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
2126         to info file name.
2127
2128 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2129
2130         * VERSION: release 2.1.36
2131
2132         * Documentation/user/changing-defaults.itely (Interpretation
2133         contexts): rewrite introduction.
2134
2135 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
2136
2137         * scm/define-markup-commands.scm: Use TeX accents instead of
2138         straight iso-8859-1 encoding in the doc string.
2139
2140 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2141
2142         * Documentation/user/tutorial.itely (A lead sheet): remove extra
2143         space after dotted duration.
2144
2145 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2146
2147         * Documentation/user/introduction.itely: 
2148         * Documentation/user/notation.itely:
2149         * Documentation/user/tutorial.itely: Up all relative examples.
2150         Enclose @lilypond displays in @quotation.  Typos and corrections.
2151
2152         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
2153
2154 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2155
2156         * scm/music-functions.scm (make-voice-props-revert): Revert also
2157         MultiMeasureRest staff-position in oneVoice.
2158
2159 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
2160
2161         * Documentation/user/changing-defaults.itely, 
2162         Documentation/user/lilypond.tely: few fixes. Place no comma between
2163         two options: a and b, but commas between three options: a, b, and c.
2164         By this manner, grouping is possible: a and b, and c and d.
2165
2166 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2167
2168         * Documentation/user/GNUmakefile: add rule for .nexi
2169
2170 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2171
2172         * Documentation/user/music-glossary.tely: move glossary direntry
2173
2174         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
2175         only do mkdir/install-info if INFO_INSTALL_FILES != "".
2176
2177 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2178
2179         * stepmake/aclocal.m4: Verify that gettext configure check with
2180         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
2181
2182 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2183
2184         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
2185         glob.glob for .png filenames. This catches multipage pngs.  
2186
2187         * Documentation/user/changing-defaults.itely (Determining the grob
2188         property): fix references.
2189
2190         * lily/staff-symbol.cc (print): only add extent if non empty.
2191         This fixes staff-container.ly.
2192
2193         * lily/timing-engraver.cc (initialize): init whichBar, so a score
2194         starting with a mmrest also works.
2195
2196         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
2197         PNG for texinfo too.
2198
2199         * po/lilypond.pot: update translation strings.
2200
2201         * VERSION: 2.1.35 released
2202
2203         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
2204         context argument too.
2205
2206         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
2207
2208         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
2209
2210         * python/lilylib.py (command_name): don't return 1st path
2211         component.
2212
2213         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
2214         .png case separately.
2215
2216         * python/lilylib.py (system): typo.
2217
2218 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2219
2220         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
2221         run indent-region.
2222
2223         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
2224         Fixes compile.
2225
2226         * lily/function-documentation.cc: Compile fix: Include <string.h>.
2227         Add header.
2228
2229 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
2230
2231         * vim/lilypond-indent.vim: small fixes.
2232
2233 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2234
2235         * Documentation/user/notation.itely (Entering lyrics): Add example
2236         with correct english double quotes (at least for LaTeX output,
2237         maybe not a good idea if we switch to PS as the default output
2238         format).
2239
2240 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2241
2242         * lily/staff-performer.cc (create_audio_elements): play instrument
2243         changes before notes arrive. This fixes instrument of the first
2244         note in a score.
2245
2246         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
2247         to 1.9.0 conversion.
2248
2249         * lily/mark-engraver.cc: doc string.
2250
2251         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
2252
2253         * Documentation/user/introduction.itely (Introduction): new node.
2254
2255 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2256
2257         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
2258
2259         * input/regression/spacing-ragged-last.ly: new file.
2260
2261         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
2262         spacing.
2263
2264         * scm/font.scm: rewrite using GOOPS.
2265
2266         * lily/context-def.cc (filter_engravers): derefence pointer.
2267
2268         * lily/lily-guile.cc (type_check_assignment): use
2269         ly_scheme_function iso. scm_primitive_eval where possible.
2270
2271         * lily/performance.cc (output): limit channels at 15. This fixes
2272         percussion inadvertently showing up in large scores.
2273
2274 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2275
2276         * input/regression/tuplet-gap.ly: new file.
2277
2278         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2279         (print): compute gap length from number size, include italic
2280         correction.
2281
2282         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2283         tuplet-bracket
2284
2285         * scm/paper.scm (set-default-paper-size): new function, to be
2286         called at toplevel.
2287         (set-paper-size): new function, to be called inside \paper {}
2288         (set-default-paper-size): new function, to be called at toplevel.
2289
2290         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2291
2292         * lily/beam-performer.cc (process_music): idem.
2293
2294         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2295
2296         * tex/titledefs.tex: remove scshape for piece.
2297
2298         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2299         font-family
2300
2301         * lily/time-signature.cc (special_time_signature): font-encoding
2302         not family.
2303
2304         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2305         dynamic to head. This fixes p placement in morgenlied.
2306
2307 2004-03-23  Werner Lemberg  <wl@gnu.org>
2308
2309         * stepmake/stepmake/generic-targets.make (help): Improve text.
2310
2311 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2312
2313         * VERSION: 2.1.34 released
2314
2315         * lily/main.cc (main_with_guile): switch debugging.
2316
2317         * lily/system.cc (get_line): plug leak.
2318
2319         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2320         and contents.
2321         (stencil2line): plug leak.
2322
2323         * Documentation/user/changing-defaults.itely (Determining a grob
2324         property):  new node.
2325         (Layout interfaces): new node.
2326         (Navigating the program reference): new node.
2327
2328         * lily/accidental-engraver.cc (acknowledge_grob): add property
2329         harmonicAccidentals
2330
2331         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2332         general cleanups.
2333
2334         * input/les-nereides.ly (middleDynamics): resurrect Les
2335         nereides. Remove pedal hack.
2336
2337 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2338
2339         * input/regression/property-grace-polyphony.ly: new file.
2340
2341         * lily/translator-property.cc (execute_pushpop_property): only pop
2342         one instance of the property. This fixes << \\ >> together with
2343         \grace.
2344
2345         * lily/break-align-interface.cc (ordered_elements): we cannot
2346         modify the #'elements property, so return reordered array.
2347
2348 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2349
2350         * buildscripts/lilypond.words.py: remove.
2351         * buildscripts/lilypond-words.py: add new, renamed file. 
2352         Give generated targets and dirs explicitly in arguments.
2353
2354         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2355         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2356         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2357
2358         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2359
2360         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2361
2362         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2363         orders.
2364
2365         * vim/GNUmakefile: add local-uninstall target.
2366
2367         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2368
2369         * vim/vimrc: add a one-liner file.
2370
2371         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2372         vimrc in EXTRA_DIST_FILES.
2373
2374         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2375
2376 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2377
2378         * config.make.in: add vimdir.
2379
2380         * vim/GNUmakefile: add local-install.
2381
2382 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2383
2384         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2385         with \lilypondifundefined{blabla}. Solves problem with multiple
2386         titles in the same lilypond-book document.
2387
2388 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2389
2390         * scm/document-backend.scm (interface-doc): sort grob list for
2391         interface.
2392
2393         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2394         pre/post break align-order.
2395
2396         * spelling patch courtesy Edward Sutton.
2397
2398         * Documentation/user/changing-defaults.itely (Changing context
2399         default settings): new node.
2400         (Defining new  contexts): new node.
2401
2402         * scripts/lilypond-book.py (is_derived_class): use numbers
2403         iso. booleans.
2404
2405         * python/lilylib.py (make_ps_images): add margin to PS images.
2406
2407         * scripts/lilypond-book.py (is_derived_class): new function. Take
2408         class arg iso. object.
2409         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2410         for bug in GS/dvips.
2411
2412         * lily/text-item.cc (interpret_markup): idem.
2413
2414         * scm/define-markup-commands.scm: remove split around-space hack.
2415
2416         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2417         function, fold WL's fixes into one function.
2418
2419 2004-03-22  Werner Lemberg  <wl@gnu.org>
2420
2421         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2422         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2423         (Note_column::head_position_interval): Do proper rounding for
2424         calls to Staff_symbol_referencer::get_position.
2425
2426 2004-03-21  Werner Lemberg  <wl@gnu.org>
2427
2428         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2429         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2430         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2431         (My_lily_parser::parse_file): Improve formatting progress indication
2432         sent to stdout.
2433
2434 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2435
2436         * VERSION: 2.1.33 released.
2437
2438         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2439
2440         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2441
2442         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2443         warning is issued about dummy.dep.
2444
2445         * scm/new-font.scm: fix design sizes of nummer
2446
2447 2004-03-21  Werner Lemberg  <wl@gnu.org>
2448
2449         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2450         some annoying warnings from mkdir during `make install'.
2451
2452 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2453
2454         * lily/performer-group-performer.cc (do_announces): call
2455         Performer_group_performer::create_audio_elements () too.
2456
2457         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2458
2459         * scm/define-grobs.scm (all-grob-descriptions): add property
2460         break-align-orders
2461
2462         * lily/global-context.cc (get_default_interpreter): new
2463         function. Override from base class, so no new Score contexts are
2464         created.
2465
2466         * lily/include/stencil.hh (class Stencil): document origin field.
2467
2468         * lily/staff-symbol.cc (print): span staff-symbol on column
2469         extents for non-broken columns. 
2470
2471         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2472         key-signature.
2473
2474         * tex/titledefs.tex: don't use smallcaps for piece.
2475
2476         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2477         translated stencils in the output.
2478
2479         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2480
2481 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2482
2483         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2484         and init ties_created_
2485
2486         * VERSION: release 2.1.32
2487
2488         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2489         doc string from IMPLEMENT_CTOR_CALLBACK().
2490
2491         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2492         that engraver is in a performer hierarchy.
2493
2494 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2495
2496         * vim/lilypond-ftdetect.vim: new file.
2497
2498 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2499
2500         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2501         (compose_ly): default octave should be middle C.
2502
2503         * Documentation/user/changing-defaults.itely (Layout tunings
2504         within contexts): new node.
2505
2506         * lily/include/smobs.hh: document C++ smob interface.
2507
2508         * lily/function-documentation.cc: don't doc functions without
2509         docstring.
2510
2511 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2512
2513         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2514         direntry, so that `info lilypond' goes to Top.
2515
2516         * scm/output-ps.scm (polygon): Fix: add spaces.
2517
2518         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2519         solutions are now optimal too.
2520
2521         * input/test/page-breaks.ly: New file.
2522
2523         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2524         functions into safe module.
2525
2526         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2527         end, prepend zeros.
2528
2529         * scm/output-*.scm: Use ly:number->string rather than
2530         number->string.  Makes for saner output.
2531
2532         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2533         Fixes feta-nummer, feta-din scaling.
2534
2535 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2536
2537         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2538
2539         * scm/music-functions.scm (descend-to-context): new
2540         function. Similar to context-spec-music.
2541         (make-time-signature-set): specify Score as descend-only. This
2542         fixes the polymetric.ly example.
2543
2544         * lily/context-specced-music-iterator.cc (construct_children): add
2545         support for descend-only context spec.
2546
2547         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2548         determine ez-notation letter. 
2549
2550         * lily/system.cc (get_line): start with dumping layer 3. This
2551         fixes ez notation.
2552
2553 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2554
2555         * input/test/title-markup.ly: Stress breaking harder.
2556
2557         * scm/page-layout.scm (height-score): Overfull page scores twice
2558         as bad as underfull (was: by a power).
2559         (walk-lines): Omit first walk-path round (breaking after new node,
2560         without lines).
2561
2562         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2563         diff values are negative.
2564         (output): Bugfix: treat negative vfill differently.
2565
2566         * Documentation/user/lilypond.tely (direntry): Add note about why
2567         `info lilypond' brings up `Invoking LilyPond' node.
2568
2569 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2570
2571         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2572
2573         * lily/paper-book.cc: Remove cruft.
2574         (output): Bugfix: put vfill between lines.
2575         (pages): Bugfix: set page vars needed for filling.
2576
2577         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2578         (was: @ar).
2579
2580         * scm/page-layout.scm: Further development.
2581
2582         * ly/declarations-init.ly (paper): Define page-breaking.
2583
2584 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2585
2586         * lily/note-head.cc (brew_ez_stencil): add note-names
2587         property. Provides internationalization for note names.
2588
2589         * Documentation/user/changing-defaults.itely (Creating contexts):
2590         new node.
2591
2592         * lily/grace-iterator.cc (process): descend to child for \grace.
2593
2594         * lily/timing-translator.cc (initialize): Timing_translator adds
2595         Timing alias by itself.
2596
2597         * lily/context.cc (add_alias): new function.
2598
2599         * scm/lily.scm (tex-output-expression): new function, eval within
2600         drawing API. Guards against eval vulnerabilities.
2601
2602         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2603
2604         * scm/output-ps.scm (scm): export lily drawing API.
2605
2606         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2607         throughout.
2608
2609 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2610
2611         * scm/page-layout.scm (optimal-page-breaking): New function.
2612
2613         * lily/paper-book.cc (pages): Use it.
2614
2615 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2616
2617         * lily/include/paper-line.hh (class Paper_line): Full smob.
2618
2619 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2620
2621         * lily/global-context.cc (run_iterator_on_me): fix grace note
2622         nesting by initting measurePosition.
2623
2624         * lily/timing-translator.cc (initialize): do no init
2625         measurePosition
2626
2627         * lily/include/music-output-def.hh (class Music_output_def): add
2628         input_origin_ field.
2629
2630         * Documentation/user/changing-defaults.itely (Changing context
2631         properties on the fly): new node.
2632
2633         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2634         function. Only have smobbed_copy (), and do not provide
2635         smobbed_copy() for non-simple smobs. Changes throughout.
2636
2637 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2638
2639         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2640         start_moment_. Fix by Doug A. Linhardt.
2641
2642 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2643
2644         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2645         accidentals for harmonic notes.
2646
2647         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2648         of different style. (Thanks to Doug Linhardt).
2649
2650         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2651         new node.
2652
2653 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2654
2655         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2656
2657         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2658         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2659         vim/lilypond-indent.vim: doc targets and deps in comments.
2660
2661 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2662
2663         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2664
2665         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2666
2667         * lily/include/paper-line.hh:
2668         * lily/include/paper-line.cc: New file.
2669
2670 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2671
2672         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2673
2674         * GNUmakefile.in: remove stray make out=www
2675
2676         * input/test/bagpipe.ly (gcdg): octave fixes.
2677
2678         * scm/define-markup-commands.scm (number): use font-encoding
2679         iso. font-family
2680
2681         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2682         font-encoding.
2683
2684 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2685
2686         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2687         `output_format_global' and `PAGE_LAYOUT'.
2688
2689 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2690
2691         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2692         lily functions in safe mode.
2693
2694         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2695         Print filename for HTML, LATEX, before texidoc.
2696
2697         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2698         instructions in output-ps module.
2699
2700         * scm/lily.scm: Do not load output-ps module.
2701
2702         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2703         safe mode.
2704
2705 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2706
2707         * lily/span-dynamic-performer.cc (process_music): remove spurious
2708         warning.
2709
2710         * lily/context-def.cc (Context_def): init name to ""
2711
2712         * lily/font-interface.cc: add font-encoding property.
2713
2714         * scm/lily.scm (chain-assoc-get): bugfix.
2715
2716         * lily/paper-book.cc (stencil2line): protect static SCM.
2717
2718         * lily/font-interface.cc (text_font_alist_chain): rename function,
2719         and use text-font-defaults. 
2720
2721         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2722
2723         * scm/paper.scm (paper-set-staff-size): use new function.
2724
2725         * scm/new-font.scm (make-font-tree): new function.
2726
2727 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2728
2729         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2730
2731         * scm/lily.scm (get-output-module): New function.
2732         (output-alist): Remove ,ps-output-expression.
2733
2734         * scm/output-tex.scm (ps-output-expression): New function.
2735
2736         * scm/output-ps.scm (ps-output-expression): Remove.
2737         (header, start-page): Output page metadata.
2738
2739         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2740         initialise output_module_.  Do not write part of header.
2741         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2742         (output_header): Output full header.
2743
2744         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2745         FIXME.
2746
2747 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2748
2749         * scm/new-font.scm: new file. Tree based font lookup.
2750
2751         * scm/lily.scm (assoc-get): take default argument. Remove
2752         assoc-get-default.
2753         (chain-assoc-get): use chain-assoc-get everywhere.
2754
2755         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2756         autobeamsettings conversion bug.
2757
2758         * lily/include/global-context.hh (Context): clean-up data hiding.
2759
2760         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2761         data hiding.
2762
2763         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2764
2765         * input/regression/stem-shorten.ly: add chord case.
2766
2767         * lily/stem.cc (get_default_stem_end_position): shorten stems
2768         triggered by note-head positions, not by forced-direction. This
2769         fixes a bug with too short stems.  
2770
2771 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2772
2773         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2774         Lilypond_snippet.output_latex): Always call output_print_filename.
2775
2776         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2777         expand pages.
2778
2779 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2780
2781         * scm/part-combiner.scm (make-autochange-music): switch rests
2782         before switched notes too.
2783
2784         * lily/figured-bass-engraver.cc (process_music): change calling
2785         convention.
2786
2787         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2788
2789         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2790         command.
2791
2792         * lily/include/stencil.hh (class Stencil): add origin field.
2793
2794         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2795         function.
2796
2797         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2798
2799         * lily/lexer.ll: remove support for \$ and $ in identifiers
2800
2801         * lily/sequential-iterator.cc: remove copy_grace_fixups
2802         (get_grace_fixup): slight abstraction of fixup code.
2803
2804         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2805
2806 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2807
2808         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2809         in insert-mode. add indenting rules.
2810
2811 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2812
2813         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2814         protect hack.
2815
2816         * scm/page-layout.scm:
2817         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2818         layout and titling should now match external latex based version.
2819
2820         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2821         header fields.
2822
2823         * ps/lilyponddefs.ps: Remove automatic page layout.
2824
2825         * scm/output-ps.scm (new-start-system): New interface function.
2826
2827         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2828
2829         * lily/paper-book.cc (output): Bugfix.
2830
2831 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2832
2833         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2834
2835 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2836
2837         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2838         direntries.
2839
2840         * ps/lilyponddefs.ps: Bugfix.
2841
2842         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2843
2844 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2845
2846         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2847         cause. This should fix warnings.
2848
2849         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2850
2851         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2852         prevent aligned 6ths.
2853
2854         * lily/custos.cc (print): remove adjust-if-on-staffline.
2855
2856 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2857
2858         * lily/paper-book.cc: Do header and footer.
2859
2860 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2861
2862         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2863
2864         * scm/paper.scm (lineheight): Remove
2865         (head-sep, foot-sep): Add.
2866
2867 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2868
2869         * mf/feta-schrift.mf: reduce portato thickness.
2870
2871         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2872
2873         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2874         programming_error ().
2875
2876         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2877         bracket to last command column.
2878
2879         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2880         continues on next/prev system.
2881
2882         * input/regression/pedal-end.ly: new file.
2883
2884 2004-03-10  Werner Lemberg  <wl@gnu.org>
2885
2886         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2887         Remove pmx2ly stuff.
2888         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2889
2890 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2891
2892         * scm/page-layout.scm: New file.
2893
2894         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2895         settings.
2896         (Lilypond_snippet.is_outdated): Also check for PNG file.
2897         Workaround for interrupted (web) builds.
2898
2899         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2900
2901         * ps/lilyponddefs.ps: Use only very small top-marging.
2902         (init-paper): Also pop page size string.
2903         (start-page, stop-page): New function.
2904
2905         * scm/output-ps.scm (header-end): Remove stray exec commands.
2906
2907 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2908
2909         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2910
2911         * lily/score.cc (default_rendering): clean protection.
2912
2913         * lily/paper-book.cc (mark_smob): implement smob marking.
2914
2915         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2916
2917         * Documentation/user/*.itely: user manual edits. 
2918
2919 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2920
2921         * Documentation/user/converters.itely (Invoking musedata2ly):
2922         remove pmx2ly.
2923
2924         * scripts/pmx2ly: remove script.
2925
2926 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2927
2928         * lily/score.cc (default_rendering): Protect paper-book members.
2929
2930         * lily/paper-def.cc (smobbed_copy): New method.
2931
2932         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2933         switch runtime.
2934
2935         * lily/include/music-output.hh (process): Change signature to
2936         return SCM.
2937
2938         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2939         method.
2940
2941         * lily/paper-score.cc (process): Return stencils rather than
2942         outputting directly.  Remove paper-book kludge.  Delete grobs.
2943         (output): Remove.
2944
2945         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2946
2947         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2948
2949         * lily/score.cc (default_rendering)
2950         (ly_render_output): Move adding paper-score two levels up.
2951
2952         * lily/system.cc (get_line):
2953         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2954
2955 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2956
2957         * scm/font.scm (paper20-font-vector): add more design sizes for
2958         number.
2959
2960         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2961         feta-nummber{5,7,11,13}.
2962
2963         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2964         for 12pt design size. 
2965
2966 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2967
2968         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2969
2970 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2971
2972         * lily/font-select.cc (properties_to_font_size_family): Fix
2973         warning message.
2974
2975         * Experimental PostScript latin1 encoding:
2976
2977         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2978
2979         * scm/output-ps.scm: Experimental encoding using reencode-font.
2980         * scm/font.scm: Add latin1 `font-shape'.
2981
2982         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2983
2984         * ps/lilyponddefs.ps (reencode-font): New function.
2985
2986         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2987
2988         * scm/output-tex.scm (start-page):
2989         (stop-page): New interface function.
2990
2991 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2992
2993         * lily/paper-outputter.cc (output_expr):
2994         (output_header):
2995         (output_line): New method.
2996
2997         * lily/system.cc (get_line):
2998         (get_lines): New method.
2999         (output_scheme):
3000         (output_line): Remove.
3001
3002         * scm/lily.scm (make-title): New function.
3003
3004         * lily/paper-book.cc: 
3005         * lily/include/paper-book.hh: New file.
3006
3007         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
3008         ly-modules.hh).
3009
3010         * lily/ly-module.cc (ly_modules_lookup): New function.
3011
3012         * lily/main.cc (main_with_guile): Move memory leak debug code back.
3013
3014         * scm/output-ps.scm (make-title): Remove.
3015         (output-scopes): Junk header-title test.
3016
3017 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3018
3019         * mf/feta-schrift.mf: thicker dot for portato.
3020
3021         * lily/accidental-placement.cc (position_accidentals): bugfix in
3022         offset, this fixes right-padding of AccidentalPlacement.
3023
3024         * lily/[h-z]*.cc: () formatting.
3025
3026         * Documentation/user/tutorial.itely (An orchestral part): more
3027         fixes for the tutorial.
3028
3029         * scm/translation-functions.scm (fraction-tuplet-formatter):
3030         reverse fraction.
3031
3032         * lily/parser.yy (context_def_spec_block): use \context instead of
3033         \translator.
3034
3035         * lily/[a-g].cc: () style cleanup.
3036
3037         * Documentation/user/tutorial.itely (Automatic and manual beams):
3038         editing of tutorial.
3039
3040 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3041
3042         * buildscripts/mf-to-table.py (base): write encoding name.
3043
3044 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3045
3046         * Documentation/user/GNUmakefile (local-install-info): Issue
3047         warning (for packager, ie, if not installing in /usr or /usr/local).
3048
3049         * lily/stencil-scheme.cc: 
3050         * lily/staff-symbol-referencer.cc: 
3051         * lily/script-column.cc: 
3052         * lily/pitch.cc: 
3053         * lily/music.cc: 
3054         * lily/grob-pq-engraver.cc: 
3055         * lily/font-interface.cc: 
3056         * lily/music-output-def.cc: 
3057         * lily/duration.cc: 
3058         * lily/grob-scheme.cc:
3059         * lily/context-scheme.cc: Put scheme name on first line in
3060         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
3061         style cleanups.
3062
3063         * stepmake/stepmake/scm-vars.make: 
3064         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
3065         Rename and split TAGS_FILES.
3066
3067         * GNUmakefile.in (ALL-TAGS): Remove.
3068
3069         * stepmake/stepmake/generic-targets.make (TAGS): Also include
3070         deeper TAGS files.  Fixes regexp tags in TOP dir.
3071
3072 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3073
3074         * VERSION: 2.1.29 released.
3075
3076         * Documentation/user/changing-defaults.itely (Changing defaults):
3077         new file.
3078
3079         * Documentation/user/notation.itely (Notation manual): rename from 
3080         refman.itely
3081
3082         * Documentation/user/notation-appendices.itely (The Feta font):
3083         new file.
3084
3085         * Documentation/user/advanced.itely: add aborted attempt for
3086         advanced topics manual.
3087
3088 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3089
3090         * scm/new-markup.scm: display Markups in sane format. Patch by
3091         Nicolas Sceaux.
3092
3093 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3094
3095         * lily/main.cc: Cleanups.
3096         (setup_localisation): New function.
3097         (sane_putenv): Remove.
3098         (main_with_guile): New name (Was: main_prog).  Remove musings
3099         about possible preparation for GUILE heavy memory usage and
3100         practical uselessness.  Do not set environment variables
3101         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
3102         name juggling.
3103         (parse_argv): New function.
3104         (copyright): New function.  It's 2004 already.
3105
3106         * lily/input-file-results.cc (do_one_file): Add file name juggling.
3107         (distill_inname): Move from main.
3108
3109 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3110
3111         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
3112
3113         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
3114
3115         * Documentation/user/running.itely: new file.
3116
3117         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
3118
3119         * lily/score-performer.cc (finish): call Translator::finalize ().
3120
3121 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
3122
3123         * lilypond-ftpplugin.vim: renamed to the following file.
3124         * lilypond-ftplugin.vim: new file.
3125
3126         * GNUmakefile.in: update VIM_FILES.
3127
3128 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3129
3130         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
3131         props.
3132
3133         * input/test/tie-sparse.ly: remove.
3134
3135         * lily/tie-performer.cc (try_music): copy & paste from
3136         Tie_engraver.
3137
3138         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
3139         variable_ref twice.
3140
3141         * lily/key-performer.cc (create_audio_elements): use
3142         alterations-in-key.
3143
3144         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
3145
3146 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
3147
3148         * input/test/smart-transpose.ly: fix cases fes->e and similar.
3149         handle also quarter tones (not shown as tests). test also flats.
3150
3151         * Documentation/index.html.in: small fixes.
3152
3153 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3154
3155         * input/regression/new-markup-scheme.ly: Typo.
3156
3157         * scm/define-markup-commands.scm (fill-line): New markup.
3158
3159         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
3160         (output-paper-def): Fix alignment.
3161         (make-title): Fix height/width scaling.
3162
3163         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
3164
3165         * input/test/title-markup.ly: Add remaining titles.  Layout and
3166         font size fixes.  Add simplistic latin1 test.
3167
3168 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
3169
3170         * input/test/nested-groups.ly: remove. move content (to next). 
3171         * input/test/staff-bracket.ly: replace content (from prev), this 
3172         has been already in templates.
3173
3174 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3175
3176         * stepmake/autogen.sh: Only issue warning about running configure
3177         without arguments when autogen.sh will actually be running
3178         configure.
3179
3180 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3181
3182         * scm/new-markup.scm (stack-stencil-line): robustness.
3183
3184         * scm/define-markup-commands.scm (simple): robustification of
3185         simple-markup.
3186
3187         * Documentation/user/music-glossary.tely (Top): change central C
3188         to middle C.
3189
3190         * lily/text-item.cc (interpret_markup): cache make-simple-markup
3191
3192 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3193
3194         * input/test/title-markup.ly (spaceTest): Add.
3195
3196         * lily/text-item.cc (interpret_markup): Make line markup from
3197         multi word markup.
3198
3199         * scm/define-markup-commands.scm (word): New markup command.
3200         (simple): Use it.
3201
3202         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
3203
3204 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
3205
3206         * vim/ftplugin/lilypond.vim:
3207         * vim/syntax/lilypond.vim: use only local settings with setlocal.
3208         show matching paren in insert mode.
3209
3210 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3211
3212         * scm/output-ps.scm (make-title, output-scopes): Further
3213         development.
3214
3215         * input/test/title-markup.ly: New file.
3216
3217         * ps/lilyponddefs.ps: Disable PostScript titling.
3218
3219         * lily/paper-score.cc (process): Quote PORT argument to make-title.
3220
3221 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3222
3223         * lily/arpeggio.cc (width_callback): remove padding.
3224
3225         * scm/define-grobs.scm (all-grob-descriptions): add padding.
3226
3227         * scm/define-music-types.scm: remove make-music-by-name.
3228
3229         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
3230
3231 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3232
3233         * lily/paper-score.cc (process): Output titles using make-title.
3234
3235         * scm/output-ps.scm (output-stencil): Display directly instead of
3236         constructing string.
3237         (make-title): New function.
3238
3239 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3240
3241         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3242         music), Documentation/user/invoking.itexi (Invoking lilypond): 
3243         Move documentation of LaTeX packages for latin1 characters to the
3244         lilypond-book manual.
3245
3246 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
3247
3248         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
3249
3250         * vimrc: add menu in console and shortcut <F10> for it.
3251
3252         * vim/:
3253         * vim/compiler/:
3254         * vim/syntax/:
3255         * vim/indent/:
3256         * vim/ftplugin/: new directories.
3257
3258         * vim/filetype.vim: new file.
3259
3260         * lilypond.vim: remove files (see next).
3261         * vim/syntax/lilypond.vim: new, renamed file (see prev).
3262
3263         * vimrc: remove file (see next).
3264         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
3265
3266         * vim/ftplugin/lilypond.vim: change dir for dictionary.
3267         add header. apply bindings only locally.
3268
3269         * vim/indent/lilypond.vim: new file.
3270
3271         * vim/ftplugin/lilypond.vim: remove errorformat.
3272         * vim/compiler/lilypond.vim: new file for errorformats.
3273
3274         * Documentation/topdocs/INSTALL.texi: give easier orders.
3275
3276         * ROADMAP: add vim/
3277
3278 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3279
3280         * Documentation/user/introduction.itely (Introduction): Use @image
3281         iso @html <img...>.  Add workaround for images in columns in info.
3282
3283         * stepmake/aclocal.m4: Store computed version in variable.
3284
3285         * configure.in: Export MAKEINFO_VERSION.
3286
3287         * config.make.in (MAKEINFO_VERSION): Add.
3288
3289         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3290
3291         * Documentation/user/GNUmakefile: Only build info with images when
3292         building web.
3293
3294         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3295
3296         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3297         stuff from documentation-targets.make
3298
3299 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3300
3301         * VERSION: 2.1.28 released
3302
3303         * scripts/convert-ly.py (conv): 
3304
3305 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3306
3307         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3308         \arpeggioBoth. redefine \arpeggioBracket.
3309
3310         * Documentation/user/refman.itely: document new arpeggio
3311         functions.
3312
3313         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3314
3315         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3316
3317         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3318
3319 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3320
3321         * Documentation/user/introduction.itely (Automated engraving):
3322         rewrite introduction using website text.
3323
3324 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3325
3326         * scm/*.scm: make-music-by-name is replaced by make-music, which
3327         also accept music property settings, eg:
3328           (make-music 'TextScriptEvent 'direction DOWN 'text
3329               (make-simple-markup x))
3330
3331         Patch courtesy Nicolas Sceaux
3332
3333         * lily/beam-quanting.cc: cleanup, separate counts for left and
3334         right beam ends.
3335
3336         * lily/side-position-interface.cc (quantised_position): also
3337         quantize staccato position for forced stem directions. 
3338
3339 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3340
3341         * scm/*.scm: Patch by Nicolas Sceaux: 
3342
3343         * scm/music-functions.scm: ly:grob-property and ly:music-property
3344         are made procedure with setters.
3345
3346         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3347
3348 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3349
3350         * input/test/[t-v]*.ly: finish rewriting texidocs.
3351
3352         * input/test/vaticana.ly: remove.
3353         * input/test/ligature-vaticana.ly: new, renamed file name.
3354
3355         * input/test/stem-centered.ly: remove.
3356         * input/test/mensural-note-heads.ly: new file. take content from
3357         removed file stem-centered.ly.
3358
3359         * input/test/scales-greek.ly: simplify.
3360
3361         * input/test/s*.ly: reformulate texidocs.
3362
3363         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3364         of missing features.
3365
3366 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3367
3368         * input/test/[j-o]*.ly: update texidocs.
3369
3370 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3371
3372         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3373
3374         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3375         images.
3376
3377         * Documentation/user/lilypond.tely (@direntry): Update.
3378
3379         * stepmake/stepmake/documentation-targets.make
3380         (install-info,uninstall-info): Install into $(package_infodir).
3381         Install images.  Run install-info to update dir.
3382
3383         * config.make.in (package_infodir): Add.
3384
3385         * Documentation/user/GNUmakefile (info-with-images,
3386         local-install-info, local-uninstall-info): New target.
3387
3388 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3389
3390         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3391         gap/threshold.
3392
3393         * lily/beam-quanting.cc (score_slopes_dy): remove
3394         ROUND_TO_ZERO_SLOPE kludge.
3395
3396         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3397
3398         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3399
3400         * lily/global-context.cc (Global_context): alway accept Score
3401         (run_iterator_on_me): cast Context to Score_context, not
3402         Context_def.
3403
3404         * Documentation/user/refman.itely: documentation patch by Edward
3405         Sanford Sutton.
3406
3407         * mf/GNUmakefile: unset sauter-fonts.
3408
3409 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3410
3411         * scripts/lilypond-book.py (output_texinfo): Output @image
3412         descriptions for info too.
3413
3414         * input/test/chord-names-jazz.ly: 
3415         * input/test/embedded-scm.ly: Clarify.
3416
3417         * input/test/cautionaries.ly: Typo.
3418
3419         * lily/input-smob.cc (ly_input_location): Compile fix.
3420
3421 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3422
3423         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3424
3425         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3426         fixes problems with system defaults being reverted with \override
3427         on Score level.
3428
3429         * lily/global-context.cc (Global_context): apply property-ops to
3430         Global_context too. 
3431
3432 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3433
3434         * scm/output-ps.scm (stencil->string): Rewrite.
3435
3436 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3437
3438         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3439         impersonal style.
3440
3441 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3442
3443         * lily/input-smob.cc (ly_input_location: New function.
3444
3445         * scm/define-markup-commands.scm (upright): New markup command.
3446
3447         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3448
3449         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3450
3451         * scm/output-ps.scm (output-stencil): New function.
3452
3453         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3454         of snippet types; fixes @ignore and @verbatim blocks.
3455
3456 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3457
3458         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3459         to a file in printed documentation, instead, refer either to a 
3460         syntax or to an output.
3461
3462 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3463
3464         * input/regression/beam-center-slope.ly: Add test.
3465
3466 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3467
3468         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3469         (SAUTER_FONTS): Reinstate.
3470
3471         * scm/define-markup-commands.scm (caps): New markup command.
3472
3473         * scm/output-ps.scm (output-scopes): Experimental markup output.
3474
3475         * scm/: Add missing headers.
3476
3477         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3478
3479         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3480
3481 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3482
3483         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3484         Stray style cleanups.
3485
3486 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3487
3488         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3489         no dot combination.
3490
3491         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3492         substitute \override Staff.autoBeamSettings too
3493
3494         * Documentation/user/tutorial.itely: proofreading fixes by David
3495         Bobroff
3496
3497 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3498
3499         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3500
3501         * ps/music-drawing-routines.ps: 
3502         * ps/lilyponddefs.ps: Add end markers.
3503
3504 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3505
3506         * VERSION: 2.1.27 released.
3507
3508         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3509
3510         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3511         obey documentation.
3512
3513 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3514
3515         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3516
3517         * scm/output-ps.scm: Resurrect.
3518
3519         * scm/output-tex.scm: Minimal cleanups.
3520
3521         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3522
3523         * make/ly-rules.make: Remove any broken lily-*.tex files before
3524         lilypond-book run.
3525
3526         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3527         comment.
3528
3529         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3530         Enabled by default, may save 10% compile time.
3531
3532 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3533
3534         * lily/lyric-phrasing-engraver.cc: remove
3535
3536         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3537         longer necessary. 
3538
3539         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3540         so lyric-phrasing-engraver is no longer necessary.
3541
3542         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3543         Grob_pq_engraver from Staff.
3544
3545         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3546         busyGrobs directly.
3547
3548         * input/regression/quote-transposition.ly: new file.
3549
3550         * lily/recording-group-engraver.cc (stop_translation_timestep):
3551         store instrumentTuning too. 
3552
3553         * lily/quote-iterator.cc (process): transpose events using
3554         instrumentTuning.
3555
3556         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3557         -> \tuning <pitch>
3558
3559         * lily/parser.yy (command_req): add \tuning command for setting
3560         instrument tuning of staff.
3561
3562         * Documentation/user/GNUmakefile
3563         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3564
3565         * Documentation/user/refman.itely (Customized accidental rules):
3566         typo.
3567
3568 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3569
3570         * Documentation/user/music-glossary.tely: remove the missing norwegian
3571         translation; they can be put in later properly.
3572
3573 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3574
3575         * lily/recording-group-engraver.cc (start_translation_timestep):
3576         init Recording_group_engraver twice.
3577
3578 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3579
3580         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3581         stray style cleanups:
3582
3583         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3584         -Wmissing-prototypes.
3585
3586         * flower/include/killing-cons.tcc (Killing_cons): Add template
3587         specifier for car_.
3588
3589         * flower/include/parray.hh (binsearchs): Add template specifier
3590         for maxkey.
3591
3592         * flower/include/interval.hh: Declare elem () with template specfier.
3593
3594 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3595
3596         * elisp/lilypond-indent.el (get-buffer-size): add customization
3597         groups for several variables (Reuben Thomas).
3598
3599 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3600
3601         * Documentation/user/invoking.itexi (Point and click): add index
3602         entry.
3603
3604         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3605         go under beam.
3606
3607         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3608         sarabande beam. 
3609
3610         * flower/warn.cc (programming_error): cross fingers not thumbs.
3611
3612         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3613         staff-position is set.
3614
3615         * VERSION: release 2.1.26 
3616
3617         * scm/chord-entry.scm (construct-chord): process transposition
3618         after processing explicit-11.  
3619
3620 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3621
3622         * lily/parser.yy (add_quote): add syntax for adding quotes:
3623         \addquote "id-string" Music
3624
3625         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3626
3627         * scripts/convert-ly.py (conv): add rules for name changes.
3628
3629         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3630         music/context/grob property functions. Internally, use
3631         get_property() and set_property() for both.
3632
3633 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3634
3635         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3636         for Emacs <= 20 (Laurent Martelli).
3637
3638 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3639
3640         * lily/parser.yy (command_element): extract quoted vector in
3641         parser.
3642
3643         * input/regression/quote.ly: new file.
3644
3645         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3646
3647         * lily/parser.yy (command_element): \quote DURATION NAME: support
3648         cue notes. 
3649
3650         * lily/quote-iterator.cc (class Quote_iterator): new file.
3651
3652 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3653
3654         * lily/auto-beam-engraver.cc (try_music): accept and process
3655         beam-forbid-event.
3656
3657         * input/regression/auto-beam-no-beam.ly: new file.
3658
3659 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3660
3661         * lily/accidental.cc (print): Change font-relative-size ->
3662         font-size. Fixes cautionary-style = smaller.
3663
3664 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3665
3666         * lily/system-start-delimiter.cc (staff_brace): remove
3667         font-relative-size
3668
3669         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3670         forgotten with scm_list_n. Fixes spurious coredumps.
3671
3672         * lily/accidental-engraver.cc (stop_translation_timestep): move
3673         update of localKeySignature to stop_translation_timestep (). This
3674         makes sure that all ties are noticed at the right moment.
3675         (stop_translation_timestep): clear tie only when right-side
3676         notehead was seen.
3677         (number_accidentals_from_sig): cleanup. 
3678
3679         * input/regression/accidental-tie.ly (mus): new file
3680
3681         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3682         these longish tests.
3683
3684 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3685
3686         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3687
3688         * THANKS: update bugreporter list.
3689
3690         * lily/beam.cc (print): broken beams last until end of staff.
3691         (print): broken beams start from prefatory matter.
3692
3693         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3694
3695         * lily/paper-score.cc (process): dump header only once.
3696
3697         * lily/paper-outputter.cc (Paper_outputter): move logic into
3698         Scheme.
3699
3700         * scm/output-tex.scm (output-scopes): new function.
3701         (output-paper-def): new function
3702         (tex-string-def): new function
3703         (symbol->tex-key): new function
3704
3705         * scripts/convert-ly.py (conv): add rule for | ~
3706
3707 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3708
3709         * input/regression/{many}.ly: refresh, trying to guess how
3710         it was designed.
3711
3712 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3713
3714         * VERSION: release 2.1.25
3715
3716         * scm/define-translator-properties.scm
3717         (all-user-translation-properties): add printOctaveNames
3718
3719         * ly/engraver-init.ly: remove Note_event_swallower from
3720         NoteNamesContext.
3721
3722         * lily/note-name-engraver.cc (process_music): new property
3723         printOctaveNames
3724
3725         * lily/context.cc (find_existing_context): remove support for
3726         Current.
3727
3728         * scm/music-functions.scm (set-accidental-style): new function;
3729         duplicate accidental macros.
3730
3731         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3732
3733         * lily/note-name-engraver.cc (process_music):
3734         process_acknowledged_grobs () -> process_music ()
3735
3736         * scm/part-combiner.scm (determine-split-list): robustification.
3737
3738 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3739
3740         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3741         lines for falling into beam-gap.
3742         (score_forbidden_quants): check all staff lines for falling in
3743         beam gaps.
3744
3745         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3746         key/clef/time signatures. 
3747
3748         * input/test/ossia.ly: revise example.
3749
3750         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3751         cleanup.
3752
3753         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3754         comply to Scheme standard.  Remove ly:get-paper-variable
3755
3756 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3757
3758         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3759
3760 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3761
3762         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3763         properties from Voice context. This fixes accidental size for
3764         staff-switches during grace contexts.
3765
3766         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3767         if necessary. Else, simply wipe dots.
3768
3769         * input/test/beam-alternate.ly: new file
3770
3771         * input/test/piano-staff-distance.ly: new file.
3772
3773         * lily/translator-group.cc (recurse_down_translators): use
3774         Direction for bottom-up/top-down.
3775
3776         * lily/include/translator.hh (class Translator): add
3777         process_music() and do_announces(). This obviates
3778         recurse_down_{engravers,performers}.
3779
3780         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3781         \melisma and \melismaEnd
3782
3783         * lily/melisma-engraver.cc (process_music): change to
3784         Melisma_translator, unify with performer. Accept
3785         ManualMelismaEvent.
3786
3787         * ly/engraver-init.ly: add Font_size_engraver.
3788
3789 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3790
3791         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3792         it hara-kiri.
3793
3794         * input/regression/{many}.ly: improve descriptions trying to figure
3795         out what is tested.
3796
3797 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3798
3799         * lily/slur.cc (broken_trend_offset): robustness fix.
3800
3801         * VERSION: release 2.1.24
3802
3803         * lily/context.cc (find_create_context): go to Score if it exists.
3804
3805         * lily/context-scheme.cc: new file.
3806
3807         * lily/score-translator.cc (get_output): new file.
3808
3809         * lily/include/grob-info.hh: origin_contexts() now does not
3810         include the originating engraver
3811
3812         * lily/translator-group.cc (translator_each): clean up contents,
3813         remove superfluous stubs. Engraver_group_engraver and
3814         Performer_group_performer are the only classes using multiple
3815         inheritance.
3816
3817         * lily/include/score-context.hh (class Score_context): interface
3818         between Score_{engraver,performer} and Global_context.
3819
3820         * lily/include/global-context.hh (Context): change from
3821         global-translator. This is the entry point for contexts; it is not
3822         tweakable using \translator{}. Score is no longer the top context,
3823         but sits underneath Global.
3824
3825         * lily/include/context.hh (class Context): brain surgery: split
3826         out Context functionality from Translator_group. Context is now a
3827         separate type from Translator.
3828
3829 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3830
3831         * lily/include/translator.hh (class Translator): make
3832         get_score_context() and get_global_translator (), and use the one
3833         which is appropriate.
3834
3835         * lily/context.cc: partially put functionality of Translator_group
3836         into Context.
3837
3838         * lily/include/context.hh (Translator): new class: put between
3839         Translator and Translator_group. 
3840
3841         * lily/new-accidental-engraver.cc: remove file.
3842
3843 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3844
3845         * input/regression/{many}.ly: improve descriptions: use complete 
3846         sentences, try to describe what is tested, avoid `we´, do not use 
3847         don't, ... 
3848
3849 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3850
3851         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3852         is at EOL.
3853
3854         * Documentation/user/lilypond.tely: declare the topmost node only
3855         once; removes empty line in @contents.
3856
3857         * Documentation/user/music-glossary.tely: really add Finnish author.
3858         Draw more beatiful `->´ arrow in html: &rarr;
3859
3860 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3861
3862         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3863
3864         * scripts/convert-ly.py (conv): add ly:music-list  change.
3865
3866         * lily/grob.cc: edit doc string.
3867
3868         * scm/define-grob-properties.scm (all-user-grob-properties):
3869         proofreading, editing of doc strings.
3870
3871         * input/regression/tablature-string-tunings.ly: new file.
3872
3873         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3874         listen to stringTunings
3875
3876         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3877         for self-alignment-[XY] code.
3878
3879 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3880
3881         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3882         cond) into function. Cleanup.
3883
3884         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3885
3886         * VERSION (PACKAGE_NAME): 2.1.23 released
3887
3888 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3889
3890         * Documentation/user/{refman,internals}.itely: small fixes.
3891
3892 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3893
3894         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3895         accidentals for harmonic notes
3896
3897         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3898         for harmonic notes.
3899
3900         * scm/document-backend.scm (interface-doc): prune Grob
3901         documentation: don't duplicate interface information.
3902
3903         * lily/*.cc: lots of updates of doc strings.
3904
3905 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3906
3907         * input/test/ac-extra-voice.ly (accompany): remove file.
3908
3909         * input/test/maximum-rest-count.ly: remove file.
3910
3911         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3912         conversion rule for \translator { }. Apply everywhere.  
3913
3914         * lily/parser.yy (music_property_def): set property for \once in
3915         the PropertyMusic itself, not the ContextSpec.
3916         (property_operation): change syntax within \translator { }
3917
3918         * scm/define-music-properties.scm (all-music-properties): clean up.
3919
3920         * lily/auto-beam-engraver.cc (test_moment): use
3921         updated_grob_properties() to retrieve autoBeam settings.
3922
3923         * lily/spacing-spanner.cc: bound shortest_playing_len by
3924         measure_length
3925
3926         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3927         multi-measure events for spacing computation.
3928
3929         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3930         elliptical, to 1.49.
3931
3932         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3933         vertical positioning for polyphony, without RestCollision object.
3934
3935         * lily/note-column.cc (add_head): prevent rests & note heads on
3936         one stem.
3937
3938         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3939         (do_shift): rewrite only-rests case: use common refpoints: the
3940         routine will have sensible results when other rest-translations
3941         have taken place.
3942
3943         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3944         < 0 case. 
3945
3946         * VERSION: 2.1.22 released
3947
3948         * input/GNUmakefile (SUBDIRS): remove ascii-art
3949
3950 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3951
3952         * input/: Convert ly files that still had \property.  Fixes make
3953         web.  Remove exta spaces around '='. 
3954
3955         * scripts/convert-ly.py (conv): Redundant space fixes.
3956
3957         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3958
3959 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3960
3961         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3962         create scalable PS and PDFs  for input/{test,template,regression}.
3963
3964         * lily/context.cc (is_alias): move function.
3965         (is_alias): add Bottom as context alias. 
3966         (find_create_translator): add Bottom as a context alias for creation.
3967
3968         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3969
3970         * lily/parser.yy (music_property_def): new syntax for property
3971         assignments:
3972
3973         \set A.B = #C , \unset A.B
3974         \override A.B #C = #D, \revert A.B #C 
3975
3976         * lily/my-lily-lexer.cc: remove \property
3977
3978 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3979
3980         * Documentation/user/refman.itely: add dots after seealso refs.
3981
3982         * input/template/{many}.ly: harmonise descriptions.
3983
3984         * Documentation/user/music-glossary.itely: add Finnish author.
3985
3986 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3987
3988         * VERSION (PACKAGE_NAME): release 2.1.21
3989
3990 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3991
3992         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3993
3994         * scripts/lilypond-book.py (snippet_res): @include filename must
3995         not be empty.
3996
3997 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3998
3999         * scm/documentation-generate.scm (markup-doc-string): dump
4000         markup-commands.tely
4001
4002         * scm/define-markup-commands.scm (override): new file.
4003         Move documentation from refman into doc-strings. 
4004
4005         * input/test/staff-container.ly: fix example.
4006
4007         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
4008         StaffContainer
4009
4010         * lily/grob.cc: remove point_dimension_callback
4011         (Grob): read forced dimensions from X-extent and Y-extent.
4012         (get_paper): remove preset_extent.
4013
4014         * scm/define-grobs.scm (all-grob-descriptions): remove
4015         point_dimension_callback. 
4016
4017         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
4018         textscript to head. This makes no-spacing-rods work on
4019         DynamicText.
4020
4021         * lily/chord-name.cc: remove props chord, bass, inversion.
4022
4023         * Documentation/user/appendices.itely: add Scheme functions,
4024         context-properties and layout properties to manual.
4025
4026         * scm/part-combiner.scm (determine-split-list): include rests in a
4027         solo1/2 sequence.
4028
4029         * lily/new-part-combine-iterator.cc (substitute_both): new
4030         function.
4031         (class New_pc_iterator): add separate Voice=solo context, fixes
4032         autobeams going from chords to solo.
4033
4034 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4035
4036         * Documentation/user/invoking.itexi (Editor support): Fix typo.
4037
4038         * Documentation/user/tutorial.itely:
4039         * Documentation/user/refman.itely: Add short note about being part
4040         of lilypond.tely.
4041
4042         * COPYING: Make note more clear with respect to files that are
4043         explicitely licenced otherwise (Documention/user/ comes to mind).
4044
4045         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
4046         comment about barfing of @c,{}.
4047
4048         * Documentation/user/music-glossary.tely: Add list of authors.
4049
4050         * stepmake/stepmake/library-rules.make: Thank Nelson only in
4051         source (was: also in build log).
4052
4053 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4054
4055         * lily/side-position-interface.cc (general_side_position): if
4056         staff-padding is set, then include staff in support too.
4057
4058         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
4059         module workbook
4060
4061         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
4062
4063         * lily/tuplet-engraver.cc: remove tupletInvisible
4064
4065         * scm/define-translator-properties.scm: cleanup, separate in
4066         internal and user props. 
4067
4068         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
4069         LyricsVoice -> Lyrics
4070
4071         * lily/new-part-combine-iterator.cc (process): only print warning
4072         for symbols.
4073
4074 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4075
4076         * scm/part-combiner.scm: Add proper header.
4077
4078         * All but lily/*: The great --2003 --2004 replace; the missing
4079         `bits'.
4080
4081         * TODO: Fix outline mode.  Add book notes.
4082
4083         * ROADMAP: Update.
4084
4085 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4086
4087         * scm/part-combiner.scm (make-autochange-music): use
4088         accumulator. Fixes stack overflow.
4089
4090         * lily/*: rename brew_molecule -> print , molecule-callback ->
4091         print-function
4092
4093         * scm/define-grob-properties.scm: cleanup. Separate into internal
4094         and user properties.
4095
4096         * lily/translator-property.cc (updated_grob_properties): new
4097         function
4098         (execute_pushpop_property): change to new convention:
4099         object property inits are stored as (cons ALIST BASED-ON). This
4100         storage format allows concurrent tweaks in different contexts.
4101
4102 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4103
4104         * TODO: new file.
4105
4106 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4107
4108         * debian/: Late Debian update (sorry Anthony).
4109
4110         * scripts/lilypond-book.py (do_file): Look for input_file in
4111         include path, or ask kpathsea if LATEX.
4112
4113         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
4114         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
4115         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
4116         --header=texidoc.
4117
4118         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
4119         relative.
4120
4121         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
4122         only when filtering, default to input_base otherwise.  Coding
4123         style fixes.
4124
4125 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4126
4127         * lily/include/translator.hh (class Translator): add virtual
4128         qualifier.
4129
4130 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4131
4132         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
4133
4134 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4135
4136         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
4137
4138         * Documentation/user/refman.itely: Run texinfo-all-menus-update
4139         (fixes make web).
4140
4141         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
4142         live in $(out)-www).
4143
4144         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
4145         dependencies.  Add link to .ly source in HTML output.
4146         (Lilypond_snippet.output_html): Handle multiple page picture
4147         output.
4148         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
4149         Make usable for output_texinfo again.
4150
4151         * Documentation/user/GNUmakefile: Add static dependency for
4152         lilypond.tely includes.
4153
4154         * Documentation/user/tutorial.itely: Add some lost `relative'
4155         ly-options.
4156
4157 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4158
4159         * lily/include/translator-group.hh: move Music_output_def member
4160         to Global_translator.
4161
4162         * scripts/lilypond-book.py (do_file):  fix latex output.
4163
4164         * VERSION: release 2.1.20
4165
4166         * scm/part-combiner.scm (determine-split-list): robustness fix 
4167
4168         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
4169
4170         * lily/parser.yy (music_output_def_body): plug memory leak.
4171
4172         * lily/translator-group.cc (add_fresh_group_translator): plug
4173         memory leak: unprotect Translator_group once added.   
4174
4175         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
4176
4177         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
4178         write .dep file.
4179         (Lilypond_snippet.ly): add \renameinput.
4180
4181 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4182
4183         * Documentation/user/refman.itely (Markup command definition): Doc
4184         by Nicolas Sceaux. Rewrite by Han-Wen
4185
4186         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
4187         thing of the line.
4188         (brew_molecule): only remove if hyphen is not at the end of line.
4189         (set_spacing_rods): new function: minimum-length specifies
4190         distance between syllables.
4191
4192         * scm/define-grobs.scm (all-grob-descriptions): add
4193         Hyphen_spanner::set_spacing_rods to LyricHyphen
4194
4195         * input/regression/lyric-hyphen-break.ly: new file.
4196
4197         * input/test/lyric-hyphen-retain.ly: new file.
4198
4199         * lily/new-part-combine-iterator.cc (construct_children):
4200         add Rest direction.
4201
4202 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4203
4204         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
4205
4206         * Documentation/bibliography/engraving.bib (donemus1982):
4207         update entry.
4208
4209 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4210
4211         * scripts/lilypond-book.py (Substring.__init__): new class.
4212         (Snippet.output_texinfo): add texidoc option.
4213         (Include_snippet.replacement_text): new class.
4214         (Lilypond_snippet.__init__): new class
4215         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
4216
4217         * Documentation/user/refman.itely (Sound): 
4218         note about number of channels.
4219
4220         * scm/music-functions.scm (voicify-music): add \context Staff for
4221         << \\ >> polyphony.
4222
4223         * lily/parser.yy (verbose_command_req): \skip now creates
4224         SkipMusic, and does not lead to spurious staves.
4225
4226         * scm/define-music-types.scm (music-descriptions): rename
4227         NonEventSkip to SkipMusic
4228
4229         * input/no-notation/midi-lyric-barcheck.ly: new file.
4230
4231         * input/regression/collision-dots-invert.ly: new file.
4232
4233         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
4234         case.
4235
4236         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
4237         die if melody died too.
4238
4239 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4240
4241         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
4242         with reading from stdin.
4243
4244         * lily/slur-performer.cc (try_music): new file.
4245
4246         * lily/melisma-performer.cc (try_music): new file. Handle
4247         melismata to help lyrics.
4248
4249         * lily/beam-performer.cc (try_music): new file. Handle beam events
4250         to help lyrics.
4251
4252         * lily/score-performer.cc (one_time_step): reinstate
4253         process_music().
4254
4255         * lily/performer.cc (process_music): add to interface.
4256
4257         * lily/performer-group-performer.cc (process_music): new function.
4258
4259         * lily/dot-column.cc (do_shifts): do collision resolution before
4260         dot positioning.
4261
4262         * scripts/lilypond-book.py (Snippet.output_print_filename): new
4263         file, process printfilename option.
4264         (Snippet.__init__): rewrite: do not use global variables h or
4265         index.
4266         (main): really support -I option.
4267         (find_toplevel_snippets): new code.
4268         (find_toplevel_snippets): reinstate old version, without global
4269         variables.
4270
4271         * tex/texinfo.tex: really add file.
4272
4273 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4274
4275         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4276         compatibility.
4277
4278 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4279
4280         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4281
4282         * scm/define-translator-properties.scm (drumPitchTable): add
4283         property.
4284
4285         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4286         function.
4287         (help_summary): docstrings.
4288         (do_file): strip the dir of input_base too.
4289
4290 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4291
4292         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4293
4294         * Documentation/user/lilypond-book.itely: Update.
4295
4296         * make/ly-rules.make: Update lilypond-book commands.
4297
4298         * Documentation/user/GNUmakefile: Update makeinfo commands,
4299         lilypond-book flags.
4300
4301         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4302
4303         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4304
4305         * scripts/filter-lilypond-book.py: Remove.
4306
4307         * Documentation/user/*tely: Update options for new lilypond-book.
4308
4309         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4310         with @macros in @includes.
4311
4312 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4313
4314         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4315         make rest-collision only.
4316
4317         * lily/break-substitution.cc (substitute_one_mutable_property):
4318         clear all-elements using scm_assq_remove_x(). 
4319
4320         * lily/rest-collision.cc (do_shift): shift single rests
4321
4322         * flower/include/array.hh (class Array): rename to is_empty ()
4323
4324         * lily/drum-note-performer.cc: new file: perform drum notes.
4325
4326         * VERSION (PACKAGE_NAME): release 2.1.19.
4327
4328 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4329
4330         * scripts/filter-lilypond-book.py
4331         (classic_lilypond_book_compatibility): New function.
4332
4333 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4334
4335         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4336
4337         * Grand 2003 -> 2004 search replace. 
4338
4339         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4340         (i.e. < > )
4341
4342         * ly/performer-init.ly: add DrumStaff
4343
4344         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4345         lyric-interface; this prevents lines with only extender lines from
4346         being junked.
4347
4348         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4349
4350         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4351         extenders right, for once and for all (hopefully).
4352
4353         * lily/break-substitution.cc (substitute_one_mutable_property):
4354         clear old 'all-elements for System grobs.
4355
4356         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4357         that associatedVoiceContext is always assigned when music & lyrics
4358         are found. 
4359
4360         * ly/engraver-init.ly: remove Lyrics context.
4361         (TabVoice): add noteheads engraver
4362
4363         * input/test/improv.ly: update: do not use Thread switching. 
4364
4365         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4366         squashedPosition is a number  
4367
4368         * Documentation/user/refman.itely (Automatic note splitting):
4369         remove Thread references.
4370
4371         * input/no-notation/pc-direction.ly: remove file.
4372
4373         * ly/engraver-init.ly: remove Thread
4374
4375         * input/regression/tie-chord-partial.ly: remove file.
4376
4377         * scripts/convert-ly.py (conv): \harmonic rule
4378
4379         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4380         notation for harmonic notes: <c' g''\harmonic>
4381
4382         * lily/lily-guile.cc (alist_to_hashq): new function
4383
4384         * scm/lily.scm (alist->hash-table): new function.
4385
4386         * Documentation/user/refman.itely (Percussion staves): update doco.
4387
4388         * input/regression/drums.ly (timb): updates
4389
4390         * lily/note-performer.cc (create_audio_elements): robustness fix.
4391
4392         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4393
4394 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4395
4396         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4397         discard valid matches.
4398
4399 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4400
4401         * lily/drum-note-engraver.cc: new file.
4402
4403         * ly/drumpitch-init.ly: move drum definitions
4404
4405         * scm/drums.scm: remove file.
4406
4407         * lily/*.cc: remove abort-event everywhere.
4408
4409         * lily/note-heads-engraver.cc (process_music): robustification.
4410
4411         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4412         robustification.
4413
4414         * lily/parser.yy (simple_element): add \drums mode.
4415         (simple_element): remove \pitchnames , \chordmodifiers. Use
4416         variables to store this. 
4417
4418         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4419         outside \notes.
4420
4421         * VERSION: release 2.1.18.
4422
4423         * input/test: remove octave-duplicate.ly
4424
4425 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4426
4427         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4428
4429 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4430
4431         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4432         constructor from Music_iterator. Changes throughout.
4433
4434         * lily/include/music-iterator.hh (class Music_iterator): remove
4435         Music_iterator::skip and Music_iterator::get_pending_events from
4436         interface. Rename report_to -> get_outlet 
4437
4438         * lily/auto-change-iterator.cc: move contents from
4439         new-auto-change-iterator.cc from
4440
4441         * scm/part-combiner.scm: determine split-list from Scheme. 
4442
4443         * lily/new-auto-change-iterator.cc (process): new file.
4444
4445         * lily/parser.yy (part_combined_music): remove old PC cruft.
4446
4447         * ly/engraver-init.ly: remove old
4448         PC cruft.
4449
4450         * Documentation/user/refman.itely (The Lyrics context): note about
4451         extender lines.
4452
4453         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4454         to allow 0-length mmrest events.
4455
4456         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4457
4458         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4459
4460         * lily/spacing-engraver.cc (finalize): robustifications.
4461
4462         * input/regression/new-part-combine-solo-global.ly: new file.
4463
4464         * scm/part-combiner.scm: rewrite.
4465
4466 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4467
4468         * Documentation/user/refman.itely, input/puer-fragment.ly,
4469         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4470         updated for proper use of lyricsto; replaced "(" and ")" ->
4471         "\melisma" and "\melismaEnd"
4472
4473         * input/test/ancient-font.ly: small updates to reduce compile
4474         warnings (TODO: junk this file)
4475
4476         * input/test/gregorian-scripts.ly: added comment about bug
4477
4478         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4479         tiny robustness fix
4480
4481         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4482         recent changes in the feta code); temporarily mapped mensural g
4483         clef to a copy of petrucci g clef until mensural g clef will have
4484         been rewritten
4485
4486         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4487         between mensural and neo-mensural heads (this broke quite a while
4488         ago)
4489
4490         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4491
4492 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4493
4494         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4495         indication.  Fixes for verbatim, multi line comments.
4496
4497 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4498
4499         * input/regression/new-part-combine-solo.ly: more cases.
4500
4501         * lily/slur.cc (height): robustness fix.
4502
4503         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4504
4505         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4506         stemUp/stemDown.
4507
4508         * scm/music-functions.scm (determine-split-list): further analysis.
4509
4510         * lily/script-engraver.cc (try_music): discard duplicate
4511         articulations.
4512
4513         * input/regression/new-part-combine-solo.ly: new file
4514
4515         * input/regression/new-part-combine-a2.ly: new file.
4516
4517         * ly/performer-init.ly: add Devnull
4518
4519         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4520         for \musicglyph #"accidental-*"
4521         (conv): \newpartcombine rule.
4522
4523 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4524
4525         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4526
4527 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4528
4529         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4530         textwidth, --output.
4531
4532 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4533
4534         * scm/new-markup.scm (doubleflat): add accidental markups.
4535
4536         * VERSION: release 2.1.17
4537
4538         * Documentation/user/refman.itely (Automatic part combining):
4539         revise documentation of the part-combiner.
4540
4541         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4542
4543         * input/test/part-combine-{moment,staff}.ly: remove file.
4544
4545         * input/regression/pc-mmrest.ly (two): remove file.
4546
4547         * scm/define-music-types.scm (music-descriptions): add
4548         Solo{One,Two}Event and UnisonoEvent
4549
4550         * lily/new-part-combine-iterator.cc (unisono): add state_
4551         variable, signal changes with part-combine-event.
4552
4553         * input/regression/new-part-combine-text.ly: new file.
4554
4555         * lily/part-combine-engraver.cc: new file.
4556
4557 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4558
4559         * scripts/filter-lilypond-book.py: Handle snippet options.
4560
4561 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4562
4563         * scm/music-functions.scm (determine-split-list): detect solo1/2
4564         and unisono.
4565
4566         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4567         revert fix, document why.
4568
4569         * lily/tie-performer.cc (process_music): new function. Set melisma
4570         property.
4571
4572         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4573         always smaller than bracket size.
4574         (make_bracket): oops. Size of the gap was off by factor 2
4575
4576         * input/test/text-rotate.ly: new file.
4577
4578         * scm/new-markup.scm (markup): a macro that provides a
4579         LilyPond-like syntax in scheme for building markups, in order to
4580         help markup command definition. (Nicolas Sceaux)
4581
4582         * input/test/lyrics-skip-notes.ly: new example.
4583
4584         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4585
4586         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4587         use is_alias() iso. == . This fixes lyrics on
4588         GregorianTranscriptions. 
4589
4590 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4591
4592         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4593         \thispagestyle{lastpage} to avoid that it's printed on the second
4594         last page when there's only a single score line on the last page.
4595         (The page breaking mechanism in TeX played some ugly tricks to us.)
4596
4597 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4598
4599         * scripts/filter-lilypond-book.py: Further development.
4600
4601         * input/regression/collision-dots-move.ly: New test.
4602
4603         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4604         hand side note head of non-merged collision to the right.
4605
4606         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4607         Construct children before accessing property from emtpy
4608         lyrics_context_.
4609         (construct_children): Find thread before finding LyricsVoice.
4610         Create LyricsVoice one if none found, fixes crash (thanks Erik
4611         Sandberg).
4612
4613 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4614
4615         * cygwin/: Forward port.
4616
4617 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4618
4619         * buildscripts/install-info-html.sh: Use Bash.
4620
4621         * cygwin/mknetrel: Patch from Bert.
4622
4623 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4624
4625         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4626
4627         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4628         try to copy *png, index.html (Bertalan Fodor).
4629
4630         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4631
4632 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4633
4634         * lily/note-collision.cc (check_meshing_chords): Do not remove
4635         dots (from down head) when merging similar heads (thanks Matthias
4636         Kilian).  Simplify merge_possible tests and other cleanups
4637
4638         * input/regression/collision-merge-differently-dotted.ly: Add test
4639         for disappearing dots on similar heads for both voices.
4640
4641 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4642
4643         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4644         that tagline overrides copyright for single page scores. Correct
4645         the default tagline value.
4646
4647 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4648
4649         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4650
4651 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4652
4653         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4654         TEXMF if it's previously unset.
4655
4656 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4657
4658         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4659
4660         * input/test/trills.ly: fix the unfolding of lineprall.
4661
4662         * input/test/figured-bass-alternative.ly: fix accidental.
4663
4664 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4665
4666         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4667
4668         * input/no-notation/dos-guile.ly: 
4669         * input/no-notation/dos-ps.ly: 
4670         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4671
4672         * input/no-notation/safe-include.ly:
4673         * input/no-notation/safe-guile.ly:
4674         * input/no-notation/safe-ps.ly: 
4675         * input/no-notation/safe-tex.ly: New file.
4676
4677         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4678         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4679         options now.
4680         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4681         When in --safe-mode, set environment openout_any=p[aranoid].
4682
4683         * tex/ltest.tex: 
4684         * tex/lilyponddefs.tex: Add \nofiles.
4685
4686         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4687         options.
4688
4689         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4690         This allows building the user manual using a binary installation
4691         and a matching unpacked source tree.
4692
4693         * scm/lily.scm (safe-module): New variable. 
4694
4695         * lily/includable-lexer.cc (new_input): Fix error messages.
4696
4697         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4698         If SAFE, evaluate in safe-module.  Change callers.
4699
4700         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4701
4702         * lily/lexer.ll (embedded_scm): While processing main-input,
4703         invoke ly_parse_scm with safe mode if running in safe-mode.
4704         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4705         in init.ly for safe-mode.
4706
4707 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4708
4709         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4710         compatibility with old versions of geometry.sty (compat2
4711         already implied includehead).
4712         Change the page layout slightly so bottom + footskip = top +
4713         headheight + headsep = 16mm, the remaining paperheight-32mm
4714         are used for the music. Increase footskip to 5mm, so the top of
4715         the footer text doesn't touch the music.
4716
4717 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4718
4719         * VERSION: release 2.1.16
4720
4721         * scm/music-functions.scm (determine-split-list): bugfix: only use
4722         new-active for both voices if both indexes advance. This fixes the
4723         biggest outstanding problem with new-pc. 
4724
4725         * lily/new-part-combine-iterator.cc (construct_children): set more
4726         directions.
4727
4728 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4729
4730         * scripts/convert-ly.py (conv): add instrument rule.
4731
4732         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4733
4734         * lily/side-position-interface.cc: remove add_staff_support ()
4735         Change all callers to use staff-padding.
4736
4737         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4738         make_spanner().
4739
4740         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4741
4742         * lily/text-engraver.cc: remove scriptHorizontal property.
4743
4744         * lily/beam.cc (least_squares): also set least-squares-dy for
4745         special case of slanted 2-stem beam to center.
4746
4747         * lily/side-position-interface.cc (out_of_staff): move contents of
4748         out_of_staff into aligned_side.
4749         remove out_of_staff().
4750
4751         * input/regression/measure-grouping.ly: fix warning.
4752
4753         * lily/side-position-interface.cc: add staff-padding support to
4754         Side_position_interface::aligned_side.
4755
4756         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4757         one get_property too many.
4758
4759         * flower/include/drul-array.hh (linear_combination): new function
4760         (scale_drul): new function
4761
4762         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4763         operations on empty intervals are silly.
4764
4765 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4766
4767         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4768         (iso gh_scm2int), fixes crash in new part-combiner.
4769
4770         * configure.in: Up mftrace to 1.0.27.
4771
4772 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4773
4774         * VERSION: release 2.1.15
4775
4776         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4777         align all stanza numbers.
4778
4779 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4780
4781         * Documentation/user/{introduction.itely,refman.itely,
4782         converters.itely}: fix some text inside parentheses; text should
4783         be readable (even) if parentheses are either replaced with commas 
4784         or dropped out.
4785
4786 2004-01-25  Werner Lemberg  <wl@gnu.org>
4787
4788         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4789         input/test/vaticana.ly, input/test/ancient-font.ly,
4790         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4791         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4792         ly/params-as-init.ly, scm/define-grobs.scm,
4793         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4794
4795         * ly/params-as-init.ly: Removed.  Obsolete.
4796         * buildscripts/lilypond.words.py: Updated.
4797
4798 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4799
4800         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4801
4802         * mf/feta-din{4,5,7,9}.mf: remove.
4803
4804         * lily/engraver.cc (internal_make_item): centralize item/spanner
4805         factory.
4806
4807         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4808         do correct chord conversion for ^"sim."  (backportme)
4809         (FatalConversionError.sub_articulations): substitute ^"foo" in
4810         chords too. (backportme)
4811
4812         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4813         for Fingering.
4814
4815         * lily/side-position-interface.cc (out_of_staff): don't do
4816         anything if staff-padding not defined. 
4817
4818         * mf/feta-params.mf (stafflines): introduce linethickness as
4819         general blackness of the font.
4820
4821         * lily/stem.cc (position_noteheads): rounding error robustness.
4822
4823         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4824         from beam-collision.ly 
4825
4826         * lily/beam.cc (rest_collision_callback): remove direction.
4827
4828         * scm/define-grobs.scm (all-grob-descriptions): remove
4829         enclose-bounds in OttavaBracket and PianoPedalBracket
4830
4831         * scm/new-markup.scm (def-markup-command) new macro, which takes
4832         care of defining the COMMAND-markup and make-COMMAND-markup
4833         procedures, setting markup-signature and keyword-signature object
4834         properties, and pushing the markup command in
4835         markup-function-list.
4836
4837         All markup commands are defined thanks to it.  Users may also use
4838         it to define their own markup commands. (Nicolas Sceaux)
4839
4840         * scm/new-markup.scm: Scheme style clean-up: there should be no
4841         parenthesis alone on a line; LET* should not be used where LET is
4842         enough. (Nicolas Sceaux)
4843
4844 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4845
4846         * scripts/filter-lilypond-book.py: Add script.
4847
4848 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4849
4850         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4851
4852 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4853
4854         * Documentation/user/refman.itely (Fingering instructions): add
4855         single note chords. 
4856
4857         * lily/multi-measure-rest-engraver.cc: use a single
4858         MultiMeasureEvent for mm rests. This prevents problems with the
4859         new part combiner.
4860
4861         * scm/music-functions.scm (determine-split-list): analysis has
4862         global effect: a difference halfway a phrase makes the entire
4863         phrase be typeset as apart.
4864         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4865
4866 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4867
4868         * ly/performer-init.ly: add Devnull.
4869
4870         * Documentation/user/refman.itely (Font selection): remove paper20
4871         ref.
4872
4873 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4874
4875         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4876
4877 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4878
4879         * scm/music-functions.scm (determine-split-list): bugfixes.
4880
4881         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4882
4883         * input/test/scales-greek.ly: use C as base, results in different
4884         alterations at the clef.
4885
4886         * input/regression/pedal-ped.ly: new file.
4887
4888         * input/regression/pedal-bracket.ly: new file.
4889
4890         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4891         replace after_line_breaking()
4892
4893         * lily/line-interface.cc (line): read thickness.
4894         (line): dash-fraction = 0 always for dotted-line style.
4895
4896         * input/test/staff-lines.ly (lower): bugfix.
4897
4898         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4899         \accepts Devnull into Score.
4900
4901         * scm/lily.scm: remove bla.scm load.
4902
4903 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4904
4905         * VERSION: release 2.1.14
4906
4907         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4908
4909         * lily/side-position-interface.cc (general_side_position): add
4910         Staff_symbol_referencer::staff_space ().
4911
4912         * lily/include/context-def.hh: rename from translator-def.hh
4913
4914 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4915
4916         * input/template/piano-dynamics.ly (pedal): Updated definition of
4917         Dynamics such that \cresc works, for example.
4918
4919 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4920
4921         * lily/stem.cc (calc_stem_info): use
4922         Staff_symbol_referencer::staff_space
4923
4924         * lily/beam-quanting.cc (quanting): scale Stem_info 
4925
4926         * lily/beam.cc (rest_collision_callback): use minimum-distance
4927         property for rest/beam collisions.
4928         (rest_collision_callback): bugfixes.
4929
4930         * lily/system.cc (post_processing): extra-offset is now relative
4931         to the size of the current staff.
4932
4933         * scm/music-functions.scm (notice-the-events-for-pc): record all
4934         voices, only analyze "one" and "two".
4935
4936         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4937         not parent. 
4938
4939         * lily/new-part-combine-iterator.cc (construct_children): create
4940         Devnull from Voice context
4941
4942         * scm/music-functions.scm (determine-split-list): bugfixes.
4943
4944         * lily/lily-guile.cc (robust_scm2int): new function
4945
4946         * lily/staff-symbol-referencer.cc (line_thickness): new
4947         function. Use throughout.
4948
4949         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4950         in its own context.  Add to preset font-size.
4951
4952         * lily/stem.cc (thickness): new function.
4953
4954         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4955         compute thickness from ledger-line-thickness.
4956
4957         * lily/note-head.cc (brew_ledger_lines): use
4958         Staff_symbol::get_ledger_line_thickness ().
4959
4960         * lily/beam.cc (rest_collision_callback): use
4961         Staff_symbol_referencer::staff_space().
4962
4963         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4964         Mus1 Mus2
4965
4966         * lily/include/translator.hh (class Translator): add accepts_list_
4967         so  \with { \denies / \accepts } also works.
4968
4969         * scm/music-functions.scm (determine-split-list): determine split
4970         list from music events.
4971
4972         * lily/new-part-combine-iterator.cc: more states.
4973
4974         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4975
4976 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4977
4978         * lily/system.cc (set_loose_columns): use the right prebroken cols
4979         for interpolating loose column position.
4980
4981         * lily/text-spanner.cc (brew_molecule): default to no vertical
4982         lines.
4983
4984         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4985         take space.
4986
4987         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4988
4989 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4990
4991         * scripts/convert-ly.py: Do not test filename when processing
4992         stdin.
4993
4994         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4995
4996 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4997
4998         * lily/axis-group-engraver.cc (finalize): extra check; if
4999         process_music () is never called, then staffline_ == 0.
5000
5001         * lily/simultaneous-music-iterator.cc (pending_moment): don't
5002         check run_always ().
5003
5004         * VERSION: release 2.1.13
5005
5006         * input/regression/note-head-style.ly (pattern): cleanup.
5007
5008         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
5009         downloading.
5010
5011         * scm/output-lib.scm (shift-right-at-line-begin): new function:
5012         kludge rehearsalmark placement.
5013
5014         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
5015         , ly:spanner?
5016
5017         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
5018         close to note head for accidentals.
5019
5020         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
5021         tuplet direction.
5022
5023         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
5024
5025 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5026
5027         * lily/include/music-iterator.hh (class Music_iterator): add
5028         substitute_outlet() to iterator API.
5029
5030         * lily/new-part-combine-iterator.cc (construct_children):
5031         New_pc_iterator: new class, better part combining.
5032
5033         * lily/tie-column.cc (werner_directions): new function
5034
5035         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
5036
5037         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
5038         empty objects group spanner as parent
5039
5040         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
5041         slope against graphical slope.
5042
5043         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
5044         for ottava bracket.
5045
5046         * lily/side-position-interface.cc (general_side_position):
5047         opps. reinstate *dir.
5048
5049         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
5050         parser run.
5051
5052         * lily/tuplet-bracket.cc: remove calc_dy ().
5053
5054         * Documentation/user/refman.itely (Balloon help): document balloon
5055         help
5056
5057 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5058
5059         * scm/document-backend.scm (check-dangling-properties): Grob
5060         properties are defined define-grob-properties.scm.
5061
5062 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5063
5064         * VERSION: release 2.1.12
5065
5066         * scm/define-grobs.scm (all-grob-descriptions): larger font for
5067         ChordName
5068
5069         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
5070         relation to surroundings.
5071
5072         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
5073         Y-extent to the note-extents: stay clear of the staff.
5074
5075 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5076
5077         * Documentation/user/GNUmakefile
5078         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
5079         iso. copy.
5080
5081         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
5082
5083         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
5084
5085         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
5086
5087         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
5088
5089         * lily/line-interface.cc (line): remove thickness from calling interface.
5090
5091         * lily/hairpin.cc: use Line_interface
5092
5093         * lily/line-interface.cc: new file. Line_interface for everything
5094         with dotted/dashed lines.
5095
5096
5097         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
5098
5099         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
5100         for constructing ottava brackets.
5101
5102         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
5103         the note heads.
5104
5105         * Documentation/user/internals.itely (Engravers and performers):
5106         fix broken link.
5107
5108         * scm/music-functions.scm (make-mark-set): new function.
5109
5110         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
5111         functionally identical to beam.
5112
5113         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
5114         () with beam (). 
5115
5116         * Documentation/user/refman.itely (Rehearsal marks): document new
5117         functionality.
5118
5119         * input/regression/rehearsal-mark-number.ly: new file.
5120
5121         * input/regression/rehearsal-mark-letter.ly: new file.
5122
5123         * scm/translation-functions.scm (number->mark-string): new function
5124         (format-mark-letters): new function
5125         (format-mark-numbers): new function
5126
5127         * lily/mark-engraver.cc (process_music): rehearsalMark is now
5128         integer; formatting is done through markFormatter property.
5129
5130         * scm/define-translator-properties.scm: fold all *-done properties
5131         into positioning-done.
5132
5133         * lily/beam.cc (position_beam): new function
5134         (brew_molecule): make sure that positions are calced before making
5135         the molecule.
5136
5137         * scm/output*.scm (beam):  take 4th argument for function.
5138
5139         * ps/music-drawing-routines.ps: take blot as 4th argument.
5140
5141         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
5142         stem to avoid small dents.
5143
5144 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5145
5146         * VERSION: release 2.1.11
5147
5148         * input/regression/balloon.ly: new file.
5149
5150         * lily/balloon.cc (brew_molecule): new file: draw boxes around
5151         objects, and make help texts. 
5152
5153         * scm/new-markup.scm (parse-simple-duration): parse duration
5154         string to log & dots. (Thanks Nicolas!)
5155
5156         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
5157         rule.
5158
5159 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
5160
5161         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
5162         Lemberg).
5163
5164         * THANKS: alphabetic order.
5165
5166 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5167
5168         * input/regression/note-head-harmonic.ly: new file.
5169
5170         * Documentation/user/internals.itely (Technical manual): explain
5171         difference between music, translation, layout.
5172
5173         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
5174
5175         * scm/output-ascii-script.scm (bracket): rounding bfs.
5176
5177         * scripts/convert-ly.py (conv): add \include "paper" rule. 
5178
5179         * ly/paper*.ly: remove files. 
5180
5181         * scm/paper.scm (set-staff-size): new function: set default
5182         staff-size.
5183
5184         * scripts/convert-ly.py (conv): add conversion rule.
5185
5186         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
5187         function.
5188
5189         * scm/paper.scm: new file.
5190         (set-staff-size): new function 
5191         (set-paper-size): new function
5192
5193         * lily/parser.yy (music_output_def_body): restructure definition,
5194         so first Scheme statement in \paper also happens in new scope. 
5195
5196         * lily/system.cc (post_processing): move uniquify_list () to
5197         dumping molecule stage.
5198
5199         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
5200         this will mess up scores that use barchecks to shorten measures.
5201
5202         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
5203         at 20pt too.
5204
5205         * Documentation/user/tutorial.itely (Printing lyrics): document
5206         \lyricsto
5207
5208         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
5209
5210         * Documentation/user/refman.itely (Fermatas): document \lyricsto
5211
5212         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
5213         if Voice is not found.
5214
5215         * VERSION: release 2.1.10
5216
5217         * input/{test,regression}/: remove old-relative 
5218
5219         * lily/lexer.ll: add empty markup signature. 
5220
5221         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
5222         strut markup
5223
5224         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
5225
5226         * scm/define-translator-properties.scm: update melismata property
5227         doco.
5228
5229         * lily/system.cc (output_lines): revert uniquify_list() patch,
5230         strange side effects seen.
5231
5232         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
5233         dash-period < 0.
5234
5235         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
5236         for flute. 
5237
5238 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5239
5240         * input/regression/*.ly: use newaddlyrics iso. addlyrics
5241
5242         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
5243
5244         * lily/lyric-extender.cc (brew_molecule): behave decently in case
5245         of line breaks.
5246         (brew_molecule): add padding to left, not right.
5247
5248         * lily/system.cc (uniquify_list): new function
5249         (output_lines): uniquify_list () on all-elements. This fixes
5250         double symbols in the output.
5251
5252         * lily/beam.cc (rest_collision_callback): don't move anything if
5253         staff-position is set.
5254
5255         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
5256
5257         * lily/system.cc (typeset_grob): warn if adding twice.
5258
5259         * lily/sequential-iterator.cc (run_always): implement run_always().
5260         (also in other files.)
5261
5262         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
5263
5264         * lily/event.cc (to_relative_octave): add octave-check.
5265
5266         * Documentation/user/refman.itely (Line breaking): add noBreak.
5267
5268         * scm/new-markup.scm (normalsize-markup): add function.
5269         (sans-markup): new function.
5270
5271         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
5272         come earlier nowadays.  This fixes beams on grace notes.
5273
5274         * scm/music-functions.scm (direction-polyphonic-grobs): new
5275         variable, share between override and revert. This fixes script
5276         directions in polyphonic sections. (backportme)
5277
5278 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5279
5280         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5281         breakpoints.
5282
5283         * lily/break-align-interface.cc: add doco
5284
5285         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5286
5287 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5288
5289         * VERSION: release 2.1.9
5290
5291         * scm/document-markup.scm (markup-doc-node): add note about naming.
5292
5293         * scm/new-markup.scm (left-align-markup): bugfix. 
5294
5295         * Documentation/user/refman.itely (Ottava brackets): more doco for
5296         ottava.
5297
5298         * lily/side-position-interface.cc (out_of_staff): also do
5299         out_of_staff() correctly for d == DOWN.
5300
5301         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5302         horizontal line if they move to the right.
5303
5304         * scm/define-grobs.scm (all-grob-descriptions): set
5305         text-repeat-if-broken for ottava spanner
5306
5307         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5308         property.
5309
5310         * mf/feta18.mf: design size is 18 not 22.5
5311
5312         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5313         Add a single LyricsVoice to a melody. Melismata may be set
5314         individually.
5315
5316         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5317
5318         * lily/dot-column.cc: add stdio.h
5319
5320 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5321
5322         * lily/item.cc: documentation for break-visibility (Thanks, John).
5323
5324 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5325
5326         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5327
5328         * lily/translator-def.cc: rename Translator_def to Context_def.
5329
5330         * Documentation/user/internals.itely (Lexical details): clarify
5331         string def.
5332
5333         * Documentation/user/refman.itely (Rhythmic music): add link to
5334         RhythmicStaff 
5335
5336 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5337
5338         * lily/translator.cc: document start_translation_timestep()
5339
5340         * scm/output-tex.scm (tex-encoded-fontswitch): use
5341         round for rounding (inexact->exact yields rationals)
5342
5343         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5344
5345         * lily/translator-group.cc (get_simple_trans_list): 
5346         new function; construct simple_trans_list_ lazily.
5347
5348 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5349
5350         * lily/paper-outputter.cc (output_scope): Check if number before
5351         checking exact (guile cvs).
5352
5353         * scm/*: Escape backslashes in scheme strings (guile cvs).
5354
5355 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5356
5357         * Documentation/user/refman.itely (Tablatures basic): annotate
5358         seealso sections.
5359
5360         * lily/*.cc: cleanup of engraver initialize() functions.
5361
5362         * lily/repeat-acknowledge-engraver.cc
5363         (start_translation_timestep): remove first_b_
5364
5365         * lily/tab-note-heads-engraver.cc: listen to string number events
5366         inside < > too. (backportme).
5367
5368         * Documentation/user/refman.itely (Text scripts): add fatText to
5369         index.
5370
5371 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5372
5373         * VERSION: 2.1.8
5374
5375         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5376         footer.
5377
5378         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5379
5380         * lily/bar-check-iterator.cc (process): only warn if
5381         barCheckLastFail was changed.
5382
5383         * scm/define-translator-properties.scm (barCheckLastFail): add
5384         property.
5385
5386         * lily/main.cc (main_prog): print summary of failed files.
5387
5388         * lily/axis-group-engraver.cc: move all spanner creation to
5389         process_music (). Now staffs can be adjusted with \override too.
5390         (Jan, you are a brilliant programmer!)
5391
5392         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5393
5394 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5395
5396         * Documentation/user/tutorial.itely (Integrating text and music):
5397         Show the commands to produce a PDF as well.
5398
5399 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5400
5401         * lily/translator-def.cc (get_translator_names): accept user
5402         tweaks too. 
5403
5404         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5405         as big as normal heads. 
5406
5407         * input/*ly: run convert-ly
5408
5409         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5410         () if dependencies are fluked.
5411
5412         * scm/document-translation.scm (engraver-doc-string): update on
5413         latest string/symbol conventions.
5414
5415         * lily/translator-ctors.cc: use Scheme_hash_table.
5416
5417         * lily/translator-def.cc (get_translator_names): new function
5418         (add_context_mod): new function
5419         (get_accepted): new function
5420
5421         * lily/parser.yy (context_mod): put all modifications of
5422         \translator { } in a single production, encode as SCM.
5423
5424         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5425         to use read-only lists, so additions to the definition can be
5426         prepended easily.  
5427
5428         * Documentation/user/invoking.itexi (Editor support): add node on
5429         editor support.
5430
5431         * Documentation/user/refman.itely (Bar check): add lyrics example
5432         of bar checks. 
5433
5434         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5435
5436         * scripts/convert-ly.py (conv): add conversion rule.
5437
5438         * lily/parser.yy: use \change iso. \translator for staff switch.
5439
5440         * lily/my-lily-lexer.cc: add \change.
5441
5442         * scm/define-translator-properties.scm
5443         (default-melisma-properties): add definition.
5444
5445 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5446
5447         * Documentation/user/refman.itely (Bar lines): clarification of
5448         systemStartDelimiter. 
5449
5450         * input/test/slur-shape.ly (x): remove file.
5451
5452         * lily/translator-group.cc (apply_property_operations): new function.
5453
5454 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5455
5456         * lily/parser.yy (optional_prop_ops): allow \with {
5457         PROPERTYSETTINGS } following \context or \new.
5458
5459         * lily/my-lily-lexer.cc: add \with.
5460
5461         * lily/parser.yy (property_operation): clean up definition of
5462         property operations.
5463         (property_op_to_music): new function.
5464         (context_spec_music): new function
5465
5466         * VERSION: 2.1.7 released.
5467
5468         * input/regression/collision-merge-dots.ly: new file.
5469
5470         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5471         then kill the dots too. 
5472
5473         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5474         set/unset breakableSeparationItem
5475
5476         * lily/separation-item.cc (relative_width): add function.
5477
5478         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5479         only-prebreak-interface
5480
5481         * lily/system.cc (output_lines): only junk only-prebreak-interface
5482         grobs.
5483
5484         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5485         read breakableSeparationItem
5486
5487         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5488
5489         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5490
5491         * lily/dot-column.cc (dot_config_badness): new function:
5492         select the best scoring dot configuration: dots should go close to
5493         the note heads, but be shifted up or down according to conventions.
5494         (print_dot_configuration): idem.
5495         (shift_one): idem
5496         (remove_collision): idem.
5497
5498         * input/regression/dots.ly: add more test cases.
5499
5500 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5501
5502         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5503
5504         * flower/include/interval.hh: rename elem_b to contains 
5505
5506         * lily/tie.cc: change 'heads to 'head-pair.
5507
5508         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5509         fill in 'heads field.
5510
5511         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5512         minimum-length for short ones, and shorten so collisions with the
5513         next syllable are avoided.
5514
5515         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5516         near-zero slopes.
5517         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5518
5519         * lily/dots.cc: remove quantized_position callback. All Y
5520         positioning is done by dot-column.cc
5521
5522         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5523         exhaustive test of all dot positions. This fixes disappearing dots
5524         in dotted chords.
5525
5526 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5527
5528         * mf/feta-klef.mf (test_staff): fatten up G clef
5529         (test_staff): fatten up f clef.
5530
5531
5532 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5533
5534         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5535         * input/les-nereides.ly: Use latin1 characters for title, like
5536         Morgenlied.
5537
5538 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5539
5540         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5541         cmb10).
5542
5543         * lily/lyric-extender.cc (brew_molecule): add little space before
5544         extender line.
5545
5546         * lily/beam-quanting.cc (score_forbidden_quants): check if
5547         outer stafflines fall in any beam gaps.
5548
5549         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5550         for lyric texts.
5551
5552 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5553
5554         * VERSION: 2.1.6 released.
5555
5556         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5557         this shows the demerits of a user-defined beam position pair.
5558
5559         * scm/define-grobs.scm (all-grob-descriptions): set
5560         beamed-extreme-minimum-free-lengths to a different value.
5561
5562         * lily/scm-option.cc: add debug-beam scm-option
5563
5564         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5565
5566 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5567
5568         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5569
5570         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5571         space after barline.
5572
5573         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5574
5575         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5576         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5577         the other case, take standard column-breakable spacing. Do not
5578         warn about "no spacing wishes".
5579
5580         This fixes wide spaces after barlines in very loose lines.
5581
5582         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5583
5584 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5585
5586         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5587         acknowledge_grob lyric-syllable, not lyric-text.
5588
5589         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5590         dashes of length #'length separated by #'dash-period. 
5591
5592         * lily/lyric-extender.cc (brew_molecule): idem
5593
5594         * lily/multi-measure-rest.cc (big_rest): idem
5595
5596         * lily/system-start-delimiter.cc (simple_bar): idem
5597
5598         * lily/bar-line.cc (simple_barline): use rounded box
5599
5600         * VERSION: release 2.1.5
5601
5602         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5603         music): move note about dvips to more visible place.
5604
5605         * lily/lyric-phrasing-engraver.cc: move from
5606         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5607         lyric-phrasing-engraver.hh)
5608
5609         * lyric-align.ly: remove file
5610
5611         * scripts/convert-ly.py (FatalConversionError.func): add removal
5612         rule for automaticMelismata
5613
5614         * ly/engraver-init.ly (ScoreContext): switch on
5615         New_phrasing_engraver by default.
5616
5617         * lily/slur-engraver.cc (class Slur_engraver):
5618         process_acknowledged_grobs -> process_music.
5619         (try_music): signal melismata correctly.
5620
5621         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5622         word-space, right-trim-amount, and extend past right bound only
5623         for note heads.
5624
5625         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5626         lyric-extender support: add note-heads to the extender
5627         automatically.
5628
5629         * lily/parser.yy: extender is now post_event. 
5630
5631         * lily/accidental-engraver.cc (number_accidentals): remove
5632         spurious warning about non-parent contexts.
5633
5634         * lily/music-output-def.cc (assign_translator): \translator { }
5635         for a Foo context implicitly redefines \FooContext.
5636
5637         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5638         fixes.
5639
5640         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5641         doubly in slur weight. 
5642
5643         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5644         combination.
5645
5646         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5647         staffbar distance.
5648
5649         * scripts/lilypond.py (global_latex_preamble): crank down size of
5650         the margins. Now there is a 12 mm top and bottom margin, which
5651         should correspond with the printable area of modern printers.
5652
5653         This enlarges the music height of the printable page a little.
5654
5655         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5656         signs. Use \markup instead.
5657         (accreg_pen): tweak for accordeon asterisk.
5658
5659 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5660
5661         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5662
5663         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5664
5665         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5666
5667         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5668
5669         * scm/define-grobs.scm (all-grob-descriptions): change
5670         StanzaNumber description: make side support, i.s.o. breakable.
5671         use Instrument_name_engraver for texts in the margin.
5672
5673         * scm/define-translator-properties.scm: remove
5674         melismaEngraverBusy, stz property.
5675
5676         * *.cc: naming: change empty_b () into is_empty ()
5677
5678         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5679
5680         * input/regression/lyric-phrasing-new.ly: new file.
5681
5682         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5683         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5684         melismata are now left-aligned.
5685
5686 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5687
5688         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5689
5690         * mf/feta19.mf: remove.
5691
5692         * mf/feta-klef.mf (test_staff): more tweaks
5693
5694         * mf/feta-toevallig.mf: more small size tweaks.
5695
5696         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5697         rests for smaller sizes.
5698
5699         * mf/feta-bolletjes.mf: fix cross heads.
5700
5701         * VERSION: release 2.1.4
5702
5703         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5704         deprecated #'ancient font family
5705
5706         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5707         it is a string or number.
5708
5709         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5710         change calling convention of stem-attachment function. 
5711
5712         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5713
5714         * mf/feta-autometric.mf: dump WX/WY fields too
5715
5716         * mf/parmesan-heads.mf: idem.
5717
5718         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5719         attachment coordinates.
5720
5721         * lily/note-head.cc (stem_attachment_coordinate): read stem
5722         attachment from the notehead glyphs WX/WY fields.
5723
5724         * lily/include/font-metric.hh (struct Font_metric): add methods
5725         get_indexed_wxwy (), make a distinction between looking up by
5726         index and ASCII  
5727
5728         * mf/feta-bolletjes.mf: rewrite note head MF code.
5729         (test_outlines): make heads more rotund for smaller sizes. 
5730
5731 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5732
5733         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5734         throughout. Font scaling fixes throughout.
5735
5736         * mf/feta-sleur,slur.mf: remove. 
5737
5738         * mf/feta-slag.mf: rewrite.
5739
5740 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5741
5742         * VERSION: release 2.1.3
5743
5744         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5745
5746         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5747
5748         * lily/mark-engraver.cc (process_music): fix mark
5749         \default. (backportme)
5750
5751         * stepmake/stepmake/automatically-generated.sub.make (default):
5752         use -n for head/tail commands. 
5753
5754         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5755         heads with the same pitch.
5756
5757 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5758
5759         * lily/recording-group-engraver.cc (finalize): set protected_scm
5760         member to '() before finalizing.
5761
5762         * lily/translator-group.cc (finalize): remove removal_processing () 
5763
5764         * lily/recording-group-engraver.cc: new engraver: record
5765         synchronized start & end times for each music object.
5766
5767         * lily/parser.yy (toplevel_expression): execute score rendering
5768         during parsing. Cleanup output-filename handling; this is no
5769         longer done with global variables.
5770         (translator_spec_body): allow \type modification too.
5771
5772         * lily/score.cc:  ly:run-translator: new function
5773         (LY_DEFINE): ly:render-output new function.
5774
5775         Separate interpreting and rendering, and make available as
5776         functions at Scheme level.
5777
5778 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5779
5780         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5781         (musicxml-node->string):
5782         (xml-node->string):
5783         (music-to-musicxml): New function.
5784
5785 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5786
5787         * VERSION: 2.1.2 released
5788
5789         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5790
5791         * scm/font.scm (paper20-font-vector): discouple font design sizes
5792         from sizes specified in .ly file: store all design sizes of a font
5793         in a single vector.
5794
5795         * lily/font-select.cc (get_font_by_design_size): new function
5796
5797         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5798         add parmesan,feta in sizes 14 and 18.
5799
5800         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5801
5802         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5803         of fontSize: this now sets font-size
5804
5805 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5806
5807         * VERSION: 2.1.1 released
5808
5809         * Documentation/user/refman.itely (Tuning objects): add note about
5810         concurrent tweaks in different contexts. 
5811
5812         * lily/tie-engraver.cc (acknowledge_grob): use
5813         Staff_symbol_referencer::get_position iso. reading staff-position
5814         directly.
5815
5816         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5817         currentMusicalColumn as left span-point for bracket. The bracket
5818         is too long when there are accidentals.
5819
5820 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5821
5822         * buildscripts/lilypond-profile.sh,
5823         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5824         Thanks to Reuben Thomas <rrt@mupsych.org>
5825
5826 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5827
5828         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5829         Wurbel <wurbel@univ-tln.fr>.
5830
5831 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5832
5833         * scripts/midi2ly.py: Add space after chords.
5834
5835 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5836
5837         * input/regression/{many}: add few @code{ ... }.
5838
5839 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5840
5841         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5842         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5843         Removed cmbx5, cmbx6 (which are included in teTeX)
5844         and cmbxti14 which is not used in fonts.scm.
5845
5846 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5847
5848         * lily/midi-item.cc: fine tune quarter tones.
5849
5850 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5851
5852         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5853         new function, warn how many cents are missing in fine tuning.
5854
5855 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5856
5857         * input/bugs/rhytmicstaff-tie.ly: add file.
5858
5859         * THANKS: Create skeleton for 2.1.
5860
5861 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5862
5863         * input/test/bar-lines.ly (TODO): dashed "|".
5864
5865 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5866
5867         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5868         input/regression/tie-chord.ly: Fix spell for tying.
5869
5870         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5871
5872         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5873         new file (renamed, see above).
5874
5875         * Documentation/user/lilypond-book.itely
5876         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5877         * input/example-1.ly input/example-2.ly input/example-3.ly
5878         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5879         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5880         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5881         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5882         * scripts/lilypond-book.py scripts/lilypond.py
5883         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5884         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5885
5886         * Documentation/user/lilypond.tely: update version.
5887
5888         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5889         Remove extra spaces in each @node, fixes spaces.
5890
5891 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5892
5893         * scripts/lilypond-book.py (output_dict): Add definition of
5894         \lilypondbook also for LaTeX output. Solves several bug reports.
5895
5896 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5897
5898         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5899
5900 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5901
5902         * input/test/transposition.ly: Fix key signatures, given in comments.
5903
5904 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5905
5906         * scm/midi.scm (instrument-names-alist),
5907         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5908
5909 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5910
5911         * input/test/temporary-stave.ly (texidoc): New example based on an
5912         email question from Ralph Little.
5913
5914 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5915
5916         * VERSION: release 2.1.0
5917
5918         * lily/note-performer.cc (try_music): accept busy-playing-event.
5919
5920         * lily/swallow-perf.cc (try_music): return false for
5921         busy-playing-event and melisma-playing-event.
5922
5923 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5924
5925         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5926         >> in \score.
5927
5928 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5929
5930         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5931         that articulation_substitute will not move beam start again.
5932         (articulation_substitute): Bugfix: remove stray space so that new
5933         old chords ending '>>' does not get broken up.
5934         (sub_chord): Use TAB for indentation (not spaces).
5935
5936         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5937         Bugfix for startup: Use ?^ instead of ?\^.
5938
5939 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5940
5941         * lily/lyric-combine-music-iterator.cc
5942         (Lyric_combine_music_iterator): change init order, to prevent GC
5943         segfaults.
5944
5945         * lily/context-specced-music-iterator.cc (construct_children): 
5946         only change  translator if found. This fixes a core dump problem.
5947
5948 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5949
5950         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5951         comparison.
5952
5953         * mf/feta-bolletjes.mf: make hole in half note little
5954         smaller for stem attachment.
5955
5956         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5957
5958         * mf/feta-banier.mf: don't draw stem with flag, just small square
5959         attachment.
5960
5961         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5962
5963         * mf/feta-banier.mf: remove upstem/downstem characters.
5964
5965         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5966
5967         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5968         stafflinethickness (in the default)
5969
5970         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5971
5972         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5973
5974         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5975
5976         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5977
5978         * lily/include/directional-element-interface.hh:
5979         junk class, make {get,set}_grob_direction functions.
5980
5981         * lily/slur.cc (get_attachment): do something sensible when
5982         attaching to stem without heads (eg. a rest).
5983
5984         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5985         forcing up to staff.  remove #'support-head property
5986         (brew_molecule): small cleanup.
5987         (flag): remove #'grace property.
5988
5989 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5990
5991         * cygwin/postinstall-lilypond.sh: 
5992         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5993         (Volker Zell).
5994
5995 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5996
5997         * scripts/lilypond-book.py: resurrect 'eps' option. 
5998         (TexiPaper.to_eps): use -Ppdf for EPS files.
5999
6000         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
6001
6002         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
6003
6004         * VERSION: release 2.0.1
6005
6006         * lily/bezier.cc (get_other_coordinate): change assert into
6007         warning.
6008
6009         * lily/note-head.cc (internal_brew_molecule): make left protusion
6010         smaller, to accomodate for natural sign.
6011         (internal_brew_molecule): only do this when the accidental is
6012         close enough.
6013         (extent): new function
6014
6015         * lily/skyline.cc (merge_skyline): new function
6016         (heighten_skyline): new function
6017
6018         * lily/accidental-placement.cc (position_accidentals) 
6019         (position_accidentals): fix todo.
6020
6021 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6022
6023         * input/test/+.ly (texidoc): put version number inline.
6024
6025         * GNUmakefile.in: remove rsync-web target.
6026
6027         * input/regression/bar-scripts.ly (onestaff): raggedright
6028
6029 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6030
6031         * lily/*.cc: remove #if 0'd code in couple of places.
6032
6033         * lily/midi-stream.cc (operator <<): rewrite.
6034
6035         * lily/note-head.cc (internal_brew_molecule): 
6036         only make ledgers when the Staff symbol has lines.
6037
6038         * ly/property-init.ly (arpeggioBracket): simplify
6039
6040         * lily/translator-group.cc (execute_pushpop_property): use
6041         SCM_EQ_P for comparing keys. This fixes reverting
6042         auto-beam-settings.
6043
6044 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6045 *
6046         * lily/midi-stream.cc (operator <<): Also write MIDI string when
6047         midi_debug_global_b.
6048         (operator <<): Normalise loop.
6049
6050 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6051
6052         * scripts/lilypond.py (escape_path): revise.
6053
6054         * scm/music-functions.scm (set-output-property): new function.
6055
6056 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6057
6058         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
6059         use addmakeflags again.
6060
6061         * cygwin/lily-wins.py (escape_shell): New function; use it.
6062
6063         * scripts/lilypond.py (escape_shell): Escape quotes and other
6064         spaces too.  Do not escape escaping backslashes.
6065
6066         * make/srcdir.make.in (web-install): Must call install-WWW now.
6067
6068         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
6069         dependency
6070
6071 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6072
6073         * scripts/lilypond.py (escape_path): escape quotes too. 
6074
6075         * Documentation/user/lilypond.tely (Unified index): rename Index
6076         to accomodate Windows breakage.
6077
6078         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
6079
6080         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
6081         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
6082         target not a source.
6083
6084 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6085
6086         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
6087         addmakeflags.  Build and install doc and web also when building on
6088         Cygwin.
6089
6090         * mf/GNUmakefile: Bugfix.
6091
6092         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
6093         target web.
6094
6095         * cygwin/lily-wins.py: Quote filename.
6096
6097 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6098
6099         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
6100
6101 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6102
6103         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
6104         settings.
6105
6106         * configure.in: Require g++ > 3.0.4.
6107
6108         * mf/GNUmakefile: Bugfix: Add list.ly target.
6109
6110         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
6111
6112         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
6113         make omf directory, add uninstall targets.
6114
6115 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6116
6117         * lily/tie-performer.cc (initialize): init prev_event
6118
6119         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
6120
6121         * lily/script-engraver.cc (make_script_from_event): don't crash on
6122         non-string articulation-type.
6123
6124         * lily/new-fingering-engraver.cc (add_script): don't crash on
6125         0 scripts 
6126         (acknowledge_grob): warn about text script events.
6127
6128 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
6129
6130         * buildscript/lilypond.words: fix path for drums.scm.
6131
6132 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6133
6134         * lily/spacing-spanner.cc (note_spacing): don't make longer
6135         durations than measure-length.
6136
6137         * VERSION: release 2.0.0
6138
6139         * GNUmakefile.in (rsync-web): version independent rsync target.
6140
6141         * input/test/+.ly (texidoc): idem.
6142
6143         * input/regression/+.ly: print version number.
6144
6145         * input/regression/accidentals.ly (mel): shorten.
6146
6147         * input/regression/accidental-octave.ly (texidoc): shorten.
6148
6149         * input/regression/hairpin-dashed.ly (texidoc): docstring.
6150
6151         * input/regression/completion-heads-polyphony.ly: octave
6152
6153         * input/regression/beam-manual.ly: remove
6154
6155         * input/regression/beam-chord.ly: remove
6156
6157         * input/regression/grace-dynamic.ly: remove
6158
6159         * input/regression/grace-volta-repeat.ly: octave fixes.
6160
6161         * input/regression/hairpin-dashed.ly (texidoc): doc string.
6162
6163         * lily/parser.yy (step_number): semitones for chord entry too.
6164         (make_chord_step): more robust code, semitones. 
6165
6166         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
6167
6168         * input/regression/breathing-sign.ly (texidoc): split ancient and
6169         normal breathing signs.
6170
6171         * scm/define-grobs.scm (all-grob-descriptions): swap
6172         beamed-extreme-minimum-free-lengths and
6173         beamed-minimum-free-lengths; the 'extreme' case should allow
6174         shorter stems. This fixes forced directions on beamed 32nd and
6175         shorter notes.
6176
6177         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
6178         quartertones, not semitones.
6179         (NoteNamesContext): swallow more event types
6180
6181         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
6182
6183         * VERSION (PACKAGE_NAME): release 1.9.10
6184
6185 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6186
6187         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
6188         set note head as cause of note-column.  This gives a better error
6189         message.
6190
6191 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6192
6193         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
6194
6195 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6196
6197         * mf/GNUmakefile (pfa_warning): instruct 
6198
6199         * stepmake/aclocal.m4: typo.
6200
6201         * Documentation/user/cheatsheet.itely: more verbose examples.
6202
6203         * input/regression/clefs.ly: remove bogus docstring.
6204
6205 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6206
6207         * GNUmakefile.in (SUBDIRS): Add elisp.
6208
6209         * elisp/lilypond-mode.el: 
6210         * elisp/lilypond-init.el: 
6211         * elisp/lilypond-indent.el: 
6212         * elisp/lilypond-font-lock.el: Move from top dir.
6213
6214         * stepmake/stepmake/elisp-vars.make: New file.
6215
6216         * config.make.in (elispdir): Add.
6217
6218         * Documentation/topdocs/INSTALL.texi: Typo.
6219
6220         * make/ly-rules.make: Test for files instead of touching void and
6221         ignoring errors.
6222
6223         * GNUmakefile.in:
6224         * make/lilypond.redhat.spec.in:
6225         * debian/rules: Fix lilypond.words stuff a bit.  For running from
6226         <builddir>, adding
6227
6228         (push "<builddir>/share/lilypond/elisp" load-path)
6229
6230         to your ~/.emacs.el should give you LilyPond-mode again.
6231
6232         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
6233         regexp for DOS/Windows, we are too paranoid to fix others.
6234
6235 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6236
6237         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
6238
6239         * input/test/chord-names-jazz.ly (banterProperties): fix
6240
6241         * lily/parser.yy (bass_mod): bass figure alterations are semi
6242         tones, not quarter tones
6243
6244         * lily/beam.cc (set_stem_lengths): only lengthen stems
6245         for gapped beams.
6246
6247         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
6248         by beamcount.
6249
6250         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
6251         a warning that the warning may erroneous.
6252
6253         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
6254         target.
6255
6256         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
6257         targets.
6258
6259         * GNUmakefile.in ($(config_h)): config.h should depend on
6260         config.hh.in .
6261         (lilypond.words): remove fontball stuff.
6262
6263         * stepmake/aclocal.m4: only print config.cache warning if it exists.
6264
6265         * configure.in: remove pktrace reference.
6266
6267         * GNUmakefile.in (rsync-web): permissions and ownership for
6268         website.
6269
6270         * lily/volta-engraver.cc (staff_eligible): new function.
6271         (stop_translation_timestep): kill off spanners if not eligible.
6272
6273         * VERSION (PATCH_LEVEL): release 1.9.9
6274
6275         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6276
6277         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6278         length is more important than forbidden quants.
6279
6280 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6281
6282         * buildscripts/lilypond.words: order words in search order,
6283         add lilypond.words.vim to be generated.
6284
6285         * lilypond.vim: use lilypond.words.vim for keyword matching.
6286
6287         * lilypond-mode.el: use search order. fix word selection rules.
6288
6289         * lilypond-font-lock.el: fix fontifying long durations.
6290
6291         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6292
6293 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6294
6295         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6296
6297         * stepmake/stepmake/generic-targets.make:
6298         * stepmake/stepmake/bin/make-version.py: 
6299         * stepmake/aclocal.m4:
6300         * make/stepmake.make:
6301         * make/toplevel-version.make: Build fixes: remove last traces of
6302           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6303
6304         * lily/beam.cc: Add gap-count property.
6305
6306 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6307
6308         * scm/define-grob-properties.scm (gap-count): add gap-count
6309
6310         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6311
6312 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6313
6314         * cygwin/mknetrel.doc: Typo.
6315
6316         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6317
6318         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6319
6320 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6321
6322         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6323         sizes. Remove support for 'ledger'(=tabloid+landscape).
6324
6325 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6326
6327         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6328         sauter PFAs.
6329
6330         * configure.in: remove VERSION stuff once again.
6331
6332         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6333
6334         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6335         for chord names.
6336
6337         * mf/GNUmakefile: always trace pfa fonts.
6338         (SAUTER_FONTS): add cmss[567] too fonts
6339
6340         * configure.in: require mftrace. 
6341
6342         * lily/staff-performer.cc (new_instrument_string): don't look at
6343         instrument property.
6344
6345         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6346         is_direction is the C++ one. Similar for ly_axis_p and
6347         ly_number_pair_p
6348
6349 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6350
6351         * lily/beam.cc (brew_molecule): read gap-count to determine
6352         number of tremolo (gapped) beams.
6353
6354         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6355         shorter than 1/8
6356
6357         * flower/include/array.hh (default_compare): new function
6358
6359         * cygwin/mknetrel: Native fixes.
6360
6361         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6362
6363 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6364
6365         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6366         feature for Windows.
6367
6368         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6369
6370         * cygwin/mknetrel: Updates for native use on Cygwin.
6371
6372         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6373
6374         * stepmake/stepmake/help2man-rules.make: 
6375         * cygwin/mknetrel: Bugfix for manpages.
6376
6377         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6378         $(builddir).  Stepmake is a normal subdirectory now, that is not
6379         configured.  Another srcdir build fix.
6380
6381         * Documentation/topdocs/INSTALL.texi,
6382         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6383         lilypond-init.el, lilypond-mode.el, debian/rules,
6384         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6385         rename generated file lilypond.words to lilypond.words.el.
6386
6387 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6388
6389         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6390
6391         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6392         GNUmakefile.in.
6393
6394 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6395
6396         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6397         when cross building.
6398
6399         * configure.in: srcdir build fix.
6400
6401         * cygwin/GNUmakefile:
6402         * cygwin/lily-wins.py:
6403         * cygwin/postremove-lilypond.sh: 
6404         * cygwin/postinstall-lilypond.sh: Merge from stable.
6405
6406         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6407         s/ly2dvi/lilypond/.
6408
6409 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6410
6411         * lily/slur.cc (after_line_breaking): only set control points if
6412         none supplied yet.
6413
6414         * input/test/slur-manual.ly: new file.
6415
6416         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6417         <<  >> chords too.
6418
6419         * VERSION (PACKAGE_NAME): release 1.9.8
6420
6421         * scripts/lilypond.py (escape_path): escape spaces in directory names
6422
6423         * input/test/text-spanner.ly: fixes.
6424
6425 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6426
6427         * buildscripts/lilypond.words.py: add drum names as note names to
6428         Emacs-mode.
6429
6430 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6431
6432         * input/regression/hairpin-dashed.ly: new file.
6433
6434         * scripts/convert-ly.py (conv): warn about dash-length.
6435
6436         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6437         automatically if we get a new one.
6438
6439         * lily/lookup.cc (dashed_line): new function
6440
6441         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6442         dash-fraction.
6443
6444 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6445
6446         * buildscripts/lilypond.words.py: extract note names.
6447
6448         * lilypond-mode.el: take note names from lilypond.words -file.
6449         small fix in the use of string-match.
6450
6451         * lilypond-font-lock.el: use lilypond.words for note names, add 
6452         maxima to note a duration.
6453
6454 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6455
6456         * lily/breathing-sign.cc: remove railtracks() function. 
6457
6458         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6459
6460         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6461         (brew_molecule): bugfix don't make arpeggio shorter when
6462         arpeggio-direction is set.
6463
6464         *  debian/rules: small corrections in the (Pedro K)
6465
6466         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6467         examples.
6468
6469         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6470         special (repeat) bar comes along.
6471
6472         * input/regression/auto-beam-bar.ly: update.
6473
6474         * scripts/lilypond-book.py (output_dict): remove support for the
6475         EPS option.
6476
6477         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6478         VerticalAlignment and VerticalAxisGroup this fixes the size
6479         computations for the entire system.
6480
6481         * input/les-nereides.ly (bass): remove superfluous fontSize.
6482
6483         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6484         causes directory of file to be added to include path.
6485
6486         * input/regression/beam-break.ly: test single stem beams.
6487
6488         * input/regression/system-start-bracket.ly: fix.
6489
6490         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6491
6492         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6493
6494         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6495         (score_stem_lengths): do something sensible for single stem beams.
6496
6497         * lily/beam.cc (least_squares): add kludge for single stem beams.
6498
6499         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6500         keySignature to list of broken things.
6501
6502         * input/regression/keys.ly: fix.
6503
6504         * VERSION (PACKAGE_NAME): release 1.9.7
6505
6506         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6507
6508         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6509
6510         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6511         (quartertone_pitch): new function
6512
6513         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6514         flat. WARNING: FONT CHANGED.
6515
6516         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6517
6518         * lily/accidental-placement.cc (add_accidental): support for
6519         quarter tones.
6520
6521         * ly/LANGUAGEs.ly: use symbols for alterations.
6522
6523         * mf/feta-toevallig.mf: change accidental codes. 
6524
6525         * scm/lily.scm (ly:get-option): switch on debugging only for
6526         --verbose.
6527
6528         * lily/lily-guile.cc: remove ly:verbose?
6529
6530         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6531
6532         * lily/parser.yy (TODO): only do gh_call() for apply with
6533         procedure argument.
6534
6535         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6536         stuff in accordance with new timing of tie-events.
6537
6538         * lily/my-lily-lexer.cc: remove \outputproperty
6539
6540         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6541
6542         * scm/define-translator-properties.scm (melismaBusyProperties):
6543         add melismaBusyProperties property.
6544
6545 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6546
6547         * input/test/ambitus-mixed.ly (texidoc): new file.
6548
6549         * buildscripts/mutopia-index.py (find): prune debugging
6550
6551         * lily/side-position-interface.cc: doc updates
6552
6553         * Documentation/user/refman.itely: updates, tweaks.
6554
6555         * lily/parser.yy (Simple_music): remove outputproperty
6556
6557         * make/stepmake.make: use VERSION again; importing VERSION via
6558         autoconf dependencies is too hairy.
6559
6560 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6561
6562         * lilypond-mode.el: allow `-' for keywords and identifiers.
6563
6564 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6565
6566         * VERSION: release 1.9.6
6567
6568         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6569         iso. ly2dvi.
6570
6571         * Documentation/user/*.itely: fixes everywhere
6572
6573         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6574         produce ties from the engraver itself, do not broadcast TieEvent.
6575
6576         * lily/my-lily-lexer.cc: remove pitch & duration.
6577
6578         * lily/parser.yy (TODO): remove \pitch and \duration
6579
6580         * input/test/explicit.ly: remove file.
6581
6582         * Documentation/user/refman.itely (Pitches): remove \pitch 
6583         \duration command.
6584
6585 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6586
6587         * buildscripts/lilypond.words.py: add all slur types to Emacs
6588         insertion menu, suppose everything is postfixed by dropping 
6589         unnecessary `-' -marks.
6590
6591 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6592
6593         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6594         tremoloed stems.
6595
6596         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6597         head for flagged stems.
6598
6599         * lily/stem.cc (get_default_stem_end_position): futz with extra
6600         stem length if there is a stem tremolo.
6601
6602         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6603         it would be too small.
6604
6605         * lily/font-metric.cc: return #f for non-existent glyph.
6606
6607         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6608         exported through config.make.
6609
6610         * input/regression/clef-oct.ly: new file.
6611
6612         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6613         transposition.
6614
6615         * input/template/*.ly: remove old relative.
6616
6617         * ly/english.ly: add X names for double sharp.
6618
6619 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6620
6621         * lily/font-select.cc: new file handle font selection routines.
6622
6623         * lily/parser.yy: add ; (Patrick Atamaniuk)
6624
6625         * input/test/time-signature-double.ly: use markups for double time
6626         sigs.
6627
6628         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6629         ChordNames.SeparationItem #'padding for adjusting space after chords.
6630
6631         * lily/music-output-def.cc (LY_DEFINE): 
6632         new function ly:paper-lookup.
6633
6634         * mf/parmesan-clefs.mf: use # quantities for char_box
6635         offsets. Fixes overflow errors in the PFA. 
6636
6637         * scm/new-markup.scm (strut-markup): change calling interface for
6638         markup. Pass paper-def, not grob. This would allow \markup to be
6639         used separately from grobs.
6640
6641         * lily/paper-def.cc: new function ly:paper-font; this function
6642         replaces ly:get-font.
6643
6644         * lily/include/font-interface.hh (struct Font_interface): take
6645         Paper_def iso. Grob for get_font().
6646
6647 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6648
6649         * Documentation/user/ tutorial.itely, refman.itely: add warning
6650         about \key and accidentals.
6651
6652 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6653
6654         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6655
6656         * Documentation/user/*.itely: manual tweaks
6657
6658 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6659
6660         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6661         cleanup; bugfix: exact_center
6662
6663         * Documentation/user/refman.itely: added more documentation on
6664         ambitus according to recent questions on lilypond-user list
6665
6666 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6667
6668         * input/regression/ottava.ly (texidoc): demo 15ma too.
6669
6670         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6671
6672         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6673         octave fixes.
6674
6675 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6676
6677         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6678         problems on older Mac editors.
6679
6680 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6681
6682         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6683
6684 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6685
6686         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6687         mf/parmesan-clefs.mf: added comments on character alignment and
6688         set_char_box() conventions
6689
6690         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6691         set_char_box()'s
6692
6693         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6694
6695 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6696
6697         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6698
6699 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6700
6701         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6702         shortened to avoid almost-collision with staff line; code cleanup;
6703         other custodes: fixed char boxes; code cleanup
6704
6705 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6706
6707         * configure.in: release 1.9.5
6708
6709         * scripts/lilypond.py (global_latex_preamble): only set
6710         twosideshift if 'twoside' is in latexoptions 
6711
6712         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6713
6714         * VERSION: remove
6715
6716         * scripts/*2ly.py: update <> syntax
6717
6718 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6719
6720         * lily/chord-name-engraver.cc (process_music): add origin for
6721         chord name.
6722
6723         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6724
6725         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6726         bass notes for exceptions too.
6727
6728         * scm/define-grobs.scm (all-grob-descriptions): rename
6729         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6730
6731         * scm/define-grob-properties.scm (remove-first): add remove-first
6732         property for orchestral scores.
6733
6734         * Documentation/user/*.itely: switch <<>> and <> 
6735
6736         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6737         last_line only once. This fixes the two consecutive glissandi problem.
6738
6739 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6740
6741         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6742         error message "flexa-width undefined"
6743
6744         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6745         lily/include/gregorian-ligature.hh: print warning when ignoring
6746         head prefixes on flexa shapes
6747
6748         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6749         space before a series of inclinatum heads
6750
6751         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6752         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6753         cleanups
6754
6755         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6756         and char_box
6757
6758 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6759
6760         * input/regression/breathing-sign.ly: tiny fixes
6761
6762         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6763         semantical collision with vaticana ligatures
6764
6765         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6766         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6767         now consistent with mensural ligatures
6768
6769         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6770         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6771         context pitches and staff position; dto. for virga stem; removed
6772         obsolete virga and clivis characters from parmesan font (WARNING:
6773         font changed)
6774
6775         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6776         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6777
6778         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6779         scm/define-grob-properties.scm: consistency fix: renamed
6780         join_left->add_cauda
6781
6782         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6783         appendix length; bugfix: yoffs_bt for reverse direction punctum
6784         characters
6785
6786         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6787         small cleanups; added more docu
6788
6789         * lily/mensural-ligature-engraver.cc,
6790         lily/vaticana-ligature-engraver.cc,
6791         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6792         computation to CoherentLigatureEngraver
6793
6794         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6795         scm/define-grob-properties.scm: bugfix: added missing linea and
6796         cavum properties; bugfix: removed dead semivocalis property
6797
6798         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6799         length; redesigned quilisma, stropha and auctum
6800
6801         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6802         line thickness
6803
6804         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6805         Documentation/user/refman.itely: bugfix: introduced shifted
6806         epiphonus head to avoid collision with adjacent plica
6807
6808 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6809
6810         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6811
6812         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6813
6814 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6815
6816         * Documentation/user/tutorial.itely (A lead sheet): remove
6817         duplicate chords.
6818
6819         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6820
6821 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6822
6823         * Documentation/bibliography/computer-notation.bib (isbn): add
6824         xivcim publication.
6825
6826 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6827
6828         * GNUmakefile.in: drop lilypond.words for generation.
6829
6830 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6831
6832         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6833
6834         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6835
6836 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6837
6838         * input/test/figured-bass-alternate.ly (fl): new file.
6839
6840         * Documentation/topdocs/README.texi (Top): clarifications.
6841
6842         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6843         theses of Gieseking and Renz.
6844
6845         * GNUmakefile.in (README_FILES): remove README.mandrake.
6846
6847 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6848
6849         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6850         from source files and search patterns listed in the script.
6851
6852         * GNUmakefile.in: add target `lilypond.words'.
6853
6854         * lilypond.words: remove file, generated by `make lilypond.words'.
6855
6856         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6857
6858 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6859
6860         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6861
6862 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6863
6864         * VERSION: 1.9.4 released
6865
6866         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6867         rule for < > <-> << >> substitution
6868
6869         * lily/lexer.ll: exchange meaning of << >> and < > 
6870
6871         * VERSION (PACKAGE_NAME): 1.9.3 released
6872
6873         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6874         pages unconditionally.
6875
6876 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6877
6878         * Documentation/user/music-glossary.tely (Top): small syntax
6879         fixes.
6880
6881         * scm/music-functions.scm (remove-tag): filter \tagged music
6882         expressions.
6883
6884         * input/regression/tag-filter.ly (texidoc): new file.
6885
6886         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6887         symbol2 .. ) etc. 
6888
6889         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6890         convert rule.
6891
6892         * Documentation/user/refman.itely (Fingering instructions): adjust
6893         manual.
6894
6895         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6896         for borderline cases (e.g. 1 fingering.)
6897         (position_scripts): revise interface, use fingerOrientations to
6898         set fingering positions.
6899
6900         * scm/document-translation.scm (context-doc): add aliases to
6901         automated documentation.
6902
6903         * make/lilypond-vars.make: remove stepmake compat glue.
6904
6905         * make/generic-vars.make: remove cruft.
6906
6907         * lily/main.cc (main): don't identify binary.
6908
6909 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6910
6911         * lily/include/translator.hh (class Translator): remove
6912         type_string_ , use symbol for context name throughout.
6913         Changes through whole source tree.
6914
6915         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6916         set PDF as default, and always make PDF.
6917
6918         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6919
6920 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6921
6922         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6923         Documentation/user/refman.itely input/regression/allfontstyle.ly
6924         input/regression/grace-types.ly:
6925         fix spelling for acciaccatura (Webster's 1913).
6926
6927 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6928
6929         * lily/main.cc (usage): adjust blurb, include url.
6930
6931         * input/regression/breathing-sign.ly (texidoc): transpose up
6932
6933 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6934
6935         * input/regression/breathing-sign.ly: changed ancient examples to
6936         be relevant (by request of Han-Wen); updated BreathingSign text
6937         property according to new syntax.
6938
6939         * ly/gregorian-init.ly: updated BreathingSign text property
6940         according to new syntax
6941
6942 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6943
6944         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6945         (Clef): index entries for clefs.
6946
6947         * python/lilylib.py (system): remove errorlog files.
6948
6949 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6950
6951         * lilypond.words: add \new and new graces. Add dynamics to menus
6952         keeping 1.8.x compatibility; after all the engraving relating to 
6953         notes becomes postfixed `-' marks will be removed.
6954
6955 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6956
6957         * lily/molecule.cc (align_to): idem.
6958
6959         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6960
6961         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6962         accacciatura everywhere.
6963
6964         * VERSION (PACKAGE_NAME): released 1.9.2
6965
6966         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6967
6968         * scm/document-markup.scm (markup-doc-node): sort markup function
6969         list.
6970
6971         * lily/paper-outputter.cc (output_version): change "Lily was here"
6972         into  "Engraved by LilyPond"
6973
6974         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6975         on unquoted strings before \notenames.
6976
6977         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6978         increases the number of s/r reductions to 4.
6979
6980         * scm/new-markup.scm (fraction-markup): \fraction command.
6981
6982         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6983         mode
6984
6985         * lily/lookup.cc (round_filled_box): rename function.
6986         (LY_DEFINE): round-filled-box: change signature.
6987
6988         * Documentation/user/refman.itely: revise section explaining grace
6989         notes.
6990
6991         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6992         ly:set-context-property
6993
6994         * input/*/*.ly (vmus): use \new everywhere.
6995
6996         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6997
6998         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6999         default
7000
7001         * scm/music-functions.scm (set-stop-grace-properties)
7002         (set-start-grace-properties, add-grace-property): new functions
7003         for modular grace tweak control.
7004
7005         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
7006
7007 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7008
7009         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
7010
7011         * GNUmakefile.in (install-pfa-fonts):
7012         (get-pfa-fonts): New target.
7013
7014         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
7015         install-pfa-fonts help.
7016
7017 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7018
7019         * lily/translator-scheme.cc (LY_DEFINE):
7020         ly:context-pushpop-property new function.
7021         (LY_DEFINE): new function ly:translator-find  
7022         new function ly:translator?
7023         (LY_DEFINE): new function ly:context?
7024
7025         * lily/translator-def.cc: remove
7026         Translator_def::apply_pushpop_property().
7027
7028         * python/lilylib.py (read_pipe): only store and display error log
7029         if verbose not set.
7030         (read_pipe): only display log if it contains something.
7031
7032 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7033
7034         * Documentation/misc/GNUmakefile: Re-add.
7035         (TEXTS): Add CHANGES.
7036
7037 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
7038
7039         * lilypond.words: add \newcontext.
7040
7041 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7042
7043         * lily/tie-performer.cc (stop_translation_timestep): only flush
7044         tied_notes when we have actually made a tie. Fixes bugs with ties
7045         in polyphonic scores.
7046
7047 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7048
7049         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
7050         they do not exist.
7051
7052 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7053
7054         * VERSION (PACKAGE_NAME): released 1.9.1 
7055
7056         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
7057         Instrument_name_engraver
7058
7059         * lily/tie-performer.cc (create_audio_elements): bugfix
7060
7061         * Documentation/user/music-glossary.tely (Top): comment out
7062         font-style statements.
7063
7064         * input/test/force-hshift.ly: revise example.
7065
7066         * Documentation/bibliography/engraving.bib (note): typos.
7067
7068         * configure.in: bump GCC requirements to 3.x
7069
7070         * lily/include/audio-item.hh (class Audio_tie): rename
7071         note_l_drul_ to note_drul_
7072
7073         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
7074
7075         * lily/parser.yy (relative_music): whoops. All \relative were off
7076         by ...  a lot .... Ahem.
7077
7078         * scm/define-music-types.scm (music-descriptions): idem.
7079
7080         * lily/beam-engraver.cc: move new-beam-event to beam-event
7081
7082         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
7083         to Tie_engraver
7084
7085         * input/regression/bar-number.ly: remove unnecessary old-relative
7086         options.
7087
7088         * Documentation/user/internals.itely (Creating contexts): document
7089         \newcontext
7090
7091         * lily/parser.yy (Composite_music): add \newcontext
7092
7093         * Documentation/user/refman.itely (MIDI block): add note about
7094         dotted tempos.
7095
7096         * scm/font.scm: remove old markup legacy
7097
7098         * GNUmakefile.in (web-clean): remake share/ after web-clean.
7099
7100         * lily/breathing-sign.cc (brew_molecule): remove function
7101
7102         * lily/text-item.cc: remove old-style markups.
7103         (interpret_markup): C++ version of markup function
7104         (brew_molecule): idem.
7105
7106         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
7107         as Scheme variable.
7108
7109         * scripts/convert-ly.py (conv): dashes rule.
7110         Apply rule.
7111
7112         * Documentation/user/lilypond-book.itely: syntax fixes. 
7113
7114 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7115
7116         * VERSION (PACKAGE_NAME): release 1.9.0
7117
7118         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
7119         note about dvips. (Should backport.)
7120
7121         * scripts/convert-ly.py
7122         (FatalConversionError.articulation_substitute): add
7123         convert-new-chords code. Remove convert-new-chords.py
7124
7125         * Documentation/user/refman.itely (Octave check): document
7126         \octave.
7127
7128         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
7129         \relative changes.
7130
7131         * lily/parser.yy (command_element): octave check:
7132
7133            \octave PITCH
7134
7135         checks that PITCH (without octave) yields PITCH (with octave) in
7136         \relative
7137
7138         * lily/relative-octave-music.cc (to_relative_octave): octave check.
7139
7140         * lily/scm-option.cc: ly:set-option now has the default argument
7141         #t.
7142
7143         * lily/lexer.ll: add \renameinput
7144
7145         * python/lilylib.py (command_name): robustifications.
7146
7147         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
7148         /dev/stderr. This is ash compatible.
7149
7150         * ly/init.ly: add warning if compatibility was not necessary.
7151
7152         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
7153
7154         * flower/include/string-handle.icc: formatting cleanups, rename
7155         references by ref_count_.
7156
7157 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
7158
7159         * make/lilypond.mandrake.spec.in: syncronize the spec file with
7160         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
7161         package libs separately, fix conflicting php variable out=/dev/vc/
7162         invoking `unset out', declare menus, use only one icon-file, fix
7163         doc-path in menu.
7164
7165 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7166
7167         * scripts/convert-ly.py (FatalConversionError.conv): typo
7168
7169         * Documentation/misc/GNUmakefile: restore misc directory.
7170
7171         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
7172
7173         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
7174         Petites-Preludes 
7175
7176         * input/test/partial-blank.ly (quickmeasure): syntax
7177
7178         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
7179         attachment property.
7180
7181         * Documentation/user/refman.itely: remove superfluous -'s 
7182         (Grace notes): ) fixes.
7183
7184         * lily/music.cc: generic compress(), transpose() functions. Remove
7185         others.
7186
7187         * lily/parser.yy (gen_text_def): remove support for #'(italic )
7188         style markup entry.
7189
7190         * lily/parser.yy: all articulations postfix; remove obligatory -
7191         for [,  ) and \!
7192
7193         * lily/music.cc (to_relative_octave): write generic
7194         to_relative_octave function; various relative cleanups.
7195         Hmmm.
7196
7197         * lily/scm-option.cc: add options new-relative and old-relative
7198
7199         * po/sv.po: new po file.
7200
7201         * Documentation/user/refman.itely (Dynamics): website
7202         fixes. (should backport!)
7203
7204 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7205
7206         * make/lilypond.mandrake.spec.in: declare version only once.
7207
7208 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7209
7210         * lily/simultaneous-music.cc (to_relative_octave): undo relative
7211         meaning for now.
7212
7213 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7214
7215         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
7216
7217         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
7218
7219         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
7220
7221         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
7222
7223         * lily/music.cc (var): add ly:music-transpose function.
7224
7225         * lily/parser.yy (pre_events): remove prefix articulations.
7226
7227         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
7228
7229         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
7230
7231         * Documentation/user/refman.itely (Text markup): add comment about
7232         markup in header.
7233
7234 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7235
7236         * lily/paper-outputter.cc (write_header_fields_to_file): 
7237         only dump value if it is a string.
7238
7239         * flower/include/dictionary.hh: remove.
7240
7241         * Documentation/ChangeLog-1.5: add back old log.
7242
7243         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
7244         .pfas from a .deb.
7245
7246 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7247
7248         * Documentation/bibliography/engraving.bib: add entry for
7249         Jaschinski's Notation
7250
7251 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7252
7253         * Documentation/user/refman.itely (Beaming): add note about
7254         allowBeamBreak
7255
7256 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
7257
7258         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7259         GregorianTranscription contexts
7260
7261         * ly/engraver-init.ly: vaticana contexts: minor fixes
7262
7263         * Documentation/user/refman.itely (Ancient notation): added note
7264         on appendix length bug
7265
7266         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
7267         input/test/vaticana.ly: use vaticana contexts; small fixes
7268
7269 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7270
7271         * flower/hash.cc: Remove.
7272
7273         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
7274         to (nonexistent?) hash_func_ identifier.
7275
7276         * python/midi.c (midi_error, midi_warning): Use char const* for
7277         __FUNCTION__ argument.
7278
7279         * python/gettext.py: Remove.  We already require python 2.1, which
7280         includes gettext.py.
7281
7282         * configure.in: Require python 2.1, as INSTALL.texi says.
7283         it.
7284
7285         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7286         versions 1.50 and 1.75.  Remove note about lexer patch.
7287
7288 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7289
7290         * Documentation/topdocs/INSTALL.texi: Update type1 font
7291         description to actual situation.  Add comment about new font ball
7292         layout.
7293
7294         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7295         in $LILYPONDPREFIX suffices for installation.
7296
7297 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7298
7299         * debian/control (Build-Depends): Add flex-old as alternative to
7300         flex.  Deprecate bison 1.75.
7301
7302 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7303
7304         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7305         Vaticana contexts
7306
7307         * Documentation/user/refman.itely (Ancient notation): documented
7308         some bugs; tiny fixes; added docu on Vaticana contexts
7309
7310         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7311         scripts
7312
7313 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7314
7315         * Documentation/user/refman.itely (Ancient notation): added some
7316         introductory words; added section on ancient time signatures;
7317         added some @seealso and @refcommands; small fixes and
7318         beautifications
7319
7320 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7321
7322         * input/regression/note-head-style.ly: many fixes and updates
7323
7324         * Documentation/user/refman.itely: added small sections on ancient
7325         accidentals, rests and flags; revised ancient note head section;
7326         small wording/spelling fixes
7327
7328         * input/test/rests.ly: layout fixes
7329
7330 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7331
7332         * input/puer-fragment.ly: bugfix: central C position of do clef
7333
7334         * ly/gregorian-init.ly: workaround: add small padding space before
7335         divisiones (the correct fix would be the spacing engine to handle
7336         this)
7337
7338 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7339
7340         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7341         cue-notes.ly: minor fixes.
7342
7343 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7344
7345         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7346         input/test/custos-style.ly
7347
7348         * Documentation/index.html.in: bugfix: link to Tutorial.html
7349
7350         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7351         to neumes; bugfix: "et": epiphonus, not just a simple pes
7352
7353 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7354
7355         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7356
7357         * lilypond.words: add new features: markup, column, center, \[ \].
7358
7359 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7360
7361         * Documentation/topdocs/NEWS.texi, DEDICATION,
7362         stepmake/bin/add-html-footer.py
7363         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7364         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7365         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7366         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7367         added (only) after a sentence which is complete; if the sentence is 
7368         not ended a comma `,' or nothing is used. fix also spaces.
7369
7370 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7371
7372         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7373         requirements to plain 1.6.
7374
7375         * buildscripts/mutopia-index.py (read_lilypond_header): update
7376         mutopia-index.py to 1.4 syntax [sic]
7377
7378 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7379
7380         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7381
7382 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7383
7384         * Documentation/index.html.in: url for regression pdf
7385
7386         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7387
7388         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7389
7390         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7391
7392         * VERSION: 1.8.0 released
7393
7394         * GNUmakefile.in (local-WWW-post): footify build fix.
7395
7396         * configure.in: require GUILE 1.6.4
7397
7398         * Documentation/user/GNUmakefile: don't copy *.png for
7399         lilypond-internals
7400
7401         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7402         local-WWW-post target.
7403         (rsync-web): add rsync-web target
7404
7405         * Documentation/user/introduction.itely (Music notation and
7406         engraving): add neume example
7407
7408         * input/puer-fragment.ly (cantus): add puer-fragment
7409
7410 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7411
7412         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7413         to notes, so that equalizer is actualy being used.
7414
7415         * scm/midi.scm (instrument-equalizer-alist):
7416         (absolute-volume-alist): Define public, so that user can copy or
7417         override.
7418
7419         * lily/key-performer.cc (create_audio_elements): Check for minor
7420         key.  Only if key is minor, set MIDI key to minor.
7421
7422 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7423
7424         * Documentation/user/refman.itely (Hiding staffs): fixes.
7425
7426         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7427
7428         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7429         vertical extents to deal with Hara kiri correctly.
7430
7431         * input/regression/hara-kiri-short.ly: remove
7432
7433         * input/regression/hara-kiri-pianostaff.ly: update test.
7434
7435         * Documentation/user/*.tely: remove WEBTITLE
7436
7437         * scm/output-tex.scm (comment): idem.
7438
7439         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7440
7441         * scm/music-functions.scm (make-lyric-event): new function
7442
7443         * scm/lily.scm (lilypond-version): new function
7444
7445         * input/test/version-output.ly: new file.
7446
7447         * Documentation/user/lilypond.tely: add version number to
7448         front-page.
7449
7450 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7451
7452         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7453
7454 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7455
7456         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7457
7458         * Documentation/user/refman.itely (Hiding staffs): rename node.
7459
7460 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7461
7462         * input/regression/new-markup-syntax.ly (texidoc): remove
7463         molecule-callback override.
7464
7465 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7466
7467         * input/les-nereides.ly: Mark tweaks with %tweak.
7468
7469         * Debian patch, see debian/changelog (Anthony Fok).
7470
7471 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7472
7473         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7474         problem.
7475
7476 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7477
7478         * Documentation/user/refman.itely (Text markup): Fix language bug.
7479
7480 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7481
7482         * input/* : postfix syntax fixes.
7483
7484         * Documentation/user/refman.itely (Text markup): add note about
7485         raise/lower with ^ or _ .
7486
7487         * po/fi.po: fix \\apply strings.
7488
7489         * lily/parser.yy (open_event): warn for prefix articulations.
7490
7491 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7492
7493         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7494         fix also on parmesan font.
7495
7496 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7497
7498         * VERSION 1.7.30 released
7499
7500         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7501
7502         * buildscripts/mutopia-index.py (headertext): rewording
7503
7504 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7505
7506         * scm/new-markup.scm (strut-markup): new markup function.
7507
7508         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7509         space also when no accidental is there.
7510
7511 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7512
7513         * input/les-nereides.ly: Updates.
7514
7515 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7516
7517         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7518         which repeats the tag insertion selected from "Insert tag" menu.
7519
7520 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7521
7522         * lily/all-font-metrics.cc (find_font): load AFM files first only
7523         for feta fonts. This fixes problems with TeXlive and other TeX
7524         distros that include AFM files for the CM fonts. 
7525
7526         * scm/font.scm (qualifiers-to-font-name): remove.
7527
7528         * lily/paper-def.cc: remove get_var.
7529
7530         * input/trip.ly: remove file.
7531
7532         * input/regression/spacing-note-flags.ly (raggedright): remove
7533         stafflinethickness
7534
7535         * input/les-nereides.ly: update to new syntax, cleanups.
7536
7537 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7538
7539         * Documentation/user/refman.itely: Clarify shortest-note problem
7540         of autobeamer.
7541
7542 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7543
7544         * lilypond-mode.el: Add each word to regexps only once.
7545
7546         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7547         is based on the syntax definitions in lilypond.words. Remove all 
7548         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7549         LilyPond->Insert menu is generated by the entries in lilypond.words 
7550         to which have been given a syntax definition.
7551
7552         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7553         \notes, \relative, \score, \simultaneous, \transpose.
7554
7555         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7556
7557         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7558
7559         * lilypond-mode.el: add menu keywords separately.
7560
7561         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7562
7563 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7564
7565         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7566         current ugly installation method for PFA fonts.
7567
7568 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7569
7570         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7571         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7572
7573         * Documentation/user/music-glossary.tely: update legato.
7574
7575 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7576
7577         * lexer-gcc-3.0.patch: Remove.
7578
7579         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7580
7581 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7582
7583         * debian/rules (binary-arch): remove NEWS.
7584
7585 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7586
7587         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7588         stepmake/bin{ many }: polish the `--help's of different scripts;
7589         model taken from the core-utils of Linux.
7590
7591         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7592
7593 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7594
7595         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7596
7597         * flower/libc-extension.cc: idem.
7598
7599         * flower/include/libc-extension.hh: protect against isinf macros.
7600
7601 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7602
7603         * { many }: Use two uppercase letters in LilyPond.
7604
7605         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7606
7607         * VERSION: 1.7.29 released.
7608
7609 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7610
7611         * lily/tie.cc: add TODO comment.
7612
7613         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7614
7615         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7616         linejoins and linecaps. This fixes problems with occasional spikes
7617         on slur/tie endings.
7618
7619         * input/regression/font-name.ly: don't use PS fonts for
7620         compatibility reasons. 
7621
7622         * mutopia/claop.py (accents): update to 1.8
7623
7624         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7625
7626         * Documentation/user/macros.itexi: don't color glossary links.
7627
7628         * Documentation/user/invoking.itexi (Error messages): new section
7629
7630 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7631
7632         * input/regression/font-name.ly: add file.
7633
7634         * scm/document-backend.scm (grob-doc): remove <hr> from
7635         lilypond-internals
7636
7637         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7638         reqd version to 1.6.4 
7639
7640         * lily/font-interface.cc (get_font): bugfix: take font-name from
7641         alist chain too. This fixes font-name override for \markup.
7642
7643 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7644
7645         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7646
7647         * input/test/polymetric-differing-notes.ly: Compile fix.
7648
7649 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7650
7651         * Documentation/user/refman.itely: fixed typo
7652
7653         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7654         before flexa
7655
7656 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7657
7658         * input/test/{ many }: search & fix some typos.
7659
7660 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7661
7662         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7663         images.
7664
7665         * scm/music-functions.scm (make-voice-props-set): set Script /
7666         TextScript dir for polyphony too.
7667
7668         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7669         before clef.
7670
7671         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7672
7673 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7674
7675         * Documentation/user/refman.itely (Percussion): Small
7676         clarifications and fixes.
7677
7678         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7679         threads. This fixes different heads playing simultaneously.
7680
7681 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7682
7683         * Documentation/user/{ many }: increase readability (read through 
7684         User manual from `one big page').
7685
7686 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7687
7688         * input/test/polymetric-differing-notes.ly: add example with
7689         disparate note values.
7690
7691         * input/test/polymetric.ly: rename from poly-metric
7692
7693         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7694         iso. outname.
7695
7696         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7697         G-clef bbox to real char extents. This fixes the G-clef being
7698         offset too much to the right.
7699         document perc clef offset.
7700
7701         WARNING: FONT CHANGED.
7702
7703         * Documentation/user/tutorial.itely (Tutorial): move menu.
7704
7705 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7706
7707         * buildscripts/lilypond-profile.sh (Error): trim error message.
7708
7709         * Documentation/user/invoking.itexi (Invoking the lilypond
7710         binary): add note about path.
7711
7712         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7713         suppresses superfluous spaces.
7714
7715 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7716
7717         * buildscripts/lilypond-profile.sh: Add documentation to error
7718         message.
7719
7720         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7721
7722 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7723
7724         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7725         <mike@ossmann.com>)
7726
7727         * Documentation/bibliography/computer-notation.bib (pages): prune
7728         unscientific language.
7729
7730         * Documentation/user/GNUmakefile: copy unsplit file to
7731         lilypond.html (idem for lilypond-internals).
7732
7733         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7734
7735         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7736
7737         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7738
7739         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7740         fix.
7741
7742 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7743
7744         * Documentation/user/{ various }: bind text snippets with their
7745         examples, e.g. by punctuation: This is an example.
7746
7747 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7748
7749         * ly/performer-init.ly (VoiceContext): Typos.
7750
7751         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7752         builds, leave final-install to toplevel srcdir makefile.
7753
7754         * make/srcdir.make.in (install): New target.
7755
7756 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7757
7758         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7759         This fixes core dump on MIDI output (Simon Weatherill).
7760
7761         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7762         on local-WWW-post.
7763
7764 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7765
7766         * make/lilypond.redhat.spec.in: add dvips to reqs.
7767
7768 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7769
7770         * make/srcdir.make.in (web): Add special web target.
7771
7772         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7773         from inner $(LOOP).
7774
7775         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7776
7777         * stepmake/stepmake/generic-targets.make (www-targets-help):
7778         * GNUmakefile.in (web-install): Install in $(webdir).
7779
7780         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7781
7782         * cygwin/changelog: 
7783         * cygwin/mknetrel: Update.
7784
7785         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7786         (html-doc): Remove (use: web).
7787
7788         * stepmake/stepmake/script-rules.make: 
7789         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7790         Fix $(config_make) dependencies for srcdir build.
7791
7792         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7793         target for srcdir build.
7794
7795         * stepmake/make/stepmake.make: 
7796         * make/srcdir.make.in: 
7797         * GNUmakefile.in:
7798         * make/stepmake.make (config_make): Rename variable (was:
7799         configuration).
7800
7801 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7802
7803         * Documentation/user/internals.itely (Manipulating music
7804         expressions): run lilypond on example too.
7805
7806         * flower/include/libc-extension.hh: move lrint define to
7807         header. bugfix.
7808
7809 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7810
7811         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7812         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7813         do we recurse whole tree?).
7814
7815         * GNUmakefile.in (html-doc): Resurrect.
7816
7817         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7818         obsolete $(package-icon) dependency.
7819
7820 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7821
7822         * Documentation/user/refman.itely (Automatic staff changes):
7823         add seealso 
7824
7825         * Documentation/index.html.in: link to bigpage.
7826
7827         * Documentation/user/tutorial.itely (Tutorial): streamline.
7828
7829         * Documentation/index.html.in: url typo.
7830
7831         * VERSION (PACKAGE_NAME): release 1.7.28
7832
7833         * python/lilylib.py (error_log): remove '/' from name.
7834
7835         * input/regression/pedal.ly: remove; dups input/test/
7836
7837         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7838
7839         * Documentation/index.html.in: python style doco index.
7840
7841         * Documentation/{footer,header}.html.in (src): remove, 
7842
7843         * Documentation/pictures: remove all but lelie-logo.xpm.
7844
7845         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7846         before running makeinfo.
7847
7848         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7849         @code{}
7850
7851 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7852
7853         * input/test/bar-number-regular-interval.ly: rename.
7854
7855         * Documentation/user/*: various fixes. 
7856
7857 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7858
7859         * Documentation/{ many }: polish for update-all-menus. typos.
7860
7861         * po/fi.po: fixes.
7862
7863         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7864
7865         * buildscripts/mutopia-index.py: polish.
7866
7867         * input/regression/{ many }, input/test{ many }: polish texidocs.
7868
7869 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7870
7871         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7872         pedal-style
7873
7874         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7875         iso. edge-widen.
7876
7877         * lily/piano-pedal-engraver.cc (process_music): change from
7878         process_acknowledged ()
7879
7880         * lily/piano-pedal-bracket.cc: new file. Change
7881         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7882         cleaned up.
7883
7884         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7885
7886         * input/regression/tuplets.ly (texidoc): rename file.
7887
7888         * po/fr.po: update
7889
7890         * buildscripts/lilypond-profile.sh: error message if script is not
7891         sourced.
7892
7893         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7894         bracket-flare
7895         (make_bracket): simplify code.
7896
7897         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7898         argument.
7899
7900         * python/lilylib.py (lilypond_version_check): new function
7901
7902         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7903
7904         * scripts/ly2dvi.py (run_lilypond): add version check.
7905
7906         * scripts/lilypond-book.py (option_definitions): typo
7907
7908         * scripts/ly2dvi.py (include_path): typo
7909
7910         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7911
7912         * lily/parse-scm.cc (parse_handler): typo
7913
7914         * Documentation/user/macros.itexi: use @heading for headings.
7915
7916         * Documentation/user/refman.itely: updates, fixes.
7917
7918 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7919
7920         * po/fi.po: add Finnish translations. fixes.
7921
7922         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7923
7924         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7925         from lily/glissando-engraver.cc.
7926
7927 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7928
7929         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7930         for non-first _broken_ bracket.
7931
7932         * Documentation/user/refman.itely: corrections.
7933
7934 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7935
7936         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7937         support of the fingerings.
7938
7939         * po/fr.po: French translation update.
7940
7941         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7942         strings.
7943
7944 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7945
7946         * Documentation/user/introduction.itely: Small fixes.
7947
7948 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7949
7950         * Documentation/topdocs/AUTHORS.texi: polish.
7951
7952 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7953
7954         * Documentation/user/introduction.itely: revise
7955
7956         * Documentation/user/tutorial.itely: reorganise.
7957
7958         * Documentation/topdocs/index.tely: remove.
7959
7960         * Documentation/header.html.in: prune.
7961
7962         * GNUmakefile.in: clean up web building.
7963
7964         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7965         target.
7966
7967 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7968
7969         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7970
7971         * lilypond-mode.el: turn on blink-matching-paren.
7972
7973 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7974
7975         * scm/output-sodipodi.scm (svg-header): Fix typo.
7976
7977 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7978
7979         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7980         fixes a security hole.
7981
7982         * scripts/lilypond-book.py (original_dir): remove temp_dir
7983
7984         * scm/document-translation.scm: use @code tags.
7985
7986 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7987
7988         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7989
7990         * lilypond-mode.el: add a buffer-local post-command-hook to set
7991         context dependent syntax-table after each cursor event. Remove old
7992         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7993
7994         * lilypond-indent.el: update comments.
7995
7996         * Documentation/footer.html.in: add period.
7997
7998 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7999
8000         * make/lilypond.redhat.spec.in (Group): don't strip binary.
8001
8002         * scm/document-translation.scm (document-property-operation): add
8003         @code{} tags.
8004
8005         * VERSION (PACKAGE_NAME): release 1.7.27
8006
8007         * config.make.in: add PAPER variable
8008
8009         * buildscripts/new-chords.py (help): add help text
8010
8011         * Documentation/user/introduction.itely (Typography and program
8012         architecture):  fixes.
8013
8014         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
8015         for texinfo and dvips. This fixes problems with PDF output of the
8016         wrong size.
8017
8018         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
8019         DVIPS_PAPERSIZE variable
8020
8021         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
8022         TEXINFO_PAPERSIZE variable 
8023
8024 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8025
8026         * mf/feta-macros.mf: whoops: only draw lines for test situations.
8027
8028         * mf/feta-toevallig.mf: lowres fixes.
8029
8030 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8031
8032         * NEWS: Typo and fill-paragraph fixes.
8033
8034         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
8035         cast #define.
8036
8037         * configure.in: 
8038         * config.hh.in: Check for lrint.
8039
8040 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8041
8042         * VERSION: 1.7.26 released
8043
8044         * lily/separation-item.cc: add padding property.
8045
8046         * input/test/*.ly: various fixes, remove solo-a2.ly
8047
8048         * scm/new-markup.scm (brew-new-markup-molecule): arg order
8049         bugfix. Fixes old-style markup compatibility.
8050
8051         * Documentation/user/introduction.itely (Introduction): historical
8052         elucidations
8053
8054         * Documentation/user/music-glossary.tely (Top): linewidth fix.
8055
8056         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
8057
8058         * Documentation/index.texi (Top): cleanup.
8059
8060         * Documentation/user/introduction.itely (Introduction): rewrite
8061         introduction, 
8062         (Music notation and  engraving): about notation. Add flat-picture
8063
8064 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8065
8066         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
8067         separation items. This keeps lyrics from bumping into each other.
8068
8069 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8070
8071         * GNUmakefile.in (topdocs-web): New target.
8072         (local-web): Depend on topdocs-web; fixes html-doc.
8073
8074 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8075
8076         * po/lilypond.pot: run po-replace
8077
8078         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
8079
8080         * scm/drums.scm (reset-drum-kit): new function.
8081
8082         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
8083
8084         * scripts/update-lily.py: remove
8085
8086         * VERSION: release 1.7.25
8087
8088         * Documentation/user/introduction.itely (Introduction): rewrite
8089         start of introduction.
8090
8091 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
8092
8093         * lily/all-font-metrics.cc: fixed typo
8094
8095 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
8096
8097         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
8098         LilyPond-mode-context-set-syntax-table): new functions to define
8099         the syntax table according to context.
8100
8101         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
8102
8103 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8104
8105         * Documentation/user/refman.itely (Figured bass): 
8106         language nit courtesy http://www.vocabula.com
8107
8108         * GNUmakefile.in: remove no kpathsea hack.
8109
8110         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
8111         doco.
8112
8113         * GNUmakefile.in: remove web-doc target.
8114
8115         * lily/all-font-metrics.cc (find_afm): add message about
8116         buildscripts/clean-fonts.sh 
8117
8118         * scm/define-music-properties.scm (figure): use string for 'figure
8119
8120         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
8121
8122         * input/regression/ : add raggedright = ##t where applicable. 
8123
8124         * scm/bass-figure.scm (make-bass-figure-markup): add
8125         alignBassFigureAccidentals property.
8126
8127         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
8128         bracket.
8129
8130         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
8131         syllables widths into account for minimum-length.
8132
8133         * input/test/staff-container.ly: update file
8134
8135         * input/test/stem.ly: remove
8136
8137         * lily/event.cc (LY_DEFINE): add ly: prefix.
8138
8139         * input/test/clef-manual-control.ly: from manual-clef
8140
8141         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
8142
8143         * input/test/different-time-signatures.ly: move to poly-metric.ly
8144
8145         * input/test/hara-kiri*,scales.ly: remove
8146
8147         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
8148         with chord-names-jazz.ly)
8149
8150         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
8151         get scalable cm fonts too.
8152
8153         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
8154         --encoding for mftrace if present.
8155
8156         * input/regression/slur-area.ly: move from test/
8157
8158         * input/test/: remove simple-slur-endings slur-attachment
8159         slur-broken-cross-staff slur-broken.ly slur-damping.ly
8160         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
8161         slur-symmetry slur-symmetry tie-broken.ly
8162
8163         * scm/drums.scm (set-drum-kit): add function.
8164
8165         * Documentation/user/refman.itely (Percussion staves): use
8166         set-drum-kit
8167
8168         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
8169         too
8170         (Global_measure.set_timesig): handle 3/8 time sig too.
8171
8172         * scm/output-lib.scm (note-head-style->attachment-coordinates):
8173         note about triangle note heads.
8174
8175         * scm/drums.scm: use alist for instrument-settings. This fixes the
8176         bug with assigning to drums in the .ly file.
8177
8178         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
8179         CHANGED.
8180
8181         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
8182         cluster-beacon-interface
8183
8184         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
8185
8186         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
8187
8188         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
8189
8190         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
8191         to get positions.
8192
8193         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
8194         make ClusterSpannerBeacon to record Y positions. This removes the
8195         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
8196         make cluster-note-events.
8197
8198 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8199
8200         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
8201
8202         * configure.in: Use lily/main.cc as identifying source file.
8203
8204         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
8205
8206         * config.hh.in: 
8207         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
8208
8209         * configure.in: Require PYTHON >= 2.0.
8210
8211         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
8212           $PYTHON for include dir location.
8213         (STEPMAKE_PYTHON): New function.  Use
8214
8215             PYTHON=foo ./configure
8216
8217           to override.
8218
8219 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8220
8221         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
8222         something.
8223
8224         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
8225         ftp.lilypond.org everywhere.
8226
8227 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8228
8229         * lily/text-item.cc (interpret_new_markup): do only if new-markup
8230         detected.
8231
8232         * Documentation/user/refman.itely (Grace notes): note on explicit
8233         contexts
8234
8235 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
8236
8237         * lilypond-font-lock.el: add a comment about LilyPond specific
8238         escape characters: ^, - and _, in the syntax table.
8239
8240         * Documentation/user/appendices.itely: a majuscule fix.
8241
8242 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8243
8244         * input/test/trills.ly (endHorizScript): fixes.
8245
8246         * input/test/chord-names-jazz.ly: merge in alternate Jazz
8247         notation, move from regression.
8248
8249         * input/test/script-stack.ly: change name from stacked-scripts
8250
8251         * input/test/ossia.ly: octave errors.
8252
8253         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
8254         for midi-volume-equaliser
8255
8256 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8257
8258         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
8259         cm fonts.
8260
8261         * mf/feta-beugel.mf: don't multiply font_count by 10.
8262
8263         * lily/lookup.cc (horizontal_line): new function. Use
8264         horizontal-line in output backends.
8265
8266         * Documentation/user/tutorial.itely (An orchestral part): new
8267         section on orchestral stuff and identifiers.
8268
8269 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
8270
8271         * lilypond-mode.el: comment-out paren-highlighting, it still causes
8272         some interference to other modes.
8273
8274 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8275
8276         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8277         not maximum of spacing wishes in polyphonic situations.
8278
8279         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8280         number
8281
8282         * lilypond-indent.el: remove paren matching. 
8283
8284         * lily/text-item.cc (interpret_new_markup): new function
8285         use iso. text2molecule.
8286
8287         * lily/main.cc (notice): change FSF address 
8288
8289         * po/de.po: update PO file to 1.6.
8290
8291 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8292
8293         * Documentation/user/ {many}: Add periods and remove spaces.
8294
8295 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8296
8297         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8298         Disable buffer-locally default paren hook and make a new one. 
8299
8300         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8301         locally LilyPond-paren-mode. Add todo for mouse double-click.
8302
8303 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8304
8305         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8306         Disable buffer-locally default paren idle timer and make a new one. 
8307
8308         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8309         locally LilyPond-show-paren-mode. Add to menu a toggle for
8310         LilyPond-show-paren-function.
8311
8312 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8313
8314         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8315
8316 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8317
8318         * Documentation/user/refman.itely: spelling fix.
8319
8320         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8321         paren highlight function definitions. add todo for
8322         LilyPond-show-paren-mode.
8323
8324 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8325
8326         * input/template/jazz-combo.ly: new file.
8327
8328 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8329
8330         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8331         lo-res fixes.
8332
8333         * mf/feta-schrift.mf: bugfix in varcoda sign.
8334         WARNING: FONT CHANGED
8335
8336         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8337         in accordance with lexer.ll.   
8338
8339 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8340
8341         * Documentation/user/tutorial.itely: Edit introduction.
8342
8343 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8344
8345         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8346         ly:grob-staff-position
8347
8348 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8349
8350         * scm/to-xml.scm: import srfi-1
8351
8352         * VERSION (MAJOR_VERSION):  release 1.7.24
8353
8354         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8355
8356         * scripts/lilypond-book.py (do_file): put texidoc before image.
8357         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8358
8359         * input/regression/*.ly: fix snippet octaves 
8360
8361         * input/test/spanner-after-break-tweak.ly: import
8362         broken-spanner-adjustment
8363
8364         * input/no-notation/midi-transposing.ly: move from input/test/
8365
8366         * input/test/: remove chord-markup
8367
8368         * input/regression/instrument-name-partial.ly: move from input/test.
8369
8370         * input/test/vertical-text.ly: remove
8371
8372         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8373         space above lyrics lines.
8374
8375         * input/test/uniform-breaking.ly: remove file.
8376
8377         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8378         uniform spacing density. 
8379
8380         * input/test/chords.ly (keys): remove file.
8381
8382         * scm/documentation-lib.scm (oop): use srfi-1 too.
8383
8384         * input/regression/*.ly: add \version
8385
8386         * Documentation/user/*.itely: various fixes.
8387
8388         * buildscripts/mf-to-table.py (base): break table every three
8389         symbols.
8390
8391         * input/:  remove %% new-chords-done %% .
8392
8393         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8394         os-music.ly
8395
8396 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8397
8398         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8399
8400         * scm/new-markup.scm (box-markup): new function.
8401         (box-markup): new function. Contributed by Dick Schoeller
8402         <schoeller@attbi.com>
8403
8404         * scm/lily.scm: remove reduce-no-unit 
8405         (list-insert-separator): use fold-right
8406
8407         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8408         of arguments. 
8409
8410         * NEWS: more neutral language for ancient notation 
8411
8412         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8413         inside pointing beaming for chord tremolo.
8414
8415         * Documentation/user/lilypond-book.itely: minor editing
8416
8417 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8418
8419         * NEWS: added news for 1.8 regarding ancient notation
8420
8421         * Documentation/user/refman.itely (Gregorian square neumes
8422         ligatures): fixed typo
8423
8424         * lily/vaticana-ligature-engraver.cc,
8425         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8426         lower/upper head of Pes only when heads are stacked
8427
8428         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8429         scm/define-grob-properties.scm: cleanup: make "join-left" a
8430         boolean grob property and save delta pitch in grob property
8431         "delta-pitch" instead
8432
8433         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8434
8435 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8436
8437         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8438         completely borked
8439
8440         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8441         (try_music): bug fix: beam multiplicity was completely borked.
8442
8443         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8444         first-n, butfirst-n in favor of srfi-1 functions.
8445         remove string-join, string-pad in favor of srfi-13 functions.
8446
8447         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8448
8449         * NEWS: use complete sentences.
8450
8451         * Documentation/user/introduction.itely (Example applications):
8452         add note about databases and lilypond-book.
8453
8454         * input/test/volta.ly: remove file
8455
8456         * input/regression/volta-broken-left-edge.ly: simplify file
8457
8458 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8459
8460         * Documentation/user/refman.itely (Constructing a tweak): new
8461         subsection.
8462
8463         * Documentation/user/tutorial.itely (Fine tuning layout): add
8464         common tweaks.
8465
8466         * scm/define-grobs.scm (TextScript): use new brewer.
8467
8468 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8469
8470         * VERSION: release 1.7.23
8471
8472         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8473
8474         * python/lilylib.py (make_ps_images): bugfixes.
8475
8476         * input/regression/volta-multi-staff.ly: new file.
8477
8478         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8479
8480         * Documentation/user/tutorial.itely (Piano staffs): new section.
8481         (Setting variables): new section
8482         (Fine tuning layout): new section
8483
8484         * input/just-friends.ly: remove file. Superseeded by
8485         input/test/chords-without-melody.ly
8486
8487         * ly/property-init.ly: add all commands to refman.
8488
8489         * scm/define-translator-properties.scm: remove
8490         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8491
8492         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8493         name. Underscores botch up PS output.
8494
8495         * scm/define-translator-properties.scm: remove
8496         textNonEmpty, oneBeat, regularSpacingDelta
8497
8498         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8499         rule for automaticBars.
8500
8501         * lily/timing-engraver.cc (start_translation_timestep): change
8502         barNonAuto to automaticBars
8503
8504 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8505
8506         * input/test/perform-tie.ly: delete file.
8507
8508 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8509
8510         * Documentation/user/refman.itely (Gregorian square neumes
8511         ligatures): bugfix: do not show ledger lines in neumes table
8512         (fixed by setting staff symbol to transparent rather than removing
8513         it from staff context)
8514
8515 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8516
8517         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8518         glue into brew-new-markup-molecule.
8519
8520         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8521
8522         * Documentation/user/introduction.itely (Computerized typography):
8523         new section
8524
8525         * Documentation/user/tutorial.itely (An orchestral part): remove
8526         pc example from tutorial.
8527
8528         * input/tutorial/lilbook.tex: use screech-boink
8529
8530         * scripts/lilypond-book.py (compile_all_files): split formatting
8531         output body and scheduling lilypond compilation.
8532         (format_lilypond_output_bodies): new function
8533         (format_lilypond_block): new function
8534         (html_pages): allow multi-page images in HTML
8535
8536         * python/lilylib.py (make_ps_images): rename function from
8537         make_preview, merge with make_page_images
8538
8539 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8540
8541         * input/test/key-clefs.ly: moved to regression.
8542
8543         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8544
8545         * input/no-notation/README: added note about midi-*.ly files.
8546
8547         * input/test/two-key.ly: moved to no-notation/parse5.ly
8548
8549         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8550         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8551
8552         * input/test/ {various}: modified comments, marked some for deletion.
8553
8554         * input/test/lines.ly: deleted file; duplicate of
8555         embedded-postscript.ly
8556
8557         * input/test/mmrest-collision: moved to regression.
8558
8559 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8560
8561         * scm/chord-name.scm (note-name->markup): don't superscript root
8562         alterations in chordnames.
8563
8564 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8565
8566         * Documentation/user/refman.itely (Multi measure rests): more
8567         index/cross-referencing.
8568
8569         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8570
8571         * scm/font.scm: remove properties-to-font-name code.
8572
8573         * scm/define-grob-properties.scm: remove 'type
8574
8575         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8576         conversion
8577
8578         * lily/text-spanner.cc: change 'type grob prop to 'style 
8579
8580         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8581         "first" flag to decide whether to make a start-repeat
8582
8583         * input/regression/grace-volta-repeat-2.ly: new file.
8584
8585 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8586
8587         * lilypond-indent.el: rename generic functions to LilyPond-*
8588
8589 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8590
8591         * input/test/thumb.ly: delete, merged into refman.
8592
8593         * Documentation/user/refman.itely: added thumb info to Fingering.
8594
8595         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8596         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8597         vertical-align.ly : deleted files.
8598
8599 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8600
8601         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8602
8603         * lily/line-spanner.cc (broken_trend_offset): remove function.
8604         (get_broken_offset): idem.
8605         (brew_molecule): rewrite the line-break case.
8606
8607         * input/regression/follow-voice-break.ly:  new file.
8608
8609         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8610         start of a system.
8611
8612 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8613
8614         * input/test/tuplet-rest.ly: moved to regression.
8615
8616         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8617         deleted file.
8618
8619         * input/test/ {many} : marked file for possible deletion.
8620
8621 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8622
8623         * input/regression/beam-funky.ly: add note about (disputed)
8624         correct beaming.
8625
8626         * ly/engraver-init.ly (ScoreContext): put key-signature after
8627         staff-bar
8628
8629 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8630
8631         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8632
8633         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8634
8635         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8636
8637         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8638         stem-extend was deleted (it was duplicate example, and not as
8639         good).
8640
8641         * input/test/[s-z]*.ly: add texidoc index.
8642
8643 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8644
8645         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8646         get_first_notecolumn_y
8647
8648         * lily/spanner.cc (broken_spanner_index): new function.
8649
8650 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8651
8652         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8653         lyric-hyphen.ly : moved to regression.
8654
8655         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8656         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8657
8658         * input/test/instrument-name-mmrest.ly: moved to
8659         ../regression/multi-measure-rest-instr-name.ly
8660
8661         * input/test/knee-sym.ly: moved to
8662         ../regression/beam-knee-symmetry.ly.
8663
8664         * input/test/hymn.ly: change comments.
8665
8666         * input/test/[p-r]*.ly: add texidoc index.
8667
8668 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8669
8670         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8671         to postfix syntax
8672
8673         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8674         syntax.
8675
8676         * VERSION: release 1.7.22
8677
8678 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8679
8680         * input/test/[h-k]*.ly: added texidoc index.
8681
8682         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8683
8684         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8685
8686         * input/test/ various : mark files for deletion or moving to
8687         regression.
8688
8689         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8690
8691         * input/test/[l-o]*.ly: added texidoc index.
8692
8693 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8694
8695         * scm/music-functions.scm (make-ottava-set): 
8696         only do ottavation if centralCPosition is set.
8697
8698         * lily/translator-scheme.cc (ly:context-property-where-defined):
8699         return '() if not found.
8700
8701 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8702
8703         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8704         Use one command for both commenting and uncommenting.
8705
8706         * lilypond-indent.el (LilyPond-comment-region): new function,
8707         (un)comments each line separately.
8708
8709         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8710
8711         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8712         imenu is not added by default; adapted from f90.el,
8713         makes Help-menu, which does not fit, visible in XEmacs.
8714
8715 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8716
8717         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8718         show-paren-mode sets blink-matching-paren-on-screen local.
8719         Try to make show-paren-function to paren-highlight local.
8720
8721         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8722         Copy definitions of Emacs' show-paren-function and
8723         XEmacs' paren-highlight and make minimal changes;
8724         add comments about locality. 
8725         Fix matching first open-paren-char in '<< .. >>'.
8726
8727 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8728
8729         * input/test/g*: added texidoc index.
8730
8731         * input/test/[a-g]*: added raggedright==#t when it
8732          seemed appropiate.
8733
8734         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8735
8736         * Documentation/topdoc/INSTALL.texi: removed false warnings
8737         about gcc 3.3.
8738
8739 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8740
8741         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8742
8743         * input/test/chords-without-melody.ly (texidoc): add from
8744         input/just-friends.ly
8745
8746         * input/regression/size{13--26}.ly: move from input/
8747
8748         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8749         input/{star-spangled-banner,twinkle}.ly: remove 
8750
8751         * lily/slur.cc: remove slur over rest warnings.
8752
8753         * lily/note-spacing.cc (get_spacing): include left part of right
8754         object in fixed space. This fixes stretched space before
8755         accidentals.
8756
8757         * input/regression/spacing-accidental-stretch.ly: new file.
8758
8759 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8760
8761         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8762         Reduce to 16pt.
8763
8764 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8765
8766         * input/regression/spacing-knee.ly: docstring
8767
8768         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8769
8770         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8771         input/tutorial/{test,solar,flowing}.ly: remove
8772
8773         * input/rhythm.ly: remove
8774
8775         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8776
8777         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8778         update syntax. 
8779
8780         * scm/define-grobs.scm (all-grob-descriptions): set
8781         knee-spacing-correction to 1.0
8782
8783         * lily/note-spacing.cc (stem_dir_correction): compute knee
8784         correction using stem-thickness and head width.
8785
8786         * input/regression/beam-quanting-horizontal.ly: update texidoc
8787
8788         * scm/define-grobs.scm (all-grob-descriptions): set
8789         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8790         This fixes 32nd beams for noteheads in spaces quants.
8791
8792         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8793
8794 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8795
8796         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8797
8798 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8799
8800         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8801
8802         * VERSION (PACKAGE_NAME): release 1.7.21
8803
8804         * input/regression/stem-shorten.ly: new file.
8805
8806         * lily/stem.cc (get_default_stem_end_position): revise stem
8807         shortening code.
8808
8809         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8810
8811         * input/test/{scripts,volta-start,sleur}.ly: remove
8812
8813         * input/regression/span-bar.ly: smaller file.
8814
8815         * input/regression/spacing-{natural,tight,loose}.ly: remove
8816
8817         * input/test/markup.ly: remove
8818
8819         * scripts/lilypond-book.py: put printfilename in separate chunk,
8820         so texidoc is printed after the filename.  
8821
8822 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8823
8824         * make/lilypond.mandrake.spec.in: fix docdirs.
8825
8826 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8827
8828         * input/regression/beam-french.ly: bugfix.
8829
8830         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8831
8832         * input/regression/(various).ly: add raggedright = #t.
8833
8834         * input/regression/auto-beam.ly: move from abe.ly
8835
8836 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8837
8838         * input/test/f*.ly: added texinfo index.
8839
8840         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8841
8842 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8843
8844         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8845         quant penalty for beam just outside staff.
8846
8847         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8848         from beam-pos.ly,  remove non-horizontal tests. 
8849
8850         * input/test/(various): cleanup header info. 
8851
8852         * input/test/tchaikovsky.ly: remove file.
8853
8854         * scm/chord-generic-names.scm: move from
8855         double-plus-new-chord-name.scm
8856
8857         * input/test/orchestscore.ly: remove file
8858
8859         * Documentation/user/refman.itely (Vocal music): update documentation.
8860
8861         * scm/define-translator-properties.scm (chordNoteNamer): remove
8862         chordNameStyle, use chordNameFunction
8863
8864         * scm/chord-name.scm (set-chord-name-style): remove
8865         set-chord-name-style. Use \property chordNameFunction.
8866
8867 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8868
8869         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8870         music): remove @TeX{} command.
8871
8872 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8873
8874         * lilypond-indent.el (scan-sexps): Renamed to
8875         aargh-this-breaks-other-emacs-modes-scan-sexps.
8876
8877 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8878
8879         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8880         closing slurs: '()', etc. Add comments.
8881
8882         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8883
8884         * lilypond-font-lock.el: match unending string at eof.
8885
8886         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8887
8888 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8889
8890         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8891         input/test/beam-dir.ly input/test/beam-position.ly    
8892         input/test/beam-suspect.ly input/test/beam-trend.ly    
8893         input/test/beams.ly input/test/crescendo-text.ly : deleted
8894         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8895         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8896         * input/test/default-bars.ly: moved to bar-always.ly
8897         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8898
8899 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8900
8901         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8902
8903 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8904
8905         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8906
8907 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8908
8909         * lilypond-indent.el: Match better slurs in scheme expressions.
8910         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8911
8912         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8913
8914 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8915
8916         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8917
8918         * input/ac-extra-voice.ly: Add texidoc.
8919
8920         * ly/chord-modifiers-init.ly: 
8921         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8922         and chordNameExceptionsPartial for new chord names.
8923
8924         * input/test/chord-names-dpnj.ly: 
8925         * input/test/dpncnt.ly: Update.
8926
8927         * scm/chord-name.scm: 
8928         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8929         chord selection and options.
8930
8931         * ly/chord-modifiers-init.ly: Add exceptions 
8932
8933         * scm/define-translator-properties.scm (chordNameStyle) 
8934         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8935
8936 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8937
8938         * ly/property-init.ly (germanChords): Added.
8939         (semiGermanChords): Added.
8940
8941         * input/test/chord-names-german.ly: Use new macros
8942
8943 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8944
8945         * lilypond-indent.el: Use similar parenthesis highlighting for 
8946         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8947         functions; removed LilyPond-show-paren-function. Fix indenting.
8948         Turn paren-matching on also in XEmacs.
8949
8950         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8951         as needed by parenthesis highlighting functions (in scan-sexp).
8952
8953 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8954
8955         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8956         function.
8957         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8958
8959 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8960
8961         * lilypond-indent.el: tune regexp for show-paren-function.
8962
8963 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8964
8965         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8966         for all LilyPond-produced tex snippets.
8967
8968         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8969         fixes one line --preview output of ly2dvi.
8970
8971 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8972
8973         * lilypond-indent.el: match only one type of slurs in
8974         LilyPond-show-paren-function.
8975
8976 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8977
8978         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8979         * debian/lilypond1.7.dirs: 
8980         * debian/lilypond1.7-doc.dirs: New file.
8981
8982         * input/regression/chord-name-exceptions.ly: Add parameter for
8983         ignatzekExceptions.  Quote hash in docstring.
8984
8985 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8986
8987         * lilypond-indent.el (show-paren-function): define show-paren-function
8988         as LilyPond-blink-matching-open and use it for closing parens.
8989         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8990
8991         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8992         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8993         LilyPond-blink-matching-paren in order to match both open and close
8994         brackets.
8995
8996 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8997
8998         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8999         testing by modifying the code from FSF Emacs paren.el. Add comments.
9000
9001 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9002
9003         * input/test/dpncnt.ly: Transpose example to match new
9004         default \chords octave.  Add comment.
9005
9006         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
9007         comment about octave change.
9008
9009 2003-06-04  Graham Percival  <gperlist@shaw.ca>
9010
9011         * input/test/[d,e]: added texinfo index tags.
9012         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
9013
9014 2003-06-04  Graham Percival  <gperlist@shaw.ca>
9015
9016         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
9017
9018 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
9019
9020         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
9021         as in blink-matching-open.
9022
9023 2003-06-03  Graham Percival  <gperlist@shaw.ca>
9024
9025         * input/test/[a-c]: more comments in files.
9026         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
9027         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
9028         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
9029         mark file for proposed deletion.
9030         * input/test: renaming files:
9031         auto-beam-4-8.ly to beam-auto-4-8.ly
9032         auto-beam-override.ly to beam-auto-override.ly
9033         auto-beam.ly to beam-auto.ly
9034         blank.ly to blank-paper.ly
9035         absolute-volume.ly to dynamic-absolute-volume.ly
9036
9037 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9038
9039         * input/test/dpncnt.ly: 
9040         * input/test/chord-names-dpnj.ly: Resurrect.
9041
9042         * lily/my-lily-lexer.cc: Remove chordnames keyword.
9043
9044         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
9045
9046         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
9047         Better docstring, add parameter OMIT-ROOT, tidy up.
9048
9049 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
9050
9051         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
9052
9053 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9054
9055         * scm/output-ascii-script.scm (as-font-alist-alist):
9056         (as-properties-to-font-name):
9057         (as-make-style-sheet): Remove.
9058
9059         * scm/font.scm (as-make-font-list): New function.
9060         (as-font-sheet-alist): New variable.
9061
9062         * ly/paper-as9-init.ly: 
9063         * ly/paper-as5-init.ly: Update.
9064
9065         * ly/paper-as5.ly:
9066         * ly/paper-as9.ly: New file.
9067
9068 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9069
9070         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
9071
9072 2003-05-28  Graham Percival  <gperlist@shaw.ca>
9073         * input/sondag-morgen/*: removed due to copyright concerns.
9074         * input/[a,b]*.ly: added a newline at the end of the texinfo
9075         doc string (produces better output in HTML version).
9076         * input/c*.ly: added texinfo index and added comments to
9077         aid in future changes to input/test/ files.
9078
9079 2003-05-28  Graham Percival  <gperlist@shaw.ca>
9080
9081         * Documentation/user/refman.itely: fixed build problem (missing
9082         file) caused by previous renaming.
9083
9084 2003-05-28  Graham Percival  <gperlist@shaw.ca>
9085
9086         * input/test/[a,b]*.ly: added texinfo index and added comments to
9087         aid in future changes to input/test/ files.
9088         * input/test/bar-number-every-5-reset.ly: renamed to
9089         bar-number-every-five-reset.ly
9090         * input/test/bar-script-visibility.ly: renamed to
9091         bar-number-show-all.ly
9092
9093 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9094
9095         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
9096         to Voice.
9097
9098         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
9099         out note-line and glissando functionality.
9100
9101         * lily/line-spanner.cc (brew_molecule): cleanup.
9102
9103 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9104
9105         * scripts/as2text.scm: Use rdelim module.
9106         (start-system): Rename from start-line.
9107         (stop-system): Rename from stop-line.
9108         (af-gulp-file): Use string iso symbol for getenv.
9109
9110         * scm/output-ascii-script.scm: Add guile and lily modules.
9111         (font-name-alist): New variable.
9112         (draw-line): New function.
9113
9114         * scm/output-lib.scm (func, arg->string): Re-add from archive.
9115         (Were these silently removed, without ChangeLog entry?)
9116
9117 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9118
9119         * scm/music-functions.scm (make-ottava-set): bugfixes: also
9120         process 2nd ottava correctly.
9121
9122 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
9123
9124         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
9125
9126 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9127
9128         * Documentation/user/converters.itely (Invoking midi2ly): Update.
9129
9130 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9131
9132         * VERSION: release 1.7.20
9133
9134         * lily/text-spanner.cc (brew_molecule): clean up function. This
9135         fixes bugs with broken 8va spanners.
9136
9137         * lily/simple-spacer.cc (solve): also compute force for raggedright.
9138         This prevents spurious line-breaks with raggedright
9139
9140 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9141
9142         * lily/key-performer.cc (create_audio_elements): always use major
9143         key
9144
9145         * Documentation/user/internals.itely: updates
9146
9147         * input/regression/beam-break.ly: new file.
9148
9149         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
9150         beams if starting or terminating stems have 'beaming set.)
9151
9152         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
9153         property.
9154
9155         * lily/parser.yy (verbose_command_req): add comment about scales.
9156
9157 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
9158
9159         * lilypond-indent.el: adjust regexps in bracket-matching.
9160
9161 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
9162
9163         * Documentation/user/refman.itely: more tiny fixes
9164
9165         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
9166         "Chord names"; added table with input syntax for solesmes neumes
9167         table; added some words about rationale on input syntax design
9168
9169         * lily/gregorian-ligature-engraver.cc,
9170         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9171         lily/include/gregorian-ligature.hh: bugfix: horizontal head
9172         alignment of Pes Initio Debilis
9173
9174         * Documentation/user/refman.itely,
9175         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9176         mf/parmesan-heads.mf: fixed most of the head selection/alignment
9177         bugs in the solesmes neumes table
9178
9179 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
9180
9181         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
9182         Similarly, match '[' and ']' by skipping '\[' and '\]'.
9183
9184         * lilypond-mode.el: fix tag-score. small improvements.
9185
9186 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9187
9188         * .cvsignore: Add aclocal.m4.
9189
9190         * lily/music-constructor.cc: Include <assert.h>.
9191
9192 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9193
9194         * ly/engraver-init.ly (HaraKiriStaffContext): use
9195         RemoveEmptyStaffContext instead.
9196
9197         * Documentation/user/refman.itely: updates
9198
9199 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
9200
9201         * Documentation/user/refman.itely: added solesmes neumes table;
9202         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
9203         bugfix: "Ornaments" -> "Articulations"
9204
9205         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
9206
9207 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9208
9209         * lilypond-indent.el: Add a message about trying to match \] or \).
9210
9211 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
9212
9213         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
9214         obsolete "arithmetic_*"
9215
9216         * input/bugs/ligatures.ly: removed (will be put into a different
9217         directory later)
9218
9219 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9220
9221         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
9222         libkpathsea (Maurizio Tomasi).
9223
9224 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9225
9226         * input/regression/repeat-slash.ly (texidoc): new file
9227
9228         * lily/slash-repeat-engraver.cc (try_music): new file, handle
9229         slash repeats separately. Slash repeats and %
9230         repeats can now be nested.
9231
9232 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9233
9234         * lilypond-indent.el: Add preliminary test for closing \] and \).
9235
9236 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
9237
9238         * lily/gregorian-ligature-engraver.cc,
9239         lily/vaticana-ligature-engraver.cc,
9240         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
9241         mf/parmesan-heads.mf: various semivocalis related bugfixes
9242
9243         * input/bugs/ligatures.ly: new file demonstrating problems with
9244         ligatures
9245
9246 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
9247
9248         * lilypond-mode.el,
9249         lilypond-font-lock.el,
9250         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
9251
9252 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
9253
9254         * lilypond-mode.el: Remove outdated code. Stress the difference 
9255         between Emacs and XEmacs definitions.
9256
9257         * lilypond-mode.el,
9258         lilypond-indent.el: Define a function interactive only when necessary.
9259
9260 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
9261
9262         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
9263         Use inactive regions also in XEmacs.
9264
9265 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9266
9267         * Documentation/user/refman.itely (Repeat syntax): more updates
9268
9269         * lily/simple-spacer.cc (solve): move solution process into
9270         solve(). This fixes a bug with collisions and raggedright = ##t.
9271
9272         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
9273
9274         * ly/engraver-init.ly: remove GraceContext. Update examples.
9275
9276 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9277
9278         * GNUmakefile.in (fonts): Also make fontball.
9279
9280         * Website fixes:
9281
9282         * ly/engraver-init.ly (GraceContext): Add.
9283
9284         * run:
9285
9286             convert-ly $(find . -name *.ly)
9287
9288         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9289         new chords.
9290
9291 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9292
9293         * VERSION: 1.7.19 released
9294
9295         * scm/music-functions.scm (set-octavation): new function.
9296
9297         * input/regression/ottava.ly: new file
9298
9299         * lily/translator-scheme.cc (LY_DEFINE): new function
9300         ly:unset-context-property
9301         (LY_DEFINE) new function ly:context-property-where-defined: 
9302
9303 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9304
9305         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9306
9307         * lilypond.words: add few.
9308
9309         * input/test/script-chart.ly: fix typo.
9310
9311 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9312
9313         * scm/define-grobs.scm: uniform naming for definitions and output
9314         routine files. 
9315
9316         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9317         scm/context-description.scm
9318
9319         * lily/parser.yy (translator_spec_body): add \description to the
9320         \translator{} body syntax.
9321
9322         * lily/ottava-engraver.cc: new file.
9323
9324         * scm/chord-name.scm (natural-chord-alteration): replace old
9325         chord stuff. 
9326
9327         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9328
9329         * Documentation/user/refman.itely (Metronome marks): update doco.
9330
9331         * input/regression/markup-note.ly: new file
9332
9333         * input/regression/metronome-marking.ly: new file
9334
9335         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9336
9337         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9338         metronome marks.
9339
9340 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9341
9342         * Documentation/user/GNUmakefile: Compatibility fix for new
9343         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9344         for making binary packages; info splitting bug has been fixed.
9345
9346         * Documentation/user/refman.itely: Compile fixes.
9347
9348 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9349
9350         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9351         Count \midi -keywords also for a region.
9352
9353 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9354
9355         * lily/lookup.cc (LY_DEFINE): new function
9356
9357         * Documentation/user/tutorial.itely: updates
9358
9359 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9360
9361         * lilypond-mode.el: Allow Midi on buffer.
9362         Use only '.ly'-extension, remove '.sly' and '.fly'.
9363         Allow use of inactive regions. Invoke next Command on Master file, 
9364         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9365
9366 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9367
9368         * Documentation/user/tutorial.itely: updates.
9369
9370 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9371
9372         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9373
9374 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9375
9376         * lily/coherent-ligature-engraver.cc: fixed typo
9377
9378         * lily/coherent-ligature-engraver.cc,
9379         lily/gregorian-ligature-engraver.cc,
9380         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9381         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9382         lily/vaticana-ligature-engraver.cc,
9383         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9384         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9385         removed all ligature specific stuff from NoteHead code
9386
9387         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9388         ligatures now use regular noteheads
9389
9390         * lily/vaticana-ligature.cc: tiny code cleanups
9391
9392         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9393         space between two adjacent noteheads of the same pitch
9394
9395         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9396         description; cleanup: removed obsolete font-family settings
9397
9398 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9399
9400         * lily/coherent-ligature-engraver.cc,
9401         lily/gregorian-ligature-engraver.cc,
9402         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9403         lily/mensural-ligature-engraver.cc,
9404         lily/vaticana-ligature-engraver.cc,
9405         lily/include/gregorian-ligature-engraver.hh: updated for new
9406         Coherent_ligature_engraver; added comments that describe the basic
9407         design ideas of the ligature implementation
9408
9409         * lily/coherent-ligature-engraver.cc,
9410         lily/include/coherent-ligature-engraver.hh: new file: shared code
9411         between mensural ligatures and Gregorian chant notation ligatures
9412
9413 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9414
9415         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9416         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9417         use only two arguments in sit-for, use no arguments in
9418         read-char-exclusive, backspace is not a character (127) in XEmacs.
9419
9420         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9421
9422 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9423
9424         * lilypond-mode.el: un-commenting works after syntax-table fix.
9425
9426         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9427         group, verbose commenting for syntax table.
9428
9429         * lilypond-indent.el: add TODO for ligature slurs.
9430
9431 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9432
9433         * lilypond-mode.el: Move comments of parenthesis matching away,
9434         (blink-matching-paren-on-screen) fix blinking in Emacs.
9435
9436         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9437         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9438
9439         * lilypond-indent.el: Add TODO for parenthesis matching.
9440
9441 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9442
9443         * lilypond-mode.el: Fix XEmacs: 
9444         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9445         invoke explicitly easy-menu-add (in Emacs done automatically).
9446
9447         * lilypond.words: Add few words from input/*/*.ly.
9448
9449 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9450
9451         * VERSION (PATCH_LEVEL): release 1.7.18
9452
9453         * scripts/lilypond-book.py: only print basename for printfilename
9454         option
9455
9456         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9457         and syntax updates.
9458
9459 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9460
9461         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9462         better parametrisation. Move fatness of bulb downward.
9463
9464         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9465         glyph names. Underscores are not allowed .ps encoding files.
9466
9467 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9468
9469         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9470         variable "packed" for packed right-ragged mode
9471
9472         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9473         unused variable ragged; fixed indentation
9474
9475         * Documentation/user/refman.itely: tiny cleanups in ancient
9476         clef and custos section
9477
9478 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9479
9480         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9481         \applyoutput PROCEDURE
9482
9483         * lily/my-lily-lexer.cc: add \applyoutput.
9484
9485         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9486
9487         * lily/text-item.cc: clean text-interface description
9488
9489 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9490
9491         * input/{regression,test}/: use postfix for slur endings and beam
9492         begins.
9493
9494         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9495         style beams too. 
9496
9497         * input/regression/lyrics-melisma-beam.ly: new file.
9498
9499         * lily/lyric-engraver.cc (process_music): change from
9500         process_acknowledged_grobs()
9501
9502         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9503         functions to set and revert auto-beam settings.
9504
9505 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9506
9507         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9508
9509 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9510
9511         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9512         Documentation/user/lilypond.tely: fixed some typos; updated author
9513         info
9514
9515         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9516         #"" -> #'flag-style = #'()
9517
9518         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9519         cleanup: removed dead #includes
9520
9521         * lily/gregorian-ligature-engraver.cc,
9522         lily/include/gregorian-ligature.hh,
9523         scm/grob-property-description.scm: small cleanups, small spacing
9524         fixes
9525
9526         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9527         lily/vaticana-ligature.cc,
9528         lily/include/gregorian-ligature-engraver.hh,
9529         scm/grob-property-description.scm, scm/music-types.scm:
9530         "porrectus" -> "pes or flexa"
9531
9532         * ly/engraver-init.ly, scm/grob-description.scm,
9533         scm/grob-property-description.scm: junked porrectus, now handled
9534         by ligature code
9535
9536         * scm/grob-description.scm: bugfix: added space-alist entry for
9537         breathing sign/custos
9538
9539 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9540
9541         * Another grand 2003 update.
9542
9543         * Remove mentioning of `mudela'; There's no such thing.
9544
9545 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9546
9547         * Documentation/user/preface.itely (Preface to version 1.8): update
9548
9549         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9550
9551         * Documentation/user/converters.itely (Invoking convert-ly): revise
9552
9553         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9554
9555         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9556
9557 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9558
9559         * Documentation/user/internals.itely: more updates.
9560
9561 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9562
9563         * Documentation/user/refman.itely: revise 
9564
9565         * Documentation/user/internals.itely: revise
9566
9567         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9568
9569 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9570
9571         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9572         beautification: reformatted ancient clefs section; cleanup: small
9573         wording fixes
9574
9575 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9576
9577         * lilypond.words: added words for chant notation, sorted
9578         alphabetically through "sort lilypond.words"
9579
9580 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9581
9582         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9583         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9584         chant notation
9585
9586 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9587
9588         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9589         prevent TeX from interpreting them as long dash
9590
9591         * input/test/vaticana.ly: updated
9592
9593         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9594         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9595         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9596         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9597         fixes
9598
9599         * mf/parmesan-heads.mf: ledger endings: removed dead code
9600
9601 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9602
9603         * VERSION: 1.7.17 released
9604
9605         * Documentation/user/GNUmakefile
9606         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9607         files too.
9608
9609         * scm/document-markup.scm: new file: document all markup
9610         functions.
9611
9612         * scm/documentation-generate.scm: rename all documentation modules
9613         to document-*.scm
9614
9615         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9616         .png
9617
9618         * input/test/divisiones.ly: added
9619
9620         * input/regression/output-property.ly: new file
9621
9622         * lily/cluster.cc: change cluster-interface to use style property
9623
9624 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9625
9626         * input/test/chord-names-german.ly: modified.
9627
9628         * scm/chords-ignatzek.scm:
9629           chord-name->german-markup: Added
9630           note-name->german-markup: Changed (now producing lowercase notenames)
9631
9632         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9633
9634 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9635
9636         * scripts/convert-ly.py (FatalConversionError.conv):
9637         divisiominima -> divisioMinima, etc.
9638
9639         * ly/engraver-init.ly (FiguredBassContext): add
9640         Separating_line_group_engraver to Figured bass context.
9641
9642         * ly/german-chords-init.ly: remove file
9643
9644         * input/test/chord-names-german.ly (scm): new file.
9645
9646         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9647
9648         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9649         Chord_name_engraver
9650
9651         * Documentation/user/refman.itely: lots of updates.
9652
9653         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9654         new file
9655
9656         * input/test/bar-number-every-5-reset.ly: new file.
9657
9658 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9659
9660         * input/regression/chord-name-major7.ly: new file
9661
9662         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9663         if specced explicitly.
9664
9665         * input/regression/chord-name-entry-11.ly: new file.
9666
9667         * input/test/slur-beautiful.ly: new file.
9668
9669         * Documentation/user/refman.itely: updates.
9670
9671         * input/regression/collisions.ly (threevoice): cleanup.
9672
9673         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9674
9675 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9676
9677         * Documentation/user/*.itely: various updates.
9678
9679         * ly/spanners-init.ly: enddecr/ endcr.
9680
9681         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9682         of tutorial
9683
9684 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9685
9686         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9687
9688         * lily/new-chord-name-engraver.cc (process_music): use octavation
9689         (a number) instead of original-pitch to store inversions. This
9690         fixes a problem with transposed chords with inversions.  
9691
9692 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9693
9694         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9695         used in includable-lexer.hh.
9696
9697         * lily/includable-lexer.cc: Bugfix: include config.h.
9698
9699         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9700         circumvention of Debian packaging bug.
9701
9702 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9703
9704         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9705
9706         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9707
9708         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9709         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9710
9711         * lily/include/includable-lexer.hh: 
9712         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9713
9714         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9715
9716         * aclocal.m4: Regenerate.
9717
9718         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9719         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9720
9721         * scm/pdf.scm (use-modules): Include lily.
9722
9723         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9724         Noordkamp).
9725         (use-modules): Include lily.
9726         (lily-def): Bugfix: include tex-val in let.
9727
9728 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9729
9730         * lilypond-mode.el: sensible error if lilypond.words not found.
9731
9732         * lilypond.words: add few words.
9733
9734 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9735
9736         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9737
9738         * mf/parmesan-scripts.mf: fixed typo in char name
9739
9740 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9741
9742         * VERSION: 1.7.16 released
9743
9744         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9745         (this is a security vulnerability).
9746
9747         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9748
9749         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9750         add staff support.
9751
9752 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9753
9754         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9755         ly/script-init.ly, scm/script.scm: bugfix: renamed
9756         fermata->signumcongruentiae to fix naming clash with feta font
9757
9758 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9759
9760         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9761
9762         * lily/multi-measure-rest-engraver.cc
9763         (start_translation_timestep): use grace timing too for determining
9764         when to make mmrest.
9765         (start_translation_timestep): clear numbers too.
9766
9767 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9768
9769         * scm/music-types.scm: compile fix: escape braces
9770
9771         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9772         work around font selection problem
9773
9774         * Documentation/user/refman.itely: BreathingSign: added docu for
9775         property "text"
9776
9777 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9778
9779         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9780         information.
9781
9782 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9783
9784         * lily/multi-measure-rest-engraver.cc (class
9785         Multi_measure_rest_engraver): make multiple Number objects, one
9786         for each MultiMeasureTextEvent.
9787
9788         * scm/music-functions.scm (glue-mm-rest-texts): use
9789         MultiMeasureTextEvent
9790
9791         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9792
9793         * Documentation/user/refman.itely (Multi measure rests): update.
9794
9795 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9796
9797         * lily/ly-module.cc (ly_copy_module_variables): use
9798         scm_internal_hash_fold() for iterating modules.
9799
9800 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9801
9802         * Documentation/user/refman.itely: Section Custodes: added more
9803         example code
9804
9805         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9806         neo-mensural rests to parmesan font
9807
9808         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9809         header
9810
9811 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9812
9813         * Documentation/user/macros.itexi: @fileref macro.
9814
9815         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9816         each file. 
9817
9818 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9819
9820         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9821         Documentation/topdocs/AUTHORS.texi: updated my email address
9822
9823         * Documentation/user/refman.itely: updated custos documentation;
9824         beautified divisiones example; beautified articulations table
9825
9826         * lily/breathing-sign.cc: bugfix: finalis molecule
9827
9828 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9829
9830         * Documentation/user/refman.itely: added docu for
9831         contemporary fermata symbols, gregorian breathing signs; small fixes
9832
9833         * ly/gregorian-init.ly: removed obsolete #'type props
9834
9835 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9836
9837         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9838         minimum-length property correctly.
9839
9840 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9841
9842         * scm/music-functions.scm (make-multi-measure-rest): set input
9843         locations for multimeasure rests.
9844
9845 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9846
9847         * input/regression/breathing-sign.ly: updated to for ancient
9848         notation
9849
9850 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9851
9852         * scripts/ly2dvi.py: Add newline.
9853
9854 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9855
9856         * scripts/ly2dvi.py (dependency_files): Compile fix.
9857
9858 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9859
9860         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9861         (make_html_menu_file): --html menu. 
9862
9863 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9864
9865         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9866
9867 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9868
9869         * input/screech-boink.ly: new file.
9870
9871 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9872
9873         * scripts/lilypond-book.py (make_lilypond_file): convert
9874         lilypond-file to lilypond block directly, without going through
9875         begin/end lilypond text.
9876
9877
9878 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9879
9880         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9881         scm/grob-description.scm: moved Michael's original breathing sign
9882         code in brew_molecule() to divisio_minima(); provided new
9883         brew_molecule() that effectively replaces the
9884         Text_item::brew_molecule callback (with additional fallback to
9885         Michael's original code); added callbacks for brewing divisio
9886         maior/maxima and finalis
9887
9888         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9889         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9890
9891         * script-init.ly: added shortfermata, longfermata,
9892         verylongfermata, varcoda
9893
9894         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9895         longfermata, verylongfermata, varcomma, varcoda
9896
9897 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9898
9899         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9900           Remove all noquote and insert a few quote.
9901
9902         * Documentation/user/lilypond-book.itely (Music fragment options),
9903           scripts/lilypond-book.py: Don't include quotation blocks by
9904           default. Introduce option quote instead of noquote
9905
9906 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9907
9908         * VERSION: 1.7.15 released
9909
9910         * Documentation/user/lilypond.tely: omf updates.
9911
9912         * buildscripts/texi2omf.py (omf_vars): include version.date
9913
9914         * make/lilypond.redhat.spec.in: fixes for spec file. 
9915
9916         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9917         by function definition: lily now requires a recent GNU Make.
9918
9919         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9920         writing.
9921
9922         * make/ly-rules.make: remove .ly -> .tex rule
9923
9924         * Documentation/user/refman.itely (Figured bass): revised figured
9925         bass example.
9926
9927 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9928
9929         * stepmake/stepmake/omf-targets.make (local-install): add
9930         scrollkeeper-update message.
9931
9932         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9933         to binary.
9934         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9935
9936         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9937
9938         * Documentation/user/converters.itely (Invoking midi2ly): add
9939         track/channel notice.
9940
9941 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9942
9943         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9944
9945         * lily/parser.yy (scalar): DIGIT is also a scalar.
9946
9947         * Documentation/user/music-glossary.tely: add @omf tags
9948
9949         * Documentation/user/lilypond.tely: add @omf tags
9950
9951         * scm/generate-documentation.scm (string-append): add @omf tags.
9952
9953         * stepmake/stepmake/omf-*: new files 
9954
9955         * input/regression/multi-measure-rest.ly (texidoc): add doco
9956
9957         * GNUmakefile.in (web-doc-install): add web-doc-install target
9958
9959         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9960         fixes crashes while dumping MIDI.
9961
9962         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9963         midi
9964
9965 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9966
9967         * buildscripts/texi2omf.py: new file.
9968
9969         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9970         font-name
9971
9972 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9973
9974         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9975
9976         * lily/sequential-iterator.cc (descend_to_child): call
9977         descend_to_child() for all types of music.
9978
9979 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9980
9981         * scm/translator-property-description.scm: Add
9982         bassFigureFormatFunction.  Replace some entries.
9983
9984 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9985
9986         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9987         clean out.
9988
9989 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9990
9991         * scripts/midi2ly.py (Note.dump): never dump duration for
9992         dump_dur=0.
9993
9994         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9995         new function
9996
9997         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9998         figures using new markups. Much simpler, and should improve layout
9999         a little.
10000
10001         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
10002
10003 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10004
10005         * ly/engraver-init.ly: use Hara kiri by default for 
10006         ChordNames, FiguredBass and Lyrics(Voice) context. 
10007
10008         * lily/axis-group-engraver.cc (acknowledge_grob): use
10009         rhythmic-grob-interface for selecting items not to hara-kiri'd 
10010
10011         * scm/new-markup.scm (markup-function-list): add bracket,
10012         vbracket.
10013
10014         * ly/engraver-init.ly (ChordNamesContext): set
10015         minimumVerticalExtent
10016
10017 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10018
10019         * input/test/time-signature-double.ly: new file 
10020
10021         * input/regression/collision-head-chords.ly (texidoc): new file.
10022
10023         * lily/type-swallow-translator.cc: add note swallow translator 
10024
10025         * input/test/time-signature-double.ly: new file.
10026
10027         * lily/type-swallow-translator.cc: add Rest_swallow_translator
10028
10029         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
10030         (FiguredBassContext): idem.
10031
10032         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
10033
10034         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
10035
10036         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
10037
10038         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
10039         .afm dependency
10040
10041         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
10042
10043         * python/lilylib.py (make_page_images): add function.
10044
10045         * scripts/ly2dvi.py (run_latex): include title in preview image.
10046
10047         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
10048         from lilypond-book for <ly2dvifile> tags in HTML.
10049
10050         * scripts/ly2dvi.py (option_definitions): add --debug option to
10051         print out environment.
10052
10053         * input/regression/tie-chord-partial.ly: new file.
10054
10055 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
10056
10057         * lilypond.words: add 3
10058
10059 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10060
10061         * scm/new-markup.scm (markup-function-list): add finger-markup
10062
10063         * input/tutorial/brahms-tweaked.ly: new markup 
10064
10065         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
10066
10067         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
10068         crash when processing '() markup
10069
10070         * input/regression/breathing-sign.ly (texidoc): add caesura example.
10071
10072         * lily/breathing-sign.cc (railtracks): another caesura.
10073
10074         * mf/feta-schrift.mf: caesura symbol. 
10075
10076 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10077
10078         * scripts/convert-ly.py (FatalConversionError.conv): add
10079         ly:molecule-XXX conversions.
10080
10081         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
10082
10083         * input/regression/multi-measure-rest-text.ly: new file.
10084
10085         * scm/music-functions.scm (glue-mm-rest-texts): automatically
10086         convert MMREST-TEXT to MultiMeasureRestNumber settings.
10087
10088         * ly/engraver-init.ly (ScoreContext): move tablature settings to
10089         ScoreContext
10090
10091         * scm/new-markup.scm (center-markup): \center markup.
10092
10093         * scm/music-functions.scm: remove pitchify scripts.
10094
10095         * lily/music.cc (print_smob): display music name if available 
10096
10097 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10098
10099         * Documentation/user/refman.itely (Instrument names): remove
10100         \turnOff doco.
10101
10102 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10103
10104         * lily/score.cc (mark_smob): bugfix.
10105
10106         * input/regression/rehearsal-mark.ly: new file.
10107
10108         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
10109         report error at the current token again.
10110
10111 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10112
10113         * cygwin/mknetrel: Exit if doc build fails.
10114
10115         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
10116
10117 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10118
10119         * scm/music-types.scm (music-descriptions): add doc strings
10120
10121 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10122
10123         * lily/lexer.ll: 
10124         * lily/include/my-lily-lexer.hh: 
10125         * lily/include/includable-lexer.hh: Add flex kludge.
10126
10127         * config.hh.in: 
10128         * config.make.in: 
10129         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
10130         cruft.
10131
10132         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
10133         code.
10134
10135 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10136
10137         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
10138
10139         * lily/parser.yy (new_chord): Compile fix.
10140
10141 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10142
10143         * Documentation/user/refman.itely (Tuning groups of objects):
10144         remove documentation for \turnOff. 
10145
10146         * lily/percent-repeat-engraver.cc (try_music): add correct
10147         processing moments for double-measure percents as well.
10148
10149         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
10150
10151         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
10152         grob prop type. 
10153
10154         * Documentation/user/refman.itely (Printing named chords): add
10155         chord name tweak doco.
10156
10157         * input/template/gregorian-transcription.ly: new file.
10158
10159 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10160
10161         * VERSION: 1.7.13 released
10162
10163         * input/test/*: lots of cleanups/comment-outs/removals in chord
10164         examples
10165
10166         * input/regression/*: lots of cleanups/comment-outs/removals in
10167         chord examples
10168
10169         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
10170         options
10171
10172         * lily/new-chord-name-engraver.cc (process_music): give original
10173         inversion pitch to chord name routine.
10174
10175         * input/tutorial/os-score.ly: update to new markup
10176
10177         * Documentation/user/appendices.itely: simply include
10178         chords-ignatzek. 
10179
10180         * Documentation/user/refman.itely (Chords mode): add documentation
10181         for chord mode.
10182
10183         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
10184         not present in chord.
10185         (construct-chord): add inversion and bass support.
10186
10187         * lily/chord.cc: junk contents.
10188
10189 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
10190
10191         * Documentation/user/refman.itely:
10192         * Documentation/user/music-glossary.tely: fix. 
10193
10194 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10195
10196         * scm/chord-entry.scm (construct-chord): move chord construction
10197         to Scheme.
10198
10199         * lily/parser.yy (new_chord): new setup for chord entry.
10200
10201 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
10202
10203         * lilypond.words:
10204         * Documentation/user/music-glossary.tely: add ambitus.
10205
10206 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10207
10208         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
10209
10210         * lily/include/*.hh: string() -> to_string()
10211
10212         * scm/chords-ignatzek.scm: new file.
10213
10214         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
10215         standard chord name exceptions.
10216
10217         * scm/translator-property-description.scm (chordNameSeparator):
10218         add property.
10219         (majorSevenSymbol): add property
10220
10221         * lily/translator-scheme.cc (ly:context-properties): new function
10222         (ly:context-parent): new function.
10223         (print_smob): print context name.
10224
10225         * lily/music.cc (ly:get-music-length): new function
10226         (print_smob): don't print properties.
10227
10228         * lily/duration.cc (duration<?): new function
10229
10230         * input/regression/chords-funky-ignatzek.ly: new file.
10231
10232         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
10233         jazz chords.
10234
10235         * lily/pitch.cc (ly:pitch-diff): new function.
10236
10237         * input/regression/chords-ignatzek.ly: new file.
10238
10239 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10240
10241         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
10242         pitches for jazz chords.
10243
10244 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10245
10246         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
10247
10248 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
10249
10250         * lilypond.words: add 1
10251
10252 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
10253
10254         * Documentation/topdocs/AUTHORS.texi: refine.
10255
10256 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
10257
10258         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
10259
10260         * lilypond.words: add one.
10261
10262 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
10263
10264         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
10265         Fontify bass note in chords, e.g., e in c1/e.
10266
10267 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10268
10269         * Documentation/user/music-glossary.tely: Dutch updates and
10270         additions (Arent Storm).
10271
10272 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10273
10274         * input/regression/ambitus.ly:  move file.      
10275
10276         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10277
10278         * lily/event.cc (transpose): add tonic property to Key_change_req
10279         and to Key_engraver.
10280
10281 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10282
10283         * Documentation/user/refman.itely: fix typo.
10284
10285         * lilypond.words: removed wrong identifiers.
10286
10287 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10288
10289         * mf/feta-toevallig.mf: make flat stem shorter 
10290
10291 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10292
10293         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10294
10295         * lilypond.words: add from Phrasing slur.
10296
10297 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10298
10299         * lilypond-mode.el: allow launching multiple ViewPS processes.
10300
10301         * lilypond.words: add from Text markup.
10302
10303 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10304
10305         * input/test/ossia.ly (texidoc): add comment.
10306
10307         * input/regression/voice-follower.ly: new file.
10308
10309         * mf/feta-toevallig.mf: make flat heavier.
10310
10311         * lily/cluster-engraver.cc: clean up Cluster engraver
10312
10313         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10314         Engraver. Use Note_column to compute Y positions and deal with
10315         line break stuff.
10316
10317 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10318
10319         * lily/stem.cc: move french-beaming to stem.
10320
10321 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10322
10323         * lilypond-font-lock.el: fontify all durations in chords.
10324
10325         * lilypond.words: add from lily/my-lily-lexer.cc
10326
10327 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10328
10329         * VERSION: release 1.7.12
10330
10331         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10332
10333         * lily/gregorian-ligature.cc: new file
10334
10335         * lily/*: the Great 2003 search & replace.
10336
10337         * Documentation/user/refman.itely (Manual repeat commands): add
10338         note about font selection.
10339
10340 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10341
10342         * lilypond-mode.el: propose recompiling midi while invoking playing,
10343         not while stopping playing.
10344
10345 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10346
10347         * lilypond.words: add one.
10348
10349         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10350         and expressional note grouping. Fontify chord modes.
10351
10352 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10353
10354         * Documentation/user/music-glossary.tely (Top): translate melisma.
10355
10356 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10357
10358         * Documentation/user/music-glossary.tely (Top): add melisma.
10359
10360 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10361
10362         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10363         interfaces for (abstract) grob GregorianLigature
10364
10365         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10366         renamed head* -> glyph_name*, x-shift* -> x-offset*
10367
10368         * scm/grob-property-description.scm: bugfix: added missing descriptions
10369
10370 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10371
10372         * input/test/chord-names-dpnj.ly: New file.
10373
10374         * scm/double-plus-new-chord-name.scm: Implement full and partial
10375         exceptions.
10376
10377         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10378
10379         * scm/double-plus-new-chord-name.scm
10380         (double-plus-new-chord->markup): Fix sub->markup.
10381
10382
10383 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10384
10385         * lily/custos-engraver.cc: added TODO; editorial changes
10386
10387         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10388         consistency with other ligature engravers; removed access on (now)
10389         private variable _ligature of Ligature_engraver
10390
10391         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10392         renamed last_bound -> last_bound_; issue programming_error on
10393         abstract method calls; moved primitives code from
10394         Mensural_bracket_engraver to here (because almost ligature
10395         engravers will need it); renamed try_stop_ligature () ->
10396         typeset_ligature (); bugfix: store primitives of finished ligature
10397         in separate variable finished_primitives_ to avoid clash on input
10398         like "\] \["; added current_ligature () to enable access on
10399         private variable _ligature
10400
10401         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10402         (now in super class); renamed try_stop_ligature () ->
10403         typeset_ligature ()
10404
10405         * lily/mensural-ligature.cc: issue programming_error on abstract
10406         method calls
10407
10408         * lily/note-heads-engraver.cc: added TODO comment upon bool
10409         in_ligature
10410
10411         * mf/parmesan-heads.mf: fixed some of set_char_box()
10412
10413         * scm/grob-description.scm: added VaticanaLigature
10414
10415         * scm/grob-property-description.scm: added neume prefix properties
10416
10417         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10418         lily/include/gregorian-ligature-engraver.hh,
10419         lily/include/gregorian-ligature.hh: new files; framework for
10420         gregorian ligature engravers such as vaticana
10421
10422         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10423         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10424         vaticana style ligature implementation (still somewhat uncomplete)
10425
10426 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10427
10428         * VERSION: release 1.7.11
10429
10430         * scripts/convert-ly.py: add ly:pitch-transpose rule
10431
10432 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10433
10434         * input/test/dpncnt.ly: New file.
10435
10436         * lily/my-lily-lexer.cc: Add chordnames keyword.
10437
10438         * lily/parser.yy (chordnames_block): Parse chord name exception
10439         lists, see input/test/dpncnt.ly.
10440
10441         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10442         function.
10443
10444         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10445         filter-out too.
10446
10447         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10448         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10449         pitch functions (except for ly:make-pitch, but that's apparently
10450         some sort of scheme naming standard?).
10451
10452         * scm/lily.scm (!=): define-public.
10453
10454         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10455
10456 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10457
10458         * scm/double-plus-new-chord-name.scm
10459         (double-plus-new-chord-name->markup): New file.
10460
10461 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10462
10463         * python/lilylib.py (make_preview): don't suppress progress for
10464         bbox extraction.
10465
10466 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10467
10468         * Documentation/user/appendices.itely (scheme): update for new syntax.
10469
10470         * input/regression/chord-name-styles.ly: new file
10471
10472         * lily/instrument-name-engraver.cc: create instrument names
10473         without barline too.  Allows instrument name on ChordNames  
10474
10475         * scm/new-markup.scm (interpret-markup): allow simple strings as
10476         markup too.
10477
10478 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10479
10480         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10481         (step->markup-accidental): Fix: add accidental.
10482         (chord::inner-name-american): 
10483         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10484         append stray '/' if last superscript addition was 'o'.
10485
10486         * scm/new-markup.scm (normal-size-sub-markup) 
10487         (normal-size-super-markup): New function.
10488
10489         * lily/source-file.cc (Source_file): Add warning for possibly
10490         intentional but suspicious initialization.
10491
10492         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10493         add comments about cut-and-paste programming.
10494
10495         * flower/rational.cc (lcm): Not used; comment out.
10496
10497 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10498
10499         * lily/new-fingering-engraver.cc (position_scripts): use
10500         fingerHorizontalDirection to determine fingering horizontal
10501         directions.
10502
10503         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10504         fingering support.
10505
10506         * scripts/convert-ly.py (FatalConversionError.conv): add style
10507         conversion rule. 
10508
10509         * scm/chord-name.scm (set-chord-name-style): new function.
10510         (new-chord-name-brew-molecule): revise to interpret markup only
10511         (new-chord->markup): cleanuppish rewrite. To be called from the
10512         new engraver.
10513
10514         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10515         Markup earlier, during interpreting.
10516
10517         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10518         style settings. Rename to chord-names-*.ly
10519
10520 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10521
10522         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10523         markup code and update to new markup.  Most probably broke some of
10524         it.
10525
10526 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10527
10528         * Documentation/user/refman.itely: added docu for ambitus and
10529         clusters
10530
10531         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10532         ly_quote_scm() in lookup.cc
10533
10534         * mf/parmesan-clefs.mf: set_char_box fix
10535
10536         * lily/cluster-engraver.cc: junk implicit protection; use
10537         Protected_scm instead
10538
10539 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10540
10541         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10542         throughout.
10543
10544         * scm/new-markup.scm: Turn-off error-triggering test code.
10545
10546 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10547
10548         * scm/new-markup.scm (markup-thrower-typecheck) 
10549         (markup-typecheck?):  add full typechecking functions.
10550         (make-markup-maker): add make-FOO-markup functions.
10551         (markup-argument-list-error): nice error checking messages.
10552         (make-markup): better function: less quoting escapades.
10553
10554 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10555
10556         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10557
10558 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10559
10560         * cygwin/lilypond.hint (requires): Add cygwin.
10561
10562         * .cvsignore: Remove stepmake (huh!?!), add lib.
10563
10564         * GNUmakefile.in: Add libdir links for builddir runs.
10565
10566         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10567         instead of datadir.
10568
10569         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10570         local_lilypond_libdir.
10571
10572         * config.make.in (lilypond_libdir): Add.
10573
10574         * stepmake/stepmake/substitute-rules.make: 
10575         * stepmake/stepmake/script-rules.make: 
10576         * stepmake/stepmake/python-module-rules.make:
10577         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10578         lilypond-python-module patch.
10579
10580 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10581
10582         * Documentation/user/refman.itely (Graphical interfaces): add note
10583         about xml2ly.
10584
10585 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10586
10587         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10588
10589 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10590
10591         * VERSION: released 1.7.10
10592
10593         * scripts/musedata2ly.py (): idem
10594
10595         * scripts/midi2ly.py (dump_chord): idem
10596
10597         * scripts/etf2ly.py (version): idem 
10598
10599         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10600
10601         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10602
10603         * scm/tex.scm (tex-output-expression): remove eval compat
10604         glut. Other output files too.
10605
10606         * scm/chord-name.scm: don't export anything from chord module.
10607
10608         * input/test/american-chords.ly: idem
10609
10610         * input/test/banter-chords.ly (texidoc): idem
10611
10612         * input/test/Cc-chords.ly: add breakage notes.
10613
10614         * Documentation/user/refman.itely (Text markup): rewrite manual
10615         section.
10616
10617         * lily/parser.yy (scalar): allow \markup { } as property value. 
10618
10619         * scm/chord-name.scm: complete new markup usage
10620
10621         * scm/grob-description.scm (all-grob-descriptions): use new markup
10622         texts by default
10623
10624 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10625
10626         * scm/chord-name.scm: partial move to new markup texts.
10627
10628 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10629
10630         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10631
10632         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10633         settable.
10634
10635 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10636
10637         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10638         invoked for old midi, wait for killing.
10639
10640 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10641
10642         * Documentation/user/music-glossary.tely: Finnishing.
10643
10644 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10645
10646         * mf/feta-nummer-code.mf: some kerning pairs.
10647
10648 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10649
10650         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10651         Added.
10652
10653         * Documentation/user/refman.itely (Bar numbers):
10654         set-bar-number-visibility added, modulo-bar-number removed again
10655         (sorry).
10656
10657 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10658
10659         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10660
10661         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10662
10663         * Documentation/user/music-glossary.tely: translate into Finnish.
10664
10665 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10666
10667         * lilypond-mode.el: add shortcut for 2midi
10668
10669         * lilypond-font-lock.el: fontify lyrics
10670
10671 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10672
10673         * scm/drums.scm : use 1.7.x names.
10674
10675         * input/regression/drums.ly : Don't use << chords >>
10676
10677 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10678
10679         * lilypond-mode.el: tidy, add TODO
10680
10681         * make/lilypond.mandrake.spec.in: install-info quietly.
10682
10683 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10684
10685         * input/test/markup.ly: use new syntax.
10686
10687 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10688
10689         * ly/params-init.ly (interscoreline): add word-space
10690
10691         * input/test/metronome.ly (eighthNote): idem.
10692
10693         * input/test/script-priority.ly: use new markup
10694
10695         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10696
10697         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10698
10699         * lily/parser.yy (gen_text_def): bugfix.
10700         (full_markup): allow markup identifier.
10701
10702 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10703
10704         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10705         jobs at the same time. Add horizontal lines to Command menu.
10706         Allow one compiling job -- propose killing others before a new one.
10707
10708         * lilypond.words: add markup, teeny, etc.
10709
10710 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10711
10712         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10713         Allow only one type of midi process; launching Midi either stops
10714         midis or plays the current midi and launching MidiAll stops midis
10715         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10716         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10717
10718 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10719
10720         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10721         markup  for new markup texts.
10722
10723         * lily/mark-engraver.cc (process_music): idem
10724
10725         * lily/instrument-name-engraver.cc (create_text): idem
10726
10727         * scm/new-markup.scm (magnify-markup): new function.
10728
10729         * scm/molecule.scm (stack-lines): bugfix.
10730
10731         * lily/font-interface.cc (get_font): take font-magnification from
10732         alist chain.
10733
10734 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10735
10736         * lily/molecule-scheme.cc: move scheme functions to separate file.
10737
10738         * lily/font-metric.cc  (ly_get_glyph): new function. 
10739
10740         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10741         (italic-markup, dynamic-markup): new functions
10742         (font-markup): new function
10743
10744         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10745         padding and minimum
10746
10747 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10748
10749         * lily/accidental-engraver.cc:
10750         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10751
10752 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10753
10754         * lilypond.vim:
10755         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10756         [a-zA-Z] for user defined identifiers. Separate note cases 
10757         with and without a duration (allow cis\longaX).
10758
10759         * lilypond.words: Add words from Info.
10760
10761 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10762
10763         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10764
10765 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10766
10767         * lilypond-mode.el: Propose reverting buffer before a command if
10768         it was edited with an another editor.
10769
10770 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10771
10772         * lily/molecule.cc (ly_translate_molecule): new function
10773
10774         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10775         into libdir
10776
10777         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10778
10779         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10780
10781 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10782
10783         * lilypond.words: take \words from Info-index.
10784
10785 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10786
10787         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10788
10789 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10790
10791         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10792
10793 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10794
10795         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10796         and lilypond-documentation.
10797
10798 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10799
10800         * lily/parser.yy: Compile fix (bison 1.75).
10801
10802 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10803
10804         * VERSION: 1.7.9 released
10805
10806         * scm/music-functions.scm (shift-one-duration-log): refactor.
10807         Use music-map.
10808
10809         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10810
10811         * NEWS: update.
10812
10813         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10814         argument
10815
10816         * scm/music-functions.scm (display-music): new function
10817         (music-map): change arg order.
10818
10819         * input/regression/new-markup-syntax.scm: new file
10820
10821         * lily/parser.yy (markup): add \markup { .. } syntax.
10822
10823         * scm/new-markup.scm (override-markup): new function
10824         (lookup-markup): new function
10825         (music-markup): new function
10826         (lookup-markup-command): use markup-signature to store argument
10827         format for parser.
10828
10829         * lily/lexer.ll: preliminary \markup syntax. 
10830
10831 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10832
10833         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10834         add pre/post-dependencies and menus with icons from source.
10835
10836         * Documentation/pictures/lilypond-48x48.xpm:
10837         * Documentation/pictures/lilypond-32x32.xpm:
10838         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10839         transparent.
10840
10841         * stepmake/stepmake/generic-targets.make:
10842         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10843
10844 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10845
10846         * input/regression/music-map.ly (texidoc): new file.
10847
10848         * scm/music-functions.scm (music-map): new function
10849
10850 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10851
10852         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10853
10854 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10855
10856         * input/test/to-xml.ly:
10857         * lily/ligature-engraver.cc: Fixes documentation.
10858
10859         * lilypond.mandrake.spec.in:
10860         * lilypond.redhat.spec.in: Add lilypond.words.
10861
10862         * Documentation/user/refman.itely: Mention Info inside emacs.
10863
10864         * lilypond.suse.spec.in:
10865         * lilypond.redhat.spec.in:
10866         * lilypond.mandrake.spec.in: Set root-owner for doc
10867         (tobbe@nyvalls.se).
10868
10869 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10870
10871         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10872         os.popen.read ().
10873
10874 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10875
10876         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10877
10878         * python/lilylib.py (error): add space
10879
10880 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10881
10882         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10883         distribution.
10884
10885 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10886
10887         * lily/paper-outputter.cc (Paper_outputter): close port when
10888         finishing score.
10889
10890 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10891
10892         * scm/sodipodi.scm: Fixes.
10893
10894 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10895
10896         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10897
10898         * buildscripts/make-font-dir.py: Fix. 
10899
10900 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10901
10902         * lilypond-mode.el: Add support for Info inside Emacs.
10903
10904 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10905
10906         * buildscripts/make-font-dir.py: 
10907         * mf/GNUmakefile: Make sodipodi font map.
10908
10909         * scm/sodipodi.scm: Add more output functions.
10910
10911         * mf/feta-nummer.mf: 
10912         * mf/feta-beugel.mf: Add font_coding_scheme.
10913
10914         * lily/paper-outputter.cc (output_header): Fix creator string.
10915
10916 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10917
10918         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10919         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10920
10921         * lilypond.words: add two (Everybody can add/remove words now!).
10922
10923         * debian/rules:
10924         * make/lilypond.suse.spec.in:
10925         * make/lilypond.mandrake.spec.in:
10926         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10927
10928         * Documentation/user/refman.itely: Mention autocompletion.
10929
10930 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10931
10932         * scripts/ly2dvi.py: Add paper sizes.
10933
10934         * lily/timing-engraver.cc: 
10935         * lily/time-signature.cc: 
10936         * lily/span-bar.cc: 
10937         * lily/grob-scheme.cc: Code formatting fixes.
10938
10939         * scm/sodipodi.scm: 
10940         * scm/sketch.scm:
10941         * buildscripts/mf-to-table.py: 
10942         * buildscripts/make-font-dir.py: Font testing.
10943
10944 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10945
10946         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10947         inserts try-completion and shows all-completions.
10948
10949         * lilypond.words: '\' -> '\\'
10950
10951         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10952         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10953
10954         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10955         and LilyPond-reserved-words.
10956
10957 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10958
10959         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10960         from load-path.
10961
10962         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10963         the mini-buffer with Control-Shift-c.
10964
10965 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10966
10967         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10968         duration. This fixes \tempo taking time.
10969
10970 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10971
10972         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10973         Allow for text markup in repeatCommands. 
10974
10975 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10976
10977         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10978         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10979         Get rid of skeleton.el-dependency.
10980
10981         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10982
10983 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10984
10985         * lily/beam-engraver.cc (stop_translation_timestep): reset
10986         now_stop_ev_
10987
10988         * lily/scm-option.cc: add parse-protect to ly:set-option
10989
10990         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10991
10992 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10993
10994         * lily/include/ligature-bracket.hh: removed
10995         * lily/ligature-bracket.cc: removed
10996
10997         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10998         .tex
10999
11000         * lily/beam.cc (set_beaming): don't change beam count on rests.
11001         (brew_molecule): always set flag-width > 0.
11002
11003 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
11004
11005         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
11006         chars, remove instructions; instead, refer to lilypond-init.el and
11007         Documentation/topdocs/INSTALL.texi.
11008
11009         * lilypond.words: add identifiers and reserved words.
11010
11011         * Documentation/topdocs/INSTALL.texi: separate sections for installing
11012         files and adding a load-path.
11013
11014         * lilypond-init.el: Instructions, extracted from 
11015         Documentation/topdocs/INSTALL.texi. 
11016
11017 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11018
11019         * VERSION: 1.7.8 released 
11020
11021         * lily/grob.cc (warning): better robustness fix.
11022
11023 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
11024
11025         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
11026
11027         * lily/cluster-engraver.cc: stick better to variable naming
11028         conventions
11029
11030         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
11031         until stop_translation_timestep()
11032
11033         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
11034         min/max coordinates to backend, but no musical info such as
11035         pitches
11036
11037         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
11038
11039         * lily/grob.cc: robustness fix: warning(): do not crash if
11040         cause is not set
11041
11042         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
11043         the much more elaborated tuplet brackets than the very naive and
11044         simple ligature bracket grob
11045
11046 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11047
11048         * Documentation/user/refman.itely (Analysis brackets): add
11049         horizontal bracket doco.
11050
11051         * ly/property-init.ly (setMmRestFermata): added.
11052
11053         * Documentation/user/refman.itely (Multi measure rests): fermatas
11054         on mm rests.
11055
11056         * input/regression/apply-context.ly (texidoc): new file
11057
11058         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
11059         code to be executed during interpretation. Possible applications:
11060         smart octavation, more advanced bar checks. 
11061
11062         * lily/apply-context-iterator.cc: new file.
11063
11064 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11065
11066         * input/test/new-markup.ly: new file.
11067
11068         * lily/text-item.cc (text_to_molecule): new function
11069
11070         * scm/new-markup.scm (lambda): new file
11071
11072         * lily/function-documentation.cc (ly_add_function_documentation):
11073         add proc property as well
11074
11075 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11076
11077         * Documentation/user/music-glossary.tely (Top): add custos.
11078
11079 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
11080
11081         * Documentation/topdocs/INSTALL.texi: advise how to include source
11082         path to Emacs load-path and improve language.
11083
11084 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11085
11086         * GNUmakefile.in: config.h message fix.
11087
11088         * autogen.sh:
11089         * aclocal.m4: Regenerate.
11090
11091         * configure.in: 
11092         * config.make.in: 
11093         * stepmake/config.make.in: 
11094         * stepmake/configure.in: 
11095         * stepmake/autogen.sh: 
11096         * stepmake/aclocal.m4: Update for autoconf 2.56.
11097
11098 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
11099
11100         * Documentation/topdocs/INSTALL.texi: instructions for an user how
11101         to install Emacs-mode. Instructions how to use vim-mode.
11102
11103 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11104
11105         * scm/music-types.scm (music-descriptions): no length for tempo event.
11106
11107         * input/*.ly: add \version everywhere.
11108
11109         * input/*.ly: update syntax to 1.7 + new-chords.
11110
11111         * VERSION: 1.7.7 released.
11112
11113         * Documentation/user/*.tely: new chord syntax.
11114
11115         * input/regression/[bc]*.ly (texidoc): syntax updates.
11116
11117 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
11118
11119         * lilypond.words: add vocabulary to be used in auto-completion
11120
11121         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
11122
11123         * lilypond.vim: allow note name at EOF
11124
11125 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11126
11127         * buildscripts/new-chords.py (edit): -e option: inline editing.
11128
11129         * input/regression/a*.ly (texidoc): syntax updates.
11130
11131         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
11132         music): elucidations. 
11133
11134 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
11135
11136         * lily/include/lily-proto.hh, ly/engraver-init.ly,
11137         ly/spanners-init.ly, scm/grob-description.scm,
11138         scm/grob-property-description.scm, scm/music-types.scm,
11139         lily/cluster-engraver.cc, lily/cluster.cc,
11140         lily/include/cluster.hh, input/test/cluster.ly: cluster
11141         implementation
11142
11143         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
11144         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
11145         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
11146
11147         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
11148
11149         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
11150
11151         * scm/grob-description.scm: bugfix: by default, use default note
11152         head style when engraving ligatures
11153
11154         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
11155
11156         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
11157         events
11158
11159         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
11160
11161         * input/test/ancient-font.ly: bugfix: style -> flag-style
11162
11163         * lily/ligature-engraver.cc: indentation fix
11164
11165         * lily/parser.yy: indentation fixes
11166
11167 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11168
11169         * input/regression/measure-grouping.ly: more elaborate example.
11170
11171         * lily/moment.cc: ly:add-moment, ly:mul-moment,
11172         ly:div-moment. New functions 
11173
11174         * scm/music-functions.scm (set-time-signature): new function,
11175         allow inline time sig settings with measure grouping.
11176
11177         * lily/parser.yy (command_element): move time sig construction
11178         into Scheme.
11179
11180         * lily/side-position-interface.cc (out_of_staff): new function,
11181         like padding, but keep minimum distance from staff. Easier than
11182         linespanners (dynamics, pedals), but roughly the same effect.
11183
11184 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
11185
11186         * emacs-mode.el: Added spanish-note-replacements 
11187         (Carlos Betancourt, <carlos.betancourt@chello.be>).
11188
11189         * vimrc: (Un)commenting with <(S-)F12>, tidy.
11190
11191 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
11192
11193         * lilypond.vim: Do not fontify cises, desis, etc.
11194
11195         * vimrc: view dvi with <S-F6>
11196
11197 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11198
11199         * lily/lookup.cc (triangle): new function.
11200
11201         * input/regression/measure-grouping.ly (texidoc): new file: show
11202         triangles and brackets for beat groups of 3 and 2.
11203
11204         * lily/include/measure-grouping-spanner.hh (class
11205         Measure_grouping): new file.
11206
11207         * lily/measure-grouping-spanner.cc (brew_molecule): new file
11208
11209         * lily/measure-grouping-engraver.cc (class
11210         Measure_grouping_engraver): new file.
11211
11212 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11213
11214         * Merge from stable:
11215
11216             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
11217
11218         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
11219         stylesheet.
11220
11221         * ly/paper19.ly: Include paper19-init.ly.
11222
11223         * ly/paper19-init.ly: New file.
11224
11225         * Documentation/user/tutorial.itely (First steps): Fix first
11226         example for font test.
11227
11228         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
11229
11230         * ChangeLog: Add 1.7.6 release marker (see below).
11231
11232         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
11233         Add .py files.
11234
11235 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11236
11237         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
11238
11239         * input/tutorial/*.ly: update to new syntax.
11240
11241         * lily/parser.yy (Composite_music): new transpose syntax,
11242         \transpose FROM TO MUSIC. 
11243
11244 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11245
11246         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
11247         latex progress/error output to stderr (by default this goes to
11248         stdout).  Show lilypond progress, even when not verbose.
11249
11250         * python/lilylib.py (system): New optional parameter to control
11251         showing of progress.
11252
11253         * scm/backend-documentation-lib.scm (check-dangling-properties):
11254         Fix error message.
11255
11256         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
11257         axis, extent.
11258
11259         * scm/grob-property-description.scm (magnify): Remove.
11260         (extent, axis): Add.
11261
11262 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11263
11264         * VERSION: Release 1.7.6.
11265
11266         * scripts/convert-ly.py: more uniformization substitutions.
11267
11268         * buildscripts/new-chords.py (sub_chords): new file.
11269
11270 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11271
11272         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
11273         lilypond.map.  Include sauter fonts too.  Cleanups.
11274
11275 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11276
11277         * Documentation/user/tutorial.itely (First steps): change to new
11278         chord/tie/slur/beam notation.
11279
11280         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11281         ties.
11282
11283         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11284         engraver. Process ties in postfix notation, i.e. c8-~ c
11285
11286         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11287
11288         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11289
11290         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11291
11292         * lily/beam-engraver.cc (try_music): accept new-beam-events
11293
11294         * input/regression/chord-scripts.ly (texidoc): new file
11295
11296         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11297         script-events.
11298
11299         * scm/script.scm (default-script-alist): cleanup.
11300
11301         * lily/script-engraver.cc (make_script_from_event): cleanup.
11302
11303         * lily/lyric-combine-music-iterator.cc
11304         (Lyric_combine_music_iterator): remove superfluous events.
11305         (melisma_busy): new function. Fix broken melismas.
11306
11307 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11308
11309         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11310         Remove nonvalid settings. Use descriptive key names.
11311         Use <Return> to indicate the pressing of that key.
11312
11313 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11314
11315         * scripts/lilypond-book.py (option_definitions): Typo.
11316
11317         * scripts/ly2dvi.py: Updates.
11318
11319         * python/lilylib.py (setup_environment, print_environment)
11320         (get_bbox, make_preview): Merge and remove from ly2dvi and
11321         lilypond-book.
11322
11323         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11324
11325         * .cvsignore: Remove some cruft.
11326
11327         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11328         path.
11329
11330         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11331         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11332         throughout.
11333
11334         * python/lilylib.py (quiet_system): Junk
11335         (system): Display error log upon failure.
11336         (read_pipe): New function.  Cleanups and fixes.
11337
11338         * python/*.py: Rename from *.py.in.
11339
11340         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11341
11342         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11343
11344 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11345
11346         * python/GNUmakefile: Bugfix: handle modules.
11347
11348         * stepmake/stepmake/python-module-targets.make (default): Add
11349         compiled modules. 
11350
11351         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11352         compiling modules.
11353
11354         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11355         Bugfix.  (OUT_PYC_MODULES): Add.
11356
11357 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11358
11359         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11360         Use default paths. Refresh description.
11361
11362 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11363
11364         * VERSION: 1.7.5 released
11365
11366         * input/regression/finger-chords.ly (texidoc): new file.
11367
11368         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11369         support
11370
11371         * lily/fingering-engraver.cc (process_music): remove kludgy
11372         scriptHorizontal stuff.
11373
11374         * lily/script.cc: remove staff-support property.
11375
11376         * lily/new-fingering-engraver.cc (add_fingering): new
11377         file. Fingering engraver for new style chords.
11378
11379 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11380
11381         * lily/parser.yy (bare_number): allow 4 \cm (without
11382         decimal dot). (should backport to 1.6?)
11383
11384         * ly/declarations-init.ly: use Scheme for dimension defs.
11385
11386         * lily/parser.yy (TODO): remove hard coded dimensions, add
11387         REAL NUMBER_IDENTIFIER production.
11388
11389         * lily/rest-collision.cc (force_shift_callback): rewrite using
11390         -done property.
11391
11392         * scm/grob-property-description.scm (rest-collision-done): add
11393         property.
11394
11395         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11396
11397 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11398
11399         * input/regression/multi-measure-rest-center.ly: new file.
11400
11401         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11402         off horizontally by 0.05 ss. Fixed.
11403
11404 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11405
11406         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11407
11408         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11409
11410 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11411
11412         * lily/tie.cc (get_control_points): also avoid staff lines on the
11413         just outside the outer staff lines
11414
11415 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11416
11417         * ly/params-init.ly: Just define style-alist, no need to
11418         define-public.
11419
11420         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11421         (thanks Han-Wen).
11422
11423         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11424         (FET_FILES): = FONT_FILES.
11425
11426         * Merge from stable:
11427
11428             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11429
11430 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11431
11432         * VERSION: 1.7.4 released.  
11433
11434         * scm/generate-documentation.scm (string-append): add macro
11435         definitions.
11436
11437         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11438         normal texts.
11439
11440         * lily/multi-measure-rest-engraver.cc: make separate
11441         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11442
11443         * lily/multi-measure-rest.cc: remove text handling. Remove
11444         number-threshold.
11445
11446 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11447
11448         * scm/music-types.scm: doc patch by Graham Percival
11449
11450 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11451
11452         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11453         encoding part.
11454         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11455         (sketch_p): Sketch wants only first four elements of X11 font spec.
11456
11457         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11458
11459         * mf/feta-autometric.mf: Write foundry and family to log.
11460
11461         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11462         font translation table.
11463
11464         * buildscripts/mf-to-table.py: Better font info into afm.
11465
11466         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11467         1.0.9 required.
11468
11469         * configure.in: Whine for mftrace 1.0.9.
11470
11471 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11472
11473         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11474
11475         * lily/main.cc (main_prog): don't try to load init.EXT when
11476         processing foo.EXT.
11477
11478 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11479
11480         * scm/tex.scm (zigzig-line): added.
11481
11482         * scm/ps.scm (zigzag-line): added.
11483
11484         * ps/music-drawing-routines.ps (subvec): added.
11485         (draw_zigzag_line): added.
11486
11487         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11488         grob properties zigzag-width and zigzag-length.
11489
11490         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11491
11492 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11493
11494         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11495         svg output, including font.
11496
11497 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11498
11499         * scm/lily.scm: Register sodipodi output module.
11500
11501         * scm/sodipodi.scm: New file.
11502
11503         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11504
11505         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11506         comment, after header.
11507         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11508         FullName.  Fix FontName key.
11509
11510 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11511
11512         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11513         and breve rests.
11514
11515         * input/test/blank-notes.ly: bugfix
11516
11517         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11518         rests. (Kim Shrier)
11519
11520         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11521
11522 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11523
11524         * scm/tex.scm: 
11525         * scm/ps.scm: Cleanup and remove obsolete junk.
11526
11527         * Documentation/user/internals.itely:
11528         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11529
11530         * lily/parser.yy: Identify shift/reduce problems.
11531
11532         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11533         make-style-sheet.  Too specific for convert-ly?
11534
11535 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11536
11537         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11538
11539         * input/test/*.ly: various fixes.
11540
11541         * lily/music.cc (name): bugfix
11542
11543         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11544
11545         * lily/input-file-results.cc (code): set-point-and-click! ->
11546         set-point-and-click
11547
11548 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11549
11550         * Use uniform ly: prefix for exported scheme primitive functions.
11551
11552         * scm/music-types.scm: junk compat glue
11553
11554         * scripts/convert-ly.py: add rules for stuff below, junk
11555         compatibility glue for spanrequest.
11556
11557         * lily/parser.yy (verbose_event): remove \spanrequest,
11558         \commandspanrequest, \script. 
11559
11560         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11561
11562         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11563         for \penalty, \glissando.
11564
11565         * VERSION: release 1.7.3
11566
11567 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11568
11569         * lily/accidental-engraver.cc: Fix
11570         grace-in-the-beginning-of-measure bug caused by the resent
11571         partial-measure fix.
11572
11573         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11574         overlap looks too crowded)
11575
11576 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11577
11578         * lily/parser.yy (assignment): allow SCM expression as assignment.
11579
11580         * lily/include/music-output-def.hh (class Music_output_def):
11581         * lily/music-output-def.cc: 
11582         * lily/paper-def.cc: 
11583         * scm/font.scm (markup-to-properties):
11584         * lily/parser.yy (music_output_def_body): 
11585         remove style_sheet_
11586
11587 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11588
11589         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11590         length.
11591
11592         * input/regression/spacing-to-grace.ly: new file.
11593
11594         * input/regression/spacing-end-of-line.ly: new file.
11595
11596         * lily/note-spacing.cc (get_spacing): take into account breakable
11597         stuff sticking out at the left (time sig change at line break).
11598
11599         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11600         raggedright code.
11601
11602         * scm/music-functions.scm (make-voice-props-set): add
11603         staff-position for mm rests.
11604
11605         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11606         before grace notes a little.
11607
11608         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11609
11610         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11611         key adds space at the end of line. 
11612
11613 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11614
11615         * scm/sketch.scm: Fix beams.
11616
11617         * buildscripts/mf-to-table.py: Add EncodingScheme.
11618
11619         * scm/sketch.scm: Resurrect.
11620
11621 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11622
11623         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11624         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11625
11626 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11627
11628         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11629
11630         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11631
11632 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11633
11634         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11635         token for origin information.
11636
11637         * lily/parser.yy (My_lily_lexer): do identifier location and
11638         cloning from lexer.
11639
11640         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11641         logic out of the parser. Add bar checks on both ends.
11642
11643         * Documentation/user/refman.itely (Multi measure rests): add more
11644         notes about mm rests.
11645
11646 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11647
11648         * input/regression/bar-scripts.ly: Re-enable.
11649
11650         * lily/parser.yy:
11651         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11652         released rsn.  Bison 1.50 has a crucial bug and won't work.
11653
11654         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11655
11656
11657 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11658
11659         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11660
11661 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11662
11663         * Actually merge changes since 1.6.4 besides ChangeLog, and
11664         resolve conflicts.  Lots of updates, hope all is well.
11665
11666         * cygwin/lilypond.hint (requires): Add ghostscript.
11667
11668         * scm: Update some (c).
11669
11670 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11671
11672         * input/test/{various}.ly: add \header fields and texidoc strings.
11673
11674 2002-10-05  Werner Lemberg  <wl@gnu.org>
11675
11676         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11677         renamed to `output_latex_quoted'.
11678         Added `output_latex_noquote'.
11679         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11680         mode.
11681
11682 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11683
11684         * ChangeLog: Add 1.6.6 release marker.  See below.
11685
11686         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11687
11688         * scripts/midi2ly.py: Fix global syntax warnings.
11689
11690         * GNUmakefile.in: Generate builddir locale tree too.
11691
11692         * scripts/ly2dvi.py:
11693         * scripts/midi2ly.py: 
11694         * scripts/mup2ly.py: 
11695         * scripts/update-lily.py:
11696         * lily/main.cc (setup_paths): Fix for locales setup.
11697
11698 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11699
11700         * Documentation/windows/installing.texi: Soften wording about
11701         necessity of becoming Administrator.  tommie@iae.nl reports this
11702         does not seem to be necessary for his flavour of Windows 2000.
11703         Explicitely discourage text mode mounts.
11704
11705 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11706
11707         * lily/rest.cc (after_line_breaking): backport dot position fix.
11708
11709         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11710         rests. Thanks to Klaus Zimmermann for finding this bug.
11711
11712 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11713
11714         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11715
11716 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11717
11718         * Documentation/user/music-glossary.tely: fix links.
11719
11720 2002-10-21  Werner Lemberg  <wl@gnu.org>
11721
11722         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11723         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11724         scaling factor) only once and use them in the definition of
11725         \embeddedps.
11726         * ps/music-drawing-routines.ps (skeel): Removed.
11727
11728 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11729
11730         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11731         Solaris7, as we don't use nested $( ) constructs.
11732
11733 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11734
11735         * VERSION: Release 1.6.6.
11736
11737 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11738
11739         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11740         as workaround for /bin/sh problems on Solaris7.
11741
11742 2002-10-19  Werner Lemberg  <wl@gnu.org>
11743
11744         * GNUmakefile.in (web-doc): Fix typos.
11745         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11746         `music-drawing-routines.ps' but emit \special{header=...} once.
11747         * scm/tex.scm (header-end): Updated.
11748
11749 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11750
11751         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11752         undefined tremolo. 
11753
11754 2002-10-15  Werner Lemberg  <wl@gnu.org>
11755
11756         * scripts/lilypond-book.py (g_make_html): New global variable.
11757         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11758         if `g_make_html' isn't set.
11759         [main]: Add format `texi-html'.
11760         (option_definitions): Updated.
11761         * Documentation/user/lilypond-book.itely: Updated.
11762
11763         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11764         * make/ly-rules.make (%.texi, %.nexi): Use it.
11765         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11766         format to lilypond-book.
11767         * GNUmakefile.in (web-doc): Ditto.
11768
11769 2002-10-14  Werner Lemberg  <wl@gnu.org>
11770
11771         Further improve TeX output.  The produced files are about 40%
11772         smaller.  `lilyponddefs.tex' is now read only once.
11773
11774         * tex/lilyponddefs.tex: Remove footer stuff.
11775         (\ifundefined): Renamed to...
11776         (\lilypondundefined): This.  Use LaTeX's definition to
11777         make it nestable and make it global.
11778         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11779         output.
11780         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11781         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11782         them global.
11783         (\placebox): Renamed to...
11784         (\lyitem): This.
11785         Make it global and call \outputscale by itself.
11786         (\lybox, \lyvrule): New macros to reduce input data.
11787         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11788         New auxiliary macros.
11789         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11790         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11791         to...
11792         (\lilypondspace): This and made it global.
11793         (\turnOnPostScript): Renamed to...
11794         (\lilypondpostscript): This and made it global.
11795         (\turnOnExperimentalFeatures): Renamed to...
11796         (\lilypondexperimentalfeatures): This and made it global.
11797         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11798         (\lilypondsetdimen): This and made it global.
11799         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11800         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11801         (all, $(outdir)/music-drawing-routines.ps): New rules.
11802         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11803         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11804         start-system, stop-system, stop-last-system, filledbox): Updated to
11805         use the changed macros from lilyponddefs.tex.
11806         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11807
11808 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11809
11810         * Documentation/windows/installing.texi: Update.
11811
11812 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11813
11814         * VERSION: 1.6.5 released
11815
11816         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11817
11818 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11819
11820         * scm/translator-property-description.scm (voltaOnThisStaff): add
11821         property.
11822
11823 2002-09-28  Werner Lemberg  <wl@gnu.org>
11824
11825         * scm/tex.scm (header-end): Suppress page numbering.
11826
11827         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11828         Fix quotation for HTML output.
11829
11830 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11831
11832         * Documentation/user/refman.itely: grammar and phrasing
11833           fixes to "Note Entry" section.  Also adds a few new examples.
11834
11835 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11836
11837         * flower/include/string-data.icc: include string.h
11838
11839 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11840
11841         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11842
11843 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11844
11845         * Documentation/user/GNUmakefile (extra-local-help): Add.
11846
11847         * stepmake/stepmake/www-targets.make (local-help): Add.
11848
11849 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11850
11851         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11852         packages.
11853
11854         * Documentation/topdocs/README.texi (Top): building documentation
11855         (not website.)
11856
11857 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11858
11859         * Documentation/user/refman.itely: 
11860         * Documentation/user/tutorial.itely: 
11861         * Documentation/user/music-glossary.tely: Merge changes.
11862
11863         * Documentation/user/glossary.html.in: 
11864         * Documentation/index.texi: 
11865         * Documentation/header.html.in: Accomodate renaming of glossary.
11866
11867         * Documentation/user/tutorial.itely: Add some glossary references.
11868
11869         * Documentation/user/refman.itely: Minor fixes.
11870
11871         * Documentation/user/lilypond.tely: Add glossary do direntry.
11872
11873         * Documentation/user/music-glossary.tely: Rename (previously:
11874         glossary.tely).  Fix anchor placement.
11875
11876         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11877
11878 2002-09-23  Werner Lemberg  <wl@gnu.org>
11879
11880         * scripts/lilypond-book.py (output_dict): Fix handling of
11881         various environments by avoid extraneous newlines.
11882         Rename `output-all' regexp for html to `output-html'.
11883         Replace `output-all' regexp for texi with `output-texi-quote'
11884         and `output-texi-noquote'.
11885         (compose_full_body): Don't override `linewidth' user option
11886         for `singleline'.
11887         (schedule_lilypond_block): Don't indent text specified with
11888         `intertext' option.
11889         Add new option `noquote'.
11890         (compile_all_files): Use latex instead of tex to compile ly
11891         files directly.
11892
11893         * Documentation/user/lilypond-book.itely: Updated and revised.
11894         Improve layout.
11895
11896         * Documentation/user/glossary.tely,
11897         Documentation/user/introduction.itely,
11898         Documentation/user/tutorial.itely,
11899         Documentation/user/refman.itely,
11900         Documentation/user/appendices.itely: Fix overfull LilyPond
11901         boxes caused by the new lilypond-book code.  Other minor
11902         fixes.
11903
11904         * Documentation/user/macros.itexi (@texiflat): Don't emit
11905         trailing space.
11906
11907         * scm/tex.scm (end-output, header-end): Add preamble and
11908         postamble to make lilypond output directly compilable with
11909         latex.
11910
11911
11912 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11913
11914         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11915         instructions.
11916
11917 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11918
11919         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11920
11921 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11922
11923         * lily/beam.cc (connect_beams): don't crash if there are quarter
11924         notes in beams.
11925
11926 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11927
11928         * Documentation/user/refman.itely: corrected ancient clef
11929         docu; added docu on ligatures
11930
11931 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11932
11933         * Documentation/user/glossary.tely,
11934         Documentation/user/refman.itely, input/les-nereides.ly,
11935         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11936         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11937         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11938         Stem properties: flag-style -> stroke-style, style -> flag-style.
11939
11940
11941 2002-09-22  Werner Lemberg  <wl@gnu.org>
11942
11943         * scripts/lilypond-book.py: Add option `notime' to suppress
11944         printing of a time signature.  Specify default indentation of 0pt
11945         if single line fragment.  Don't emit redundant `\paper{ }'.
11946
11947         * Documentation/user/lilypond-book.itely: Updated.
11948
11949         * Documentation/user/glossary.tely: Completely reformatting.
11950
11951 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11952
11953         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11954
11955 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11956
11957         * Documentation/user/tutorial.itely: Fix links.
11958
11959         * Documentation/topdocs/index.tely:
11960         * Documentation/index.texi:
11961         * Documentation/header.html.in: Small website fixes and updates.
11962
11963         * debian/: Debian patch by Anthony Fok.
11964
11965 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11966
11967         * Documentation/footer.html.in: How time flies: It's already 2002!
11968
11969         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11970         more descriptive link names than 'here'.
11971
11972 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11973
11974         * VERSION: 1.7.2 released
11975         * VERSION: 1.6.4 released
11976
11977         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11978
11979         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11980         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11981
11982         * mf/feta-din.mf (test): add x-height and space.
11983
11984         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11985         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11986
11987         * ly/grace-init.ly: add-to-grace-init: function to portably add
11988         settings to \grace. 
11989
11990         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11991         if we get an absolute dynamic event.
11992
11993         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11994
11995         * lily/source-file.cc (get_line): oops. All line numbers were off
11996         by 2. Fix that. 
11997
11998         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11999         be after the note, combined with -_^, i.e. c4-(-\)-\>  
12000
12001         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
12002
12003         * lily/parser.yy (number_factor): remove (number) as number
12004         expression. ("Let them eat Lisp").
12005
12006 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12007
12008         * lily/horizontal-bracket.cc: new file.
12009
12010         * lily/horizontal-bracket-engraver.cc: new file.
12011
12012         * input/regression/note-group-bracket.ly: new file. Support
12013         horizontal note brackets for music analysis.
12014
12015         * lily/stem.cc (flag): new flag-style: no-flag.
12016
12017         * input/test/stem-cross-staff.ly: new file
12018
12019         * Documentation/user/internals.itely: Improved formatting, fixing
12020         typos.  Added a section `Output details' to describe how the TeX
12021         code looks like.
12022
12023         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
12024
12025         * lily/parser.yy: remove \dynamicscript.
12026
12027         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
12028         definitions. 
12029
12030         * python/midi.c (midi_error): take two arguments.
12031
12032         * Merge 1.6.5 changes:
12033
12034 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12035
12036         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
12037         staff-space.  Previous 1.5 was probably meant as half-spaces.
12038         (cautionary-style): parentheses (was: smaller).  This is what doco
12039         says, and it seems more logical.
12040
12041         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
12042         for 2nd sentence.
12043
12044 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12045
12046         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
12047
12048 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12049
12050         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12051
12052 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12053
12054         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
12055
12056 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12057
12058         * scm/translator-property-description.scm (voltaOnThisStaff): add
12059         property.
12060
12061 2002-09-28  Werner Lemberg  <wl@gnu.org>
12062
12063         * scm/tex.scm (header-end): Suppress page numbering.
12064
12065         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
12066         Fix quotation for HTML output.
12067
12068 2002-09-28   Graham Percival   <gperciva@sfu.ca>
12069
12070         * Documentation/user/refman.itely: grammar and phrasing
12071           fixes to "Note Entry" section.  Also adds a few new examples.
12072
12073 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12074
12075         * flower/include/string-data.icc: include string.h
12076
12077 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12078
12079         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12080
12081 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12082
12083         * Documentation/user/GNUmakefile (extra-local-help): Add.
12084
12085         * stepmake/stepmake/www-targets.make (local-help): Add.
12086
12087 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12088
12089         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
12090         packages.
12091
12092         * Documentation/topdocs/README.texi (Top): building documentation
12093         (not website.)
12094
12095 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12096
12097         * Documentation/user/refman.itely: 
12098         * Documentation/user/tutorial.itely: 
12099         * Documentation/user/music-glossary.tely: Merge changes.
12100
12101         * Documentation/user/glossary.html.in: 
12102         * Documentation/index.texi: 
12103         * Documentation/header.html.in: Accomodate renaming of glossary.
12104
12105         * Documentation/user/tutorial.itely: Add some glossary references.
12106
12107         * Documentation/user/refman.itely: Minor fixes.
12108
12109         * Documentation/user/lilypond.tely: Add glossary do direntry.
12110
12111         * Documentation/user/music-glossary.tely: Rename (previously:
12112         glossary.tely).  Fix anchor placement.
12113
12114         * Documentation/user/GNUmakefile: Make music-glossary.info too.
12115
12116 2002-09-23  Werner Lemberg  <wl@gnu.org>
12117
12118         * scripts/lilypond-book.py (output_dict): Fix handling of
12119         various environments by avoid extraneous newlines.
12120         Rename `output-all' regexp for html to `output-html'.
12121         Replace `output-all' regexp for texi with `output-texi-quote'
12122         and `output-texi-noquote'.
12123         (compose_full_body): Don't override `linewidth' user option
12124         for `singleline'.
12125         (schedule_lilypond_block): Don't indent text specified with
12126         `intertext' option.
12127         Add new option `noquote'.
12128         (compile_all_files): Use latex instead of tex to compile ly
12129         files directly.
12130
12131         * Documentation/user/lilypond-book.itely: Updated and revised.
12132         Improve layout.
12133
12134         * Documentation/user/glossary.tely,
12135         Documentation/user/introduction.itely,
12136         Documentation/user/tutorial.itely,
12137         Documentation/user/refman.itely,
12138         Documentation/user/appendices.itely: Fix overfull LilyPond
12139         boxes caused by the new lilypond-book code.  Other minor
12140         fixes.
12141
12142         * Documentation/user/macros.itexi (@texiflat): Don't emit
12143         trailing space.
12144
12145         * scm/tex.scm (end-output, header-end): Add preamble and
12146         postamble to make lilypond output directly compilable with
12147         latex.
12148
12149
12150 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12151
12152         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
12153         instructions.
12154
12155 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12156
12157         * Documentation/user/glossary.tely: Add titling and hyperlinks.
12158
12159 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12160
12161         * lily/beam.cc (connect_beams): don't crash if there are quarter
12162         notes in beams.
12163
12164 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12165
12166         * Documentation/user/refman.itely: corrected ancient clef
12167         docu; added docu on ligatures
12168
12169 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12170
12171         * Documentation/user/glossary.tely,
12172         Documentation/user/refman.itely, input/les-nereides.ly,
12173         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12174         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12175         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12176         Stem properties: flag-style -> stroke-style, style -> flag-style.
12177
12178 2002-09-22  Werner Lemberg  <wl@gnu.org>
12179
12180         * scripts/lilypond-book.py: Add option `notime' to suppress
12181         printing of a time signature.  Specify default indentation of 0pt
12182         if single line fragment.  Don't emit redundant `\paper{ }'.
12183
12184         * Documentation/user/lilypond-book.itely: Updated.
12185
12186         * Documentation/user/glossary.tely: Completely reformatting.
12187
12188 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12189
12190         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
12191
12192 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12193
12194         * Documentation/user/tutorial.itely: Fix links.
12195
12196         * Documentation/topdocs/index.tely:
12197         * Documentation/index.texi:
12198         * Documentation/header.html.in: Small website fixes and updates.
12199
12200         * debian/: Debian patch by Anthony Fok.
12201
12202 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12203
12204         * Documentation/footer.html.in: How time flies: It's already 2002!
12205
12206         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12207         more descriptive link names than 'here'.
12208
12209 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12210
12211         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12212
12213 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12214
12215         * lily/part-combine-music-iterator.cc (get_state): cleanup
12216         (get_music_info): cleanup.
12217
12218 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12219
12220         * scm/backend-documentation-lib.scm (interface-doc-string):
12221         crosslinks between interfaces and grobs. Headings for interfaces
12222         in grob explanation.
12223
12224 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12225
12226         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
12227         dtd).  Add preliminary dtd.
12228         (re-sub-alist): Robustify.
12229
12230 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12231
12232         * lily/include/event-chord-iterator.hh,
12233         lily/context-specced-music-iterator.cc,
12234         lily/event.cc, lily/event-chord-iterator.cc: add
12235
12236 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12237
12238         * lily/: some (c) header fixes.
12239
12240         * lily/request-chord.cc: Remove.
12241
12242         * lily/include/event-chord-iterator.hh:
12243         * lily/include/event.hh:
12244         * lily/event-chord.cc: New file.
12245
12246         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
12247         requested.
12248
12249 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12250
12251         * lily/ : rename Request to Event
12252
12253         * lily/parser.yy (command_element): move clef stuff into Scheme.
12254
12255         * lily/:  rename length_mom () to get_length()
12256
12257         * lily/part-combine-music.cc: removed file and class.
12258
12259         * lily/context-specced-music-iterator.cc (class
12260         Context_specced_music_iterator): new file. Obsoletes the
12261         Context_specced_music type.
12262
12263         * scm/music-types.scm (make-repeated-music): put different kinds
12264         of repeated music into music-type table.
12265
12266         * VERSION: 1.7.1 released.
12267
12268         * scm/to-xml.scm: new file.
12269
12270         * input/test/to-xml.ly (fooBar): demo of what is possible with the
12271         new Input representation: dump music as XML.
12272
12273         * scm/engraver-documentation-lib.scm
12274         (engraver-accepts-music-types?): add links from music to engraver,
12275         from music-type to engraver.
12276
12277         * lily/include/command-request.hh: removed
12278         lily/include/musical-request.hh: removed. Removed all _req classes
12279         except Key_change_req. Changes throughout.
12280
12281 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12282
12283         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12284
12285 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12286
12287         * lily/*.cc: specify accepts for many engravers.
12288
12289         * scm/music-documentation-lib.scm: dump music expressions and
12290         music subtypes.
12291
12292         * scm/documentation-lib.scm: complete revision.
12293         Use GOOPS objects to store document tree explicitly. Cleaned up and
12294         sped up doco generation a lot.
12295
12296 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12297
12298         * input/trip.ly (fugaIILeft): add arpeggio
12299
12300         * lily/translator-group.cc (try_music_on_nongroup_children):
12301         oops. The name symbol is in the cdr of the assoc handle.
12302
12303         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12304         Hyphen_req, Glissando_req, Break_req, Mark_req 
12305
12306 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12307
12308         * lily/musical-request.cc (music-duration-length,
12309         music-duration-compress): new functions.
12310
12311         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12312         throughout. Warning doesn't work yet.
12313
12314         * lily/translator-group.cc (try_music_on_nongroup_children):
12315         new implementation: store candidate acceptors in a hashTable.
12316
12317 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12318
12319         * scm/music-types.scm (music-descriptions): change name to
12320         internal-class-name
12321
12322         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12323
12324 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12325
12326         * lily/beam.cc (connect_beams): don't crash if there are quarter
12327         notes in beams.
12328
12329 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12330
12331         * Documentation/user/refman.itely: corrected ancient clef
12332         docu; added docu on ligatures
12333
12334 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12335
12336         * Documentation/user/glossary.tely,
12337         Documentation/user/refman.itely, input/les-nereides.ly,
12338         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12339         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12340         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12341         Stem properties: flag-style -> stroke-style, style -> flag-style.
12342
12343 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12344
12345         * scm/music-functions.scm (music-separator?): don't use name music
12346         property.
12347
12348 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12349
12350         * stepmake/stepmake/generic-targets.make (help): Document check
12351         target.
12352
12353         * lily/new-accidental-engraver.cc: Compile fix.
12354
12355 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12356
12357         * scripts/convert-ly.py: Add rule.
12358
12359         * input/test/music-creation.ly:
12360         * input/test/add-staccato.ly:
12361         * input/test/add-text-script.ly: ly-make-music.
12362
12363         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12364         More ly-make-music renamings.
12365
12366         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12367
12368         * lily/music-constructor.cc (make_music): Add debugging info.
12369
12370         * scm/music-functions.scm (make-simultaneous-music,
12371         (make-sequential-music, context-spec-music):
12372         * scm/music-types.scm (music-descriptions): Get lily to run.
12373
12374 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12375
12376         * lily/command-request.cc (transpose_key_alist): new function.
12377
12378         * lily/key-performer.cc (create_audio_elements): cleanup. 
12379
12380 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12381
12382         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12383
12384         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12385         events-accepted field.
12386
12387         * scm/music-types.scm: new file.
12388
12389         * lily/parser.yy: put music type initialization into scheme,
12390         similar to grob initialization.  Changes throughout.
12391
12392 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12393
12394         * Documentation/user/tutorial.itely: Fix links.
12395
12396         * Documentation/index.texi: 
12397         * Documentation/header.html.in: 
12398         * Documentation/topdocs/index.tely: Small website fixes and updates.
12399
12400         * debian/: Debian patch by Anthony Fok.
12401
12402 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12403
12404         * Documentation/footer.html.in: How time flies: It's already 2002!
12405
12406         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12407         more descriptive link names than 'here'.
12408
12409         * ROADMAP: Remove test stuff.
12410
12411         * scripts/update-lily.py: Allow auto-building of stable and
12412         development versions.  Bugfixes.
12413
12414 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12415
12416         * VERSION: released 1.7.0
12417
12418         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12419
12420         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12421         positive line widths.
12422
12423 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12424
12425         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12426         go.  Fix comments.
12427
12428         * cygwin: Cygwin updates.
12429
12430 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12431
12432         * Documentation/windows/installing.texi (Top): version for python,
12433         urls for ghostscript (thanks to John Potelle)
12434
12435         * lily/simultaneous-music-iterator.cc
12436         (Simultaneous_music_iterator): init children_list_ before
12437         triggering GC.
12438
12439         * lily/*-iterator.cc: be even more careful with smobbed copy
12440         constructors. 
12441
12442         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12443         LeftEdge item.
12444
12445 2002-09-15  Werner Lemberg  <wl@gnu.org>
12446
12447         Improving LilyPond's output to make them ordinary TeX boxes with
12448         predictable dimensions.  System boxes are now vertically centered on
12449         the baseline; this offset can be further controlled with
12450         \lilypondscoreshift.
12451
12452         * lily/system.cc (System::post_processing): Pass length of current
12453         system to `start-system' (including any horizontal indentation).
12454
12455         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12456         prettier.
12457         (lily-def): Append `%'.
12458         (start-system): Add parameter `wd'.  Output more TeX code to specify
12459         box dimensions.
12460         (stop-system, stop-last-system): Complement changes in
12461         `start-system'.
12462         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12463         Updated.
12464
12465         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12466         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12467         Write final `\endinput'.
12468
12469         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12470         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12471         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12472         files and macro definitions don't produce spurious spaces and
12473         paragraphs (using \endlinechar).
12474         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12475
12476         * Documentation/user/internals.itely: Improved formatting, fixing
12477         typos.  Added a section `Output details' to describe how the TeX
12478         code looks like.
12479
12480 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12481
12482         * lily/accidental-engraver.cc: Also work with partial measures.
12483
12484 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12485
12486         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12487         spanner.
12488
12489 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12490
12491         * lily/identifier-smob.cc (unpack_identifier): new file.
12492
12493         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12494         pass off scheme expressions as music identifiers.
12495
12496         * scm/lily.scm: reorganisation, cleanups.
12497
12498         * lily/main.cc: small cleanups.
12499
12500 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12501
12502         * lily/ly-module.{cc,hh}: new file.
12503
12504 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12505
12506         * lily/accidental-engraver.cc: Also work with partial measures.
12507
12508 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12509
12510         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12511
12512 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12513
12514         * lily/my-lily-lexer.cc: use SCM module in stead of
12515         Scheme_hash_table. Changes throughout.  
12516
12517 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12518
12519         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12520