]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(output_stencil): don't use
[lilypond.git] / ChangeLog
1 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * lily/book.cc: remove Book::to_stencil().
4
5         * scripts/convert-ly.py (conv): remove \notes.
6         apply to input examples.
7         
8         * lily/paper-outputter.cc (output_stencil): don't use
9         smobify_self() but self_scm()
10
11         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
12         from smobify_self().
13
14         * lily/paper-book.cc (output): load framework module
15         scm_c_resolve_module().
16
17         * python/lilylib.py (exit): exit with argument i.
18
19 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
20
21         * scm/framework-gnome.scm (output-framework-gnome): Try loading
22         gnome modules from non-toplevel.
23
24         * lily/ly-module.cc (ly:import-module): Export to ly:.
25
26         * lily/paper-score.cc (process): Do not show progress newline.
27
28         * lily/paper-book.cc (output, classic_output): Show progess
29         newline after score.
30
31 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
32
33         * buildscripts/lilypond-words.py: add ly/vlaams.ly
34
35 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
36
37         * lily/score.cc (ly:run-translator): Do not crash on empty music
38         list.
39
40         * lily/book.cc (process): Do not render score when systems is empty.
41
42         * input/simple-song.ly: Down one octave.
43
44         * scm/output-gnome.scm: Remove script again; re-add modules fix
45         (CVS conflict resolve?)
46
47         * lily/stencil.cc (ly:interpret-stencil): Was:
48         interpret_stencil_expression.
49
50 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
51
52         * buildscripts/guile-gnome.sh: New file.
53
54         * scm/output-gnome.scm: White background, better window size, sane
55         canvas size.  Cleanups.
56
57 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
58
59         * VERSION: release 2.3.4
60
61         * Documentation/user/invoking.itexi (Invoking the lilypond
62         binary): document --safe.
63
64         * scm/output-gnome.scm: set PATH in script.
65
66         * scm/page-layout.scm (default-page-make-stencil): don't stretch
67         if there is too few systems on a page.
68
69         * lily/parser.yy (relative_music): start at middle C without pitch
70         argument.
71
72         * Documentation/user/changing-defaults.itely (Page layout): new node.
73         (Paper size): rename node
74         (Page breaking): new node.
75         (Titling): move from invoking.
76         (File structure): new node.
77
78         * lily/parser.yy (score_body): allow \header and music anywhere in
79         \score body.
80
81 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
82
83         * scm/lily.scm (ly:load): Remove page-breaking.scm.
84
85 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
86
87         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
88
89         * lily/include/paper-line.hh: rename to Paper_system.
90
91         * lily/include/paper-book.hh: doc class.
92
93         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
94
95         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
96         (plain-header): add instrument-name.
97         (default-page-make-stencil): bugfixes.
98
99         * lily/parser.yy (book_body): allow \header anywhere in \book{}
100
101         * lily/paper-book.cc: remove copyright & tagline. Remove
102         interactions with Page
103
104         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
105         here, 
106         (default-page-make-stencil): new function
107         (default-page-music-height): new function
108         (page-headfoot): new function
109         (ly:optimal-page-breaks): generate stencils directly from here
110
111         * scm/titling.scm: new file, group titling functions
112
113 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
114
115         * scm/output-gnome.scm: Handle multiple pages.
116
117         * scm/framework-gnome.scm: Do not load output-gnome.
118         (framework-gnome): Invoke output-gnome::header and
119         output-gnome::end-output as faked stencils.  Fixes experimental
120         gnome output.
121
122 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
123
124         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
125         octavation compatibility fixes. Backportme. 
126
127         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
128         pages.
129         (ly:optimal-page-breaks): combine-penalties: no shortcut for
130         negative. Now we handle negative penalties (ie. \pageBreak)
131         correctly.
132
133         * lily/system.cc (get_line): extract page-penalty from the left
134         bound.
135
136         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
137
138 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
139
140         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
141
142 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
143
144         * scm/output-gnome.scm: Update script.  Move development to
145         lilypond_2_3_2 branch for now.
146
147 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
148
149         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
150         negative penalties.
151         cleanups.
152
153         * Documentation/user/changing-defaults.itely (Creating contexts):
154         index entries
155
156         * scm/page-breaking.scm (ly:optimal-page-breaks): new
157         file. Rewrite function. 
158
159         * lily/paper-book.cc (pages): new interface: page-breaking returns
160         list of line-list.
161
162         * lily/page.cc (Page): take lines argument.
163
164         * scm/document-translation.scm (all-engravers-doc): link to user man
165
166         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
167
168         * Documentation/user/notation.itely (Relative octaves): typo.
169
170         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
171
172 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
173
174         * scm/output-gnome.scm: Update build script.
175
176 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
177
178         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
179         gnome backend.
180
181         * scm/framework-gnome.scm: New file.
182
183         * scm/lily.scm: Use it.
184
185         * lily/paper-outputter.cc: Janitorial cleanups.
186         (ly:outputter-dump-string): Remove unreachable statement.
187
188         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
189         (ice-9): Bugfix: Add srfi-1.
190
191         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
192
193 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
194
195         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
196         in do_quit()
197         
198 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
199
200         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
201
202 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
203
204         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
205         override of Beam::position-callbacks. Why would grace beams not be
206         quantized? Fixes: weird-stem-size-grace. 
207
208         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
209         warning only once. Backportme.
210
211         * lily/accidental-engraver.cc (number_accidentals_from_sig):
212         bugfix, 2nd try. Backportme.
213
214         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
215
216 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
217
218         * Documentation/user/notation.itely (Instrument transpositions):
219         Correct the name of the instrumentTransposition property.
220
221 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
222
223         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
224
225 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
226
227         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
228         and postLilyPondExample are called when defined.
229
230 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
231
232         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
233         This fixes setting notenames with `\include "nederlands.ly" '
234
235         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
236         new function.
237
238 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
239
240         * scm/page-layout.scm: don't do piece, it should be in score-title
241         only.
242
243         * lily/lexer.ll: lex \score separately.
244
245         * lily/paper-book.cc: junk stencil2line.
246
247         * lily/paper-line.cc (Paper_line): construct from Stencil
248         directly. No futzing with the dimensions.
249
250         * lily/include/paper-line.hh (class Paper_line): 
251
252         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
253         takes arbitrary number of arguments.
254
255         * input/test/markup-score.ly (tuning): simplify example. 
256
257 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
258
259         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
260
261         * scm/define-markup-commands.scm (score): define score-markup
262
263         * lily/parser.yy (markup): use score-markup.
264
265         * lily/score.cc: add ly:score? 
266
267 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
268
269         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
270         fret-parse-string so it prepares for calls to fret-diagram-verbose
271         Changed display constants to props so they are available for
272         \override.
273         
274 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
275
276         * VERSION: release 2.3.3
277
278         * stepmake/stepmake/generic-vars.make: unset LANG.
279
280         * input/regression/tuplet-nest.ly: bugfix.
281
282         * lily/tie-performer.cc (stop_translation_timestep): reset
283         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
284
285         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
286         clear repeat_ directly after setting stem_tremolo_. Fixes:
287         tremolo-repeat.ly
288
289         * input/regression/span-bar-break.ly: new file.
290
291         * scm/define-grobs.scm (all-grob-descriptions): remove
292         break-visibility from SpanBar. Fixes: piano-repeat.ly
293
294 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
295
296         * python/lilylib.py (make_ps_images): only compute bbox when needed.
297
298         * scripts/lilypond-book.py (process_snippets): use lily -f ps
299         files for generating pngs. (failed experiment)
300
301         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
302         file with PFA fonts included.
303
304         * lily/score.cc (default_rendering): put header in too.
305
306         * lily/paper-line.cc (LY_DEFINE): change function to
307         ly:paper-line-extent
308
309         * scm/page-layout.scm (default-book-title): only add lines for
310         non-nil fields.
311         (default-score-title): idem.
312
313         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
314
315         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
316
317         * lily/include/paper-book.hh (class Paper_book): remove height_
318         member.
319
320         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
321
322         * lily/ly-module.cc (LY_DEFINE): bugfix.
323
324         * lily/paper-book.cc (book_title): separate function for the book
325         title.
326
327         * scm/page-layout.scm (default-book-title): only account for
328         markup fields.
329
330         * scm/framework-ps.scm: new file. Move high level interface from
331         output-ps.scm
332
333         * scm/music-functions.scm (def-grace-function): move macros from
334         ly/music-functions-init.ly
335
336         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
337         framework-tex.scm
338
339         * scm/framework-tex.scm (dump-line): new file. High level
340         interface for output (pages, systems, header). 
341
342         * lily/include/page.hh (class Page): add is_last_ field.
343
344         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
345
346         * lily/paper-book.cc (split_string): new function
347         (output): output multiple formats, i.e. --format=ps,tex
348
349         * scm/output-ps.scm (output-scopes): dump variables directly.
350         (define-fonts): rewrite for new interface
351
352         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
353
354         * lily/paper-outputter.cc (Paper_outputter): take format argument.
355
356         * lily/main.cc (parse_argv): don't set extension for output.
357
358         * lily/clef-engraver.cc (create_clef): remove
359         Staff_symbol_referencer::set_position() call. 
360
361 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
362
363         * ly/music-functions-init.ly (addlyrics): set the 'origin property
364         with the location argument in music function definitions.
365
366 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
367
368         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
369         staffsymbol dependency.
370
371         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
372         cleanups.
373
374         * lily/book.cc (process): return Paper_book
375         (to_stencil): use Book::process().
376
377         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
378         header_ field. Store in $globalheader
379
380         * lily/parser.yy (book_body): book header is initted to
381         $globalheader.
382         
383
384 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
385
386         * input/test/fill-a4.ly: removed.
387
388         * lily/parser.yy (output_def): push scope of parent_ Output_def
389         too.
390
391 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
392
393         * scm/output-gnome.scm: Update info.
394
395 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
396
397         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
398
399         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
400         than 1 module.
401
402         * lily/include/ly-module.hh (ly_use_module): rename is_module to
403         ly_c_module_p.
404
405         * scm/page-layout.scm (default-book-title): move Scheme titling
406         functions to here.
407
408         * lily/parser.yy (book_paper_block): remove scope too.
409
410         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
411
412         * lily/rest.cc: add direction to rest properties.
413
414         * lily/include/output-def.hh: new file, move from
415         music-output-def.hh
416
417 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
418
419         * scm/output-gnome.scm: Describe feta-cork hack.
420
421 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
422
423         * lily/include/book-paper-def.hh: derive from Output_def 
424
425         * lily/include/paper-def.hh: move all functionality out of class.
426         Junk header.
427
428         * lily/include/music-output-def.hh: rename Music_output_def to
429         Output_def.
430
431         * input/wilhelmus.ly: only set space for Paper formatting. 
432
433         * lily/include/midi-def.hh: remove file, remove class.
434         Move functions to Music-output-def.
435
436         * lily/music-output-def.cc (Music_output_def): remove separate
437         translator table. Lookup translators in scope directly. This
438         obviates Context suffix for context identifiers, i.e.
439
440         \context {
441           \Staff
442           .. 
443           }
444
445
446         will work.
447         
448
449         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
450
451         * Documentation/user/changing-defaults.itely (Horizontal spacing):
452         document spacing override hack.
453
454 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
455
456         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
457         installation info.  Support point-and-click.  Add +/- zoom
458         keybindings.
459
460 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
461
462         * VERSION: 2.3.2 released
463         
464         * lily/parser.yy (book_body): set default bookpaper.
465
466         * scm/output-tex.scm (header): kludge: hard code linewidth. 
467
468         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
469
470 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
471
472         * lily/score.cc (default_rendering): scale outputdef before
473         starting.
474
475 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
476
477         * scm/fret-diagrams.scm: Add header.
478
479         * scm/output-gnome.scm: Hello world :-)
480
481 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
482
483         * scripts/lilypond.py (run_dvips): only add papersize if present.
484
485         * lily/accidental-engraver.cc (update_local_key_signature): new
486         function, fold code from initialize() and process_music().
487         (update_local_key_signature): use deep copy. This fixes one
488         problem from custom-key-signatures.ly.
489         (number_accidentals_from_sig): tighter check for
490         accidental-too-old.
491
492         * ly/engraver-init.ly: remove localKeySignature
493         definition from ChoirStaff, StaffGroup, Score.
494         
495         * lily/percent-repeat-engraver.cc (try_music): add moments for
496         barlines too. Fixes: skipbars-percent-repeat.ly.
497
498 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
499
500         * lily/context-def.cc (filter_performers): don't go to cdrloc if
501         skipping last pair. Fixes: crash-bar-number.
502
503         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
504         D. Sorensen)
505
506         * input/test/fret-diagram.ly: new file.
507
508         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
509         (scale-paper): divide by scale.
510
511 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
512
513         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
514         case.
515
516 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
517
518         * scm/stencil.scm (fontify-text): reinstate function
519
520         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
521
522         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
523
524         * lily/parser.yy (book_paper_head): \bookpaper {} 
525
526         * python/midi.c: remove config.h
527
528 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
529
530         * scm/output-gnome.scm: Update.
531
532 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
533
534         * scm/output-gnome.scm: New file.
535
536         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
537
538 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
539
540         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
541         (find_scaled_font): move from Paper_def
542
543 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
544
545         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
546         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
547
548         * po/fr.po: update po.
549
550         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
551
552         * lily/book-paper-def.cc (print_smob): new file.
553
554 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
555
556         * buildscripts/lilypond-words.py: search words also from
557         music-functions-init.ly.
558
559 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
560
561         * ly/music-functions-init.ly (def-music-function): new helper
562         macro for defining music functions. \addlyrics \appoggiatura
563         \acciaccatura \grace \partcombine \autochange \applycontext
564         \applyoutput and \breathe are now defined here thanks to it.
565
566         * lily/parser.yy: 
567         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
568         \grace \partcombine \autochange \applycontext \applyoutput and
569         \breathe keywords removed from the parser.
570
571         * lily/parser.yy: 
572         * lily/music-function.cc (ly_make_music_function): 
573         * lily/lexer.ll (music_function_type): added a case for 0-arg
574         music functions.
575
576 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
577
578         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
579         refering to a music expression can be used in lily-inside-scheme:
580         #{ $music #}
581
582         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
583         and ly:parser-define, and change ly:parser-parse-string in order
584         to make #{ $music #} work.
585
586         * scm/new-markup.scm (compile-markup-expression): when an argument
587         is a string, use `make-simple-markup'.
588
589 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
590
591         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
592
593 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
594
595         * scripts/convert-ly.py (FatalConversionError.func): handle + in
596         font-size. (backportme)
597
598 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
599
600         * lily/paper-outputter.cc (output_stencil): dump font definitions
601         before each stencil.
602
603         * lily/include/paper-book.hh (struct Score_lines): new
604         struct. Collect info per Paper-score.
605
606         * lily/include/page.hh (class Page): to_stencil() returns Stencil
607         everywhere.
608
609         * lily/stencil.cc (find_expression_fonts): new function
610
611         * lily/paper-outputter.cc (output_stencil): use
612         interpret_stencil_expr
613
614         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
615         (interpret_stencil_expr): new function. Generic stencil
616         interpretation.
617
618         * lily/paper-def.cc (find_scaled_font): divide lookup
619         magnification by outpuscale for non-virtual fontmetrics. This
620         fixes ludicrously long font definitions for text
621         fonts. (backportme)
622
623         * lily/score-engraver.cc: remove
624         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
625
626 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
627
628         * input/test/markup-score.ly: Remove \notes.
629
630         * lily/parser.yy (book_body): Grok Composite_music and \header.
631         (markup): Push NOTES mode before score_block.
632
633         * VERSION: release 2.3.1
634         
635         * mf/feta-klef.mf: 
636         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
637
638         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
639
640         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
641
642 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
643
644         * scm/output-tex.scm (output-tex-string): tighten safe security.
645
646         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
647
648         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
649         allowed ly functions.
650
651         * lily/ly-module.cc (ly_module_define): only define variable if
652         bound.
653         (ly_make_anonymous_module): take safe option.
654
655 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
656
657         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
658
659 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
660
661         * input/regression/newaddlyrics.ly: Fix.
662
663         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
664         \score \notes.
665
666 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
667
668         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
669
670 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
671
672         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
673
674         * lily/paper-line.cc (Paper_line): don't store list of stencils,
675         but convert to single Stencil immediately.
676
677         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
678
679 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
680
681         * scm/output-sodipodi.scm: Resurrect sodipodi output.
682
683 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
684
685         * elisp/lilypond-mode.el: Changed the way defaults are created for
686         LilyPond-command-master.  LilyPond-mode will now check the
687         timestamps of the files to see which command has to run next.
688
689 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
690
691         * scm/bass-figure.scm (format-bass-figure): don't set
692         number-markup for strings. This fixes string in bass
693         figure. (backportme)
694
695         * lily/parser.yy (bass_number): insert number-markup into figure
696         definition.
697
698         * scm/define-music-properties.scm (all-music-properties): make
699         'figure a markup.
700
701         * scripts/convert-ly.py (conv): \apply -> \applymusic
702
703 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
704
705         * elisp/lilypond-mode.el: changed the order of some commands
706         ("Midi" after "2Midi"), use the user-defined
707         LilyPond-command-default as default instead of "LilyPond"
708
709         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
710         to set the master file for the next command.
711
712         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
713         with font-lock-reference-face.
714
715 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
716
717         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
718
719         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
720
721 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
722
723         * ly/music-functions-init.ly (TODO): new file.
724
725         * lily/parser.yy (Generic_prefix_music_scm): add more
726         music_function symbols.
727         (Prefix_composite_music): change \apply to music-function   
728
729         * lily/include/music-function.hh: rename to music-function
730
731 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
732
733         * lily/music-head.cc (LY_DEFINE): change order of args.
734
735         * input/regression/music-head.ly (texidoc): new file.
736
737         * lily/parser.yy (Generic_prefix_music): allow generic
738         music-transformation functions. 
739
740         * lily/include/music-head.hh (is_music_head): new file.
741
742         * lily/music-head.cc (get_music_head_transform): new file.
743
744 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
745
746         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
747         empty extent. This fixes ottava brackets on rests. (backportme)
748
749         * make/lilypond.redhat.spec.in (Group): ln png files for info.
750
751         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
752
753         * cygwin/lily-wins.py: update for the lily-wins.py script.
754
755 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
756
757         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
758         code. This will obviate typeset_grob () in the future.  The effect
759         of this is that improperly written spanner handling will result in
760         invalid spanner bounds.
761         (announce_grob): add to elems_ from here
762         (typeset_grob): comment out.  
763
764         * lily/include/engraver.hh (make_spanner): new calling interface
765         for make_{item,spanner}. This obviates most calls to
766         announce_grob().
767                 
768         * scm/music-functions.scm (set-accidental-style): use GrandStaff
769         iso. PianoStaff for piano styles.
770
771 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
772
773         * Documentation/user/music-glossary.tely: add segno after d.s.
774
775 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
776
777         * lily/include/audio-column.hh: remove unused variables.
778         (patch by Michael Welsh Duggan)
779
780         * flower/include/axes.hh (other_axis): inline Axes function
781         (thanks to David Brandon).
782
783 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
784
785         * cygwin/mknetrel: Install image links (backportme).
786
787         * Documentation/user/GNUmakefile (local-install-info): Activate
788         actual installing of image links (backportme).
789
790 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
791
792         * Documentation/user/notation.itely (Measure repeats): Removed
793         unnecessary (and confusing) \context Voice{.
794
795 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
796
797         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
798
799         * lily/page.cc (Page): Do not use ly_scheme_function for
800         volatile/configurable variables (FIXME: better name).
801
802         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
803         get_scmvar).
804
805 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
806
807         * scripts/convert-ly.py (FatalConversionError.subst): use
808         \transposition.
809
810 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
811
812         * lily/include/page.hh (class Page): Declare left_margin ().
813
814         * lily/page.cc: Remove paper var caching.
815
816 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
817
818         * Documentation/user/music-glossary.tely: Add name to @top node.
819         Remove comment from @table definitions (workaround for makinfo
820         bug).
821
822         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
823         ly:stencil-get-expr).  Update callers.
824         (ly:stencil-align-to!):  Return stencil too.
825
826         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
827         stencil.  Remove looped line-based page output.
828         (output_line): Use line stencil.  Remove looped stencil-based line
829         output.
830
831         * lily/page.cc (ly:page-paper-lines): New function.
832
833         * input/test/markup-score.ly: New file.
834
835         * scm/define-markup-commands.scm (stencil): New markup.
836
837         * lily/book.cc (to_stencil): New method.
838
839         * lily/parser.yy (markup): Use it to grok \score.
840
841 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
842
843         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
844
845         * lily/paper-book.cc (pages): Change signature.  Update callers.
846
847         * lily/include/page.hh:
848         * lily/page.cc: New file.
849
850         * lily/paper-line.cc (to_stencil): New method.
851         
852         * lily/paper-outputter.cc (output_stencil): New method.
853
854         * lily/paper-outputter.cc (output_line): Use them.
855
856         * lily/warn.cc: Remove.
857
858         * lily/my-lily-parser.cc (distill_inname): Remove.
859
860         * flower/include/file-name.hh: 
861         * flower/file-name.cc: New file.  Update users.
862
863         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
864         (find): New method of same name.
865
866         * lily/my-lily-parser.cc (ly:parse-file): Use it.
867
868         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
869         constant error message.
870
871 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
872
873         * input/test/{blank-notes.ly,staff-container.ly}: typos.
874
875 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
876
877         * Documentation/user/music-glossary.tely: @table @strong' replaced
878         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
879         (backportme).
880
881 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
882
883         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
884
885         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
886         #{ lily music expression #} that returns an equivalent scheme
887         music expression by parsing the string.
888
889 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
890
891         * lily/my-lily-parser.cc:
892         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
893         SCM string (foo.ly/toto.scm support).
894
895 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
896
897         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
898
899 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
900
901         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
902
903         * scripts/lilypond-book.py: LY code that includes \header is
904         not assumed to be a fragment.
905
906 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
907
908         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
909         tremolo beams up.
910
911         * lily/stem.cc (chord_start_y): Return 0 if no heads.
912         (get_default_stem_end_position): No tremolo head juggling if no
913         heads.  Fixes tremolo crash on rests (backportme).
914
915         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
916
917 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
918
919         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
920         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
921
922         * lily/lexer.ll: Allow \encoding in NOTES mode.
923
924         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
925         for lyrics, not for commands.
926
927         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
928         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
929
930         * input/regression/newaddlyrics.ly: New file.
931
932         * Documentation/topdocs/NEWS.texi: Update.
933
934         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
935         (Music_list): Allow embedded scm.
936
937         * lily/score.cc (ly:score-bookify): New function.
938
939         * lily/music.cc (ly:music-scorify): Idem.
940
941         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
942         (ly:parser-print-score): Idem.
943
944         * scm/lily.scm (default-toplevel-book-handler): Idem.
945         (default-toplevel-music-handler): Idem.
946         (default-toplevel-score-handler): Idem.
947
948         * ly/declarations-init.ly: Set default toplevel handlers.
949
950         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
951
952         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
953         printer for score at toplevel.
954
955 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
956
957         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
958         Fix for simple case: input/simple-song.ly, more complex stuff
959         does not work yet.
960
961 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
962
963         * lily/parser.yy (Prefix_composite_music): split Composite_music
964         in Prefix_composite_music and Grouped_music_list.
965         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
966
967 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
968
969         * scm/lily.scm (toplevel-expression): New define.
970
971         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
972
973         * lily/parser.yy (toplevel_expression): Use it.
974
975         * lily/include/my-lily-parser.hh: Smobbify.
976
977         * lily/my-lily-parser.cc (parse_string): New method.
978         
979         * lily/my-lily-parser.cc (ly:parse-string): New function.
980
981         * Documentation/user/lilypond.tely: Add comment and workaround for
982         gs-8.01 crash.  Fixes make web.
983
984         Simplification of toplevel music.
985         
986         * lily/lexer.ll, lily/parser.yy:
987
988         * In LYRICS mode, return LYRICS_STRING.  This fixes one
989         shift/reduce problem.
990
991         * Use NOTES mode at start of maininput.
992
993         * Grok toplevel composite music expression, put in score and book.
994
995         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
996
997         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
998
999         * input/simple.ly: New file.
1000         
1001         * input/simple-song.ly: Idem.
1002
1003 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1004
1005         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1006         Sandberg.
1007
1008 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1009
1010         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1011
1012 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1013
1014         * input/regression/accidental-octave.ly: doc automatic showing
1015         of note names.
1016
1017 2004-04-16  Heikki Junes <janneke@gnu.org>
1018
1019         * po/fi.po: do "make po && make -C po po-update" at top-level,
1020         then "cp po/out/fi.po po/fi.po" and update fields.
1021
1022         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1023
1024 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1025
1026         * Documentation/user/introduction.itely (About this manual): Fix
1027         templates and regression urls (backportme).
1028
1029 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1030
1031         * ly/engraver-init.ly (Score:graceSettings): Increase
1032         beamed-lengths, especially for 32nd notes.
1033
1034         * Documentation/user/notation.itely (Grace notes): Correct the
1035         syntax for add-grace-property example.
1036
1037 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1038
1039         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1040         `Generated' tag.
1041
1042         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1043         Severely broken (the Debian package, at least).
1044
1045 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1046
1047         * lily/context.cc (find_create_context): assign to lvalue.
1048
1049 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1050
1051         * lily/include/translator.hh (class Translator): rename
1052         get_parent_context() to context () to avoid confusion.
1053
1054         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1055
1056         * lily/lexer.ll: change is_string -> ly_c_string_p 
1057
1058         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1059
1060         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1061
1062         * VERSION: release 2.3.0
1063
1064         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1065
1066         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1067         if nonempty.
1068
1069         * lily/include/context.hh (class Context): make members protected.
1070         (children_contexts): new accessor function.
1071
1072         * lily/include/translator.hh (class Translator): make
1073         daddy_context_ protected.
1074         (class Translator): clean up. 
1075
1076         * lily/include/context.hh (class Context): make daddy_context_
1077         private.
1078
1079         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1080         higher for finding Voice. (backportme)  
1081
1082         * lily/include/context.hh (class Context): remove
1083         find_context_below() as a method.
1084
1085         * Documentation/user/notation.itely (The Lyrics context): add note
1086         about manual durations
1087
1088         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1089         encoding.
1090
1091         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1092
1093 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1094
1095         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1096         \usepackage{inputenc}
1097
1098         * lily/paper-book.cc (classic_output): don't advance Offset for
1099         TeX output.
1100
1101         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1102         ec-sauter.map in rules
1103
1104         * mf/ecb.mf (font_identifier): new file, based on ecbx
1105
1106         * mf/ecb10.mf (gensize): new file.
1107
1108         * Documentation/topdocs/NEWS.texi (Top): document some more new
1109         features.
1110
1111         * ly/declarations-init.ly: run convert-ly
1112
1113         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1114         from input-file-results. Remove input-file-results.* 
1115
1116 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1117
1118         * scm/output-ps.scm (font-command): Fix, again.
1119
1120         * input/test/title-markup.ly: Add \noPagebreak test.
1121
1122         * lily/score-engraver.cc (try_music): Bugfix.
1123
1124 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1125
1126         * lily/main.cc (main_with_guile): excise dependency options -M and
1127         --dep-prefix
1128
1129         * lily/input-file-results.cc: excise Makefile dependency code
1130
1131         * Documentation/user/invoking.itexi (Invoking the lilypond
1132         binary): remove dep doco
1133         
1134         * lily/main.cc (main_with_guile): call lilypond-main
1135         
1136         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1137
1138         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1139         exception.
1140
1141         * lily/my-lily-parser.cc: remove paper_description function
1142
1143         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1144         new function.
1145
1146         * lily/main.cc: remove global_score_count.
1147
1148         * lily/book.cc (process): don't take header from global_input_file.
1149
1150         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1151
1152         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1153
1154         * lily/music-output-def.cc (LY_DEFINE): new function
1155         ly_output_description. This function does the bulk for  setting,
1156         parsing and breaking down of an input file.
1157
1158         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1159         anonymous modules globally. Let's hope they get GCd
1160
1161         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1162
1163 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1164
1165         * scm/output-ps.scm (header): Papersize from paper.
1166
1167         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1168         for classic output.
1169
1170         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1171         lilypondclassic is defined.
1172         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1173
1174         * input/regression/between-systems.ly: Remove.
1175
1176         * python/lilylib.py (get_bbox): Fix regular expression
1177         for bounding box.
1178
1179         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1180
1181         * scm/output-tex.scm (stop-page): Use it.
1182
1183         * scm/output-ps.scm (define-fonts): Bugfix.
1184
1185         * lily/grob.cc: Add penalty to interface.
1186
1187         * lily/include/paper-line.hh (class Paper_line): New member
1188         var penalty_.
1189
1190         * lily/system.cc (get_line): Initialise Paper_line with
1191         page-penalty's from original grobs.
1192
1193         * scm/define-music-properties.scm (all-music-properties): Add
1194         page-penalty.
1195
1196         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1197
1198         * lily/score-engraver.cc (try_music): Handle page-penalty.
1199
1200         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1201
1202 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1203
1204         * ly/declarations-init.ly (melismaEnd): typo
1205
1206         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1207
1208         * scm/output-ps.scm (text): split string into spaces, use moveto
1209         for setting space. 
1210         
1211 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1212
1213         * po/nl.po: Update.
1214
1215         * scm/font.scm (add-cmr-fonts): Typo.
1216
1217 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1218
1219         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1220         font-encoding.
1221
1222         * scm/define-grobs.scm (all-grob-descriptions): idem.
1223
1224         * lily/time-signature.cc (numbered_time_signature): idem.
1225
1226         * scm/font.scm (add-cmr-fonts): use real encoding names for
1227         font-encoding.
1228
1229 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1230
1231         * lily/paper-book.cc (classic_output): 
1232         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1233         Fixes classic output.
1234         (lilypondstart):
1235         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1236         kludge.
1237
1238         * scripts/old-lilypond-book.py: Remove.
1239
1240         Page layout for SCOREs enclosed in a BOOK:
1241
1242         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1243         layout tweaking.
1244
1245         * input/les-nereides.ly (theScore): Add \book.
1246         
1247         * input/test/title-markup.ly: Add \book.
1248
1249         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1250         only if 'verbose.
1251
1252         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1253
1254         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1255
1256         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1257         * scm/output-tex.scm (start-system): Update for page layout by
1258         LilyPond.
1259
1260         * scm/output-ps.scm (start-system): Previously (new-start-system).
1261
1262         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1263         passed to define-fonts.
1264
1265         * lily/paper-column.cc: 
1266         * lily/system.cc (get_line):
1267         * ly/property-init.ly (newpage): 
1268         * scm/define-grob-properties.scm:
1269         * scm/output-ps.scm: 
1270         * scm/output-tex.scm: Remove between-system-string kludge.
1271
1272         * scm/output-ps.scm (define-fonts, font-command,
1273         font-load-encoding): Handle ENCODING = #f.
1274
1275         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1276
1277         * scm/define-markup-commands.scm (fill-line): Use
1278         make-simple-markup (WAS: unexisting make-word-markup).
1279
1280         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1281         ENCODING, MARKUP parameters for interpret_string.
1282
1283         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1284
1285         * lily/score.cc (book_rendering): New method.
1286         (default_rendering): Create Paper_book helper locally, dump
1287         output.
1288
1289         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1290
1291         * lily/parser.yy: Handle \book.
1292
1293         * lily/include/book.hh: 
1294         * lily/book.cc: New file.
1295
1296 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1297
1298         * lily/text-item.cc (interpret_string): new file, select font with
1299         encoding.
1300
1301         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1302
1303         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1304
1305         * lily/parser.yy (markup): take encoding from lexer.
1306
1307 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1308
1309         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1310
1311         * scm/output-ps.scm: Remove some cruft.
1312
1313 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1314
1315         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1316
1317         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1318
1319 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1320
1321         * scm/font.scm (add-century-schoolbook-fonts):
1322         (make-century-schoolbook-tree): New function.
1323
1324         * input/test/title-markup.ly: Use Century Schoolbook font.
1325
1326 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1327
1328         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1329         to Erik Sandberg) 
1330
1331         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1332
1333         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1334
1335         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1336
1337         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1338
1339 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1340
1341         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1342         solo-state (at end of solo), we can set the solo status
1343         too. (backportme.)
1344
1345         * input/regression/part-combine-solo-end.ly: new file.
1346
1347 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1348
1349         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1350         flavour abc files.  Really ignore unknown keys (backportme).
1351
1352 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1353
1354         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1355         magnification_ when looking up in orig_.
1356
1357         * scm/output-tex.scm (text): switch off char-mapping.
1358
1359         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1360         because AFM's encoding field cannot have spaces.
1361
1362 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1363
1364         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1365
1366 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1367
1368         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1369
1370         * mf/cmr.enc: new file, without hi-bit ascii info. 
1371
1372         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1373         width. This removes the 'hook' at the end of a long slur.
1374
1375         * buildscripts/mf-to-table.py (parse_logfile): don't append
1376         encoding to fontname.
1377
1378 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1379
1380         * scm/output-ps.scm (define-fonts): Load .enc only once.
1381
1382         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1383         too.
1384
1385 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1386
1387         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1388         encoding field.
1389
1390         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1391
1392         * ly/portuges.ly (pitchnames): new file.
1393
1394         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1395         Michael Welsh Duggan
1396
1397         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1398
1399         * ly/nederlands.ly: add comment about digits.
1400
1401         * lily/scaled-font-metric.cc (derived_mark): idem.
1402
1403         * scm/encoding.scm (make-encoding-mapping): change permutation to
1404         mapping.
1405
1406         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1407         (Modified_font_metric): make alist for coding_description_
1408         (LY_DEFINE): remove coding-name.
1409
1410         * scm/output-tex.scm (text): remove debugging code.
1411
1412         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1413
1414         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1415         from infile.
1416
1417         * mf/feta-generic.mf: move fet_beginfont into generic code.
1418         use fetaMusic (without space) as encoding
1419
1420         * mf/feta-autometric.mf: take encoding argument
1421
1422         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1423
1424         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1425         use.
1426
1427         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1428         name.
1429
1430 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1431
1432         * input/test/title-markup.ly: Set inputencoding.
1433
1434         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1435
1436         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1437
1438         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1439         function.
1440         (coding-alist): Also hold filename, command.
1441         (read-encoding-file): Return symbols.
1442
1443 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1444
1445         * scm/output-tex.scm: remove fontify; text and char take a font
1446         argument.
1447
1448         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1449
1450         * lily/scaled-font-metric.cc (text_dimension): init
1451         coding_{permutation,table}_ too 
1452         (LY_DEFINE): ly:font-encoding, new function return
1453
1454         * lily/paper-def.cc (find_scaled_font): take input coding from
1455         inputcoding paper var.
1456
1457         * lily/performance.cc (output): remap modulo 16.
1458
1459         * lily/text-item.cc (interpret_markup): whoops, variable
1460         shadowing fixed.
1461
1462 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1463
1464         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1465         symbols, not symbols to strings.
1466         
1467         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1468         symbols, not symbols to strings.
1469
1470 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1471
1472         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1473         (ly:kpathsea-gulp-file): New function.
1474
1475         * scm/encoding.scm (read-encoding-file): Use it.
1476
1477 2004-04-06  Werner Lemberg  <wl@gnu.org>
1478
1479         * scm/encoding.scm (coding-alist): Fix typo.
1480
1481 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1482
1483         * lily/scaled-font-metric.cc (text_dimension): move function from
1484         Font_metric
1485         (make_scaled_font_metric): init coding_scheme_ to TeX
1486         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1487
1488         * lily/include/scaled-font-metric.hh (struct
1489         Modified_font_metric): rename from Scaled_font_metric
1490
1491         * scm/encoding.scm (read-encoding-file): split up large function,
1492         leave caching to (delay)
1493
1494         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1495
1496 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1497
1498         * lily/my-lily-lexer.cc (set_encoding): New method.
1499
1500         * lily/lexer.ll: Grok \encoding.
1501
1502         * lily/font-metric.cc (get_encoded_index): New function.
1503
1504         * lily/include/font-metric.hh (coding_scheme): New method.
1505
1506         * scm/encoding.scm: New file.
1507
1508         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1509
1510 2004-04-05  Werner Lemberg  <wl@gnu.org>
1511
1512         * Documentation/user/tutorial.itely: Revised (finished).
1513
1514         * Documentation/user/macros.itexi (@separate): Removed.
1515
1516 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1517
1518         * scm/output-ps.scm (define-fonts): fix scaling.
1519
1520         * lily/scaled-font-metric.cc (design_size): add function.
1521
1522         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1523         partial cut&paste of ly:font-magnification.
1524
1525 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1526
1527         * scm/output-ps.scm (define-fonts):
1528         (fontify): Update.
1529
1530 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1531
1532         * po/fr.po: update. (backportme).
1533
1534         * po/nl.po: update. (backportme). 
1535
1536         * mf/feta-beugel.mf: document why design size is not fixed.
1537
1538         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1539
1540 2004-04-04  Werner Lemberg  <wl@gnu.org>
1541
1542         * Documentation/user/tutorial.itely: Revised (continued).
1543
1544 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1545
1546         * po/nl.po: Update (backportme).
1547
1548 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1549
1550         * po/de.po: update. (backportme).
1551
1552         * scm/output-tex.scm (font-command): use ly: functions to
1553         construct name.
1554         (define-fonts): don't use alist, just dump \font definitions.
1555         (font-load-command): calculate proper scaling by taking
1556         outputscale from paper argument.
1557
1558         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1559         expression.
1560
1561         * lily/paper-outputter.cc (output_header): pass paper arg to
1562         define-fonts
1563
1564         * lily/paper-def.cc (font_descriptions): dump list of
1565         Scaled_font_metrics
1566         (find_scaled_font): take Font_metric argument, store
1567         Scaled_font_metrics in hash-table containing (size ->
1568         Scaled_font_metrics) alist.
1569         (get_dimension): rename from get_realvar
1570
1571         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1572         ly:font-magnification, ly:font-name: new functions
1573
1574 2004-04-03  Werner Lemberg  <wl@gnu.org>
1575
1576         * Documentation/user/dedication.itely,
1577         Documentation/user/preface.itely,
1578         Documentation/user/introduction.itely,
1579         Documentation/user/tutorial.itely: Revised.
1580         Removing leading spaces which distorts output if info files are read
1581         with stand-alone info.
1582         Removing superfluous inter-word spaces which also distorts output
1583         for stand-alone info.
1584         Using ` and ' instead of `` and '' everywhere to improve
1585         legilibility with stand-alone info
1586         Using @samp for single-letter input items and data which contains
1587         spaces, @code for other things.
1588
1589         * lily/grob-interface.cc: Adding copyright.
1590         (check_interfaces_for_property): Improve format of warning message.
1591
1592 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1593
1594         * lily/include/font-metric.hh (struct Font_metric): add
1595         design_size () method.
1596
1597         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1598
1599         * lily/afm.cc (read_afm_file): read design size.
1600
1601         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1602
1603         * scm/music-functions.scm (unfold-repeats): handle dots too.
1604
1605 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1606
1607         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1608         (backportme)
1609
1610 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1611
1612         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1613         lyric indent.  Revert melismaBusyProperties using \unset.
1614
1615 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1616
1617         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1618
1619         * lily/parser.yy (command_element): allow redefinition of |
1620         meaning.
1621
1622         * lily/break-align-engraver.cc (acknowledge_grob): construct
1623         LeftEdge where the first cause for alignment is coming from.
1624         This makes \override Staff.LeftEdge work as expected.
1625
1626         
1627         * lily/slur-performer.cc (Slur_performer): add inits
1628
1629         * lily/beam-performer.cc (Beam_performer): add inits
1630
1631 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1632
1633         * VERSION (PACKAGE_NAME): release 2.2.0
1634
1635         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1636
1637 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1638
1639         * lily/cluster.cc (height): Fix warning.
1640
1641         * lily/parser.yy: Janitorial cleanups.
1642
1643         * Documentation/user/tutorial.itely (Tutorial): Typo.
1644
1645 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1646
1647         * lily/change-iterator.cc (process): search at multiple context
1648         levels. This fixes 
1649
1650         
1651         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1652         not voice-state index for tie state. This fixes a partcombine
1653         problem with ties.
1654
1655         * Documentation/user/tutorial.itely (Commenting input files): add
1656         note about convert-ly.
1657
1658         * input/test/cadenza-skip.ly:  new file.
1659
1660 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1661
1662         * po/nl.po: Spelling fixes.
1663
1664         * autogen.sh (srcdir): Regenerate.
1665
1666         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1667         autogen.sh.
1668
1669         * configure.in: Use C++ to check for C++ header.
1670
1671         * po/nl.po: Update.
1672
1673         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1674
1675         * lily/event.cc (to_relative_octave): Translatable sentence should
1676         be one string.
1677
1678         * python/lilylib.py (warranty): Year range is not translatable.
1679         It's 2004 already!
1680
1681         * flower/warn.cc (non_fatal_error, warning, programming_error):
1682         Remove whitespace from translated string.
1683
1684 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1685
1686         * VERSION: release 2.1.37.
1687
1688 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1689
1690         * configure.in: check for C language.
1691
1692         * lily/source-file.cc: include strstream without h.
1693
1694         * scm/documentation-generate.scm (string-append): use name without
1695         .texi.
1696
1697         * autogen.sh (srcdir): SUSE fix.
1698
1699         * Documentation/user/notation.itely (Ancient clefs): idem.
1700
1701         * Documentation/user/lilypond-book.itely (Integrating HTML and
1702         music): idem.
1703
1704         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1705
1706         * lily/change-iterator.cc (process): use find_existing_context().
1707
1708         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1709
1710         * input/regression/repeat-unfold-tremolo.ly: new file.
1711
1712         * scm/music-functions.scm (unfold-repeats): undo music compression
1713         too.
1714
1715         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1716         (LY_DEFINE): ly:music-compress new function.
1717
1718         * scm/part-combiner.scm (determine-split-list): split for voice
1719         crossings
1720
1721         * input/regression/part-combine-cross.ly: new file.
1722
1723         * scm/part-combiner.scm (make-part-combine-music): don't do
1724         relative inside partcombine arguments.
1725
1726         * scm/music-functions.scm (make-non-relative-music): new function.
1727
1728         * Documentation/user/notation.itely (Automatic part combining):
1729         add note about \relative.
1730
1731         * lily/part-combine-iterator.cc (construct_children): add
1732         start_moment_ member.
1733
1734         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1735         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1736
1737         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1738
1739         * Documentation/user/changing-defaults.itely (Which properties to
1740         change): fixes.
1741
1742 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1743
1744         * po/fr.po: update.
1745
1746 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1747
1748         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1749
1750         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1751         Reinstate old code that issues warning.  Fixes --srcdir build.
1752
1753 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1754
1755         * input/wilhelmus.ly: New file.
1756
1757         * Documentation/user/notation.itely: 
1758         * Documentation/user/introduction.itely:
1759         * Documentation/user/tutorial.itely: Use quote ly-option instead
1760         of explicit @quotation.  This fixes too long lilypond linewidths
1761         resulting in overful hboxes.
1762
1763         * scripts/lilypond-book.py: Add ly-option: `quote'.
1764
1765 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1766
1767         * tex/titledefs.tex: Avoid that the first score line is extra
1768         indented if instrument is defined but not piece.
1769
1770 2004-03-30  Werner Lemberg  <wl@gnu.org>
1771
1772         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1773         `lilypond/' to info file name.
1774         (@usermanref) [info]: New variant.
1775
1776         * scm/documentation-generate.scm: Fix definition of @usermanref
1777         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1778         to info file name.
1779
1780 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1781
1782         * VERSION: release 2.1.36
1783         
1784         * Documentation/user/changing-defaults.itely (Interpretation
1785         contexts): rewrite introduction.
1786
1787 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1788
1789         * scm/define-markup-commands.scm: Use TeX accents instead of
1790         straight iso-8859-1 encoding in the doc string.
1791
1792 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1793
1794         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1795         space after dotted duration.
1796
1797 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1798
1799         * Documentation/user/introduction.itely: 
1800         * Documentation/user/notation.itely:
1801         * Documentation/user/tutorial.itely: Up all relative examples.
1802         Enclose @lilypond displays in @quotation.  Typos and corrections.
1803
1804         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1805
1806 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1807
1808         * scm/music-functions.scm (make-voice-props-revert): Revert also
1809         MultiMeasureRest staff-position in oneVoice.
1810
1811 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1812
1813         * Documentation/user/changing-defaults.itely, 
1814         Documentation/user/lilypond.tely: few fixes. Place no comma between
1815         two options: a and b, but commas between three options: a, b, and c.
1816         By this manner, grouping is possible: a and b, and c and d.
1817
1818 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1819
1820         * Documentation/user/GNUmakefile: add rule for .nexi
1821
1822 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1823
1824         * Documentation/user/music-glossary.tely: move glossary direntry
1825
1826         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1827         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1828
1829 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1830
1831         * stepmake/aclocal.m4: Verify that gettext configure check with
1832         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1833
1834 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1835
1836         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1837         glob.glob for .png filenames. This catches multipage pngs.  
1838
1839         * Documentation/user/changing-defaults.itely (Determining the grob
1840         property): fix references.
1841
1842         * lily/staff-symbol.cc (print): only add extent if non empty.
1843         This fixes staff-container.ly.
1844
1845         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1846         starting with a mmrest also works.
1847
1848         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1849         PNG for texinfo too.
1850
1851         * po/lilypond.pot: update translation strings.
1852
1853         * VERSION: 2.1.35 released
1854         
1855         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1856         context argument too.
1857
1858         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1859
1860         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1861
1862         * python/lilylib.py (command_name): don't return 1st path
1863         component.
1864
1865         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1866         .png case separately.
1867
1868         * python/lilylib.py (system): typo.
1869         
1870 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1871
1872         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1873         run indent-region.
1874
1875         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1876         Fixes compile.
1877
1878         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1879         Add header.
1880
1881 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1882
1883         * vim/lilypond-indent.vim: small fixes.
1884
1885 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1886
1887         * Documentation/user/notation.itely (Entering lyrics): Add example
1888         with correct english double quotes (at least for LaTeX output,
1889         maybe not a good idea if we switch to PS as the default output
1890         format).
1891
1892 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1893
1894         * lily/staff-performer.cc (create_audio_elements): play instrument
1895         changes before notes arrive. This fixes instrument of the first
1896         note in a score.
1897
1898         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1899         to 1.9.0 conversion.
1900
1901         * lily/mark-engraver.cc: doc string.
1902
1903         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1904
1905         * Documentation/user/introduction.itely (Introduction): new node.
1906
1907 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1908
1909         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1910
1911         * input/regression/spacing-ragged-last.ly: new file.
1912
1913         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1914         spacing.
1915
1916         * scm/font.scm: rewrite using GOOPS.
1917         
1918         * lily/context-def.cc (filter_engravers): derefence pointer.
1919
1920         * lily/lily-guile.cc (type_check_assignment): use
1921         ly_scheme_function iso. scm_primitive_eval where possible.
1922
1923         * lily/performance.cc (output): limit channels at 15. This fixes
1924         percussion inadvertently showing up in large scores.
1925
1926 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1927
1928         * input/regression/tuplet-gap.ly: new file.
1929
1930         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1931         (print): compute gap length from number size, include italic
1932         correction.
1933
1934         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1935         tuplet-bracket
1936
1937         * scm/paper.scm (set-default-paper-size): new function, to be
1938         called at toplevel.
1939         (set-paper-size): new function, to be called inside \paper {}
1940         (set-default-paper-size): new function, to be called at toplevel.
1941
1942         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1943
1944         * lily/beam-performer.cc (process_music): idem.
1945
1946         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1947         
1948         * tex/titledefs.tex: remove scshape for piece.
1949
1950         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1951         font-family
1952
1953         * lily/time-signature.cc (special_time_signature): font-encoding
1954         not family.
1955
1956         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1957         dynamic to head. This fixes p placement in morgenlied.
1958
1959 2004-03-23  Werner Lemberg  <wl@gnu.org>
1960
1961         * stepmake/stepmake/generic-targets.make (help): Improve text.
1962
1963 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1964
1965         * VERSION: 2.1.34 released
1966         
1967         * lily/main.cc (main_with_guile): switch debugging.
1968
1969         * lily/system.cc (get_line): plug leak.
1970
1971         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1972         and contents.
1973         (stencil2line): plug leak.
1974
1975         * Documentation/user/changing-defaults.itely (Determining a grob
1976         property):  new node.
1977         (Layout interfaces): new node.
1978         (Navigating the program reference): new node.
1979
1980         * lily/accidental-engraver.cc (acknowledge_grob): add property
1981         harmonicAccidentals
1982
1983         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1984         general cleanups.
1985         
1986         * input/les-nereides.ly (middleDynamics): resurrect Les
1987         nereides. Remove pedal hack.
1988
1989 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1990
1991         * input/regression/property-grace-polyphony.ly: new file.
1992
1993         * lily/translator-property.cc (execute_pushpop_property): only pop
1994         one instance of the property. This fixes << \\ >> together with
1995         \grace.
1996
1997         * lily/break-align-interface.cc (ordered_elements): we cannot
1998         modify the #'elements property, so return reordered array.
1999
2000 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2001
2002         * buildscripts/lilypond.words.py: remove.
2003         * buildscripts/lilypond-words.py: add new, renamed file. 
2004         Give generated targets and dirs explicitly in arguments.
2005
2006         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2007         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2008         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2009         
2010         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2011
2012         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2013
2014         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2015         orders.
2016
2017         * vim/GNUmakefile: add local-uninstall target.
2018
2019         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2020         
2021         * vim/vimrc: add a one-liner file.
2022
2023         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2024         vimrc in EXTRA_DIST_FILES.
2025
2026         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2027
2028 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2029
2030         * config.make.in: add vimdir.
2031
2032         * vim/GNUmakefile: add local-install.
2033
2034 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2035
2036         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2037         with \lilypondifundefined{blabla}. Solves problem with multiple
2038         titles in the same lilypond-book document.
2039
2040 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2041
2042         * scm/document-backend.scm (interface-doc): sort grob list for
2043         interface.
2044
2045         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2046         pre/post break align-order.
2047
2048         * spelling patch courtesy Edward Sutton.
2049
2050         * Documentation/user/changing-defaults.itely (Changing context
2051         default settings): new node.
2052         (Defining new  contexts): new node.
2053
2054         * scripts/lilypond-book.py (is_derived_class): use numbers
2055         iso. booleans.
2056
2057         * python/lilylib.py (make_ps_images): add margin to PS images.
2058
2059         * scripts/lilypond-book.py (is_derived_class): new function. Take
2060         class arg iso. object.
2061         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2062         for bug in GS/dvips.
2063
2064         * lily/text-item.cc (interpret_markup): idem.
2065
2066         * scm/define-markup-commands.scm: remove split around-space hack.
2067
2068         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2069         function, fold WL's fixes into one function.
2070
2071 2004-03-22  Werner Lemberg  <wl@gnu.org>
2072
2073         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2074         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2075         (Note_column::head_position_interval): Do proper rounding for
2076         calls to Staff_symbol_referencer::get_position.
2077
2078 2004-03-21  Werner Lemberg  <wl@gnu.org>
2079
2080         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2081         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2082         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2083         (My_lily_parser::parse_file): Improve formatting progress indication
2084         sent to stdout.
2085
2086 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2087
2088         * VERSION: 2.1.33 released.
2089
2090         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2091
2092         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2093
2094         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2095         warning is issued about dummy.dep.
2096
2097         * scm/new-font.scm: fix design sizes of nummer
2098
2099 2004-03-21  Werner Lemberg  <wl@gnu.org>
2100
2101         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2102         some annoying warnings from mkdir during `make install'.
2103
2104 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2105
2106         * lily/performer-group-performer.cc (do_announces): call
2107         Performer_group_performer::create_audio_elements () too.
2108
2109         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2110
2111         * scm/define-grobs.scm (all-grob-descriptions): add property
2112         break-align-orders
2113
2114         * lily/global-context.cc (get_default_interpreter): new
2115         function. Override from base class, so no new Score contexts are
2116         created.
2117
2118         * lily/include/stencil.hh (class Stencil): document origin field.
2119
2120         * lily/staff-symbol.cc (print): span staff-symbol on column
2121         extents for non-broken columns. 
2122
2123         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2124         key-signature.
2125
2126         * tex/titledefs.tex: don't use smallcaps for piece.
2127
2128         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2129         translated stencils in the output.
2130
2131         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2132
2133 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2134
2135         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2136         and init ties_created_
2137
2138         * VERSION: release 2.1.32
2139
2140         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2141         doc string from IMPLEMENT_CTOR_CALLBACK().
2142
2143         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2144         that engraver is in a performer hierarchy.
2145
2146 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2147
2148         * vim/lilypond-ftdetect.vim: new file.
2149
2150 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2151
2152         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2153         (compose_ly): default octave should be middle C.
2154
2155         * Documentation/user/changing-defaults.itely (Layout tunings
2156         within contexts): new node.
2157
2158         * lily/include/smobs.hh: document C++ smob interface.
2159
2160         * lily/function-documentation.cc: don't doc functions without
2161         docstring.
2162
2163 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2164
2165         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2166         direntry, so that `info lilypond' goes to Top.
2167
2168         * scm/output-ps.scm (polygon): Fix: add spaces.
2169
2170         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2171         solutions are now optimal too.
2172
2173         * input/test/page-breaks.ly: New file.
2174
2175         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2176         functions into safe module.
2177
2178         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2179         end, prepend zeros.
2180
2181         * scm/output-*.scm: Use ly:number->string rather than
2182         number->string.  Makes for saner output.
2183
2184         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2185         Fixes feta-nummer, feta-din scaling.
2186
2187 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2188
2189         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2190
2191         * scm/music-functions.scm (descend-to-context): new
2192         function. Similar to context-spec-music.
2193         (make-time-signature-set): specify Score as descend-only. This
2194         fixes the polymetric.ly example.
2195
2196         * lily/context-specced-music-iterator.cc (construct_children): add
2197         support for descend-only context spec.
2198
2199         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2200         determine ez-notation letter. 
2201
2202         * lily/system.cc (get_line): start with dumping layer 3. This
2203         fixes ez notation.
2204
2205 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2206
2207         * input/test/title-markup.ly: Stress breaking harder.
2208
2209         * scm/page-layout.scm (height-score): Overfull page scores twice
2210         as bad as underfull (was: by a power).
2211         (walk-lines): Omit first walk-path round (breaking after new node,
2212         without lines).
2213
2214         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2215         diff values are negative.
2216         (output): Bugfix: treat negative vfill differently.
2217
2218         * Documentation/user/lilypond.tely (direntry): Add note about why
2219         `info lilypond' brings up `Invoking LilyPond' node.
2220
2221 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2222
2223         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2224
2225         * lily/paper-book.cc: Remove cruft.
2226         (output): Bugfix: put vfill between lines.
2227         (pages): Bugfix: set page vars needed for filling.
2228
2229         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2230         (was: @ar).
2231
2232         * scm/page-layout.scm: Further development.
2233
2234         * ly/declarations-init.ly (paper): Define page-breaking.
2235
2236 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2237
2238         * lily/note-head.cc (brew_ez_stencil): add note-names
2239         property. Provides internationalization for note names.
2240
2241         * Documentation/user/changing-defaults.itely (Creating contexts):
2242         new node.
2243
2244         * lily/grace-iterator.cc (process): descend to child for \grace.
2245
2246         * lily/timing-translator.cc (initialize): Timing_translator adds
2247         Timing alias by itself.
2248
2249         * lily/context.cc (add_alias): new function.
2250
2251         * scm/lily.scm (tex-output-expression): new function, eval within
2252         drawing API. Guards against eval vulnerabilities.
2253
2254         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2255
2256         * scm/output-ps.scm (scm): export lily drawing API.
2257
2258         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2259         throughout.
2260
2261 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2262
2263         * scm/page-layout.scm (optimal-page-breaking): New function.
2264         
2265         * lily/paper-book.cc (pages): Use it.
2266
2267 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2268
2269         * lily/include/paper-line.hh (class Paper_line): Full smob.
2270
2271 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2272
2273         * lily/global-context.cc (run_iterator_on_me): fix grace note
2274         nesting by initting measurePosition.
2275
2276         * lily/timing-translator.cc (initialize): do no init
2277         measurePosition
2278         
2279         * lily/include/music-output-def.hh (class Music_output_def): add
2280         input_origin_ field.
2281
2282         * Documentation/user/changing-defaults.itely (Changing context
2283         properties on the fly): new node.
2284
2285         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2286         function. Only have smobbed_copy (), and do not provide
2287         smobbed_copy() for non-simple smobs. Changes throughout.
2288
2289 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2290
2291         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2292         start_moment_. Fix by Doug A. Linhardt.
2293
2294 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2295
2296         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2297         accidentals for harmonic notes.
2298
2299         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2300         of different style. (Thanks to Doug Linhardt).
2301
2302         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2303         new node.
2304
2305 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2306
2307         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2308
2309         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2310         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2311         vim/lilypond-indent.vim: doc targets and deps in comments.
2312
2313 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2314
2315         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2316
2317         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2318
2319         * lily/include/paper-line.hh:
2320         * lily/include/paper-line.cc: New file.
2321
2322 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2323
2324         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2325
2326         * GNUmakefile.in: remove stray make out=www
2327
2328         * input/test/bagpipe.ly (gcdg): octave fixes.
2329
2330         * scm/define-markup-commands.scm (number): use font-encoding
2331         iso. font-family
2332
2333         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2334         font-encoding.
2335         
2336 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2337
2338         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2339         `output_format_global' and `PAGE_LAYOUT'.
2340
2341 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2342
2343         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2344         lily functions in safe mode.
2345
2346         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2347         Print filename for HTML, LATEX, before texidoc.
2348
2349         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2350         instructions in output-ps module.
2351
2352         * scm/lily.scm: Do not load output-ps module.
2353
2354         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2355         safe mode.
2356
2357 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2358
2359         * lily/span-dynamic-performer.cc (process_music): remove spurious
2360         warning.
2361
2362         * lily/context-def.cc (Context_def): init name to ""
2363
2364         * lily/font-interface.cc: add font-encoding property.
2365
2366         * scm/lily.scm (chain-assoc-get): bugfix.
2367
2368         * lily/paper-book.cc (stencil2line): protect static SCM.
2369
2370         * lily/font-interface.cc (text_font_alist_chain): rename function,
2371         and use text-font-defaults. 
2372
2373         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2374
2375         * scm/paper.scm (paper-set-staff-size): use new function.
2376
2377         * scm/new-font.scm (make-font-tree): new function.
2378
2379 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2380
2381         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2382
2383         * scm/lily.scm (get-output-module): New function.
2384         (output-alist): Remove ,ps-output-expression.
2385
2386         * scm/output-tex.scm (ps-output-expression): New function.
2387
2388         * scm/output-ps.scm (ps-output-expression): Remove.
2389         (header, start-page): Output page metadata.
2390
2391         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2392         initialise output_module_.  Do not write part of header.
2393         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2394         (output_header): Output full header.
2395
2396         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2397         FIXME.
2398
2399 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2400
2401         * scm/new-font.scm: new file. Tree based font lookup.
2402
2403         * scm/lily.scm (assoc-get): take default argument. Remove
2404         assoc-get-default.
2405         (chain-assoc-get): use chain-assoc-get everywhere.
2406
2407         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2408         autobeamsettings conversion bug.
2409
2410         * lily/include/global-context.hh (Context): clean-up data hiding.
2411
2412         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2413         data hiding.
2414
2415         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2416
2417         * input/regression/stem-shorten.ly: add chord case.
2418
2419         * lily/stem.cc (get_default_stem_end_position): shorten stems
2420         triggered by note-head positions, not by forced-direction. This
2421         fixes a bug with too short stems.  
2422  
2423 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2424
2425         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2426         Lilypond_snippet.output_latex): Always call output_print_filename.
2427
2428         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2429         expand pages.
2430
2431 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2432
2433         * scm/part-combiner.scm (make-autochange-music): switch rests
2434         before switched notes too.
2435
2436         * lily/figured-bass-engraver.cc (process_music): change calling
2437         convention.
2438
2439         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2440
2441         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2442         command.
2443
2444         * lily/include/stencil.hh (class Stencil): add origin field.
2445
2446         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2447         function.
2448
2449         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2450
2451         * lily/lexer.ll: remove support for \$ and $ in identifiers
2452
2453         * lily/sequential-iterator.cc: remove copy_grace_fixups
2454         (get_grace_fixup): slight abstraction of fixup code.
2455
2456         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2457
2458 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2459
2460         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2461         in insert-mode. add indenting rules.
2462
2463 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2464
2465         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2466         protect hack.
2467
2468         * scm/page-layout.scm:
2469         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2470         layout and titling should now match external latex based version.
2471
2472         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2473         header fields.
2474
2475         * ps/lilyponddefs.ps: Remove automatic page layout.
2476
2477         * scm/output-ps.scm (new-start-system): New interface function.
2478
2479         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2480
2481         * lily/paper-book.cc (output): Bugfix.
2482
2483 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2484
2485         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2486         
2487 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2488
2489         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2490         direntries.
2491
2492         * ps/lilyponddefs.ps: Bugfix.
2493
2494         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2495
2496 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2497
2498         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2499         cause. This should fix warnings.
2500
2501         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2502
2503         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2504         prevent aligned 6ths.
2505
2506         * lily/custos.cc (print): remove adjust-if-on-staffline.
2507
2508 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2509
2510         * lily/paper-book.cc: Do header and footer.
2511
2512 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2513
2514         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2515
2516         * scm/paper.scm (lineheight): Remove
2517         (head-sep, foot-sep): Add.
2518
2519 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2520
2521         * mf/feta-schrift.mf: reduce portato thickness.
2522
2523         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2524
2525         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2526         programming_error ().
2527
2528         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2529         bracket to last command column.
2530
2531         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2532         continues on next/prev system.
2533
2534         * input/regression/pedal-end.ly: new file.
2535
2536 2004-03-10  Werner Lemberg  <wl@gnu.org>
2537
2538         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2539         Remove pmx2ly stuff.
2540         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2541
2542 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2543
2544         * scm/page-layout.scm: New file.
2545
2546         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2547         settings.
2548         (Lilypond_snippet.is_outdated): Also check for PNG file.
2549         Workaround for interrupted (web) builds.
2550
2551         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2552
2553         * ps/lilyponddefs.ps: Use only very small top-marging.
2554         (init-paper): Also pop page size string.
2555         (start-page, stop-page): New function.
2556
2557         * scm/output-ps.scm (header-end): Remove stray exec commands.
2558
2559 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2560
2561         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2562
2563         * lily/score.cc (default_rendering): clean protection.
2564
2565         * lily/paper-book.cc (mark_smob): implement smob marking.
2566
2567         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2568
2569         * Documentation/user/*.itely: user manual edits. 
2570
2571 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2572
2573         * Documentation/user/converters.itely (Invoking musedata2ly):
2574         remove pmx2ly.
2575
2576         * scripts/pmx2ly: remove script.
2577         
2578 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2579
2580         * lily/score.cc (default_rendering): Protect paper-book members.
2581
2582         * lily/paper-def.cc (smobbed_copy): New method.
2583
2584         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2585         switch runtime.
2586
2587         * lily/include/music-output.hh (process): Change signature to
2588         return SCM.
2589
2590         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2591         method.
2592
2593         * lily/paper-score.cc (process): Return stencils rather than
2594         outputting directly.  Remove paper-book kludge.  Delete grobs.
2595         (output): Remove.
2596
2597         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2598
2599         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2600
2601         * lily/score.cc (default_rendering)
2602         (ly_render_output): Move adding paper-score two levels up.
2603
2604         * lily/system.cc (get_line):
2605         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2606
2607 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2608
2609         * scm/font.scm (paper20-font-vector): add more design sizes for
2610         number.
2611
2612         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2613         feta-nummber{5,7,11,13}.
2614
2615         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2616         for 12pt design size. 
2617
2618 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2619
2620         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2621
2622 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2623
2624         * lily/font-select.cc (properties_to_font_size_family): Fix
2625         warning message.
2626
2627         * Experimental PostScript latin1 encoding:
2628         
2629         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2630
2631         * scm/output-ps.scm: Experimental encoding using reencode-font.
2632         * scm/font.scm: Add latin1 `font-shape'.
2633         
2634         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2635
2636         * ps/lilyponddefs.ps (reencode-font): New function.
2637
2638         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2639
2640         * scm/output-tex.scm (start-page):
2641         (stop-page): New interface function.
2642
2643 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2644
2645         * lily/paper-outputter.cc (output_expr):
2646         (output_header):
2647         (output_line): New method.
2648
2649         * lily/system.cc (get_line):
2650         (get_lines): New method.
2651         (output_scheme):
2652         (output_line): Remove.
2653
2654         * scm/lily.scm (make-title): New function.
2655
2656         * lily/paper-book.cc: 
2657         * lily/include/paper-book.hh: New file.
2658
2659         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2660         ly-modules.hh).
2661
2662         * lily/ly-module.cc (ly_modules_lookup): New function.
2663
2664         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2665
2666         * scm/output-ps.scm (make-title): Remove.
2667         (output-scopes): Junk header-title test.
2668
2669 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2670
2671         * mf/feta-schrift.mf: thicker dot for portato.
2672
2673         * lily/accidental-placement.cc (position_accidentals): bugfix in
2674         offset, this fixes right-padding of AccidentalPlacement.
2675
2676         * lily/[h-z]*.cc: () formatting.
2677
2678         * Documentation/user/tutorial.itely (An orchestral part): more
2679         fixes for the tutorial.
2680
2681         * scm/translation-functions.scm (fraction-tuplet-formatter):
2682         reverse fraction.
2683
2684         * lily/parser.yy (context_def_spec_block): use \context instead of
2685         \translator.
2686
2687         * lily/[a-g].cc: () style cleanup.
2688
2689         * Documentation/user/tutorial.itely (Automatic and manual beams):
2690         editing of tutorial.
2691
2692 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2693
2694         * buildscripts/mf-to-table.py (base): write encoding name.
2695
2696 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2697
2698         * Documentation/user/GNUmakefile (local-install-info): Issue
2699         warning (for packager, ie, if not installing in /usr or /usr/local).
2700
2701         * lily/stencil-scheme.cc: 
2702         * lily/staff-symbol-referencer.cc: 
2703         * lily/script-column.cc: 
2704         * lily/pitch.cc: 
2705         * lily/music.cc: 
2706         * lily/grob-pq-engraver.cc: 
2707         * lily/font-interface.cc: 
2708         * lily/music-output-def.cc: 
2709         * lily/duration.cc: 
2710         * lily/grob-scheme.cc:
2711         * lily/context-scheme.cc: Put scheme name on first line in
2712         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2713         style cleanups.
2714
2715         * stepmake/stepmake/scm-vars.make: 
2716         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2717         Rename and split TAGS_FILES.
2718
2719         * GNUmakefile.in (ALL-TAGS): Remove.
2720         
2721         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2722         deeper TAGS files.  Fixes regexp tags in TOP dir.
2723
2724 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2725
2726         * VERSION: 2.1.29 released.
2727         
2728         * Documentation/user/changing-defaults.itely (Changing defaults):
2729         new file.
2730
2731         * Documentation/user/notation.itely (Notation manual): rename from 
2732         refman.itely
2733
2734         * Documentation/user/notation-appendices.itely (The Feta font):
2735         new file.
2736
2737         * Documentation/user/advanced.itely: add aborted attempt for
2738         advanced topics manual.
2739
2740 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2741
2742         * scm/new-markup.scm: display Markups in sane format. Patch by
2743         Nicolas Sceaux.
2744
2745 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2746
2747         * lily/main.cc: Cleanups.
2748         (setup_localisation): New function.
2749         (sane_putenv): Remove.
2750         (main_with_guile): New name (Was: main_prog).  Remove musings
2751         about possible preparation for GUILE heavy memory usage and
2752         practical uselessness.  Do not set environment variables
2753         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2754         name juggling.
2755         (parse_argv): New function.
2756         (copyright): New function.  It's 2004 already.
2757
2758         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2759         (distill_inname): Move from main.
2760
2761 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2762
2763         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2764
2765         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2766
2767         * Documentation/user/running.itely: new file.
2768
2769         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2770
2771         * lily/score-performer.cc (finish): call Translator::finalize ().
2772
2773 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2774
2775         * lilypond-ftpplugin.vim: renamed to the following file.
2776         * lilypond-ftplugin.vim: new file.
2777
2778         * GNUmakefile.in: update VIM_FILES.
2779
2780 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2781
2782         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2783         props.
2784
2785         * input/test/tie-sparse.ly: remove.
2786
2787         * lily/tie-performer.cc (try_music): copy & paste from
2788         Tie_engraver.
2789
2790         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2791         variable_ref twice.
2792
2793         * lily/key-performer.cc (create_audio_elements): use
2794         alterations-in-key.
2795
2796         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2797
2798 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2799
2800         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2801         handle also quarter tones (not shown as tests). test also flats.
2802
2803         * Documentation/index.html.in: small fixes.
2804
2805 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2806
2807         * input/regression/new-markup-scheme.ly: Typo.
2808
2809         * scm/define-markup-commands.scm (fill-line): New markup.
2810
2811         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2812         (output-paper-def): Fix alignment.
2813         (make-title): Fix height/width scaling.
2814
2815         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2816
2817         * input/test/title-markup.ly: Add remaining titles.  Layout and
2818         font size fixes.  Add simplistic latin1 test.
2819
2820 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2821
2822         * input/test/nested-groups.ly: remove. move content (to next). 
2823         * input/test/staff-bracket.ly: replace content (from prev), this 
2824         has been already in templates.
2825
2826 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2827
2828         * stepmake/autogen.sh: Only issue warning about running configure
2829         without arguments when autogen.sh will actually be running
2830         configure.
2831
2832 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2833
2834         * scm/new-markup.scm (stack-stencil-line): robustness.
2835
2836         * scm/define-markup-commands.scm (simple): robustification of
2837         simple-markup.
2838
2839         * Documentation/user/music-glossary.tely (Top): change central C
2840         to middle C.
2841
2842         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2843
2844 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2845
2846         * input/test/title-markup.ly (spaceTest): Add.
2847
2848         * lily/text-item.cc (interpret_markup): Make line markup from
2849         multi word markup.
2850
2851         * scm/define-markup-commands.scm (word): New markup command.
2852         (simple): Use it.
2853
2854         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2855
2856 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2857
2858         * vim/ftplugin/lilypond.vim:
2859         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2860         show matching paren in insert mode.
2861
2862 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2863
2864         * scm/output-ps.scm (make-title, output-scopes): Further
2865         development.
2866
2867         * input/test/title-markup.ly: New file.
2868
2869         * ps/lilyponddefs.ps: Disable PostScript titling.
2870
2871         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2872
2873 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2874
2875         * lily/arpeggio.cc (width_callback): remove padding.
2876  
2877         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2878
2879         * scm/define-music-types.scm: remove make-music-by-name.
2880
2881         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2882
2883 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2884
2885         * lily/paper-score.cc (process): Output titles using make-title.
2886
2887         * scm/output-ps.scm (output-stencil): Display directly instead of
2888         constructing string.
2889         (make-title): New function.
2890
2891 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2892
2893         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2894         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2895         Move documentation of LaTeX packages for latin1 characters to the
2896         lilypond-book manual.
2897
2898 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2899
2900         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2901
2902         * vimrc: add menu in console and shortcut <F10> for it.
2903
2904         * vim/:
2905         * vim/compiler/:
2906         * vim/syntax/:
2907         * vim/indent/:
2908         * vim/ftplugin/: new directories.
2909         
2910         * vim/filetype.vim: new file.
2911
2912         * lilypond.vim: remove files (see next).
2913         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2914
2915         * vimrc: remove file (see next).
2916         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2917
2918         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2919         add header. apply bindings only locally.
2920
2921         * vim/indent/lilypond.vim: new file.
2922
2923         * vim/ftplugin/lilypond.vim: remove errorformat.
2924         * vim/compiler/lilypond.vim: new file for errorformats.
2925
2926         * Documentation/topdocs/INSTALL.texi: give easier orders.
2927
2928         * ROADMAP: add vim/
2929
2930 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2931
2932         * Documentation/user/introduction.itely (Introduction): Use @image
2933         iso @html <img...>.  Add workaround for images in columns in info.
2934
2935         * stepmake/aclocal.m4: Store computed version in variable.
2936
2937         * configure.in: Export MAKEINFO_VERSION.
2938
2939         * config.make.in (MAKEINFO_VERSION): Add.
2940
2941         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2942
2943         * Documentation/user/GNUmakefile: Only build info with images when
2944         building web.
2945
2946         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2947
2948         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2949         stuff from documentation-targets.make
2950
2951 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2952
2953         * VERSION: 2.1.28 released
2954         
2955         * scripts/convert-ly.py (conv): 
2956
2957 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2958
2959         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2960         \arpeggioBoth. redefine \arpeggioBracket.
2961
2962         * Documentation/user/refman.itely: document new arpeggio
2963         functions.
2964
2965         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2966
2967         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2968
2969         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2970
2971 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2972
2973         * Documentation/user/introduction.itely (Automated engraving):
2974         rewrite introduction using website text.
2975
2976 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2977
2978         * scm/*.scm: make-music-by-name is replaced by make-music, which
2979         also accept music property settings, eg:
2980           (make-music 'TextScriptEvent 'direction DOWN 'text
2981               (make-simple-markup x))
2982
2983         Patch courtesy Nicolas Sceaux
2984
2985         * lily/beam-quanting.cc: cleanup, separate counts for left and
2986         right beam ends.
2987
2988         * lily/side-position-interface.cc (quantised_position): also
2989         quantize staccato position for forced stem directions. 
2990
2991 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2992
2993         * scm/*.scm: Patch by Nicolas Sceaux: 
2994
2995         * scm/music-functions.scm: ly:grob-property and ly:music-property
2996         are made procedure with setters.
2997
2998         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2999         
3000 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3001
3002         * input/test/[t-v]*.ly: finish rewriting texidocs.
3003
3004         * input/test/vaticana.ly: remove.
3005         * input/test/ligature-vaticana.ly: new, renamed file name.
3006
3007         * input/test/stem-centered.ly: remove.
3008         * input/test/mensural-note-heads.ly: new file. take content from
3009         removed file stem-centered.ly.
3010
3011         * input/test/scales-greek.ly: simplify.
3012
3013         * input/test/s*.ly: reformulate texidocs.
3014         
3015         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3016         of missing features.
3017
3018 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3019
3020         * input/test/[j-o]*.ly: update texidocs.
3021
3022 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3023
3024         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3025
3026         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3027         images.
3028
3029         * Documentation/user/lilypond.tely (@direntry): Update.
3030
3031         * stepmake/stepmake/documentation-targets.make
3032         (install-info,uninstall-info): Install into $(package_infodir).
3033         Install images.  Run install-info to update dir.
3034
3035         * config.make.in (package_infodir): Add.
3036
3037         * Documentation/user/GNUmakefile (info-with-images,
3038         local-install-info, local-uninstall-info): New target.
3039
3040 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3041
3042         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3043         gap/threshold.
3044
3045         * lily/beam-quanting.cc (score_slopes_dy): remove
3046         ROUND_TO_ZERO_SLOPE kludge.
3047
3048         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3049
3050         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3051
3052         * lily/global-context.cc (Global_context): alway accept Score
3053         (run_iterator_on_me): cast Context to Score_context, not
3054         Context_def.
3055
3056         * Documentation/user/refman.itely: documentation patch by Edward
3057         Sanford Sutton.
3058
3059         * mf/GNUmakefile: unset sauter-fonts.
3060
3061 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3062
3063         * scripts/lilypond-book.py (output_texinfo): Output @image
3064         descriptions for info too.
3065
3066         * input/test/chord-names-jazz.ly: 
3067         * input/test/embedded-scm.ly: Clarify.
3068
3069         * input/test/cautionaries.ly: Typo.
3070
3071         * lily/input-smob.cc (ly_input_location): Compile fix.
3072
3073 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3074
3075         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3076
3077         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3078         fixes problems with system defaults being reverted with \override
3079         on Score level.
3080
3081         * lily/global-context.cc (Global_context): apply property-ops to
3082         Global_context too. 
3083
3084 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3085
3086         * scm/output-ps.scm (stencil->string): Rewrite.
3087
3088 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3089
3090         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3091         impersonal style.
3092
3093 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3094
3095         * lily/input-smob.cc (ly_input_location: New function.
3096
3097         * scm/define-markup-commands.scm (upright): New markup command.
3098
3099         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3100
3101         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3102
3103         * scm/output-ps.scm (output-stencil): New function.
3104
3105         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3106         of snippet types; fixes @ignore and @verbatim blocks.
3107
3108 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3109
3110         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3111         to a file in printed documentation, instead, refer either to a 
3112         syntax or to an output.
3113
3114 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3115
3116         * input/regression/beam-center-slope.ly: Add test.
3117
3118 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3119
3120         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3121         (SAUTER_FONTS): Reinstate.
3122
3123         * scm/define-markup-commands.scm (caps): New markup command.
3124
3125         * scm/output-ps.scm (output-scopes): Experimental markup output.
3126
3127         * scm/: Add missing headers.
3128
3129         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3130
3131         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3132
3133 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3134
3135         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3136         Stray style cleanups.
3137
3138 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3139
3140         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3141         no dot combination.
3142
3143         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3144         substitute \override Staff.autoBeamSettings too
3145
3146         * Documentation/user/tutorial.itely: proofreading fixes by David
3147         Bobroff
3148
3149 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3150
3151         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3152
3153         * ps/music-drawing-routines.ps: 
3154         * ps/lilyponddefs.ps: Add end markers.
3155
3156 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3157
3158         * VERSION: 2.1.27 released.
3159         
3160         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3161
3162         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3163         obey documentation.
3164
3165 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3166
3167         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3168
3169         * scm/output-ps.scm: Resurrect.
3170         
3171         * scm/output-tex.scm: Minimal cleanups.
3172
3173         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3174
3175         * make/ly-rules.make: Remove any broken lily-*.tex files before
3176         lilypond-book run.
3177
3178         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3179         comment.
3180
3181         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3182         Enabled by default, may save 10% compile time.
3183
3184 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3185
3186         * lily/lyric-phrasing-engraver.cc: remove
3187         
3188         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3189         longer necessary. 
3190
3191         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3192         so lyric-phrasing-engraver is no longer necessary.
3193
3194         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3195         Grob_pq_engraver from Staff.
3196
3197         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3198         busyGrobs directly.
3199
3200         * input/regression/quote-transposition.ly: new file.
3201
3202         * lily/recording-group-engraver.cc (stop_translation_timestep):
3203         store instrumentTuning too. 
3204
3205         * lily/quote-iterator.cc (process): transpose events using
3206         instrumentTuning.
3207
3208         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3209         -> \tuning <pitch>
3210
3211         * lily/parser.yy (command_req): add \tuning command for setting
3212         instrument tuning of staff.
3213
3214         * Documentation/user/GNUmakefile
3215         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3216
3217         * Documentation/user/refman.itely (Customized accidental rules):
3218         typo.
3219
3220 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3221
3222         * Documentation/user/music-glossary.tely: remove the missing norwegian
3223         translation; they can be put in later properly.
3224
3225 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3226
3227         * lily/recording-group-engraver.cc (start_translation_timestep):
3228         init Recording_group_engraver twice.
3229
3230 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3231
3232         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3233         stray style cleanups:
3234
3235         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3236         -Wmissing-prototypes.
3237
3238         * flower/include/killing-cons.tcc (Killing_cons): Add template
3239         specifier for car_.
3240
3241         * flower/include/parray.hh (binsearchs): Add template specifier
3242         for maxkey.
3243
3244         * flower/include/interval.hh: Declare elem () with template specfier.
3245
3246 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3247
3248         * elisp/lilypond-indent.el (get-buffer-size): add customization
3249         groups for several variables (Reuben Thomas).
3250
3251 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3252
3253         * Documentation/user/invoking.itexi (Point and click): add index
3254         entry.
3255
3256         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3257         go under beam.
3258
3259         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3260         sarabande beam. 
3261
3262         * flower/warn.cc (programming_error): cross fingers not thumbs.
3263
3264         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3265         staff-position is set.
3266
3267         * VERSION: release 2.1.26 
3268         
3269         * scm/chord-entry.scm (construct-chord): process transposition
3270         after processing explicit-11.  
3271
3272 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3273
3274         * lily/parser.yy (add_quote): add syntax for adding quotes:
3275         \addquote "id-string" Music
3276
3277         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3278
3279         * scripts/convert-ly.py (conv): add rules for name changes.
3280
3281         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3282         music/context/grob property functions. Internally, use
3283         get_property() and set_property() for both.
3284
3285 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3286
3287         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3288         for Emacs <= 20 (Laurent Martelli).
3289
3290 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3291
3292         * lily/parser.yy (command_element): extract quoted vector in
3293         parser.
3294
3295         * input/regression/quote.ly: new file.
3296
3297         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3298
3299         * lily/parser.yy (command_element): \quote DURATION NAME: support
3300         cue notes. 
3301
3302         * lily/quote-iterator.cc (class Quote_iterator): new file.
3303
3304 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3305
3306         * lily/auto-beam-engraver.cc (try_music): accept and process
3307         beam-forbid-event.
3308
3309         * input/regression/auto-beam-no-beam.ly: new file.
3310
3311 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3312
3313         * lily/accidental.cc (print): Change font-relative-size ->
3314         font-size. Fixes cautionary-style = smaller.
3315
3316 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3317
3318         * lily/system-start-delimiter.cc (staff_brace): remove
3319         font-relative-size
3320
3321         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3322         forgotten with scm_list_n. Fixes spurious coredumps.
3323
3324         * lily/accidental-engraver.cc (stop_translation_timestep): move
3325         update of localKeySignature to stop_translation_timestep (). This
3326         makes sure that all ties are noticed at the right moment.
3327         (stop_translation_timestep): clear tie only when right-side
3328         notehead was seen.
3329         (number_accidentals_from_sig): cleanup. 
3330
3331         * input/regression/accidental-tie.ly (mus): new file
3332
3333         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3334         these longish tests.
3335
3336 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3337
3338         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3339
3340         * THANKS: update bugreporter list.
3341
3342         * lily/beam.cc (print): broken beams last until end of staff.
3343         (print): broken beams start from prefatory matter.
3344
3345         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3346
3347         * lily/paper-score.cc (process): dump header only once.
3348
3349         * lily/paper-outputter.cc (Paper_outputter): move logic into
3350         Scheme.
3351
3352         * scm/output-tex.scm (output-scopes): new function.
3353         (output-paper-def): new function
3354         (tex-string-def): new function
3355         (symbol->tex-key): new function
3356
3357         * scripts/convert-ly.py (conv): add rule for | ~
3358
3359 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3360
3361         * input/regression/{many}.ly: refresh, trying to guess how
3362         it was designed.
3363
3364 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3365
3366         * VERSION: release 2.1.25
3367
3368         * scm/define-translator-properties.scm
3369         (all-user-translation-properties): add printOctaveNames
3370
3371         * ly/engraver-init.ly: remove Note_event_swallower from
3372         NoteNamesContext.
3373
3374         * lily/note-name-engraver.cc (process_music): new property
3375         printOctaveNames
3376
3377         * lily/context.cc (find_existing_context): remove support for
3378         Current.
3379
3380         * scm/music-functions.scm (set-accidental-style): new function;
3381         duplicate accidental macros.
3382
3383         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3384
3385         * lily/note-name-engraver.cc (process_music):
3386         process_acknowledged_grobs () -> process_music ()
3387
3388         * scm/part-combiner.scm (determine-split-list): robustification.
3389
3390 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3391
3392         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3393         lines for falling into beam-gap.
3394         (score_forbidden_quants): check all staff lines for falling in
3395         beam gaps.
3396
3397         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3398         key/clef/time signatures. 
3399
3400         * input/test/ossia.ly: revise example.
3401
3402         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3403         cleanup.
3404         
3405         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3406         comply to Scheme standard.  Remove ly:get-paper-variable
3407
3408 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3409
3410         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3411
3412 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3413
3414         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3415         properties from Voice context. This fixes accidental size for
3416         staff-switches during grace contexts.
3417
3418         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3419         if necessary. Else, simply wipe dots.
3420
3421         * input/test/beam-alternate.ly: new file
3422
3423         * input/test/piano-staff-distance.ly: new file.
3424
3425         * lily/translator-group.cc (recurse_down_translators): use
3426         Direction for bottom-up/top-down.
3427
3428         * lily/include/translator.hh (class Translator): add
3429         process_music() and do_announces(). This obviates
3430         recurse_down_{engravers,performers}.
3431
3432         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3433         \melisma and \melismaEnd
3434
3435         * lily/melisma-engraver.cc (process_music): change to
3436         Melisma_translator, unify with performer. Accept
3437         ManualMelismaEvent.
3438
3439         * ly/engraver-init.ly: add Font_size_engraver.
3440
3441 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3442
3443         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3444         it hara-kiri.
3445
3446         * input/regression/{many}.ly: improve descriptions trying to figure
3447         out what is tested.
3448
3449 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3450
3451         * lily/slur.cc (broken_trend_offset): robustness fix.
3452
3453         * VERSION: release 2.1.24
3454
3455         * lily/context.cc (find_create_context): go to Score if it exists.
3456
3457         * lily/context-scheme.cc: new file.
3458
3459         * lily/score-translator.cc (get_output): new file.
3460
3461         * lily/include/grob-info.hh: origin_contexts() now does not
3462         include the originating engraver
3463
3464         * lily/translator-group.cc (translator_each): clean up contents,
3465         remove superfluous stubs. Engraver_group_engraver and
3466         Performer_group_performer are the only classes using multiple
3467         inheritance.
3468
3469         * lily/include/score-context.hh (class Score_context): interface
3470         between Score_{engraver,performer} and Global_context.
3471
3472         * lily/include/global-context.hh (Context): change from
3473         global-translator. This is the entry point for contexts; it is not
3474         tweakable using \translator{}. Score is no longer the top context,
3475         but sits underneath Global.
3476
3477         * lily/include/context.hh (class Context): brain surgery: split
3478         out Context functionality from Translator_group. Context is now a
3479         separate type from Translator.
3480
3481 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3482
3483         * lily/include/translator.hh (class Translator): make
3484         get_score_context() and get_global_translator (), and use the one
3485         which is appropriate.
3486
3487         * lily/context.cc: partially put functionality of Translator_group
3488         into Context.
3489
3490         * lily/include/context.hh (Translator): new class: put between
3491         Translator and Translator_group. 
3492
3493         * lily/new-accidental-engraver.cc: remove file.
3494
3495 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3496
3497         * input/regression/{many}.ly: improve descriptions: use complete 
3498         sentences, try to describe what is tested, avoid `we´, do not use 
3499         don't, ... 
3500
3501 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3502
3503         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3504         is at EOL.
3505
3506         * Documentation/user/lilypond.tely: declare the topmost node only
3507         once; removes empty line in @contents.
3508
3509         * Documentation/user/music-glossary.tely: really add Finnish author.
3510         Draw more beatiful `->´ arrow in html: &rarr;
3511
3512 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3513
3514         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3515
3516         * scripts/convert-ly.py (conv): add ly:music-list  change.
3517
3518         * lily/grob.cc: edit doc string.
3519
3520         * scm/define-grob-properties.scm (all-user-grob-properties):
3521         proofreading, editing of doc strings.
3522
3523         * input/regression/tablature-string-tunings.ly: new file.
3524
3525         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3526         listen to stringTunings
3527
3528         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3529         for self-alignment-[XY] code.
3530  
3531 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3532
3533         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3534         cond) into function. Cleanup.
3535
3536         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3537         
3538         * VERSION (PACKAGE_NAME): 2.1.23 released
3539
3540 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3541
3542         * Documentation/user/{refman,internals}.itely: small fixes.
3543
3544 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3545
3546         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3547         accidentals for harmonic notes
3548
3549         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3550         for harmonic notes.
3551
3552         * scm/document-backend.scm (interface-doc): prune Grob
3553         documentation: don't duplicate interface information.
3554
3555         * lily/*.cc: lots of updates of doc strings.
3556
3557 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3558
3559         * input/test/ac-extra-voice.ly (accompany): remove file.
3560
3561         * input/test/maximum-rest-count.ly: remove file.
3562
3563         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3564         conversion rule for \translator { }. Apply everywhere.  
3565
3566         * lily/parser.yy (music_property_def): set property for \once in
3567         the PropertyMusic itself, not the ContextSpec.
3568         (property_operation): change syntax within \translator { }
3569
3570         * scm/define-music-properties.scm (all-music-properties): clean up.
3571
3572         * lily/auto-beam-engraver.cc (test_moment): use
3573         updated_grob_properties() to retrieve autoBeam settings.
3574
3575         * lily/spacing-spanner.cc: bound shortest_playing_len by
3576         measure_length
3577
3578         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3579         multi-measure events for spacing computation.
3580
3581         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3582         elliptical, to 1.49.
3583
3584         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3585         vertical positioning for polyphony, without RestCollision object.
3586
3587         * lily/note-column.cc (add_head): prevent rests & note heads on
3588         one stem.
3589
3590         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3591         (do_shift): rewrite only-rests case: use common refpoints: the
3592         routine will have sensible results when other rest-translations
3593         have taken place.
3594
3595         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3596         < 0 case. 
3597
3598         * VERSION: 2.1.22 released
3599         
3600         * input/GNUmakefile (SUBDIRS): remove ascii-art
3601
3602 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3603
3604         * input/: Convert ly files that still had \property.  Fixes make
3605         web.  Remove exta spaces around '='. 
3606
3607         * scripts/convert-ly.py (conv): Redundant space fixes.
3608
3609         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3610
3611 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3612
3613         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3614         create scalable PS and PDFs  for input/{test,template,regression}.
3615
3616         * lily/context.cc (is_alias): move function.
3617         (is_alias): add Bottom as context alias. 
3618         (find_create_translator): add Bottom as a context alias for creation.
3619
3620         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3621
3622         * lily/parser.yy (music_property_def): new syntax for property
3623         assignments:
3624
3625         \set A.B = #C , \unset A.B
3626         \override A.B #C = #D, \revert A.B #C 
3627
3628         * lily/my-lily-lexer.cc: remove \property
3629
3630 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3631
3632         * Documentation/user/refman.itely: add dots after seealso refs.
3633
3634         * input/template/{many}.ly: harmonise descriptions.
3635
3636         * Documentation/user/music-glossary.itely: add Finnish author.
3637
3638 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3639
3640         * VERSION (PACKAGE_NAME): release 2.1.21
3641
3642 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3643
3644         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3645
3646         * scripts/lilypond-book.py (snippet_res): @include filename must
3647         not be empty.
3648
3649 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3650
3651         * scm/documentation-generate.scm (markup-doc-string): dump
3652         markup-commands.tely
3653
3654         * scm/define-markup-commands.scm (override): new file.
3655         Move documentation from refman into doc-strings. 
3656
3657         * input/test/staff-container.ly: fix example.
3658
3659         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3660         StaffContainer
3661
3662         * lily/grob.cc: remove point_dimension_callback
3663         (Grob): read forced dimensions from X-extent and Y-extent.
3664         (get_paper): remove preset_extent.
3665
3666         * scm/define-grobs.scm (all-grob-descriptions): remove
3667         point_dimension_callback. 
3668
3669         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3670         textscript to head. This makes no-spacing-rods work on
3671         DynamicText.
3672
3673         * lily/chord-name.cc: remove props chord, bass, inversion.
3674
3675         * Documentation/user/appendices.itely: add Scheme functions,
3676         context-properties and layout properties to manual.
3677
3678         * scm/part-combiner.scm (determine-split-list): include rests in a
3679         solo1/2 sequence.
3680
3681         * lily/new-part-combine-iterator.cc (substitute_both): new
3682         function.
3683         (class New_pc_iterator): add separate Voice=solo context, fixes
3684         autobeams going from chords to solo.
3685
3686 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3687
3688         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3689
3690         * Documentation/user/tutorial.itely:
3691         * Documentation/user/refman.itely: Add short note about being part
3692         of lilypond.tely.
3693
3694         * COPYING: Make note more clear with respect to files that are
3695         explicitely licenced otherwise (Documention/user/ comes to mind).
3696         
3697         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3698         comment about barfing of @c,{}.
3699
3700         * Documentation/user/music-glossary.tely: Add list of authors.
3701
3702         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3703         source (was: also in build log).
3704
3705 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3706
3707         * lily/side-position-interface.cc (general_side_position): if
3708         staff-padding is set, then include staff in support too.
3709
3710         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3711         module workbook
3712
3713         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3714
3715         * lily/tuplet-engraver.cc: remove tupletInvisible
3716
3717         * scm/define-translator-properties.scm: cleanup, separate in
3718         internal and user props. 
3719
3720         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3721         LyricsVoice -> Lyrics
3722
3723         * lily/new-part-combine-iterator.cc (process): only print warning
3724         for symbols.
3725
3726 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3727
3728         * scm/part-combiner.scm: Add proper header.
3729
3730         * All but lily/*: The great --2003 --2004 replace; the missing
3731         `bits'.
3732
3733         * TODO: Fix outline mode.  Add book notes.
3734
3735         * ROADMAP: Update.
3736
3737 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3738
3739         * scm/part-combiner.scm (make-autochange-music): use
3740         accumulator. Fixes stack overflow.
3741
3742         * lily/*: rename brew_molecule -> print , molecule-callback ->
3743         print-function
3744
3745         * scm/define-grob-properties.scm: cleanup. Separate into internal
3746         and user properties.
3747
3748         * lily/translator-property.cc (updated_grob_properties): new
3749         function
3750         (execute_pushpop_property): change to new convention:
3751         object property inits are stored as (cons ALIST BASED-ON). This
3752         storage format allows concurrent tweaks in different contexts.
3753
3754 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3755
3756         * TODO: new file.
3757
3758 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3759
3760         * debian/: Late Debian update (sorry Anthony).
3761
3762         * scripts/lilypond-book.py (do_file): Look for input_file in
3763         include path, or ask kpathsea if LATEX.
3764
3765         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3766         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3767         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3768         --header=texidoc.
3769
3770         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3771         relative.
3772
3773         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3774         only when filtering, default to input_base otherwise.  Coding
3775         style fixes.
3776
3777 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3778
3779         * lily/include/translator.hh (class Translator): add virtual
3780         qualifier.
3781
3782 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3783
3784         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3785
3786 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3787
3788         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3789
3790         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3791         (fixes make web).
3792
3793         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3794         live in $(out)-www).
3795
3796         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3797         dependencies.  Add link to .ly source in HTML output.
3798         (Lilypond_snippet.output_html): Handle multiple page picture
3799         output.
3800         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3801         Make usable for output_texinfo again.
3802
3803         * Documentation/user/GNUmakefile: Add static dependency for
3804         lilypond.tely includes.
3805
3806         * Documentation/user/tutorial.itely: Add some lost `relative'
3807         ly-options.
3808
3809 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3810
3811         * lily/include/translator-group.hh: move Music_output_def member
3812         to Global_translator.
3813
3814         * scripts/lilypond-book.py (do_file):  fix latex output.
3815
3816         * VERSION: release 2.1.20
3817         
3818         * scm/part-combiner.scm (determine-split-list): robustness fix 
3819
3820         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3821
3822         * lily/parser.yy (music_output_def_body): plug memory leak.
3823
3824         * lily/translator-group.cc (add_fresh_group_translator): plug
3825         memory leak: unprotect Translator_group once added.   
3826
3827         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3828
3829         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3830         write .dep file.
3831         (Lilypond_snippet.ly): add \renameinput.
3832
3833 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3834
3835         * Documentation/user/refman.itely (Markup command definition): Doc
3836         by Nicolas Sceaux. Rewrite by Han-Wen
3837
3838         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3839         thing of the line.
3840         (brew_molecule): only remove if hyphen is not at the end of line.
3841         (set_spacing_rods): new function: minimum-length specifies
3842         distance between syllables.
3843
3844         * scm/define-grobs.scm (all-grob-descriptions): add
3845         Hyphen_spanner::set_spacing_rods to LyricHyphen
3846
3847         * input/regression/lyric-hyphen-break.ly: new file.
3848
3849         * input/test/lyric-hyphen-retain.ly: new file.
3850
3851         * lily/new-part-combine-iterator.cc (construct_children):
3852         add Rest direction.
3853
3854 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3855
3856         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3857
3858         * Documentation/bibliography/engraving.bib (donemus1982):
3859         update entry.
3860
3861 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3862
3863         * scripts/lilypond-book.py (Substring.__init__): new class.
3864         (Snippet.output_texinfo): add texidoc option.
3865         (Include_snippet.replacement_text): new class.
3866         (Lilypond_snippet.__init__): new class
3867         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3868
3869         * Documentation/user/refman.itely (Sound): 
3870         note about number of channels.
3871
3872         * scm/music-functions.scm (voicify-music): add \context Staff for
3873         << \\ >> polyphony.
3874
3875         * lily/parser.yy (verbose_command_req): \skip now creates
3876         SkipMusic, and does not lead to spurious staves.
3877
3878         * scm/define-music-types.scm (music-descriptions): rename
3879         NonEventSkip to SkipMusic
3880
3881         * input/no-notation/midi-lyric-barcheck.ly: new file.
3882
3883         * input/regression/collision-dots-invert.ly: new file.
3884
3885         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3886         case.
3887
3888         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3889         die if melody died too.
3890
3891 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3892
3893         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3894         with reading from stdin.
3895
3896         * lily/slur-performer.cc (try_music): new file.
3897
3898         * lily/melisma-performer.cc (try_music): new file. Handle
3899         melismata to help lyrics.
3900
3901         * lily/beam-performer.cc (try_music): new file. Handle beam events
3902         to help lyrics.
3903
3904         * lily/score-performer.cc (one_time_step): reinstate
3905         process_music().
3906
3907         * lily/performer.cc (process_music): add to interface.
3908
3909         * lily/performer-group-performer.cc (process_music): new function.
3910
3911         * lily/dot-column.cc (do_shifts): do collision resolution before
3912         dot positioning.
3913         
3914         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3915         file, process printfilename option.
3916         (Snippet.__init__): rewrite: do not use global variables h or
3917         index.
3918         (main): really support -I option.
3919         (find_toplevel_snippets): new code.
3920         (find_toplevel_snippets): reinstate old version, without global
3921         variables.
3922
3923         * tex/texinfo.tex: really add file.
3924         
3925 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3926
3927         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3928         compatibility.
3929
3930 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3931
3932         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3933
3934         * scm/define-translator-properties.scm (drumPitchTable): add
3935         property.
3936
3937         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3938         function.
3939         (help_summary): docstrings.
3940         (do_file): strip the dir of input_base too.
3941
3942 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3943
3944         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3945
3946         * Documentation/user/lilypond-book.itely: Update.
3947
3948         * make/ly-rules.make: Update lilypond-book commands.
3949
3950         * Documentation/user/GNUmakefile: Update makeinfo commands,
3951         lilypond-book flags.
3952
3953         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3954         
3955         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3956
3957         * scripts/filter-lilypond-book.py: Remove.
3958
3959         * Documentation/user/*tely: Update options for new lilypond-book.
3960
3961         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3962         with @macros in @includes.
3963
3964 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3965
3966         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3967         make rest-collision only.
3968
3969         * lily/break-substitution.cc (substitute_one_mutable_property):
3970         clear all-elements using scm_assq_remove_x(). 
3971
3972         * lily/rest-collision.cc (do_shift): shift single rests
3973
3974         * flower/include/array.hh (class Array): rename to is_empty ()
3975
3976         * lily/drum-note-performer.cc: new file: perform drum notes.
3977
3978         * VERSION (PACKAGE_NAME): release 2.1.19.
3979         
3980 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3981
3982         * scripts/filter-lilypond-book.py
3983         (classic_lilypond_book_compatibility): New function.
3984
3985 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3986
3987         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3988
3989         * Grand 2003 -> 2004 search replace. 
3990
3991         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3992         (i.e. < > )
3993
3994         * ly/performer-init.ly: add DrumStaff
3995
3996         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3997         lyric-interface; this prevents lines with only extender lines from
3998         being junked.
3999  
4000         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4001
4002         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4003         extenders right, for once and for all (hopefully).
4004         
4005         * lily/break-substitution.cc (substitute_one_mutable_property):
4006         clear old 'all-elements for System grobs.
4007
4008         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4009         that associatedVoiceContext is always assigned when music & lyrics
4010         are found. 
4011
4012         * ly/engraver-init.ly: remove Lyrics context.
4013         (TabVoice): add noteheads engraver
4014
4015         * input/test/improv.ly: update: do not use Thread switching. 
4016
4017         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4018         squashedPosition is a number  
4019
4020         * Documentation/user/refman.itely (Automatic note splitting):
4021         remove Thread references.
4022
4023         * input/no-notation/pc-direction.ly: remove file.
4024
4025         * ly/engraver-init.ly: remove Thread
4026
4027         * input/regression/tie-chord-partial.ly: remove file.
4028
4029         * scripts/convert-ly.py (conv): \harmonic rule
4030
4031         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4032         notation for harmonic notes: <c' g''\harmonic>
4033
4034         * lily/lily-guile.cc (alist_to_hashq): new function
4035
4036         * scm/lily.scm (alist->hash-table): new function.
4037
4038         * Documentation/user/refman.itely (Percussion staves): update doco.
4039
4040         * input/regression/drums.ly (timb): updates
4041
4042         * lily/note-performer.cc (create_audio_elements): robustness fix.
4043
4044         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4045
4046 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4047
4048         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4049         discard valid matches.
4050
4051 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4052
4053         * lily/drum-note-engraver.cc: new file.
4054
4055         * ly/drumpitch-init.ly: move drum definitions
4056
4057         * scm/drums.scm: remove file.
4058
4059         * lily/*.cc: remove abort-event everywhere.
4060
4061         * lily/note-heads-engraver.cc (process_music): robustification.
4062
4063         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4064         robustification.
4065
4066         * lily/parser.yy (simple_element): add \drums mode.
4067         (simple_element): remove \pitchnames , \chordmodifiers. Use
4068         variables to store this. 
4069
4070         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4071         outside \notes.
4072
4073         * VERSION: release 2.1.18.
4074         
4075         * input/test: remove octave-duplicate.ly
4076
4077 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4078
4079         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4080
4081 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4082
4083         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4084         constructor from Music_iterator. Changes throughout.
4085
4086         * lily/include/music-iterator.hh (class Music_iterator): remove
4087         Music_iterator::skip and Music_iterator::get_pending_events from
4088         interface. Rename report_to -> get_outlet 
4089
4090         * lily/auto-change-iterator.cc: move contents from
4091         new-auto-change-iterator.cc from
4092
4093         * scm/part-combiner.scm: determine split-list from Scheme. 
4094
4095         * lily/new-auto-change-iterator.cc (process): new file.
4096
4097         * lily/parser.yy (part_combined_music): remove old PC cruft.
4098
4099         * ly/engraver-init.ly: remove old
4100         PC cruft.
4101
4102         * Documentation/user/refman.itely (The Lyrics context): note about
4103         extender lines.
4104
4105         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4106         to allow 0-length mmrest events.
4107
4108         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4109
4110         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4111
4112         * lily/spacing-engraver.cc (finalize): robustifications.
4113
4114         * input/regression/new-part-combine-solo-global.ly: new file.
4115
4116         * scm/part-combiner.scm: rewrite.
4117
4118 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4119
4120         * Documentation/user/refman.itely, input/puer-fragment.ly,
4121         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4122         updated for proper use of lyricsto; replaced "(" and ")" ->
4123         "\melisma" and "\melismaEnd"
4124
4125         * input/test/ancient-font.ly: small updates to reduce compile
4126         warnings (TODO: junk this file)
4127
4128         * input/test/gregorian-scripts.ly: added comment about bug
4129
4130         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4131         tiny robustness fix
4132
4133         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4134         recent changes in the feta code); temporarily mapped mensural g
4135         clef to a copy of petrucci g clef until mensural g clef will have
4136         been rewritten
4137
4138         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4139         between mensural and neo-mensural heads (this broke quite a while
4140         ago)
4141
4142         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4143
4144 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4145
4146         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4147         indication.  Fixes for verbatim, multi line comments.
4148
4149 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4150
4151         * input/regression/new-part-combine-solo.ly: more cases.
4152
4153         * lily/slur.cc (height): robustness fix.
4154
4155         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4156
4157         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4158         stemUp/stemDown.
4159
4160         * scm/music-functions.scm (determine-split-list): further analysis.
4161
4162         * lily/script-engraver.cc (try_music): discard duplicate
4163         articulations.
4164
4165         * input/regression/new-part-combine-solo.ly: new file
4166
4167         * input/regression/new-part-combine-a2.ly: new file.
4168
4169         * ly/performer-init.ly: add Devnull
4170
4171         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4172         for \musicglyph #"accidental-*"
4173         (conv): \newpartcombine rule.
4174
4175 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4176
4177         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4178
4179 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4180
4181         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4182         textwidth, --output.
4183
4184 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4185
4186         * scm/new-markup.scm (doubleflat): add accidental markups.
4187
4188         * VERSION: release 2.1.17
4189         
4190         * Documentation/user/refman.itely (Automatic part combining):
4191         revise documentation of the part-combiner.
4192
4193         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4194         
4195         * input/test/part-combine-{moment,staff}.ly: remove file.
4196
4197         * input/regression/pc-mmrest.ly (two): remove file.
4198
4199         * scm/define-music-types.scm (music-descriptions): add
4200         Solo{One,Two}Event and UnisonoEvent
4201
4202         * lily/new-part-combine-iterator.cc (unisono): add state_
4203         variable, signal changes with part-combine-event.
4204
4205         * input/regression/new-part-combine-text.ly: new file.
4206
4207         * lily/part-combine-engraver.cc: new file.
4208
4209 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4210
4211         * scripts/filter-lilypond-book.py: Handle snippet options.
4212
4213 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4214
4215         * scm/music-functions.scm (determine-split-list): detect solo1/2
4216         and unisono.
4217
4218         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4219         revert fix, document why.
4220
4221         * lily/tie-performer.cc (process_music): new function. Set melisma
4222         property.
4223
4224         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4225         always smaller than bracket size.
4226         (make_bracket): oops. Size of the gap was off by factor 2
4227
4228         * input/test/text-rotate.ly: new file.
4229
4230         * scm/new-markup.scm (markup): a macro that provides a
4231         LilyPond-like syntax in scheme for building markups, in order to
4232         help markup command definition. (Nicolas Sceaux)
4233
4234         * input/test/lyrics-skip-notes.ly: new example.
4235
4236         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4237
4238         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4239         use is_alias() iso. == . This fixes lyrics on
4240         GregorianTranscriptions. 
4241
4242 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4243
4244         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4245         \thispagestyle{lastpage} to avoid that it's printed on the second
4246         last page when there's only a single score line on the last page.
4247         (The page breaking mechanism in TeX played some ugly tricks to us.)
4248
4249 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4250
4251         * scripts/filter-lilypond-book.py: Further development.
4252
4253         * input/regression/collision-dots-move.ly: New test.
4254
4255         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4256         hand side note head of non-merged collision to the right.
4257
4258         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4259         Construct children before accessing property from emtpy
4260         lyrics_context_.
4261         (construct_children): Find thread before finding LyricsVoice.
4262         Create LyricsVoice one if none found, fixes crash (thanks Erik
4263         Sandberg).
4264
4265 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4266
4267         * cygwin/: Forward port.
4268
4269 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4270
4271         * buildscripts/install-info-html.sh: Use Bash.
4272
4273         * cygwin/mknetrel: Patch from Bert.
4274
4275 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4276
4277         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4278
4279         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4280         try to copy *png, index.html (Bertalan Fodor).
4281
4282         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4283
4284 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4285
4286         * lily/note-collision.cc (check_meshing_chords): Do not remove
4287         dots (from down head) when merging similar heads (thanks Matthias
4288         Kilian).  Simplify merge_possible tests and other cleanups
4289
4290         * input/regression/collision-merge-differently-dotted.ly: Add test
4291         for disappearing dots on similar heads for both voices.
4292
4293 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4294
4295         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4296         that tagline overrides copyright for single page scores. Correct
4297         the default tagline value.
4298
4299 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4300
4301         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4302
4303 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4304
4305         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4306         TEXMF if it's previously unset.
4307
4308 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4309
4310         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4311
4312         * input/test/trills.ly: fix the unfolding of lineprall.
4313
4314         * input/test/figured-bass-alternative.ly: fix accidental.
4315
4316 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4317
4318         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4319         
4320         * input/no-notation/dos-guile.ly: 
4321         * input/no-notation/dos-ps.ly: 
4322         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4323         
4324         * input/no-notation/safe-include.ly:
4325         * input/no-notation/safe-guile.ly:
4326         * input/no-notation/safe-ps.ly: 
4327         * input/no-notation/safe-tex.ly: New file.
4328
4329         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4330         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4331         options now.
4332         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4333         When in --safe-mode, set environment openout_any=p[aranoid].
4334
4335         * tex/ltest.tex: 
4336         * tex/lilyponddefs.tex: Add \nofiles.
4337
4338         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4339         options.
4340
4341         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4342         This allows building the user manual using a binary installation
4343         and a matching unpacked source tree.
4344
4345         * scm/lily.scm (safe-module): New variable. 
4346
4347         * lily/includable-lexer.cc (new_input): Fix error messages.
4348
4349         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4350         If SAFE, evaluate in safe-module.  Change callers.
4351
4352         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4353
4354         * lily/lexer.ll (embedded_scm): While processing main-input,
4355         invoke ly_parse_scm with safe mode if running in safe-mode.
4356         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4357         in init.ly for safe-mode.
4358
4359 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4360
4361         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4362         compatibility with old versions of geometry.sty (compat2
4363         already implied includehead).
4364         Change the page layout slightly so bottom + footskip = top +
4365         headheight + headsep = 16mm, the remaining paperheight-32mm
4366         are used for the music. Increase footskip to 5mm, so the top of
4367         the footer text doesn't touch the music.
4368
4369 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4370
4371         * VERSION: release 2.1.16
4372         
4373         * scm/music-functions.scm (determine-split-list): bugfix: only use
4374         new-active for both voices if both indexes advance. This fixes the
4375         biggest outstanding problem with new-pc. 
4376
4377         * lily/new-part-combine-iterator.cc (construct_children): set more
4378         directions.
4379
4380 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4381
4382         * scripts/convert-ly.py (conv): add instrument rule.
4383
4384         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4385
4386         * lily/side-position-interface.cc: remove add_staff_support ()
4387         Change all callers to use staff-padding.
4388
4389         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4390         make_spanner().
4391
4392         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4393
4394         * lily/text-engraver.cc: remove scriptHorizontal property.
4395
4396         * lily/beam.cc (least_squares): also set least-squares-dy for
4397         special case of slanted 2-stem beam to center.
4398
4399         * lily/side-position-interface.cc (out_of_staff): move contents of
4400         out_of_staff into aligned_side.
4401         remove out_of_staff().
4402
4403         * input/regression/measure-grouping.ly: fix warning.
4404
4405         * lily/side-position-interface.cc: add staff-padding support to
4406         Side_position_interface::aligned_side.
4407
4408         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4409         one get_property too many.
4410
4411         * flower/include/drul-array.hh (linear_combination): new function
4412         (scale_drul): new function
4413
4414         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4415         operations on empty intervals are silly.
4416
4417 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4418
4419         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4420         (iso gh_scm2int), fixes crash in new part-combiner.
4421
4422         * configure.in: Up mftrace to 1.0.27.
4423
4424 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4425
4426         * VERSION: release 2.1.15
4427         
4428         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4429         align all stanza numbers.
4430
4431 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4432
4433         * Documentation/user/{introduction.itely,refman.itely,
4434         converters.itely}: fix some text inside parentheses; text should
4435         be readable (even) if parentheses are either replaced with commas 
4436         or dropped out.
4437
4438 2004-01-25  Werner Lemberg  <wl@gnu.org>
4439
4440         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4441         input/test/vaticana.ly, input/test/ancient-font.ly,
4442         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4443         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4444         ly/params-as-init.ly, scm/define-grobs.scm,
4445         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4446
4447         * ly/params-as-init.ly: Removed.  Obsolete.
4448         * buildscripts/lilypond.words.py: Updated.
4449
4450 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4451
4452         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4453
4454         * mf/feta-din{4,5,7,9}.mf: remove.
4455         
4456         * lily/engraver.cc (internal_make_item): centralize item/spanner
4457         factory.
4458
4459         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4460         do correct chord conversion for ^"sim."  (backportme)
4461         (FatalConversionError.sub_articulations): substitute ^"foo" in
4462         chords too. (backportme)
4463
4464         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4465         for Fingering.
4466
4467         * lily/side-position-interface.cc (out_of_staff): don't do
4468         anything if staff-padding not defined. 
4469
4470         * mf/feta-params.mf (stafflines): introduce linethickness as
4471         general blackness of the font.
4472
4473         * lily/stem.cc (position_noteheads): rounding error robustness.
4474
4475         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4476         from beam-collision.ly 
4477
4478         * lily/beam.cc (rest_collision_callback): remove direction.
4479
4480         * scm/define-grobs.scm (all-grob-descriptions): remove
4481         enclose-bounds in OttavaBracket and PianoPedalBracket
4482
4483         * scm/new-markup.scm (def-markup-command) new macro, which takes
4484         care of defining the COMMAND-markup and make-COMMAND-markup
4485         procedures, setting markup-signature and keyword-signature object
4486         properties, and pushing the markup command in
4487         markup-function-list.
4488
4489         All markup commands are defined thanks to it.  Users may also use
4490         it to define their own markup commands. (Nicolas Sceaux)
4491
4492         * scm/new-markup.scm: Scheme style clean-up: there should be no
4493         parenthesis alone on a line; LET* should not be used where LET is
4494         enough. (Nicolas Sceaux)
4495
4496 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4497
4498         * scripts/filter-lilypond-book.py: Add script.
4499
4500 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4501
4502         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4503
4504 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4505
4506         * Documentation/user/refman.itely (Fingering instructions): add
4507         single note chords. 
4508
4509         * lily/multi-measure-rest-engraver.cc: use a single
4510         MultiMeasureEvent for mm rests. This prevents problems with the
4511         new part combiner.
4512
4513         * scm/music-functions.scm (determine-split-list): analysis has
4514         global effect: a difference halfway a phrase makes the entire
4515         phrase be typeset as apart.
4516         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4517
4518 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4519
4520         * ly/performer-init.ly: add Devnull.
4521
4522         * Documentation/user/refman.itely (Font selection): remove paper20
4523         ref.
4524         
4525 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4526
4527         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4528
4529 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4530
4531         * scm/music-functions.scm (determine-split-list): bugfixes.
4532
4533         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4534
4535         * input/test/scales-greek.ly: use C as base, results in different
4536         alterations at the clef.
4537
4538         * input/regression/pedal-ped.ly: new file.
4539
4540         * input/regression/pedal-bracket.ly: new file.
4541
4542         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4543         replace after_line_breaking()
4544
4545         * lily/line-interface.cc (line): read thickness.
4546         (line): dash-fraction = 0 always for dotted-line style.
4547
4548         * input/test/staff-lines.ly (lower): bugfix.
4549
4550         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4551         \accepts Devnull into Score.
4552
4553         * scm/lily.scm: remove bla.scm load.
4554
4555 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4556
4557         * VERSION: release 2.1.14
4558         
4559         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4560
4561         * lily/side-position-interface.cc (general_side_position): add
4562         Staff_symbol_referencer::staff_space ().
4563
4564         * lily/include/context-def.hh: rename from translator-def.hh
4565
4566 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4567
4568         * input/template/piano-dynamics.ly (pedal): Updated definition of
4569         Dynamics such that \cresc works, for example.
4570
4571 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4572
4573         * lily/stem.cc (calc_stem_info): use
4574         Staff_symbol_referencer::staff_space
4575
4576         * lily/beam-quanting.cc (quanting): scale Stem_info 
4577
4578         * lily/beam.cc (rest_collision_callback): use minimum-distance
4579         property for rest/beam collisions.
4580         (rest_collision_callback): bugfixes.
4581
4582         * lily/system.cc (post_processing): extra-offset is now relative
4583         to the size of the current staff.
4584
4585         * scm/music-functions.scm (notice-the-events-for-pc): record all
4586         voices, only analyze "one" and "two".
4587
4588         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4589         not parent. 
4590
4591         * lily/new-part-combine-iterator.cc (construct_children): create
4592         Devnull from Voice context
4593
4594         * scm/music-functions.scm (determine-split-list): bugfixes.
4595
4596         * lily/lily-guile.cc (robust_scm2int): new function
4597
4598         * lily/staff-symbol-referencer.cc (line_thickness): new
4599         function. Use throughout.
4600
4601         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4602         in its own context.  Add to preset font-size.
4603
4604         * lily/stem.cc (thickness): new function.
4605
4606         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4607         compute thickness from ledger-line-thickness.
4608
4609         * lily/note-head.cc (brew_ledger_lines): use
4610         Staff_symbol::get_ledger_line_thickness ().
4611
4612         * lily/beam.cc (rest_collision_callback): use
4613         Staff_symbol_referencer::staff_space().
4614
4615         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4616         Mus1 Mus2
4617
4618         * lily/include/translator.hh (class Translator): add accepts_list_
4619         so  \with { \denies / \accepts } also works.
4620
4621         * scm/music-functions.scm (determine-split-list): determine split
4622         list from music events.
4623
4624         * lily/new-part-combine-iterator.cc: more states.
4625
4626         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4627
4628 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4629
4630         * lily/system.cc (set_loose_columns): use the right prebroken cols
4631         for interpolating loose column position.
4632
4633         * lily/text-spanner.cc (brew_molecule): default to no vertical
4634         lines.
4635
4636         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4637         take space.
4638
4639         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4640
4641 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4642
4643         * scripts/convert-ly.py: Do not test filename when processing
4644         stdin.
4645
4646         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4647
4648 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4649
4650         * lily/axis-group-engraver.cc (finalize): extra check; if
4651         process_music () is never called, then staffline_ == 0.
4652
4653         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4654         check run_always ().
4655         
4656         * VERSION: release 2.1.13
4657
4658         * input/regression/note-head-style.ly (pattern): cleanup.
4659
4660         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4661         downloading.
4662
4663         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4664         kludge rehearsalmark placement.
4665
4666         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4667         , ly:spanner?
4668
4669         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4670         close to note head for accidentals.
4671
4672         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4673         tuplet direction.
4674
4675         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4676
4677 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4678
4679         * lily/include/music-iterator.hh (class Music_iterator): add
4680         substitute_outlet() to iterator API.
4681
4682         * lily/new-part-combine-iterator.cc (construct_children):
4683         New_pc_iterator: new class, better part combining.
4684
4685         * lily/tie-column.cc (werner_directions): new function
4686
4687         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4688
4689         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4690         empty objects group spanner as parent
4691
4692         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4693         slope against graphical slope.
4694
4695         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4696         for ottava bracket.
4697
4698         * lily/side-position-interface.cc (general_side_position):
4699         opps. reinstate *dir.
4700
4701         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4702         parser run.
4703
4704         * lily/tuplet-bracket.cc: remove calc_dy ().
4705
4706         * Documentation/user/refman.itely (Balloon help): document balloon
4707         help
4708
4709 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4710
4711         * scm/document-backend.scm (check-dangling-properties): Grob
4712         properties are defined define-grob-properties.scm.
4713         
4714 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4715         
4716         * VERSION: release 2.1.12
4717
4718         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4719         ChordName
4720
4721         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4722         relation to surroundings.
4723
4724         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4725         Y-extent to the note-extents: stay clear of the staff.
4726
4727 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4728
4729         * Documentation/user/GNUmakefile
4730         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4731         iso. copy.
4732
4733         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4734
4735         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4736
4737         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4738
4739         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4740
4741         * lily/line-interface.cc (line): remove thickness from calling interface.
4742
4743         * lily/hairpin.cc: use Line_interface
4744
4745         * lily/line-interface.cc: new file. Line_interface for everything
4746         with dotted/dashed lines.
4747         
4748
4749         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4750
4751         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4752         for constructing ottava brackets.
4753         
4754         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4755         the note heads.
4756
4757         * Documentation/user/internals.itely (Engravers and performers):
4758         fix broken link.
4759
4760         * scm/music-functions.scm (make-mark-set): new function.
4761
4762         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4763         functionally identical to beam.
4764
4765         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4766         () with beam (). 
4767
4768         * Documentation/user/refman.itely (Rehearsal marks): document new
4769         functionality.
4770
4771         * input/regression/rehearsal-mark-number.ly: new file.
4772
4773         * input/regression/rehearsal-mark-letter.ly: new file.
4774
4775         * scm/translation-functions.scm (number->mark-string): new function
4776         (format-mark-letters): new function
4777         (format-mark-numbers): new function
4778
4779         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4780         integer; formatting is done through markFormatter property.
4781         
4782         * scm/define-translator-properties.scm: fold all *-done properties
4783         into positioning-done.
4784
4785         * lily/beam.cc (position_beam): new function
4786         (brew_molecule): make sure that positions are calced before making
4787         the molecule.
4788
4789         * scm/output*.scm (beam):  take 4th argument for function.
4790
4791         * ps/music-drawing-routines.ps: take blot as 4th argument.
4792
4793         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4794         stem to avoid small dents.
4795         
4796 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4797
4798         * VERSION: release 2.1.11
4799
4800         * input/regression/balloon.ly: new file.
4801
4802         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4803         objects, and make help texts. 
4804
4805         * scm/new-markup.scm (parse-simple-duration): parse duration
4806         string to log & dots. (Thanks Nicolas!)
4807
4808         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4809         rule.
4810
4811 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4812
4813         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4814         Lemberg).
4815
4816         * THANKS: alphabetic order.
4817
4818 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4819
4820         * input/regression/note-head-harmonic.ly: new file.
4821
4822         * Documentation/user/internals.itely (Technical manual): explain
4823         difference between music, translation, layout.
4824
4825         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4826
4827         * scm/output-ascii-script.scm (bracket): rounding bfs.
4828
4829         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4830
4831         * ly/paper*.ly: remove files. 
4832         
4833         * scm/paper.scm (set-staff-size): new function: set default
4834         staff-size.
4835
4836         * scripts/convert-ly.py (conv): add conversion rule.
4837
4838         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4839         function.
4840
4841         * scm/paper.scm: new file.
4842         (set-staff-size): new function 
4843         (set-paper-size): new function
4844
4845         * lily/parser.yy (music_output_def_body): restructure definition,
4846         so first Scheme statement in \paper also happens in new scope. 
4847
4848         * lily/system.cc (post_processing): move uniquify_list () to
4849         dumping molecule stage.
4850
4851         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4852         this will mess up scores that use barchecks to shorten measures.
4853
4854         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4855         at 20pt too.
4856
4857         * Documentation/user/tutorial.itely (Printing lyrics): document
4858         \lyricsto
4859
4860         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4861
4862         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4863
4864         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4865         if Voice is not found.
4866
4867         * VERSION: release 2.1.10
4868         
4869         * input/{test,regression}/: remove old-relative 
4870
4871         * lily/lexer.ll: add empty markup signature. 
4872
4873         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4874         strut markup
4875
4876         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4877
4878         * scm/define-translator-properties.scm: update melismata property
4879         doco.
4880
4881         * lily/system.cc (output_lines): revert uniquify_list() patch,
4882         strange side effects seen.
4883         
4884         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4885         dash-period < 0.
4886
4887         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4888         for flute. 
4889
4890 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4891
4892         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4893
4894         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4895
4896         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4897         of line breaks.
4898         (brew_molecule): add padding to left, not right.
4899
4900         * lily/system.cc (uniquify_list): new function
4901         (output_lines): uniquify_list () on all-elements. This fixes
4902         double symbols in the output.
4903
4904         * lily/beam.cc (rest_collision_callback): don't move anything if
4905         staff-position is set.
4906
4907         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4908
4909         * lily/system.cc (typeset_grob): warn if adding twice.
4910
4911         * lily/sequential-iterator.cc (run_always): implement run_always().
4912         (also in other files.)
4913         
4914         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4915
4916         * lily/event.cc (to_relative_octave): add octave-check.
4917
4918         * Documentation/user/refman.itely (Line breaking): add noBreak.
4919
4920         * scm/new-markup.scm (normalsize-markup): add function.
4921         (sans-markup): new function.
4922
4923         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4924         come earlier nowadays.  This fixes beams on grace notes.
4925         
4926         * scm/music-functions.scm (direction-polyphonic-grobs): new
4927         variable, share between override and revert. This fixes script
4928         directions in polyphonic sections. (backportme)
4929
4930 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4931
4932         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4933         breakpoints.
4934
4935         * lily/break-align-interface.cc: add doco
4936
4937         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4938
4939 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4940
4941         * VERSION: release 2.1.9
4942
4943         * scm/document-markup.scm (markup-doc-node): add note about naming.
4944
4945         * scm/new-markup.scm (left-align-markup): bugfix. 
4946
4947         * Documentation/user/refman.itely (Ottava brackets): more doco for
4948         ottava.
4949
4950         * lily/side-position-interface.cc (out_of_staff): also do
4951         out_of_staff() correctly for d == DOWN.
4952
4953         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4954         horizontal line if they move to the right.
4955         
4956         * scm/define-grobs.scm (all-grob-descriptions): set
4957         text-repeat-if-broken for ottava spanner
4958
4959         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4960         property.
4961
4962         * mf/feta18.mf: design size is 18 not 22.5
4963
4964         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4965         Add a single LyricsVoice to a melody. Melismata may be set
4966         individually.
4967
4968         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4969
4970         * lily/dot-column.cc: add stdio.h
4971
4972 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4973
4974         * lily/item.cc: documentation for break-visibility (Thanks, John).
4975
4976 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4977
4978         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4979
4980         * lily/translator-def.cc: rename Translator_def to Context_def.
4981
4982         * Documentation/user/internals.itely (Lexical details): clarify
4983         string def.
4984
4985         * Documentation/user/refman.itely (Rhythmic music): add link to
4986         RhythmicStaff 
4987
4988 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4989
4990         * lily/translator.cc: document start_translation_timestep()
4991
4992         * scm/output-tex.scm (tex-encoded-fontswitch): use
4993         round for rounding (inexact->exact yields rationals)
4994
4995         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4996
4997         * lily/translator-group.cc (get_simple_trans_list): 
4998         new function; construct simple_trans_list_ lazily.
4999         
5000 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5001
5002         * lily/paper-outputter.cc (output_scope): Check if number before
5003         checking exact (guile cvs).
5004
5005         * scm/*: Escape backslashes in scheme strings (guile cvs).
5006
5007 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5008
5009         * Documentation/user/refman.itely (Tablatures basic): annotate
5010         seealso sections.
5011
5012         * lily/*.cc: cleanup of engraver initialize() functions.
5013
5014         * lily/repeat-acknowledge-engraver.cc
5015         (start_translation_timestep): remove first_b_
5016
5017         * lily/tab-note-heads-engraver.cc: listen to string number events
5018         inside < > too. (backportme).
5019
5020         * Documentation/user/refman.itely (Text scripts): add fatText to
5021         index.
5022
5023 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5024
5025         * VERSION: 2.1.8
5026
5027         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5028         footer.
5029
5030         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5031
5032         * lily/bar-check-iterator.cc (process): only warn if
5033         barCheckLastFail was changed.
5034
5035         * scm/define-translator-properties.scm (barCheckLastFail): add
5036         property.
5037
5038         * lily/main.cc (main_prog): print summary of failed files.
5039
5040         * lily/axis-group-engraver.cc: move all spanner creation to
5041         process_music (). Now staffs can be adjusted with \override too.
5042         (Jan, you are a brilliant programmer!)
5043         
5044         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5045
5046 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5047
5048         * Documentation/user/tutorial.itely (Integrating text and music):
5049         Show the commands to produce a PDF as well.
5050
5051 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5052
5053         * lily/translator-def.cc (get_translator_names): accept user
5054         tweaks too. 
5055
5056         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5057         as big as normal heads. 
5058
5059         * input/*ly: run convert-ly
5060         
5061         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5062         () if dependencies are fluked.
5063
5064         * scm/document-translation.scm (engraver-doc-string): update on
5065         latest string/symbol conventions.
5066
5067         * lily/translator-ctors.cc: use Scheme_hash_table.
5068
5069         * lily/translator-def.cc (get_translator_names): new function
5070         (add_context_mod): new function
5071         (get_accepted): new function
5072
5073         * lily/parser.yy (context_mod): put all modifications of
5074         \translator { } in a single production, encode as SCM.
5075
5076         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5077         to use read-only lists, so additions to the definition can be
5078         prepended easily.  
5079
5080         * Documentation/user/invoking.itexi (Editor support): add node on
5081         editor support.
5082
5083         * Documentation/user/refman.itely (Bar check): add lyrics example
5084         of bar checks. 
5085
5086         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5087
5088         * scripts/convert-ly.py (conv): add conversion rule.
5089
5090         * lily/parser.yy: use \change iso. \translator for staff switch.
5091
5092         * lily/my-lily-lexer.cc: add \change.
5093
5094         * scm/define-translator-properties.scm
5095         (default-melisma-properties): add definition.
5096
5097 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5098
5099         * Documentation/user/refman.itely (Bar lines): clarification of
5100         systemStartDelimiter. 
5101
5102         * input/test/slur-shape.ly (x): remove file.
5103
5104         * lily/translator-group.cc (apply_property_operations): new function.
5105
5106 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5107
5108         * lily/parser.yy (optional_prop_ops): allow \with {
5109         PROPERTYSETTINGS } following \context or \new.
5110
5111         * lily/my-lily-lexer.cc: add \with.
5112
5113         * lily/parser.yy (property_operation): clean up definition of
5114         property operations.
5115         (property_op_to_music): new function.
5116         (context_spec_music): new function
5117
5118         * VERSION: 2.1.7 released.
5119         
5120         * input/regression/collision-merge-dots.ly: new file.
5121
5122         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5123         then kill the dots too. 
5124
5125         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5126         set/unset breakableSeparationItem
5127
5128         * lily/separation-item.cc (relative_width): add function.
5129
5130         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5131         only-prebreak-interface
5132
5133         * lily/system.cc (output_lines): only junk only-prebreak-interface
5134         grobs.
5135
5136         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5137         read breakableSeparationItem
5138
5139         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5140
5141         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5142
5143         * lily/dot-column.cc (dot_config_badness): new function:
5144         select the best scoring dot configuration: dots should go close to
5145         the note heads, but be shifted up or down according to conventions.
5146         (print_dot_configuration): idem.
5147         (shift_one): idem
5148         (remove_collision): idem.
5149
5150         * input/regression/dots.ly: add more test cases.
5151
5152 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5153
5154         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5155
5156         * flower/include/interval.hh: rename elem_b to contains 
5157
5158         * lily/tie.cc: change 'heads to 'head-pair.
5159
5160         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5161         fill in 'heads field.
5162
5163         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5164         minimum-length for short ones, and shorten so collisions with the
5165         next syllable are avoided.
5166
5167         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5168         near-zero slopes.
5169         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5170
5171         * lily/dots.cc: remove quantized_position callback. All Y
5172         positioning is done by dot-column.cc
5173
5174         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5175         exhaustive test of all dot positions. This fixes disappearing dots
5176         in dotted chords.
5177
5178 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5179
5180         * mf/feta-klef.mf (test_staff): fatten up G clef
5181         (test_staff): fatten up f clef.
5182         
5183
5184 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5185
5186         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5187         * input/les-nereides.ly: Use latin1 characters for title, like
5188         Morgenlied.
5189
5190 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5191
5192         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5193         cmb10).
5194
5195         * lily/lyric-extender.cc (brew_molecule): add little space before
5196         extender line.
5197
5198         * lily/beam-quanting.cc (score_forbidden_quants): check if
5199         outer stafflines fall in any beam gaps.
5200
5201         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5202         for lyric texts.
5203
5204 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5205
5206         * VERSION: 2.1.6 released.
5207
5208         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5209         this shows the demerits of a user-defined beam position pair.
5210
5211         * scm/define-grobs.scm (all-grob-descriptions): set
5212         beamed-extreme-minimum-free-lengths to a different value.
5213
5214         * lily/scm-option.cc: add debug-beam scm-option
5215
5216         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5217
5218 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5219
5220         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5221
5222         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5223         space after barline.
5224
5225         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5226
5227         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5228         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5229         the other case, take standard column-breakable spacing. Do not
5230         warn about "no spacing wishes".
5231
5232         This fixes wide spaces after barlines in very loose lines.
5233
5234         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5235
5236 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5237
5238         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5239         acknowledge_grob lyric-syllable, not lyric-text.
5240
5241         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5242         dashes of length #'length separated by #'dash-period. 
5243
5244         * lily/lyric-extender.cc (brew_molecule): idem
5245
5246         * lily/multi-measure-rest.cc (big_rest): idem
5247
5248         * lily/system-start-delimiter.cc (simple_bar): idem
5249
5250         * lily/bar-line.cc (simple_barline): use rounded box
5251
5252         * VERSION: release 2.1.5
5253
5254         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5255         music): move note about dvips to more visible place.
5256
5257         * lily/lyric-phrasing-engraver.cc: move from
5258         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5259         lyric-phrasing-engraver.hh)
5260         
5261         * lyric-align.ly: remove file
5262         
5263         * scripts/convert-ly.py (FatalConversionError.func): add removal
5264         rule for automaticMelismata
5265
5266         * ly/engraver-init.ly (ScoreContext): switch on
5267         New_phrasing_engraver by default.
5268
5269         * lily/slur-engraver.cc (class Slur_engraver):
5270         process_acknowledged_grobs -> process_music.
5271         (try_music): signal melismata correctly.
5272
5273         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5274         word-space, right-trim-amount, and extend past right bound only
5275         for note heads.
5276
5277         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5278         lyric-extender support: add note-heads to the extender
5279         automatically.
5280
5281         * lily/parser.yy: extender is now post_event. 
5282
5283         * lily/accidental-engraver.cc (number_accidentals): remove
5284         spurious warning about non-parent contexts.
5285
5286         * lily/music-output-def.cc (assign_translator): \translator { }
5287         for a Foo context implicitly redefines \FooContext.
5288
5289         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5290         fixes.
5291
5292         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5293         doubly in slur weight. 
5294
5295         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5296         combination.
5297
5298         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5299         staffbar distance.
5300
5301         * scripts/lilypond.py (global_latex_preamble): crank down size of
5302         the margins. Now there is a 12 mm top and bottom margin, which
5303         should correspond with the printable area of modern printers.
5304
5305         This enlarges the music height of the printable page a little.
5306
5307         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5308         signs. Use \markup instead.
5309         (accreg_pen): tweak for accordeon asterisk.
5310
5311 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5312
5313         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5314
5315         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5316
5317         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5318
5319         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5320
5321         * scm/define-grobs.scm (all-grob-descriptions): change
5322         StanzaNumber description: make side support, i.s.o. breakable.
5323         use Instrument_name_engraver for texts in the margin.
5324
5325         * scm/define-translator-properties.scm: remove
5326         melismaEngraverBusy, stz property.
5327
5328         * *.cc: naming: change empty_b () into is_empty ()
5329
5330         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5331
5332         * input/regression/lyric-phrasing-new.ly: new file.
5333
5334         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5335         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5336         melismata are now left-aligned.
5337
5338 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5339
5340         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5341
5342         * mf/feta19.mf: remove.
5343         
5344         * mf/feta-klef.mf (test_staff): more tweaks
5345
5346         * mf/feta-toevallig.mf: more small size tweaks.
5347
5348         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5349         rests for smaller sizes.
5350
5351         * mf/feta-bolletjes.mf: fix cross heads.
5352
5353         * VERSION: release 2.1.4
5354         
5355         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5356         deprecated #'ancient font family
5357
5358         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5359         it is a string or number.
5360
5361         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5362         change calling convention of stem-attachment function. 
5363
5364         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5365
5366         * mf/feta-autometric.mf: dump WX/WY fields too
5367         
5368         * mf/parmesan-heads.mf: idem.
5369
5370         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5371         attachment coordinates.
5372
5373         * lily/note-head.cc (stem_attachment_coordinate): read stem
5374         attachment from the notehead glyphs WX/WY fields.
5375
5376         * lily/include/font-metric.hh (struct Font_metric): add methods
5377         get_indexed_wxwy (), make a distinction between looking up by
5378         index and ASCII  
5379
5380         * mf/feta-bolletjes.mf: rewrite note head MF code.
5381         (test_outlines): make heads more rotund for smaller sizes. 
5382
5383 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5384
5385         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5386         throughout. Font scaling fixes throughout.
5387
5388         * mf/feta-sleur,slur.mf: remove. 
5389
5390         * mf/feta-slag.mf: rewrite.
5391
5392 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5393
5394         * VERSION: release 2.1.3
5395
5396         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5397
5398         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5399
5400         * lily/mark-engraver.cc (process_music): fix mark
5401         \default. (backportme)
5402
5403         * stepmake/stepmake/automatically-generated.sub.make (default):
5404         use -n for head/tail commands. 
5405
5406         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5407         heads with the same pitch.
5408
5409 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5410
5411         * lily/recording-group-engraver.cc (finalize): set protected_scm
5412         member to '() before finalizing.
5413
5414         * lily/translator-group.cc (finalize): remove removal_processing () 
5415
5416         * lily/recording-group-engraver.cc: new engraver: record
5417         synchronized start & end times for each music object.
5418
5419         * lily/parser.yy (toplevel_expression): execute score rendering
5420         during parsing. Cleanup output-filename handling; this is no
5421         longer done with global variables.
5422         (translator_spec_body): allow \type modification too.
5423
5424         * lily/score.cc:  ly:run-translator: new function
5425         (LY_DEFINE): ly:render-output new function.
5426
5427         Separate interpreting and rendering, and make available as
5428         functions at Scheme level.
5429
5430 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5431
5432         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5433         (musicxml-node->string):
5434         (xml-node->string):
5435         (music-to-musicxml): New function.
5436
5437 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5438
5439         * VERSION: 2.1.2 released
5440
5441         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5442
5443         * scm/font.scm (paper20-font-vector): discouple font design sizes
5444         from sizes specified in .ly file: store all design sizes of a font
5445         in a single vector.
5446
5447         * lily/font-select.cc (get_font_by_design_size): new function
5448
5449         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5450         add parmesan,feta in sizes 14 and 18.
5451         
5452         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5453
5454         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5455         of fontSize: this now sets font-size
5456
5457 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5458
5459         * VERSION: 2.1.1 released
5460         
5461         * Documentation/user/refman.itely (Tuning objects): add note about
5462         concurrent tweaks in different contexts. 
5463
5464         * lily/tie-engraver.cc (acknowledge_grob): use
5465         Staff_symbol_referencer::get_position iso. reading staff-position
5466         directly.
5467
5468         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5469         currentMusicalColumn as left span-point for bracket. The bracket
5470         is too long when there are accidentals.
5471
5472 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5473
5474         * buildscripts/lilypond-profile.sh,
5475         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5476         Thanks to Reuben Thomas <rrt@mupsych.org>
5477
5478 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5479
5480         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5481         Wurbel <wurbel@univ-tln.fr>.
5482
5483 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5484
5485         * scripts/midi2ly.py: Add space after chords.
5486
5487 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5488
5489         * input/regression/{many}: add few @code{ ... }.
5490
5491 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5492
5493         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5494         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5495         Removed cmbx5, cmbx6 (which are included in teTeX)
5496         and cmbxti14 which is not used in fonts.scm.
5497
5498 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5499
5500         * lily/midi-item.cc: fine tune quarter tones.
5501
5502 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5503
5504         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5505         new function, warn how many cents are missing in fine tuning.
5506
5507 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5508
5509         * input/bugs/rhytmicstaff-tie.ly: add file.
5510
5511         * THANKS: Create skeleton for 2.1.
5512
5513 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5514
5515         * input/test/bar-lines.ly (TODO): dashed "|".
5516
5517 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5518
5519         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5520         input/regression/tie-chord.ly: Fix spell for tying.
5521
5522         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5523
5524         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5525         new file (renamed, see above).
5526
5527         * Documentation/user/lilypond-book.itely
5528         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5529         * input/example-1.ly input/example-2.ly input/example-3.ly
5530         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5531         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5532         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5533         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5534         * scripts/lilypond-book.py scripts/lilypond.py
5535         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5536         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5537
5538         * Documentation/user/lilypond.tely: update version.
5539
5540         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5541         Remove extra spaces in each @node, fixes spaces.
5542
5543 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5544
5545         * scripts/lilypond-book.py (output_dict): Add definition of
5546         \lilypondbook also for LaTeX output. Solves several bug reports.
5547
5548 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5549
5550         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5551
5552 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5553
5554         * input/test/transposition.ly: Fix key signatures, given in comments.
5555
5556 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5557
5558         * scm/midi.scm (instrument-names-alist),
5559         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5560
5561 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5562
5563         * input/test/temporary-stave.ly (texidoc): New example based on an
5564         email question from Ralph Little.
5565
5566 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5567
5568         * VERSION: release 2.1.0
5569         
5570         * lily/note-performer.cc (try_music): accept busy-playing-event.
5571
5572         * lily/swallow-perf.cc (try_music): return false for
5573         busy-playing-event and melisma-playing-event.
5574
5575 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5576
5577         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5578         >> in \score.
5579
5580 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5581
5582         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5583         that articulation_substitute will not move beam start again.
5584         (articulation_substitute): Bugfix: remove stray space so that new
5585         old chords ending '>>' does not get broken up.
5586         (sub_chord): Use TAB for indentation (not spaces).
5587         
5588         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5589         Bugfix for startup: Use ?^ instead of ?\^.
5590
5591 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5592
5593         * lily/lyric-combine-music-iterator.cc
5594         (Lyric_combine_music_iterator): change init order, to prevent GC
5595         segfaults.
5596
5597         * lily/context-specced-music-iterator.cc (construct_children): 
5598         only change  translator if found. This fixes a core dump problem.
5599
5600 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5601
5602         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5603         comparison.
5604
5605         * mf/feta-bolletjes.mf: make hole in half note little
5606         smaller for stem attachment.
5607
5608         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5609
5610         * mf/feta-banier.mf: don't draw stem with flag, just small square
5611         attachment.
5612
5613         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5614
5615         * mf/feta-banier.mf: remove upstem/downstem characters.
5616
5617         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5618
5619         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5620         stafflinethickness (in the default)
5621
5622         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5623
5624         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5625
5626         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5627
5628         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5629
5630         * lily/include/directional-element-interface.hh:
5631         junk class, make {get,set}_grob_direction functions.
5632
5633         * lily/slur.cc (get_attachment): do something sensible when
5634         attaching to stem without heads (eg. a rest).
5635
5636         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5637         forcing up to staff.  remove #'support-head property
5638         (brew_molecule): small cleanup.
5639         (flag): remove #'grace property.
5640
5641 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5642
5643         * cygwin/postinstall-lilypond.sh: 
5644         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5645         (Volker Zell).
5646
5647 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5648
5649         * scripts/lilypond-book.py: resurrect 'eps' option. 
5650         (TexiPaper.to_eps): use -Ppdf for EPS files.
5651
5652         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5653
5654         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5655
5656         * VERSION: release 2.0.1
5657
5658         * lily/bezier.cc (get_other_coordinate): change assert into
5659         warning.
5660
5661         * lily/note-head.cc (internal_brew_molecule): make left protusion
5662         smaller, to accomodate for natural sign.
5663         (internal_brew_molecule): only do this when the accidental is
5664         close enough.
5665         (extent): new function
5666
5667         * lily/skyline.cc (merge_skyline): new function
5668         (heighten_skyline): new function
5669
5670         * lily/accidental-placement.cc (position_accidentals) 
5671         (position_accidentals): fix todo.
5672
5673 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5674
5675         * input/test/+.ly (texidoc): put version number inline.
5676
5677         * GNUmakefile.in: remove rsync-web target.
5678         
5679         * input/regression/bar-scripts.ly (onestaff): raggedright
5680
5681 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5682
5683         * lily/*.cc: remove #if 0'd code in couple of places.
5684
5685         * lily/midi-stream.cc (operator <<): rewrite.
5686
5687         * lily/note-head.cc (internal_brew_molecule): 
5688         only make ledgers when the Staff symbol has lines.
5689
5690         * ly/property-init.ly (arpeggioBracket): simplify
5691
5692         * lily/translator-group.cc (execute_pushpop_property): use
5693         SCM_EQ_P for comparing keys. This fixes reverting
5694         auto-beam-settings.
5695
5696 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5697 *
5698         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5699         midi_debug_global_b.
5700         (operator <<): Normalise loop.
5701
5702 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5703
5704         * scripts/lilypond.py (escape_path): revise.
5705
5706         * scm/music-functions.scm (set-output-property): new function.
5707         
5708 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5709
5710         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5711         use addmakeflags again.
5712
5713         * cygwin/lily-wins.py (escape_shell): New function; use it.
5714
5715         * scripts/lilypond.py (escape_shell): Escape quotes and other
5716         spaces too.  Do not escape escaping backslashes.
5717
5718         * make/srcdir.make.in (web-install): Must call install-WWW now.
5719
5720         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5721         dependency
5722
5723 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5724
5725         * scripts/lilypond.py (escape_path): escape quotes too. 
5726
5727         * Documentation/user/lilypond.tely (Unified index): rename Index
5728         to accomodate Windows breakage.
5729
5730         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5731
5732         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5733         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5734         target not a source.
5735
5736 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5737
5738         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5739         addmakeflags.  Build and install doc and web also when building on
5740         Cygwin.
5741
5742         * mf/GNUmakefile: Bugfix.
5743
5744         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5745         target web.
5746
5747         * cygwin/lily-wins.py: Quote filename.
5748
5749 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5750
5751         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5752
5753 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5754
5755         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5756         settings.
5757
5758         * configure.in: Require g++ > 3.0.4.
5759
5760         * mf/GNUmakefile: Bugfix: Add list.ly target.
5761         
5762         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5763
5764         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5765         make omf directory, add uninstall targets.
5766
5767 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5768
5769         * lily/tie-performer.cc (initialize): init prev_event
5770
5771         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5772
5773         * lily/script-engraver.cc (make_script_from_event): don't crash on
5774         non-string articulation-type.
5775
5776         * lily/new-fingering-engraver.cc (add_script): don't crash on
5777         0 scripts 
5778         (acknowledge_grob): warn about text script events.
5779
5780 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5781
5782         * buildscript/lilypond.words: fix path for drums.scm.
5783
5784 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5785
5786         * lily/spacing-spanner.cc (note_spacing): don't make longer
5787         durations than measure-length.
5788
5789         * VERSION: release 2.0.0
5790
5791         * GNUmakefile.in (rsync-web): version independent rsync target.
5792
5793         * input/test/+.ly (texidoc): idem.
5794
5795         * input/regression/+.ly: print version number.
5796
5797         * input/regression/accidentals.ly (mel): shorten.
5798
5799         * input/regression/accidental-octave.ly (texidoc): shorten.
5800
5801         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5802
5803         * input/regression/completion-heads-polyphony.ly: octave
5804
5805         * input/regression/beam-manual.ly: remove
5806
5807         * input/regression/beam-chord.ly: remove
5808
5809         * input/regression/grace-dynamic.ly: remove
5810         
5811         * input/regression/grace-volta-repeat.ly: octave fixes.
5812
5813         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5814
5815         * lily/parser.yy (step_number): semitones for chord entry too.
5816         (make_chord_step): more robust code, semitones. 
5817
5818         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5819
5820         * input/regression/breathing-sign.ly (texidoc): split ancient and
5821         normal breathing signs.
5822
5823         * scm/define-grobs.scm (all-grob-descriptions): swap
5824         beamed-extreme-minimum-free-lengths and
5825         beamed-minimum-free-lengths; the 'extreme' case should allow
5826         shorter stems. This fixes forced directions on beamed 32nd and
5827         shorter notes.
5828
5829         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5830         quartertones, not semitones.
5831         (NoteNamesContext): swallow more event types
5832
5833         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5834
5835         * VERSION (PACKAGE_NAME): release 1.9.10
5836
5837 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5838
5839         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5840         set note head as cause of note-column.  This gives a better error
5841         message.
5842
5843 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5844
5845         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5846
5847 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5848
5849         * mf/GNUmakefile (pfa_warning): instruct 
5850
5851         * stepmake/aclocal.m4: typo.
5852
5853         * Documentation/user/cheatsheet.itely: more verbose examples.
5854
5855         * input/regression/clefs.ly: remove bogus docstring.
5856
5857 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5858
5859         * GNUmakefile.in (SUBDIRS): Add elisp.
5860
5861         * elisp/lilypond-mode.el: 
5862         * elisp/lilypond-init.el: 
5863         * elisp/lilypond-indent.el: 
5864         * elisp/lilypond-font-lock.el: Move from top dir.
5865
5866         * stepmake/stepmake/elisp-vars.make: New file.
5867
5868         * config.make.in (elispdir): Add.
5869
5870         * Documentation/topdocs/INSTALL.texi: Typo.
5871
5872         * make/ly-rules.make: Test for files instead of touching void and
5873         ignoring errors.
5874
5875         * GNUmakefile.in:
5876         * make/lilypond.redhat.spec.in:
5877         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5878         <builddir>, adding
5879         
5880              (push "<builddir>/share/lilypond/elisp" load-path)
5881
5882         to your ~/.emacs.el should give you LilyPond-mode again.
5883
5884         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5885         regexp for DOS/Windows, we are too paranoid to fix others.
5886
5887 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5888
5889         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5890
5891         * input/test/chord-names-jazz.ly (banterProperties): fix
5892
5893         * lily/parser.yy (bass_mod): bass figure alterations are semi
5894         tones, not quarter tones
5895
5896         * lily/beam.cc (set_stem_lengths): only lengthen stems
5897         for gapped beams.
5898
5899         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5900         by beamcount.
5901
5902         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5903         a warning that the warning may erroneous.
5904
5905         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5906         target.
5907
5908         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5909         targets.
5910
5911         * GNUmakefile.in ($(config_h)): config.h should depend on
5912         config.hh.in .
5913         (lilypond.words): remove fontball stuff.
5914
5915         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5916
5917         * configure.in: remove pktrace reference.
5918
5919         * GNUmakefile.in (rsync-web): permissions and ownership for
5920         website.
5921
5922         * lily/volta-engraver.cc (staff_eligible): new function.
5923         (stop_translation_timestep): kill off spanners if not eligible.
5924
5925         * VERSION (PATCH_LEVEL): release 1.9.9
5926
5927         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5928
5929         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5930         length is more important than forbidden quants.
5931         
5932 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5933
5934         * buildscripts/lilypond.words: order words in search order,
5935         add lilypond.words.vim to be generated.
5936
5937         * lilypond.vim: use lilypond.words.vim for keyword matching.
5938
5939         * lilypond-mode.el: use search order. fix word selection rules.
5940
5941         * lilypond-font-lock.el: fix fontifying long durations.
5942
5943         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5944
5945 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5946
5947         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5948
5949         * stepmake/stepmake/generic-targets.make:
5950         * stepmake/stepmake/bin/make-version.py: 
5951         * stepmake/aclocal.m4:
5952         * make/stepmake.make:
5953         * make/toplevel-version.make: Build fixes: remove last traces of
5954           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5955
5956         * lily/beam.cc: Add gap-count property.
5957
5958 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5959
5960         * scm/define-grob-properties.scm (gap-count): add gap-count
5961
5962         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5963
5964 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5965
5966         * cygwin/mknetrel.doc: Typo.
5967
5968         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5969
5970         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5971
5972 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5973
5974         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5975         sizes. Remove support for 'ledger'(=tabloid+landscape).
5976
5977 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5978
5979         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5980         sauter PFAs.
5981
5982         * configure.in: remove VERSION stuff once again.
5983
5984         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5985
5986         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5987         for chord names.
5988
5989         * mf/GNUmakefile: always trace pfa fonts.
5990         (SAUTER_FONTS): add cmss[567] too fonts
5991
5992         * configure.in: require mftrace. 
5993
5994         * lily/staff-performer.cc (new_instrument_string): don't look at
5995         instrument property.
5996
5997         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5998         is_direction is the C++ one. Similar for ly_axis_p and
5999         ly_number_pair_p
6000
6001 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6002
6003         * lily/beam.cc (brew_molecule): read gap-count to determine
6004         number of tremolo (gapped) beams.
6005
6006         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6007         shorter than 1/8
6008
6009         * flower/include/array.hh (default_compare): new function
6010
6011         * cygwin/mknetrel: Native fixes.
6012
6013         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6014
6015 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6016
6017         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6018         feature for Windows.
6019
6020         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6021
6022         * cygwin/mknetrel: Updates for native use on Cygwin.
6023
6024         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6025
6026         * stepmake/stepmake/help2man-rules.make: 
6027         * cygwin/mknetrel: Bugfix for manpages.
6028
6029         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6030         $(builddir).  Stepmake is a normal subdirectory now, that is not
6031         configured.  Another srcdir build fix.
6032
6033         * Documentation/topdocs/INSTALL.texi,
6034         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6035         lilypond-init.el, lilypond-mode.el, debian/rules,
6036         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6037         rename generated file lilypond.words to lilypond.words.el.
6038
6039 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6040
6041         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6042
6043         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6044         GNUmakefile.in.
6045
6046 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6047
6048         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6049         when cross building.
6050
6051         * configure.in: srcdir build fix.
6052
6053         * cygwin/GNUmakefile:
6054         * cygwin/lily-wins.py:
6055         * cygwin/postremove-lilypond.sh: 
6056         * cygwin/postinstall-lilypond.sh: Merge from stable.
6057
6058         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6059         s/ly2dvi/lilypond/.
6060
6061 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6062
6063         * lily/slur.cc (after_line_breaking): only set control points if
6064         none supplied yet.
6065
6066         * input/test/slur-manual.ly: new file.
6067
6068         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6069         <<  >> chords too.
6070
6071         * VERSION (PACKAGE_NAME): release 1.9.8
6072
6073         * scripts/lilypond.py (escape_path): escape spaces in directory names
6074
6075         * input/test/text-spanner.ly: fixes.
6076
6077 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6078
6079         * buildscripts/lilypond.words.py: add drum names as note names to
6080         Emacs-mode.
6081
6082 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6083
6084         * input/regression/hairpin-dashed.ly: new file.
6085
6086         * scripts/convert-ly.py (conv): warn about dash-length.
6087
6088         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6089         automatically if we get a new one.
6090
6091         * lily/lookup.cc (dashed_line): new function
6092
6093         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6094         dash-fraction.
6095
6096 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6097
6098         * buildscripts/lilypond.words.py: extract note names.
6099
6100         * lilypond-mode.el: take note names from lilypond.words -file.
6101         small fix in the use of string-match.
6102
6103         * lilypond-font-lock.el: use lilypond.words for note names, add 
6104         maxima to note a duration.
6105
6106 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6107
6108         * lily/breathing-sign.cc: remove railtracks() function. 
6109
6110         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6111
6112         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6113         (brew_molecule): bugfix don't make arpeggio shorter when
6114         arpeggio-direction is set.
6115
6116         *  debian/rules: small corrections in the (Pedro K)
6117
6118         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6119         examples.
6120
6121         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6122         special (repeat) bar comes along.
6123
6124         * input/regression/auto-beam-bar.ly: update.
6125
6126         * scripts/lilypond-book.py (output_dict): remove support for the
6127         EPS option.
6128
6129         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6130         VerticalAlignment and VerticalAxisGroup this fixes the size
6131         computations for the entire system.
6132  
6133         * input/les-nereides.ly (bass): remove superfluous fontSize.
6134
6135         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6136         causes directory of file to be added to include path.
6137
6138         * input/regression/beam-break.ly: test single stem beams.
6139
6140         * input/regression/system-start-bracket.ly: fix.
6141
6142         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6143
6144         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6145
6146         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6147         (score_stem_lengths): do something sensible for single stem beams.
6148
6149         * lily/beam.cc (least_squares): add kludge for single stem beams.
6150
6151         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6152         keySignature to list of broken things.
6153
6154         * input/regression/keys.ly: fix.
6155
6156         * VERSION (PACKAGE_NAME): release 1.9.7
6157
6158         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6159
6160         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6161
6162         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6163         (quartertone_pitch): new function
6164
6165         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6166         flat. WARNING: FONT CHANGED.
6167
6168         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6169
6170         * lily/accidental-placement.cc (add_accidental): support for
6171         quarter tones.
6172
6173         * ly/LANGUAGEs.ly: use symbols for alterations.
6174
6175         * mf/feta-toevallig.mf: change accidental codes. 
6176
6177         * scm/lily.scm (ly:get-option): switch on debugging only for
6178         --verbose.
6179
6180         * lily/lily-guile.cc: remove ly:verbose?
6181
6182         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6183
6184         * lily/parser.yy (TODO): only do gh_call() for apply with
6185         procedure argument.
6186
6187         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6188         stuff in accordance with new timing of tie-events.
6189
6190         * lily/my-lily-lexer.cc: remove \outputproperty
6191
6192         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6193
6194         * scm/define-translator-properties.scm (melismaBusyProperties):
6195         add melismaBusyProperties property.
6196
6197 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6198
6199         * input/test/ambitus-mixed.ly (texidoc): new file.
6200
6201         * buildscripts/mutopia-index.py (find): prune debugging
6202
6203         * lily/side-position-interface.cc: doc updates
6204
6205         * Documentation/user/refman.itely: updates, tweaks.
6206
6207         * lily/parser.yy (Simple_music): remove outputproperty
6208
6209         * make/stepmake.make: use VERSION again; importing VERSION via
6210         autoconf dependencies is too hairy.
6211
6212 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6213
6214         * lilypond-mode.el: allow `-' for keywords and identifiers.
6215
6216 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6217
6218         * VERSION: release 1.9.6
6219         
6220         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6221         iso. ly2dvi.
6222
6223         * Documentation/user/*.itely: fixes everywhere
6224
6225         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6226         produce ties from the engraver itself, do not broadcast TieEvent.
6227
6228         * lily/my-lily-lexer.cc: remove pitch & duration.
6229
6230         * lily/parser.yy (TODO): remove \pitch and \duration
6231
6232         * input/test/explicit.ly: remove file.
6233
6234         * Documentation/user/refman.itely (Pitches): remove \pitch 
6235         \duration command.
6236
6237 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6238
6239         * buildscripts/lilypond.words.py: add all slur types to Emacs
6240         insertion menu, suppose everything is postfixed by dropping 
6241         unnecessary `-' -marks.
6242
6243 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6244
6245         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6246         tremoloed stems.
6247
6248         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6249         head for flagged stems.
6250
6251         * lily/stem.cc (get_default_stem_end_position): futz with extra
6252         stem length if there is a stem tremolo.
6253
6254         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6255         it would be too small.
6256
6257         * lily/font-metric.cc: return #f for non-existent glyph.
6258         
6259         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6260         exported through config.make.
6261
6262         * input/regression/clef-oct.ly: new file.
6263
6264         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6265         transposition.
6266
6267         * input/template/*.ly: remove old relative.
6268
6269         * ly/english.ly: add X names for double sharp.
6270
6271 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6272
6273         * lily/font-select.cc: new file handle font selection routines.
6274
6275         * lily/parser.yy: add ; (Patrick Atamaniuk)
6276
6277         * input/test/time-signature-double.ly: use markups for double time
6278         sigs.
6279
6280         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6281         ChordNames.SeparationItem #'padding for adjusting space after chords.
6282         
6283         * lily/music-output-def.cc (LY_DEFINE): 
6284         new function ly:paper-lookup.
6285         
6286         * mf/parmesan-clefs.mf: use # quantities for char_box
6287         offsets. Fixes overflow errors in the PFA. 
6288
6289         * scm/new-markup.scm (strut-markup): change calling interface for
6290         markup. Pass paper-def, not grob. This would allow \markup to be
6291         used separately from grobs.
6292
6293         * lily/paper-def.cc: new function ly:paper-font; this function
6294         replaces ly:get-font.
6295
6296         * lily/include/font-interface.hh (struct Font_interface): take
6297         Paper_def iso. Grob for get_font().
6298
6299 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6300
6301         * Documentation/user/ tutorial.itely, refman.itely: add warning
6302         about \key and accidentals.
6303
6304 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6305
6306         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6307
6308         * Documentation/user/*.itely: manual tweaks
6309
6310 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6311
6312         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6313         cleanup; bugfix: exact_center
6314
6315         * Documentation/user/refman.itely: added more documentation on
6316         ambitus according to recent questions on lilypond-user list
6317
6318 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6319
6320         * input/regression/ottava.ly (texidoc): demo 15ma too.
6321
6322         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6323
6324         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6325         octave fixes.
6326
6327 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6328
6329         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6330         problems on older Mac editors.
6331
6332 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6333
6334         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6335
6336 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6337
6338         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6339         mf/parmesan-clefs.mf: added comments on character alignment and
6340         set_char_box() conventions
6341
6342         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6343         set_char_box()'s
6344
6345         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6346
6347 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6348
6349         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6350
6351 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6352
6353         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6354         shortened to avoid almost-collision with staff line; code cleanup;
6355         other custodes: fixed char boxes; code cleanup
6356
6357 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6358
6359         * configure.in: release 1.9.5
6360         
6361         * scripts/lilypond.py (global_latex_preamble): only set
6362         twosideshift if 'twoside' is in latexoptions 
6363
6364         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6365
6366         * VERSION: remove
6367
6368         * scripts/*2ly.py: update <> syntax
6369
6370 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6371
6372         * lily/chord-name-engraver.cc (process_music): add origin for
6373         chord name.
6374
6375         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6376
6377         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6378         bass notes for exceptions too.
6379
6380         * scm/define-grobs.scm (all-grob-descriptions): rename
6381         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6382
6383         * scm/define-grob-properties.scm (remove-first): add remove-first
6384         property for orchestral scores.
6385
6386         * Documentation/user/*.itely: switch <<>> and <> 
6387
6388         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6389         last_line only once. This fixes the two consecutive glissandi problem.
6390
6391 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6392
6393         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6394         error message "flexa-width undefined"
6395
6396         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6397         lily/include/gregorian-ligature.hh: print warning when ignoring
6398         head prefixes on flexa shapes
6399
6400         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6401         space before a series of inclinatum heads
6402
6403         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6404         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6405         cleanups
6406
6407         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6408         and char_box
6409
6410 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6411
6412         * input/regression/breathing-sign.ly: tiny fixes
6413
6414         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6415         semantical collision with vaticana ligatures
6416
6417         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6418         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6419         now consistent with mensural ligatures
6420
6421         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6422         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6423         context pitches and staff position; dto. for virga stem; removed
6424         obsolete virga and clivis characters from parmesan font (WARNING:
6425         font changed)
6426
6427         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6428         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6429
6430         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6431         scm/define-grob-properties.scm: consistency fix: renamed
6432         join_left->add_cauda
6433
6434         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6435         appendix length; bugfix: yoffs_bt for reverse direction punctum
6436         characters
6437
6438         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6439         small cleanups; added more docu
6440
6441         * lily/mensural-ligature-engraver.cc,
6442         lily/vaticana-ligature-engraver.cc,
6443         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6444         computation to CoherentLigatureEngraver
6445
6446         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6447         scm/define-grob-properties.scm: bugfix: added missing linea and
6448         cavum properties; bugfix: removed dead semivocalis property
6449
6450         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6451         length; redesigned quilisma, stropha and auctum
6452
6453         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6454         line thickness
6455
6456         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6457         Documentation/user/refman.itely: bugfix: introduced shifted
6458         epiphonus head to avoid collision with adjacent plica
6459
6460 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6461
6462         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6463
6464         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6465
6466 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6467
6468         * Documentation/user/tutorial.itely (A lead sheet): remove
6469         duplicate chords.
6470
6471         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6472
6473 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6474
6475         * Documentation/bibliography/computer-notation.bib (isbn): add
6476         xivcim publication.
6477
6478 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6479
6480         * GNUmakefile.in: drop lilypond.words for generation.
6481
6482 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6483
6484         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6485
6486         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6487
6488 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6489
6490         * input/test/figured-bass-alternate.ly (fl): new file.
6491
6492         * Documentation/topdocs/README.texi (Top): clarifications.
6493
6494         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6495         theses of Gieseking and Renz.
6496
6497         * GNUmakefile.in (README_FILES): remove README.mandrake.
6498
6499 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6500
6501         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6502         from source files and search patterns listed in the script.
6503
6504         * GNUmakefile.in: add target `lilypond.words'.
6505
6506         * lilypond.words: remove file, generated by `make lilypond.words'.
6507
6508         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6509
6510 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6511
6512         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6513
6514 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6515
6516         * VERSION: 1.9.4 released
6517
6518         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6519         rule for < > <-> << >> substitution
6520
6521         * lily/lexer.ll: exchange meaning of << >> and < > 
6522
6523         * VERSION (PACKAGE_NAME): 1.9.3 released
6524
6525         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6526         pages unconditionally.
6527
6528 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6529
6530         * Documentation/user/music-glossary.tely (Top): small syntax
6531         fixes.
6532
6533         * scm/music-functions.scm (remove-tag): filter \tagged music
6534         expressions.
6535
6536         * input/regression/tag-filter.ly (texidoc): new file.
6537
6538         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6539         symbol2 .. ) etc. 
6540
6541         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6542         convert rule.
6543
6544         * Documentation/user/refman.itely (Fingering instructions): adjust
6545         manual.
6546
6547         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6548         for borderline cases (e.g. 1 fingering.)
6549         (position_scripts): revise interface, use fingerOrientations to
6550         set fingering positions.
6551
6552         * scm/document-translation.scm (context-doc): add aliases to
6553         automated documentation.
6554
6555         * make/lilypond-vars.make: remove stepmake compat glue.
6556
6557         * make/generic-vars.make: remove cruft.
6558
6559         * lily/main.cc (main): don't identify binary.
6560
6561 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6562
6563         * lily/include/translator.hh (class Translator): remove
6564         type_string_ , use symbol for context name throughout.
6565         Changes through whole source tree.
6566
6567         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6568         set PDF as default, and always make PDF.
6569
6570         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6571
6572 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6573
6574         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6575         Documentation/user/refman.itely input/regression/allfontstyle.ly
6576         input/regression/grace-types.ly:
6577         fix spelling for acciaccatura (Webster's 1913).
6578
6579 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6580
6581         * lily/main.cc (usage): adjust blurb, include url.
6582
6583         * input/regression/breathing-sign.ly (texidoc): transpose up
6584
6585 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6586
6587         * input/regression/breathing-sign.ly: changed ancient examples to
6588         be relevant (by request of Han-Wen); updated BreathingSign text
6589         property according to new syntax.
6590
6591         * ly/gregorian-init.ly: updated BreathingSign text property
6592         according to new syntax
6593
6594 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6595
6596         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6597         (Clef): index entries for clefs.
6598
6599         * python/lilylib.py (system): remove errorlog files.
6600         
6601 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6602
6603         * lilypond.words: add \new and new graces. Add dynamics to menus
6604         keeping 1.8.x compatibility; after all the engraving relating to 
6605         notes becomes postfixed `-' marks will be removed.
6606
6607 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6608
6609         * lily/molecule.cc (align_to): idem.
6610
6611         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6612         
6613         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6614         accacciatura everywhere.
6615
6616         * VERSION (PACKAGE_NAME): released 1.9.2
6617
6618         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6619
6620         * scm/document-markup.scm (markup-doc-node): sort markup function
6621         list.
6622
6623         * lily/paper-outputter.cc (output_version): change "Lily was here"
6624         into  "Engraved by LilyPond"
6625
6626         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6627         on unquoted strings before \notenames.
6628
6629         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6630         increases the number of s/r reductions to 4.
6631
6632         * scm/new-markup.scm (fraction-markup): \fraction command.
6633
6634         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6635         mode
6636
6637         * lily/lookup.cc (round_filled_box): rename function.
6638         (LY_DEFINE): round-filled-box: change signature.
6639
6640         * Documentation/user/refman.itely: revise section explaining grace
6641         notes.
6642
6643         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6644         ly:set-context-property
6645
6646         * input/*/*.ly (vmus): use \new everywhere.
6647
6648         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6649
6650         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6651         default
6652
6653         * scm/music-functions.scm (set-stop-grace-properties)
6654         (set-start-grace-properties, add-grace-property): new functions
6655         for modular grace tweak control.
6656
6657         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6658         
6659 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6660
6661         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6662
6663         * GNUmakefile.in (install-pfa-fonts):
6664         (get-pfa-fonts): New target.
6665
6666         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6667         install-pfa-fonts help.
6668
6669 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6670
6671         * lily/translator-scheme.cc (LY_DEFINE):
6672         ly:context-pushpop-property new function.
6673         (LY_DEFINE): new function ly:translator-find  
6674         new function ly:translator?
6675         (LY_DEFINE): new function ly:context?
6676
6677         * lily/translator-def.cc: remove
6678         Translator_def::apply_pushpop_property().
6679
6680         * python/lilylib.py (read_pipe): only store and display error log
6681         if verbose not set.
6682         (read_pipe): only display log if it contains something.
6683
6684 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6685
6686         * Documentation/misc/GNUmakefile: Re-add.
6687         (TEXTS): Add CHANGES.
6688
6689 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6690
6691         * lilypond.words: add \newcontext.
6692
6693 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6694
6695         * lily/tie-performer.cc (stop_translation_timestep): only flush
6696         tied_notes when we have actually made a tie. Fixes bugs with ties
6697         in polyphonic scores.
6698
6699 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6700
6701         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6702         they do not exist.
6703
6704 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6705
6706         * VERSION (PACKAGE_NAME): released 1.9.1 
6707
6708         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6709         Instrument_name_engraver
6710
6711         * lily/tie-performer.cc (create_audio_elements): bugfix
6712
6713         * Documentation/user/music-glossary.tely (Top): comment out
6714         font-style statements.
6715
6716         * input/test/force-hshift.ly: revise example.
6717
6718         * Documentation/bibliography/engraving.bib (note): typos.
6719
6720         * configure.in: bump GCC requirements to 3.x
6721
6722         * lily/include/audio-item.hh (class Audio_tie): rename
6723         note_l_drul_ to note_drul_
6724
6725         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6726
6727         * lily/parser.yy (relative_music): whoops. All \relative were off
6728         by ...  a lot .... Ahem.
6729
6730         * scm/define-music-types.scm (music-descriptions): idem.
6731
6732         * lily/beam-engraver.cc: move new-beam-event to beam-event
6733
6734         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6735         to Tie_engraver
6736
6737         * input/regression/bar-number.ly: remove unnecessary old-relative
6738         options.
6739         
6740         * Documentation/user/internals.itely (Creating contexts): document
6741         \newcontext
6742
6743         * lily/parser.yy (Composite_music): add \newcontext
6744
6745         * Documentation/user/refman.itely (MIDI block): add note about
6746         dotted tempos.
6747
6748         * scm/font.scm: remove old markup legacy
6749
6750         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6751
6752         * lily/breathing-sign.cc (brew_molecule): remove function
6753
6754         * lily/text-item.cc: remove old-style markups.
6755         (interpret_markup): C++ version of markup function
6756         (brew_molecule): idem.
6757
6758         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6759         as Scheme variable.
6760
6761         * scripts/convert-ly.py (conv): dashes rule.
6762         Apply rule.
6763
6764         * Documentation/user/lilypond-book.itely: syntax fixes. 
6765
6766 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6767
6768         * VERSION (PACKAGE_NAME): release 1.9.0
6769
6770         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6771         note about dvips. (Should backport.)
6772
6773         * scripts/convert-ly.py
6774         (FatalConversionError.articulation_substitute): add
6775         convert-new-chords code. Remove convert-new-chords.py
6776
6777         * Documentation/user/refman.itely (Octave check): document
6778         \octave.
6779
6780         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6781         \relative changes.
6782
6783         * lily/parser.yy (command_element): octave check:
6784
6785            \octave PITCH
6786
6787         checks that PITCH (without octave) yields PITCH (with octave) in
6788         \relative
6789
6790         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6791
6792         * lily/scm-option.cc: ly:set-option now has the default argument
6793         #t.
6794
6795         * lily/lexer.ll: add \renameinput
6796
6797         * python/lilylib.py (command_name): robustifications.
6798
6799         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6800         /dev/stderr. This is ash compatible.
6801
6802         * ly/init.ly: add warning if compatibility was not necessary.
6803
6804         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6805
6806         * flower/include/string-handle.icc: formatting cleanups, rename
6807         references by ref_count_.
6808
6809 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6810
6811         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6812         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6813         package libs separately, fix conflicting php variable out=/dev/vc/
6814         invoking `unset out', declare menus, use only one icon-file, fix
6815         doc-path in menu.
6816
6817 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6818
6819         * scripts/convert-ly.py (FatalConversionError.conv): typo
6820
6821         * Documentation/misc/GNUmakefile: restore misc directory.
6822
6823         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6824
6825         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6826         Petites-Preludes 
6827
6828         * input/test/partial-blank.ly (quickmeasure): syntax
6829
6830         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6831         attachment property.
6832
6833         * Documentation/user/refman.itely: remove superfluous -'s 
6834         (Grace notes): ) fixes.
6835
6836         * lily/music.cc: generic compress(), transpose() functions. Remove
6837         others.
6838
6839         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6840         style markup entry.
6841
6842         * lily/parser.yy: all articulations postfix; remove obligatory -
6843         for [,  ) and \!
6844         
6845         * lily/music.cc (to_relative_octave): write generic
6846         to_relative_octave function; various relative cleanups.
6847         Hmmm.
6848
6849         * lily/scm-option.cc: add options new-relative and old-relative
6850
6851         * po/sv.po: new po file.
6852
6853         * Documentation/user/refman.itely (Dynamics): website
6854         fixes. (should backport!)
6855
6856 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6857
6858         * make/lilypond.mandrake.spec.in: declare version only once.
6859
6860 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6861
6862         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6863         meaning for now.
6864
6865 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6866
6867         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6868
6869         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6870
6871         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6872
6873         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6874
6875         * lily/music.cc (var): add ly:music-transpose function.
6876
6877         * lily/parser.yy (pre_events): remove prefix articulations.
6878
6879         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6880
6881         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6882
6883         * Documentation/user/refman.itely (Text markup): add comment about
6884         markup in header.
6885
6886 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6887
6888         * lily/paper-outputter.cc (write_header_fields_to_file): 
6889         only dump value if it is a string.
6890
6891         * flower/include/dictionary.hh: remove.
6892         
6893         * Documentation/ChangeLog-1.5: add back old log.
6894
6895         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6896         .pfas from a .deb.
6897
6898 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6899
6900         * Documentation/bibliography/engraving.bib: add entry for
6901         Jaschinski's Notation
6902
6903 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6904
6905         * Documentation/user/refman.itely (Beaming): add note about
6906         allowBeamBreak
6907
6908 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6909
6910         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6911         GregorianTranscription contexts
6912
6913         * ly/engraver-init.ly: vaticana contexts: minor fixes
6914
6915         * Documentation/user/refman.itely (Ancient notation): added note
6916         on appendix length bug
6917
6918         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6919         input/test/vaticana.ly: use vaticana contexts; small fixes
6920
6921 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6922
6923         * flower/hash.cc: Remove.
6924
6925         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6926         to (nonexistent?) hash_func_ identifier.
6927
6928         * python/midi.c (midi_error, midi_warning): Use char const* for
6929         __FUNCTION__ argument.
6930
6931         * python/gettext.py: Remove.  We already require python 2.1, which
6932         includes gettext.py.
6933
6934         * configure.in: Require python 2.1, as INSTALL.texi says.
6935         it.
6936
6937         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6938         versions 1.50 and 1.75.  Remove note about lexer patch.
6939
6940 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6941
6942         * Documentation/topdocs/INSTALL.texi: Update type1 font
6943         description to actual situation.  Add comment about new font ball
6944         layout.
6945
6946         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6947         in $LILYPONDPREFIX suffices for installation.
6948
6949 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6950
6951         * debian/control (Build-Depends): Add flex-old as alternative to
6952         flex.  Deprecate bison 1.75.
6953
6954 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6955
6956         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6957         Vaticana contexts
6958
6959         * Documentation/user/refman.itely (Ancient notation): documented
6960         some bugs; tiny fixes; added docu on Vaticana contexts
6961
6962         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6963         scripts
6964
6965 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6966
6967         * Documentation/user/refman.itely (Ancient notation): added some
6968         introductory words; added section on ancient time signatures;
6969         added some @seealso and @refcommands; small fixes and
6970         beautifications
6971
6972 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6973
6974         * input/regression/note-head-style.ly: many fixes and updates
6975
6976         * Documentation/user/refman.itely: added small sections on ancient
6977         accidentals, rests and flags; revised ancient note head section;
6978         small wording/spelling fixes
6979
6980         * input/test/rests.ly: layout fixes
6981
6982 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6983
6984         * input/puer-fragment.ly: bugfix: central C position of do clef
6985
6986         * ly/gregorian-init.ly: workaround: add small padding space before
6987         divisiones (the correct fix would be the spacing engine to handle
6988         this)
6989
6990 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6991
6992         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6993         cue-notes.ly: minor fixes.
6994
6995 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6996
6997         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6998         input/test/custos-style.ly
6999
7000         * Documentation/index.html.in: bugfix: link to Tutorial.html
7001
7002         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7003         to neumes; bugfix: "et": epiphonus, not just a simple pes
7004
7005 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7006
7007         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7008
7009         * lilypond.words: add new features: markup, column, center, \[ \].
7010         
7011 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7012
7013         * Documentation/topdocs/NEWS.texi, DEDICATION,
7014         stepmake/bin/add-html-footer.py
7015         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7016         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7017         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7018         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7019         added (only) after a sentence which is complete; if the sentence is 
7020         not ended a comma `,' or nothing is used. fix also spaces.
7021
7022 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7023
7024         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7025         requirements to plain 1.6.
7026
7027         * buildscripts/mutopia-index.py (read_lilypond_header): update
7028         mutopia-index.py to 1.4 syntax [sic]
7029
7030 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7031
7032         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7033
7034 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7035
7036         * Documentation/index.html.in: url for regression pdf
7037
7038         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7039
7040         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7041
7042         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7043
7044         * VERSION: 1.8.0 released
7045         
7046         * GNUmakefile.in (local-WWW-post): footify build fix.
7047
7048         * configure.in: require GUILE 1.6.4
7049
7050         * Documentation/user/GNUmakefile: don't copy *.png for
7051         lilypond-internals
7052
7053         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7054         local-WWW-post target.
7055         (rsync-web): add rsync-web target
7056
7057         * Documentation/user/introduction.itely (Music notation and
7058         engraving): add neume example
7059
7060         * input/puer-fragment.ly (cantus): add puer-fragment
7061
7062 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7063
7064         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7065         to notes, so that equalizer is actualy being used.
7066
7067         * scm/midi.scm (instrument-equalizer-alist):
7068         (absolute-volume-alist): Define public, so that user can copy or
7069         override.
7070
7071         * lily/key-performer.cc (create_audio_elements): Check for minor
7072         key.  Only if key is minor, set MIDI key to minor.
7073
7074 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7075
7076         * Documentation/user/refman.itely (Hiding staffs): fixes.
7077
7078         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7079
7080         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7081         vertical extents to deal with Hara kiri correctly.
7082
7083         * input/regression/hara-kiri-short.ly: remove
7084
7085         * input/regression/hara-kiri-pianostaff.ly: update test.
7086
7087         * Documentation/user/*.tely: remove WEBTITLE
7088
7089         * scm/output-tex.scm (comment): idem.
7090
7091         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7092
7093         * scm/music-functions.scm (make-lyric-event): new function
7094
7095         * scm/lily.scm (lilypond-version): new function
7096
7097         * input/test/version-output.ly: new file.
7098
7099         * Documentation/user/lilypond.tely: add version number to
7100         front-page.
7101
7102 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7103
7104         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7105
7106 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7107
7108         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7109
7110         * Documentation/user/refman.itely (Hiding staffs): rename node.
7111
7112 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7113
7114         * input/regression/new-markup-syntax.ly (texidoc): remove
7115         molecule-callback override.
7116
7117 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7118
7119         * input/les-nereides.ly: Mark tweaks with %tweak.
7120
7121         * Debian patch, see debian/changelog (Anthony Fok).
7122
7123 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7124
7125         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7126         problem.
7127
7128 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7129
7130         * Documentation/user/refman.itely (Text markup): Fix language bug.
7131
7132 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7133
7134         * input/* : postfix syntax fixes.
7135
7136         * Documentation/user/refman.itely (Text markup): add note about
7137         raise/lower with ^ or _ .
7138         
7139         * po/fi.po: fix \\apply strings.
7140
7141         * lily/parser.yy (open_event): warn for prefix articulations.
7142
7143 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7144
7145         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7146         fix also on parmesan font.
7147
7148 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7149
7150         * VERSION 1.7.30 released
7151         
7152         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7153
7154         * buildscripts/mutopia-index.py (headertext): rewording
7155
7156 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7157
7158         * scm/new-markup.scm (strut-markup): new markup function.
7159
7160         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7161         space also when no accidental is there.
7162
7163 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7164
7165         * input/les-nereides.ly: Updates.
7166
7167 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7168
7169         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7170         which repeats the tag insertion selected from "Insert tag" menu.
7171
7172 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7173
7174         * lily/all-font-metrics.cc (find_font): load AFM files first only
7175         for feta fonts. This fixes problems with TeXlive and other TeX
7176         distros that include AFM files for the CM fonts. 
7177
7178         * scm/font.scm (qualifiers-to-font-name): remove.
7179
7180         * lily/paper-def.cc: remove get_var.
7181
7182         * input/trip.ly: remove file.
7183         
7184         * input/regression/spacing-note-flags.ly (raggedright): remove
7185         stafflinethickness
7186
7187         * input/les-nereides.ly: update to new syntax, cleanups.
7188
7189 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7190
7191         * Documentation/user/refman.itely: Clarify shortest-note problem
7192         of autobeamer.
7193
7194 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7195
7196         * lilypond-mode.el: Add each word to regexps only once.
7197
7198         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7199         is based on the syntax definitions in lilypond.words. Remove all 
7200         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7201         LilyPond->Insert menu is generated by the entries in lilypond.words 
7202         to which have been given a syntax definition.
7203
7204         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7205         \notes, \relative, \score, \simultaneous, \transpose.
7206
7207         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7208
7209         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7210         
7211         * lilypond-mode.el: add menu keywords separately.
7212
7213         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7214
7215 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7216
7217         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7218         current ugly installation method for PFA fonts.
7219
7220 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7221
7222         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7223         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7224
7225         * Documentation/user/music-glossary.tely: update legato.
7226
7227 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7228
7229         * lexer-gcc-3.0.patch: Remove.
7230
7231         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7232
7233 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7234
7235         * debian/rules (binary-arch): remove NEWS.
7236
7237 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7238
7239         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7240         stepmake/bin{ many }: polish the `--help's of different scripts;
7241         model taken from the core-utils of Linux.
7242
7243         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7244
7245 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7246
7247         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7248
7249         * flower/libc-extension.cc: idem.
7250
7251         * flower/include/libc-extension.hh: protect against isinf macros.
7252
7253 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7254
7255         * { many }: Use two uppercase letters in LilyPond.
7256
7257         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7258
7259         * VERSION: 1.7.29 released.
7260         
7261 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7262
7263         * lily/tie.cc: add TODO comment.
7264
7265         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7266
7267         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7268         linejoins and linecaps. This fixes problems with occasional spikes
7269         on slur/tie endings.
7270         
7271         * input/regression/font-name.ly: don't use PS fonts for
7272         compatibility reasons. 
7273
7274         * mutopia/claop.py (accents): update to 1.8
7275
7276         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7277
7278         * Documentation/user/macros.itexi: don't color glossary links.
7279
7280         * Documentation/user/invoking.itexi (Error messages): new section
7281
7282 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7283
7284         * input/regression/font-name.ly: add file.
7285
7286         * scm/document-backend.scm (grob-doc): remove <hr> from
7287         lilypond-internals
7288
7289         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7290         reqd version to 1.6.4 
7291
7292         * lily/font-interface.cc (get_font): bugfix: take font-name from
7293         alist chain too. This fixes font-name override for \markup.
7294
7295 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7296
7297         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7298
7299         * input/test/polymetric-differing-notes.ly: Compile fix.
7300
7301 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7302
7303         * Documentation/user/refman.itely: fixed typo
7304
7305         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7306         before flexa
7307
7308 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7309
7310         * input/test/{ many }: search & fix some typos.
7311
7312 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7313
7314         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7315         images.
7316
7317         * scm/music-functions.scm (make-voice-props-set): set Script /
7318         TextScript dir for polyphony too.
7319
7320         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7321         before clef.
7322
7323         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7324
7325 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7326
7327         * Documentation/user/refman.itely (Percussion): Small
7328         clarifications and fixes.
7329
7330         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7331         threads. This fixes different heads playing simultaneously.
7332
7333 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7334
7335         * Documentation/user/{ many }: increase readability (read through 
7336         User manual from `one big page').
7337
7338 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7339
7340         * input/test/polymetric-differing-notes.ly: add example with
7341         disparate note values.
7342
7343         * input/test/polymetric.ly: rename from poly-metric
7344
7345         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7346         iso. outname.
7347
7348         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7349         G-clef bbox to real char extents. This fixes the G-clef being
7350         offset too much to the right.
7351         document perc clef offset.
7352
7353         WARNING: FONT CHANGED.
7354
7355         * Documentation/user/tutorial.itely (Tutorial): move menu.
7356
7357 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7358
7359         * buildscripts/lilypond-profile.sh (Error): trim error message.
7360
7361         * Documentation/user/invoking.itexi (Invoking the lilypond
7362         binary): add note about path.
7363
7364         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7365         suppresses superfluous spaces.
7366
7367 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7368
7369         * buildscripts/lilypond-profile.sh: Add documentation to error
7370         message.
7371
7372         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7373
7374 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7375
7376         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7377         <mike@ossmann.com>)
7378
7379         * Documentation/bibliography/computer-notation.bib (pages): prune
7380         unscientific language.
7381
7382         * Documentation/user/GNUmakefile: copy unsplit file to
7383         lilypond.html (idem for lilypond-internals).
7384
7385         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7386
7387         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7388
7389         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7390
7391         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7392         fix.
7393         
7394 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7395
7396         * Documentation/user/{ various }: bind text snippets with their
7397         examples, e.g. by punctuation: This is an example.
7398
7399 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7400
7401         * ly/performer-init.ly (VoiceContext): Typos.
7402
7403         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7404         builds, leave final-install to toplevel srcdir makefile.
7405
7406         * make/srcdir.make.in (install): New target.
7407
7408 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7409
7410         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7411         This fixes core dump on MIDI output (Simon Weatherill).
7412
7413         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7414         on local-WWW-post.
7415
7416 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7417
7418         * make/lilypond.redhat.spec.in: add dvips to reqs.
7419
7420 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7421
7422         * make/srcdir.make.in (web): Add special web target.
7423
7424         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7425         from inner $(LOOP).
7426
7427         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7428
7429         * stepmake/stepmake/generic-targets.make (www-targets-help):
7430         * GNUmakefile.in (web-install): Install in $(webdir).
7431
7432         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7433
7434         * cygwin/changelog: 
7435         * cygwin/mknetrel: Update.
7436
7437         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7438         (html-doc): Remove (use: web).
7439
7440         * stepmake/stepmake/script-rules.make: 
7441         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7442         Fix $(config_make) dependencies for srcdir build.
7443
7444         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7445         target for srcdir build.
7446
7447         * stepmake/make/stepmake.make: 
7448         * make/srcdir.make.in: 
7449         * GNUmakefile.in:
7450         * make/stepmake.make (config_make): Rename variable (was:
7451         configuration).
7452
7453 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7454
7455         * Documentation/user/internals.itely (Manipulating music
7456         expressions): run lilypond on example too.
7457
7458         * flower/include/libc-extension.hh: move lrint define to
7459         header. bugfix.
7460         
7461 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7462
7463         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7464         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7465         do we recurse whole tree?).
7466
7467         * GNUmakefile.in (html-doc): Resurrect.
7468
7469         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7470         obsolete $(package-icon) dependency.
7471
7472 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7473
7474         * Documentation/user/refman.itely (Automatic staff changes):
7475         add seealso 
7476
7477         * Documentation/index.html.in: link to bigpage.
7478
7479         * Documentation/user/tutorial.itely (Tutorial): streamline.
7480
7481         * Documentation/index.html.in: url typo.
7482
7483         * VERSION (PACKAGE_NAME): release 1.7.28
7484
7485         * python/lilylib.py (error_log): remove '/' from name.
7486
7487         * input/regression/pedal.ly: remove; dups input/test/
7488         
7489         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7490
7491         * Documentation/index.html.in: python style doco index.
7492
7493         * Documentation/{footer,header}.html.in (src): remove, 
7494
7495         * Documentation/pictures: remove all but lelie-logo.xpm.
7496
7497         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7498         before running makeinfo.
7499
7500         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7501         @code{}
7502
7503 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7504
7505         * input/test/bar-number-regular-interval.ly: rename.
7506
7507         * Documentation/user/*: various fixes. 
7508
7509 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7510
7511         * Documentation/{ many }: polish for update-all-menus. typos.
7512
7513         * po/fi.po: fixes.
7514
7515         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7516
7517         * buildscripts/mutopia-index.py: polish.
7518
7519         * input/regression/{ many }, input/test{ many }: polish texidocs.
7520
7521 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7522
7523         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7524         pedal-style
7525
7526         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7527         iso. edge-widen.
7528
7529         * lily/piano-pedal-engraver.cc (process_music): change from
7530         process_acknowledged ()
7531
7532         * lily/piano-pedal-bracket.cc: new file. Change
7533         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7534         cleaned up.
7535
7536         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7537
7538         * input/regression/tuplets.ly (texidoc): rename file.
7539
7540         * po/fr.po: update
7541
7542         * buildscripts/lilypond-profile.sh: error message if script is not
7543         sourced.
7544
7545         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7546         bracket-flare
7547         (make_bracket): simplify code.
7548
7549         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7550         argument.
7551
7552         * python/lilylib.py (lilypond_version_check): new function
7553
7554         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7555
7556         * scripts/ly2dvi.py (run_lilypond): add version check.
7557
7558         * scripts/lilypond-book.py (option_definitions): typo
7559
7560         * scripts/ly2dvi.py (include_path): typo
7561
7562         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7563
7564         * lily/parse-scm.cc (parse_handler): typo
7565
7566         * Documentation/user/macros.itexi: use @heading for headings.
7567
7568         * Documentation/user/refman.itely: updates, fixes.
7569
7570 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7571
7572         * po/fi.po: add Finnish translations. fixes.
7573
7574         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7575
7576         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7577         from lily/glissando-engraver.cc.
7578
7579 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7580
7581         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7582         for non-first _broken_ bracket.
7583
7584         * Documentation/user/refman.itely: corrections.
7585
7586 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7587
7588         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7589         support of the fingerings.
7590
7591         * po/fr.po: French translation update.
7592
7593         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7594         strings.
7595
7596 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7597
7598         * Documentation/user/introduction.itely: Small fixes.
7599
7600 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7601
7602         * Documentation/topdocs/AUTHORS.texi: polish.
7603
7604 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7605
7606         * Documentation/user/introduction.itely: revise
7607
7608         * Documentation/user/tutorial.itely: reorganise.
7609
7610         * Documentation/topdocs/index.tely: remove.
7611
7612         * Documentation/header.html.in: prune.
7613
7614         * GNUmakefile.in: clean up web building.
7615
7616         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7617         target.
7618
7619 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7620
7621         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7622
7623         * lilypond-mode.el: turn on blink-matching-paren.
7624
7625 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7626
7627         * scm/output-sodipodi.scm (svg-header): Fix typo.
7628
7629 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7630
7631         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7632         fixes a security hole.
7633
7634         * scripts/lilypond-book.py (original_dir): remove temp_dir
7635
7636         * scm/document-translation.scm: use @code tags.
7637
7638 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7639
7640         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7641
7642         * lilypond-mode.el: add a buffer-local post-command-hook to set
7643         context dependent syntax-table after each cursor event. Remove old
7644         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7645
7646         * lilypond-indent.el: update comments.
7647
7648         * Documentation/footer.html.in: add period.
7649
7650 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7651
7652         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7653
7654         * scm/document-translation.scm (document-property-operation): add
7655         @code{} tags.
7656
7657         * VERSION (PACKAGE_NAME): release 1.7.27
7658
7659         * config.make.in: add PAPER variable
7660
7661         * buildscripts/new-chords.py (help): add help text
7662
7663         * Documentation/user/introduction.itely (Typography and program
7664         architecture):  fixes.
7665
7666         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7667         for texinfo and dvips. This fixes problems with PDF output of the
7668         wrong size.
7669
7670         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7671         DVIPS_PAPERSIZE variable
7672
7673         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7674         TEXINFO_PAPERSIZE variable 
7675
7676 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7677
7678         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7679
7680         * mf/feta-toevallig.mf: lowres fixes.
7681
7682 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7683
7684         * NEWS: Typo and fill-paragraph fixes.
7685
7686         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7687         cast #define.
7688
7689         * configure.in: 
7690         * config.hh.in: Check for lrint.
7691
7692 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7693
7694         * VERSION: 1.7.26 released
7695
7696         * lily/separation-item.cc: add padding property.
7697
7698         * input/test/*.ly: various fixes, remove solo-a2.ly
7699
7700         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7701         bugfix. Fixes old-style markup compatibility.
7702
7703         * Documentation/user/introduction.itely (Introduction): historical
7704         elucidations
7705
7706         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7707
7708         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7709
7710         * Documentation/index.texi (Top): cleanup.
7711
7712         * Documentation/user/introduction.itely (Introduction): rewrite
7713         introduction, 
7714         (Music notation and  engraving): about notation. Add flat-picture
7715
7716 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7717
7718         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7719         separation items. This keeps lyrics from bumping into each other.
7720
7721 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7722
7723         * GNUmakefile.in (topdocs-web): New target.
7724         (local-web): Depend on topdocs-web; fixes html-doc.
7725
7726 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7727
7728         * po/lilypond.pot: run po-replace
7729
7730         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7731
7732         * scm/drums.scm (reset-drum-kit): new function.
7733
7734         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7735
7736         * scripts/update-lily.py: remove
7737         
7738         * VERSION: release 1.7.25
7739         
7740         * Documentation/user/introduction.itely (Introduction): rewrite
7741         start of introduction.
7742
7743 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7744
7745         * lily/all-font-metrics.cc: fixed typo
7746
7747 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7748
7749         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7750         LilyPond-mode-context-set-syntax-table): new functions to define
7751         the syntax table according to context.
7752
7753         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7754
7755 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7756
7757         * Documentation/user/refman.itely (Figured bass): 
7758         language nit courtesy http://www.vocabula.com
7759
7760         * GNUmakefile.in: remove no kpathsea hack.
7761
7762         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7763         doco.
7764
7765         * GNUmakefile.in: remove web-doc target.
7766
7767         * lily/all-font-metrics.cc (find_afm): add message about
7768         buildscripts/clean-fonts.sh 
7769
7770         * scm/define-music-properties.scm (figure): use string for 'figure
7771
7772         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7773
7774         * input/regression/ : add raggedright = ##t where applicable. 
7775         
7776         * scm/bass-figure.scm (make-bass-figure-markup): add
7777         alignBassFigureAccidentals property.
7778
7779         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7780         bracket.
7781
7782         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7783         syllables widths into account for minimum-length.
7784
7785         * input/test/staff-container.ly: update file
7786
7787         * input/test/stem.ly: remove
7788
7789         * lily/event.cc (LY_DEFINE): add ly: prefix.
7790
7791         * input/test/clef-manual-control.ly: from manual-clef
7792
7793         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7794
7795         * input/test/different-time-signatures.ly: move to poly-metric.ly
7796
7797         * input/test/hara-kiri*,scales.ly: remove
7798         
7799         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7800         with chord-names-jazz.ly)
7801
7802         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7803         get scalable cm fonts too.
7804
7805         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7806         --encoding for mftrace if present.
7807
7808         * input/regression/slur-area.ly: move from test/
7809
7810         * input/test/: remove simple-slur-endings slur-attachment
7811         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7812         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7813         slur-symmetry slur-symmetry tie-broken.ly
7814
7815         * scm/drums.scm (set-drum-kit): add function.
7816
7817         * Documentation/user/refman.itely (Percussion staves): use
7818         set-drum-kit
7819
7820         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7821         too
7822         (Global_measure.set_timesig): handle 3/8 time sig too.
7823
7824         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7825         note about triangle note heads.
7826
7827         * scm/drums.scm: use alist for instrument-settings. This fixes the
7828         bug with assigning to drums in the .ly file.
7829
7830         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7831         CHANGED.
7832
7833         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7834         cluster-beacon-interface
7835
7836         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7837
7838         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7839
7840         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7841
7842         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7843         to get positions.
7844
7845         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7846         make ClusterSpannerBeacon to record Y positions. This removes the
7847         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7848         make cluster-note-events.
7849
7850 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7851
7852         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7853
7854         * configure.in: Use lily/main.cc as identifying source file.
7855
7856         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7857
7858         * config.hh.in: 
7859         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7860
7861         * configure.in: Require PYTHON >= 2.0.
7862
7863         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7864           $PYTHON for include dir location.
7865         (STEPMAKE_PYTHON): New function.  Use
7866         
7867             PYTHON=foo ./configure
7868
7869           to override.
7870
7871 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7872
7873         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7874         something.
7875
7876         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7877         ftp.lilypond.org everywhere.
7878
7879 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7880
7881         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7882         detected.
7883
7884         * Documentation/user/refman.itely (Grace notes): note on explicit
7885         contexts
7886
7887 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7888
7889         * lilypond-font-lock.el: add a comment about LilyPond specific
7890         escape characters: ^, - and _, in the syntax table.
7891
7892         * Documentation/user/appendices.itely: a majuscule fix.
7893
7894 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7895
7896         * input/test/trills.ly (endHorizScript): fixes.
7897
7898         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7899         notation, move from regression.
7900
7901         * input/test/script-stack.ly: change name from stacked-scripts
7902
7903         * input/test/ossia.ly: octave errors.
7904
7905         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7906         for midi-volume-equaliser
7907
7908 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7909
7910         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7911         cm fonts.
7912
7913         * mf/feta-beugel.mf: don't multiply font_count by 10.
7914
7915         * lily/lookup.cc (horizontal_line): new function. Use
7916         horizontal-line in output backends.
7917
7918         * Documentation/user/tutorial.itely (An orchestral part): new
7919         section on orchestral stuff and identifiers.
7920
7921 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7922
7923         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7924         some interference to other modes.
7925
7926 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7927
7928         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7929         not maximum of spacing wishes in polyphonic situations.
7930
7931         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7932         number
7933
7934         * lilypond-indent.el: remove paren matching. 
7935
7936         * lily/text-item.cc (interpret_new_markup): new function
7937         use iso. text2molecule.
7938
7939         * lily/main.cc (notice): change FSF address 
7940
7941         * po/de.po: update PO file to 1.6.
7942
7943 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7944
7945         * Documentation/user/ {many}: Add periods and remove spaces.
7946         
7947 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7948
7949         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7950         Disable buffer-locally default paren hook and make a new one. 
7951
7952         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7953         locally LilyPond-paren-mode. Add todo for mouse double-click.
7954
7955 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7956
7957         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7958         Disable buffer-locally default paren idle timer and make a new one. 
7959
7960         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7961         locally LilyPond-show-paren-mode. Add to menu a toggle for
7962         LilyPond-show-paren-function.
7963
7964 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7965
7966         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7967
7968 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7969
7970         * Documentation/user/refman.itely: spelling fix.
7971
7972         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7973         paren highlight function definitions. add todo for
7974         LilyPond-show-paren-mode.
7975
7976 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7977
7978         * input/template/jazz-combo.ly: new file.
7979
7980 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7981
7982         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7983         lo-res fixes.
7984
7985         * mf/feta-schrift.mf: bugfix in varcoda sign.
7986         WARNING: FONT CHANGED
7987
7988         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7989         in accordance with lexer.ll.   
7990
7991 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7992
7993         * Documentation/user/tutorial.itely: Edit introduction.
7994
7995 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7996
7997         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7998         ly:grob-staff-position
7999
8000 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8001
8002         * scm/to-xml.scm: import srfi-1
8003
8004         * VERSION (MAJOR_VERSION):  release 1.7.24
8005
8006         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8007
8008         * scripts/lilypond-book.py (do_file): put texidoc before image.
8009         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8010
8011         * input/regression/*.ly: fix snippet octaves 
8012
8013         * input/test/spanner-after-break-tweak.ly: import
8014         broken-spanner-adjustment
8015
8016         * input/no-notation/midi-transposing.ly: move from input/test/
8017
8018         * input/test/: remove chord-markup
8019
8020         * input/regression/instrument-name-partial.ly: move from input/test.
8021
8022         * input/test/vertical-text.ly: remove
8023
8024         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8025         space above lyrics lines.
8026
8027         * input/test/uniform-breaking.ly: remove file.
8028
8029         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8030         uniform spacing density. 
8031
8032         * input/test/chords.ly (keys): remove file.
8033
8034         * scm/documentation-lib.scm (oop): use srfi-1 too.
8035
8036         * input/regression/*.ly: add \version
8037
8038         * Documentation/user/*.itely: various fixes.
8039
8040         * buildscripts/mf-to-table.py (base): break table every three
8041         symbols.
8042
8043         * input/:  remove %% new-chords-done %% .
8044
8045         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8046         os-music.ly
8047         
8048 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8049
8050         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8051
8052         * scm/new-markup.scm (box-markup): new function.
8053         (box-markup): new function. Contributed by Dick Schoeller
8054         <schoeller@attbi.com>
8055
8056         * scm/lily.scm: remove reduce-no-unit 
8057         (list-insert-separator): use fold-right
8058
8059         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8060         of arguments. 
8061
8062         * NEWS: more neutral language for ancient notation 
8063
8064         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8065         inside pointing beaming for chord tremolo.
8066
8067         * Documentation/user/lilypond-book.itely: minor editing
8068
8069 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8070
8071         * NEWS: added news for 1.8 regarding ancient notation
8072
8073         * Documentation/user/refman.itely (Gregorian square neumes
8074         ligatures): fixed typo
8075
8076         * lily/vaticana-ligature-engraver.cc,
8077         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8078         lower/upper head of Pes only when heads are stacked
8079
8080         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8081         scm/define-grob-properties.scm: cleanup: make "join-left" a
8082         boolean grob property and save delta pitch in grob property
8083         "delta-pitch" instead
8084
8085         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8086
8087 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8088
8089         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8090         completely borked
8091
8092         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8093         (try_music): bug fix: beam multiplicity was completely borked.
8094
8095         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8096         first-n, butfirst-n in favor of srfi-1 functions.
8097         remove string-join, string-pad in favor of srfi-13 functions.
8098
8099         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8100
8101         * NEWS: use complete sentences.
8102
8103         * Documentation/user/introduction.itely (Example applications):
8104         add note about databases and lilypond-book.
8105
8106         * input/test/volta.ly: remove file
8107
8108         * input/regression/volta-broken-left-edge.ly: simplify file
8109
8110 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8111
8112         * Documentation/user/refman.itely (Constructing a tweak): new
8113         subsection.
8114
8115         * Documentation/user/tutorial.itely (Fine tuning layout): add
8116         common tweaks.
8117
8118         * scm/define-grobs.scm (TextScript): use new brewer.
8119
8120 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8121
8122         * VERSION: release 1.7.23
8123
8124         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8125
8126         * python/lilylib.py (make_ps_images): bugfixes.
8127
8128         * input/regression/volta-multi-staff.ly: new file.
8129
8130         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8131
8132         * Documentation/user/tutorial.itely (Piano staffs): new section.
8133         (Setting variables): new section
8134         (Fine tuning layout): new section
8135
8136         * input/just-friends.ly: remove file. Superseeded by
8137         input/test/chords-without-melody.ly
8138
8139         * ly/property-init.ly: add all commands to refman.
8140
8141         * scm/define-translator-properties.scm: remove
8142         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8143
8144         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8145         name. Underscores botch up PS output.
8146
8147         * scm/define-translator-properties.scm: remove
8148         textNonEmpty, oneBeat, regularSpacingDelta
8149
8150         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8151         rule for automaticBars.
8152
8153         * lily/timing-engraver.cc (start_translation_timestep): change
8154         barNonAuto to automaticBars
8155
8156 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8157
8158         * input/test/perform-tie.ly: delete file.
8159
8160 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8161
8162         * Documentation/user/refman.itely (Gregorian square neumes
8163         ligatures): bugfix: do not show ledger lines in neumes table
8164         (fixed by setting staff symbol to transparent rather than removing
8165         it from staff context)
8166
8167 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8168
8169         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8170         glue into brew-new-markup-molecule.
8171
8172         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8173
8174         * Documentation/user/introduction.itely (Computerized typography):
8175         new section
8176
8177         * Documentation/user/tutorial.itely (An orchestral part): remove
8178         pc example from tutorial.
8179
8180         * input/tutorial/lilbook.tex: use screech-boink
8181
8182         * scripts/lilypond-book.py (compile_all_files): split formatting
8183         output body and scheduling lilypond compilation.
8184         (format_lilypond_output_bodies): new function
8185         (format_lilypond_block): new function
8186         (html_pages): allow multi-page images in HTML
8187
8188         * python/lilylib.py (make_ps_images): rename function from
8189         make_preview, merge with make_page_images
8190
8191 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8192
8193         * input/test/key-clefs.ly: moved to regression.
8194
8195         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8196
8197         * input/no-notation/README: added note about midi-*.ly files.
8198
8199         * input/test/two-key.ly: moved to no-notation/parse5.ly
8200
8201         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8202         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8203
8204         * input/test/ {various}: modified comments, marked some for deletion.
8205
8206         * input/test/lines.ly: deleted file; duplicate of
8207         embedded-postscript.ly
8208
8209         * input/test/mmrest-collision: moved to regression.
8210
8211 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8212
8213         * scm/chord-name.scm (note-name->markup): don't superscript root
8214         alterations in chordnames.
8215
8216 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8217
8218         * Documentation/user/refman.itely (Multi measure rests): more
8219         index/cross-referencing.
8220
8221         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8222
8223         * scm/font.scm: remove properties-to-font-name code.
8224
8225         * scm/define-grob-properties.scm: remove 'type
8226
8227         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8228         conversion
8229
8230         * lily/text-spanner.cc: change 'type grob prop to 'style 
8231
8232         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8233         "first" flag to decide whether to make a start-repeat
8234
8235         * input/regression/grace-volta-repeat-2.ly: new file.
8236
8237 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8238
8239         * lilypond-indent.el: rename generic functions to LilyPond-*
8240
8241 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8242
8243         * input/test/thumb.ly: delete, merged into refman.
8244
8245         * Documentation/user/refman.itely: added thumb info to Fingering.
8246
8247         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8248         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8249         vertical-align.ly : deleted files.
8250
8251 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8252
8253         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8254
8255         * lily/line-spanner.cc (broken_trend_offset): remove function.
8256         (get_broken_offset): idem.
8257         (brew_molecule): rewrite the line-break case.
8258
8259         * input/regression/follow-voice-break.ly:  new file.
8260
8261         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8262         start of a system.
8263
8264 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8265
8266         * input/test/tuplet-rest.ly: moved to regression.
8267
8268         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8269         deleted file.
8270
8271         * input/test/ {many} : marked file for possible deletion.
8272
8273 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8274
8275         * input/regression/beam-funky.ly: add note about (disputed)
8276         correct beaming.
8277
8278         * ly/engraver-init.ly (ScoreContext): put key-signature after
8279         staff-bar
8280         
8281 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8282
8283         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8284
8285         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8286
8287         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8288
8289         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8290         stem-extend was deleted (it was duplicate example, and not as
8291         good).
8292
8293         * input/test/[s-z]*.ly: add texidoc index.
8294
8295 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8296
8297         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8298         get_first_notecolumn_y
8299
8300         * lily/spanner.cc (broken_spanner_index): new function.
8301
8302 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8303
8304         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8305         lyric-hyphen.ly : moved to regression.
8306
8307         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8308         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8309
8310         * input/test/instrument-name-mmrest.ly: moved to
8311         ../regression/multi-measure-rest-instr-name.ly
8312
8313         * input/test/knee-sym.ly: moved to
8314         ../regression/beam-knee-symmetry.ly.
8315
8316         * input/test/hymn.ly: change comments.
8317
8318         * input/test/[p-r]*.ly: add texidoc index.
8319
8320 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8321
8322         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8323         to postfix syntax
8324         
8325         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8326         syntax.
8327
8328         * VERSION: release 1.7.22
8329
8330 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8331
8332         * input/test/[h-k]*.ly: added texidoc index.
8333
8334         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8335
8336         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8337
8338         * input/test/ various : mark files for deletion or moving to
8339         regression.
8340
8341         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8342
8343         * input/test/[l-o]*.ly: added texidoc index.
8344
8345 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8346
8347         * scm/music-functions.scm (make-ottava-set): 
8348         only do ottavation if centralCPosition is set.
8349
8350         * lily/translator-scheme.cc (ly:context-property-where-defined):
8351         return '() if not found.
8352
8353 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8354
8355         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8356         Use one command for both commenting and uncommenting.
8357
8358         * lilypond-indent.el (LilyPond-comment-region): new function,
8359         (un)comments each line separately.
8360
8361         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8362         
8363         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8364         imenu is not added by default; adapted from f90.el,
8365         makes Help-menu, which does not fit, visible in XEmacs.
8366         
8367 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8368
8369         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8370         show-paren-mode sets blink-matching-paren-on-screen local.
8371         Try to make show-paren-function to paren-highlight local.
8372
8373         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8374         Copy definitions of Emacs' show-paren-function and
8375         XEmacs' paren-highlight and make minimal changes;
8376         add comments about locality. 
8377         Fix matching first open-paren-char in '<< .. >>'.
8378
8379 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8380
8381         * input/test/g*: added texidoc index.
8382
8383         * input/test/[a-g]*: added raggedright==#t when it
8384          seemed appropiate.
8385
8386         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8387
8388         * Documentation/topdoc/INSTALL.texi: removed false warnings
8389         about gcc 3.3.
8390
8391 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8392
8393         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8394
8395         * input/test/chords-without-melody.ly (texidoc): add from
8396         input/just-friends.ly
8397
8398         * input/regression/size{13--26}.ly: move from input/
8399
8400         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8401         input/{star-spangled-banner,twinkle}.ly: remove 
8402         
8403         * lily/slur.cc: remove slur over rest warnings.
8404
8405         * lily/note-spacing.cc (get_spacing): include left part of right
8406         object in fixed space. This fixes stretched space before
8407         accidentals.
8408
8409         * input/regression/spacing-accidental-stretch.ly: new file.
8410
8411 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8412
8413         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8414         Reduce to 16pt.
8415
8416 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8417
8418         * input/regression/spacing-knee.ly: docstring
8419
8420         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8421
8422         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8423         input/tutorial/{test,solar,flowing}.ly: remove
8424
8425         * input/rhythm.ly: remove
8426
8427         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8428
8429         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8430         update syntax. 
8431
8432         * scm/define-grobs.scm (all-grob-descriptions): set
8433         knee-spacing-correction to 1.0
8434
8435         * lily/note-spacing.cc (stem_dir_correction): compute knee
8436         correction using stem-thickness and head width.
8437
8438         * input/regression/beam-quanting-horizontal.ly: update texidoc
8439
8440         * scm/define-grobs.scm (all-grob-descriptions): set
8441         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8442         This fixes 32nd beams for noteheads in spaces quants.
8443
8444         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8445
8446 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8447
8448         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8449
8450 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8451
8452         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8453
8454         * VERSION (PACKAGE_NAME): release 1.7.21
8455
8456         * input/regression/stem-shorten.ly: new file.
8457
8458         * lily/stem.cc (get_default_stem_end_position): revise stem
8459         shortening code.
8460
8461         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8462
8463         * input/test/{scripts,volta-start,sleur}.ly: remove
8464         
8465         * input/regression/span-bar.ly: smaller file.
8466
8467         * input/regression/spacing-{natural,tight,loose}.ly: remove
8468
8469         * input/test/markup.ly: remove
8470
8471         * scripts/lilypond-book.py: put printfilename in separate chunk,
8472         so texidoc is printed after the filename.  
8473
8474 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8475
8476         * make/lilypond.mandrake.spec.in: fix docdirs.
8477
8478 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8479
8480         * input/regression/beam-french.ly: bugfix.
8481
8482         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8483
8484         * input/regression/(various).ly: add raggedright = #t.
8485
8486         * input/regression/auto-beam.ly: move from abe.ly
8487
8488 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8489
8490         * input/test/f*.ly: added texinfo index.
8491         
8492         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8493
8494 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8495
8496         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8497         quant penalty for beam just outside staff.
8498
8499         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8500         from beam-pos.ly,  remove non-horizontal tests. 
8501
8502         * input/test/(various): cleanup header info. 
8503
8504         * input/test/tchaikovsky.ly: remove file.
8505
8506         * scm/chord-generic-names.scm: move from
8507         double-plus-new-chord-name.scm
8508
8509         * input/test/orchestscore.ly: remove file
8510
8511         * Documentation/user/refman.itely (Vocal music): update documentation.
8512
8513         * scm/define-translator-properties.scm (chordNoteNamer): remove
8514         chordNameStyle, use chordNameFunction
8515
8516         * scm/chord-name.scm (set-chord-name-style): remove
8517         set-chord-name-style. Use \property chordNameFunction.
8518
8519 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8520
8521         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8522         music): remove @TeX{} command.
8523
8524 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8525
8526         * lilypond-indent.el (scan-sexps): Renamed to
8527         aargh-this-breaks-other-emacs-modes-scan-sexps.
8528
8529 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8530
8531         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8532         closing slurs: '()', etc. Add comments.
8533
8534         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8535
8536         * lilypond-font-lock.el: match unending string at eof.
8537
8538         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8539         
8540 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8541
8542         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8543         input/test/beam-dir.ly input/test/beam-position.ly    
8544         input/test/beam-suspect.ly input/test/beam-trend.ly    
8545         input/test/beams.ly input/test/crescendo-text.ly : deleted
8546         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8547         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8548         * input/test/default-bars.ly: moved to bar-always.ly
8549         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8550
8551 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8552
8553         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8554
8555 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8556
8557         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8558
8559 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8560
8561         * lilypond-indent.el: Match better slurs in scheme expressions.
8562         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8563
8564         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8565
8566 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8567
8568         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8569
8570         * input/ac-extra-voice.ly: Add texidoc.
8571
8572         * ly/chord-modifiers-init.ly: 
8573         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8574         and chordNameExceptionsPartial for new chord names.
8575
8576         * input/test/chord-names-dpnj.ly: 
8577         * input/test/dpncnt.ly: Update.
8578
8579         * scm/chord-name.scm: 
8580         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8581         chord selection and options.
8582
8583         * ly/chord-modifiers-init.ly: Add exceptions 
8584
8585         * scm/define-translator-properties.scm (chordNameStyle) 
8586         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8587
8588 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8589
8590         * ly/property-init.ly (germanChords): Added.
8591         (semiGermanChords): Added.
8592         
8593         * input/test/chord-names-german.ly: Use new macros
8594         
8595 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8596
8597         * lilypond-indent.el: Use similar parenthesis highlighting for 
8598         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8599         functions; removed LilyPond-show-paren-function. Fix indenting.
8600         Turn paren-matching on also in XEmacs.
8601
8602         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8603         as needed by parenthesis highlighting functions (in scan-sexp).
8604
8605 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8606
8607         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8608         function.
8609         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8610
8611 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8612
8613         * lilypond-indent.el: tune regexp for show-paren-function.
8614
8615 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8616
8617         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8618         for all LilyPond-produced tex snippets.
8619
8620         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8621         fixes one line --preview output of ly2dvi.
8622
8623 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8624
8625         * lilypond-indent.el: match only one type of slurs in
8626         LilyPond-show-paren-function.
8627
8628 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8629
8630         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8631         * debian/lilypond1.7.dirs: 
8632         * debian/lilypond1.7-doc.dirs: New file.
8633
8634         * input/regression/chord-name-exceptions.ly: Add parameter for
8635         ignatzekExceptions.  Quote hash in docstring.
8636
8637 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8638
8639         * lilypond-indent.el (show-paren-function): define show-paren-function
8640         as LilyPond-blink-matching-open and use it for closing parens.
8641         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8642
8643         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8644         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8645         LilyPond-blink-matching-paren in order to match both open and close
8646         brackets.
8647         
8648 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8649
8650         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8651         testing by modifying the code from FSF Emacs paren.el. Add comments.
8652
8653 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8654
8655         * input/test/dpncnt.ly: Transpose example to match new
8656         default \chords octave.  Add comment.
8657         
8658         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8659         comment about octave change.
8660
8661 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8662
8663         * input/test/[d,e]: added texinfo index tags.
8664         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8665
8666 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8667
8668         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8669
8670 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8671
8672         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8673         as in blink-matching-open.
8674
8675 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8676
8677         * input/test/[a-c]: more comments in files.
8678         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8679         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8680         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8681         mark file for proposed deletion.
8682         * input/test: renaming files:
8683         auto-beam-4-8.ly to beam-auto-4-8.ly
8684         auto-beam-override.ly to beam-auto-override.ly
8685         auto-beam.ly to beam-auto.ly
8686         blank.ly to blank-paper.ly
8687         absolute-volume.ly to dynamic-absolute-volume.ly
8688
8689 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8690
8691         * input/test/dpncnt.ly: 
8692         * input/test/chord-names-dpnj.ly: Resurrect.
8693
8694         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8695
8696         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8697
8698         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8699         Better docstring, add parameter OMIT-ROOT, tidy up.
8700
8701 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8702
8703         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8704
8705 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8706
8707         * scm/output-ascii-script.scm (as-font-alist-alist):
8708         (as-properties-to-font-name):
8709         (as-make-style-sheet): Remove.
8710
8711         * scm/font.scm (as-make-font-list): New function.
8712         (as-font-sheet-alist): New variable.
8713
8714         * ly/paper-as9-init.ly: 
8715         * ly/paper-as5-init.ly: Update.
8716
8717         * ly/paper-as5.ly:
8718         * ly/paper-as9.ly: New file.
8719
8720 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8721
8722         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8723
8724 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8725         * input/sondag-morgen/*: removed due to copyright concerns.
8726         * input/[a,b]*.ly: added a newline at the end of the texinfo
8727         doc string (produces better output in HTML version).
8728         * input/c*.ly: added texinfo index and added comments to
8729         aid in future changes to input/test/ files.
8730
8731 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8732         
8733         * Documentation/user/refman.itely: fixed build problem (missing
8734         file) caused by previous renaming.
8735
8736 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8737         
8738         * input/test/[a,b]*.ly: added texinfo index and added comments to
8739         aid in future changes to input/test/ files.
8740         * input/test/bar-number-every-5-reset.ly: renamed to
8741         bar-number-every-five-reset.ly
8742         * input/test/bar-script-visibility.ly: renamed to
8743         bar-number-show-all.ly
8744
8745 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8746
8747         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8748         to Voice.
8749
8750         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8751         out note-line and glissando functionality.
8752         
8753         * lily/line-spanner.cc (brew_molecule): cleanup.
8754
8755 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8756
8757         * scripts/as2text.scm: Use rdelim module.
8758         (start-system): Rename from start-line.
8759         (stop-system): Rename from stop-line.
8760         (af-gulp-file): Use string iso symbol for getenv.
8761
8762         * scm/output-ascii-script.scm: Add guile and lily modules.
8763         (font-name-alist): New variable.
8764         (draw-line): New function.
8765
8766         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8767         (Were these silently removed, without ChangeLog entry?)
8768
8769 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8770
8771         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8772         process 2nd ottava correctly.
8773
8774 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8775
8776         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8777
8778 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8779
8780         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8781
8782 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8783
8784         * VERSION: release 1.7.20
8785         
8786         * lily/text-spanner.cc (brew_molecule): clean up function. This
8787         fixes bugs with broken 8va spanners.
8788
8789         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8790         This prevents spurious line-breaks with raggedright
8791         
8792 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8793
8794         * lily/key-performer.cc (create_audio_elements): always use major
8795         key
8796
8797         * Documentation/user/internals.itely: updates
8798
8799         * input/regression/beam-break.ly: new file.
8800
8801         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8802         beams if starting or terminating stems have 'beaming set.)
8803
8804         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8805         property.
8806
8807         * lily/parser.yy (verbose_command_req): add comment about scales.
8808
8809 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8810
8811         * lilypond-indent.el: adjust regexps in bracket-matching.
8812
8813 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8814
8815         * Documentation/user/refman.itely: more tiny fixes
8816
8817         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8818         "Chord names"; added table with input syntax for solesmes neumes
8819         table; added some words about rationale on input syntax design
8820
8821         * lily/gregorian-ligature-engraver.cc,
8822         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8823         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8824         alignment of Pes Initio Debilis
8825
8826         * Documentation/user/refman.itely,
8827         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8828         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8829         bugs in the solesmes neumes table
8830
8831 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8832
8833         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8834         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8835
8836         * lilypond-mode.el: fix tag-score. small improvements.
8837
8838 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8839
8840         * .cvsignore: Add aclocal.m4.
8841
8842         * lily/music-constructor.cc: Include <assert.h>.
8843
8844 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8845
8846         * ly/engraver-init.ly (HaraKiriStaffContext): use
8847         RemoveEmptyStaffContext instead.
8848
8849         * Documentation/user/refman.itely: updates
8850
8851 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8852
8853         * Documentation/user/refman.itely: added solesmes neumes table;
8854         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8855         bugfix: "Ornaments" -> "Articulations"
8856
8857         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8858
8859 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8860
8861         * lilypond-indent.el: Add a message about trying to match \] or \).
8862         
8863 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8864         
8865         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8866         obsolete "arithmetic_*"
8867
8868         * input/bugs/ligatures.ly: removed (will be put into a different
8869         directory later)
8870
8871 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8872
8873         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8874         libkpathsea (Maurizio Tomasi).
8875
8876 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8877
8878         * input/regression/repeat-slash.ly (texidoc): new file
8879
8880         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8881         slash repeats separately. Slash repeats and %
8882         repeats can now be nested.
8883
8884 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8885
8886         * lilypond-indent.el: Add preliminary test for closing \] and \).
8887         
8888 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8889
8890         * lily/gregorian-ligature-engraver.cc,
8891         lily/vaticana-ligature-engraver.cc,
8892         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8893         mf/parmesan-heads.mf: various semivocalis related bugfixes
8894
8895         * input/bugs/ligatures.ly: new file demonstrating problems with
8896         ligatures
8897         
8898 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8899
8900         * lilypond-mode.el,
8901         lilypond-font-lock.el,
8902         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8903
8904 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8905
8906         * lilypond-mode.el: Remove outdated code. Stress the difference 
8907         between Emacs and XEmacs definitions.
8908
8909         * lilypond-mode.el,
8910         lilypond-indent.el: Define a function interactive only when necessary.
8911
8912 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8913
8914         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8915         Use inactive regions also in XEmacs.
8916
8917 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8918
8919         * Documentation/user/refman.itely (Repeat syntax): more updates
8920
8921         * lily/simple-spacer.cc (solve): move solution process into
8922         solve(). This fixes a bug with collisions and raggedright = ##t.
8923  
8924         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8925
8926         * ly/engraver-init.ly: remove GraceContext. Update examples.
8927
8928 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8929
8930         * GNUmakefile.in (fonts): Also make fontball.
8931
8932         * Website fixes:
8933
8934         * ly/engraver-init.ly (GraceContext): Add.
8935
8936         * run:
8937
8938             convert-ly $(find . -name *.ly)
8939
8940         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8941         new chords.
8942
8943 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8944
8945         * VERSION: 1.7.19 released
8946         
8947         * scm/music-functions.scm (set-octavation): new function.
8948
8949         * input/regression/ottava.ly: new file
8950
8951         * lily/translator-scheme.cc (LY_DEFINE): new function
8952         ly:unset-context-property
8953         (LY_DEFINE) new function ly:context-property-where-defined: 
8954
8955 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8956
8957         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8958
8959         * lilypond.words: add few.
8960
8961         * input/test/script-chart.ly: fix typo.
8962
8963 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8964
8965         * scm/define-grobs.scm: uniform naming for definitions and output
8966         routine files. 
8967
8968         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8969         scm/context-description.scm
8970
8971         * lily/parser.yy (translator_spec_body): add \description to the
8972         \translator{} body syntax.
8973
8974         * lily/ottava-engraver.cc: new file.
8975
8976         * scm/chord-name.scm (natural-chord-alteration): replace old
8977         chord stuff. 
8978
8979         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8980
8981         * Documentation/user/refman.itely (Metronome marks): update doco.
8982
8983         * input/regression/markup-note.ly: new file
8984
8985         * input/regression/metronome-marking.ly: new file
8986
8987         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8988
8989         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8990         metronome marks.
8991
8992 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8993
8994         * Documentation/user/GNUmakefile: Compatibility fix for new
8995         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8996         for making binary packages; info splitting bug has been fixed.
8997
8998         * Documentation/user/refman.itely: Compile fixes.
8999
9000 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9001
9002         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9003         Count \midi -keywords also for a region.
9004
9005 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9006
9007         * lily/lookup.cc (LY_DEFINE): new function
9008
9009         * Documentation/user/tutorial.itely: updates
9010
9011 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9012
9013         * lilypond-mode.el: Allow Midi on buffer.
9014         Use only '.ly'-extension, remove '.sly' and '.fly'.
9015         Allow use of inactive regions. Invoke next Command on Master file, 
9016         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9017
9018 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9019
9020         * Documentation/user/tutorial.itely: updates.
9021
9022 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9023
9024         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9025
9026 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9027
9028         * lily/coherent-ligature-engraver.cc: fixed typo
9029
9030         * lily/coherent-ligature-engraver.cc,
9031         lily/gregorian-ligature-engraver.cc,
9032         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9033         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9034         lily/vaticana-ligature-engraver.cc,
9035         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9036         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9037         removed all ligature specific stuff from NoteHead code
9038
9039         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9040         ligatures now use regular noteheads
9041
9042         * lily/vaticana-ligature.cc: tiny code cleanups
9043
9044         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9045         space between two adjacent noteheads of the same pitch
9046
9047         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9048         description; cleanup: removed obsolete font-family settings
9049
9050 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9051
9052         * lily/coherent-ligature-engraver.cc,
9053         lily/gregorian-ligature-engraver.cc,
9054         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9055         lily/mensural-ligature-engraver.cc,
9056         lily/vaticana-ligature-engraver.cc,
9057         lily/include/gregorian-ligature-engraver.hh: updated for new
9058         Coherent_ligature_engraver; added comments that describe the basic
9059         design ideas of the ligature implementation
9060
9061         * lily/coherent-ligature-engraver.cc,
9062         lily/include/coherent-ligature-engraver.hh: new file: shared code
9063         between mensural ligatures and Gregorian chant notation ligatures
9064
9065 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9066
9067         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9068         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9069         use only two arguments in sit-for, use no arguments in
9070         read-char-exclusive, backspace is not a character (127) in XEmacs.
9071
9072         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9073
9074 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9075
9076         * lilypond-mode.el: un-commenting works after syntax-table fix.
9077
9078         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9079         group, verbose commenting for syntax table.
9080
9081         * lilypond-indent.el: add TODO for ligature slurs.
9082
9083 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9084
9085         * lilypond-mode.el: Move comments of parenthesis matching away,
9086         (blink-matching-paren-on-screen) fix blinking in Emacs.
9087
9088         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9089         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9090
9091         * lilypond-indent.el: Add TODO for parenthesis matching.
9092
9093 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9094
9095         * lilypond-mode.el: Fix XEmacs: 
9096         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9097         invoke explicitly easy-menu-add (in Emacs done automatically).
9098         
9099         * lilypond.words: Add few words from input/*/*.ly.
9100
9101 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9102
9103         * VERSION (PATCH_LEVEL): release 1.7.18
9104
9105         * scripts/lilypond-book.py: only print basename for printfilename
9106         option
9107
9108         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9109         and syntax updates.
9110
9111 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9112
9113         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9114         better parametrisation. Move fatness of bulb downward.
9115
9116         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9117         glyph names. Underscores are not allowed .ps encoding files.
9118
9119 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9120
9121         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9122         variable "packed" for packed right-ragged mode
9123
9124         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9125         unused variable ragged; fixed indentation
9126
9127         * Documentation/user/refman.itely: tiny cleanups in ancient
9128         clef and custos section
9129
9130 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9131
9132         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9133         \applyoutput PROCEDURE
9134
9135         * lily/my-lily-lexer.cc: add \applyoutput.
9136
9137         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9138
9139         * lily/text-item.cc: clean text-interface description
9140
9141 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9142
9143         * input/{regression,test}/: use postfix for slur endings and beam
9144         begins.
9145
9146         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9147         style beams too. 
9148
9149         * input/regression/lyrics-melisma-beam.ly: new file.
9150
9151         * lily/lyric-engraver.cc (process_music): change from
9152         process_acknowledged_grobs()
9153
9154         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9155         functions to set and revert auto-beam settings.
9156
9157 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9158
9159         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9160
9161 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9162
9163         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9164         Documentation/user/lilypond.tely: fixed some typos; updated author
9165         info
9166
9167         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9168         #"" -> #'flag-style = #'()
9169
9170         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9171         cleanup: removed dead #includes
9172
9173         * lily/gregorian-ligature-engraver.cc,
9174         lily/include/gregorian-ligature.hh,
9175         scm/grob-property-description.scm: small cleanups, small spacing
9176         fixes
9177
9178         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9179         lily/vaticana-ligature.cc,
9180         lily/include/gregorian-ligature-engraver.hh,
9181         scm/grob-property-description.scm, scm/music-types.scm:
9182         "porrectus" -> "pes or flexa"
9183
9184         * ly/engraver-init.ly, scm/grob-description.scm,
9185         scm/grob-property-description.scm: junked porrectus, now handled
9186         by ligature code
9187
9188         * scm/grob-description.scm: bugfix: added space-alist entry for
9189         breathing sign/custos
9190
9191 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9192
9193         * Another grand 2003 update.
9194         
9195         * Remove mentioning of `mudela'; There's no such thing.
9196
9197 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9198
9199         * Documentation/user/preface.itely (Preface to version 1.8): update
9200
9201         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9202
9203         * Documentation/user/converters.itely (Invoking convert-ly): revise
9204
9205         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9206
9207         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9208
9209 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9210
9211         * Documentation/user/internals.itely: more updates.
9212
9213 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9214
9215         * Documentation/user/refman.itely: revise 
9216
9217         * Documentation/user/internals.itely: revise
9218
9219         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9220
9221 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9222
9223         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9224         beautification: reformatted ancient clefs section; cleanup: small
9225         wording fixes
9226
9227 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9228
9229         * lilypond.words: added words for chant notation, sorted
9230         alphabetically through "sort lilypond.words"
9231
9232 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9233
9234         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9235         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9236         chant notation
9237
9238 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9239
9240         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9241         prevent TeX from interpreting them as long dash
9242
9243         * input/test/vaticana.ly: updated
9244
9245         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9246         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9247         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9248         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9249         fixes
9250
9251         * mf/parmesan-heads.mf: ledger endings: removed dead code
9252
9253 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9254
9255         * VERSION: 1.7.17 released
9256         
9257         * Documentation/user/GNUmakefile
9258         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9259         files too.
9260
9261         * scm/document-markup.scm: new file: document all markup
9262         functions.
9263
9264         * scm/documentation-generate.scm: rename all documentation modules
9265         to document-*.scm
9266
9267         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9268         .png
9269
9270         * input/test/divisiones.ly: added
9271
9272         * input/regression/output-property.ly: new file
9273
9274         * lily/cluster.cc: change cluster-interface to use style property
9275
9276 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9277
9278         * input/test/chord-names-german.ly: modified.
9279
9280         * scm/chords-ignatzek.scm:
9281           chord-name->german-markup: Added
9282           note-name->german-markup: Changed (now producing lowercase notenames)
9283
9284         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9285         
9286 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9287
9288         * scripts/convert-ly.py (FatalConversionError.conv):
9289         divisiominima -> divisioMinima, etc.
9290
9291         * ly/engraver-init.ly (FiguredBassContext): add
9292         Separating_line_group_engraver to Figured bass context.
9293
9294         * ly/german-chords-init.ly: remove file
9295
9296         * input/test/chord-names-german.ly (scm): new file.
9297
9298         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9299
9300         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9301         Chord_name_engraver
9302
9303         * Documentation/user/refman.itely: lots of updates.
9304
9305         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9306         new file
9307
9308         * input/test/bar-number-every-5-reset.ly: new file.
9309
9310 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9311
9312         * input/regression/chord-name-major7.ly: new file
9313
9314         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9315         if specced explicitly.
9316
9317         * input/regression/chord-name-entry-11.ly: new file.
9318
9319         * input/test/slur-beautiful.ly: new file.
9320
9321         * Documentation/user/refman.itely: updates.
9322
9323         * input/regression/collisions.ly (threevoice): cleanup.
9324
9325         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9326
9327 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9328
9329         * Documentation/user/*.itely: various updates.
9330
9331         * ly/spanners-init.ly: enddecr/ endcr.
9332
9333         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9334         of tutorial
9335
9336 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9337
9338         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9339
9340         * lily/new-chord-name-engraver.cc (process_music): use octavation
9341         (a number) instead of original-pitch to store inversions. This
9342         fixes a problem with transposed chords with inversions.  
9343
9344 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9345
9346         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9347         used in includable-lexer.hh.
9348
9349         * lily/includable-lexer.cc: Bugfix: include config.h.
9350
9351         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9352         circumvention of Debian packaging bug.
9353
9354 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9355
9356         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9357         
9358         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9359
9360         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9361         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9362
9363         * lily/include/includable-lexer.hh: 
9364         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9365
9366         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9367
9368         * aclocal.m4: Regenerate.
9369
9370         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9371         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9372
9373         * scm/pdf.scm (use-modules): Include lily.
9374
9375         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9376         Noordkamp).
9377         (use-modules): Include lily.
9378         (lily-def): Bugfix: include tex-val in let.
9379
9380 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9381
9382         * lilypond-mode.el: sensible error if lilypond.words not found.
9383
9384         * lilypond.words: add few words.
9385
9386 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9387
9388         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9389
9390         * mf/parmesan-scripts.mf: fixed typo in char name
9391
9392 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9393
9394         * VERSION: 1.7.16 released
9395
9396         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9397         (this is a security vulnerability).
9398
9399         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9400
9401         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9402         add staff support.
9403
9404 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9405
9406         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9407         ly/script-init.ly, scm/script.scm: bugfix: renamed
9408         fermata->signumcongruentiae to fix naming clash with feta font
9409
9410 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9411
9412         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9413
9414         * lily/multi-measure-rest-engraver.cc
9415         (start_translation_timestep): use grace timing too for determining
9416         when to make mmrest.
9417         (start_translation_timestep): clear numbers too.
9418
9419 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9420
9421         * scm/music-types.scm: compile fix: escape braces
9422
9423         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9424         work around font selection problem
9425
9426         * Documentation/user/refman.itely: BreathingSign: added docu for
9427         property "text"
9428
9429 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9430
9431         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9432         information.
9433
9434 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9435
9436         * lily/multi-measure-rest-engraver.cc (class
9437         Multi_measure_rest_engraver): make multiple Number objects, one
9438         for each MultiMeasureTextEvent.
9439
9440         * scm/music-functions.scm (glue-mm-rest-texts): use
9441         MultiMeasureTextEvent
9442
9443         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9444
9445         * Documentation/user/refman.itely (Multi measure rests): update.
9446
9447 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9448
9449         * lily/ly-module.cc (ly_copy_module_variables): use
9450         scm_internal_hash_fold() for iterating modules.
9451
9452 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9453
9454         * Documentation/user/refman.itely: Section Custodes: added more
9455         example code
9456
9457         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9458         neo-mensural rests to parmesan font
9459
9460         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9461         header
9462
9463 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9464
9465         * Documentation/user/macros.itexi: @fileref macro.
9466
9467         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9468         each file. 
9469
9470 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9471
9472         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9473         Documentation/topdocs/AUTHORS.texi: updated my email address
9474
9475         * Documentation/user/refman.itely: updated custos documentation;
9476         beautified divisiones example; beautified articulations table
9477
9478         * lily/breathing-sign.cc: bugfix: finalis molecule
9479
9480 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9481
9482         * Documentation/user/refman.itely: added docu for
9483         contemporary fermata symbols, gregorian breathing signs; small fixes
9484
9485         * ly/gregorian-init.ly: removed obsolete #'type props
9486
9487 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9488
9489         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9490         minimum-length property correctly.
9491
9492 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9493
9494         * scm/music-functions.scm (make-multi-measure-rest): set input
9495         locations for multimeasure rests.
9496
9497 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9498
9499         * input/regression/breathing-sign.ly: updated to for ancient
9500         notation
9501
9502 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9503
9504         * scripts/ly2dvi.py: Add newline.
9505
9506 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9507
9508         * scripts/ly2dvi.py (dependency_files): Compile fix.
9509
9510 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9511
9512         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9513         (make_html_menu_file): --html menu. 
9514
9515 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9516
9517         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9518
9519 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9520
9521         * input/screech-boink.ly: new file.
9522
9523 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9524
9525         * scripts/lilypond-book.py (make_lilypond_file): convert
9526         lilypond-file to lilypond block directly, without going through
9527         begin/end lilypond text.
9528         
9529
9530 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9531
9532         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9533         scm/grob-description.scm: moved Michael's original breathing sign
9534         code in brew_molecule() to divisio_minima(); provided new
9535         brew_molecule() that effectively replaces the
9536         Text_item::brew_molecule callback (with additional fallback to
9537         Michael's original code); added callbacks for brewing divisio
9538         maior/maxima and finalis
9539
9540         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9541         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9542
9543         * script-init.ly: added shortfermata, longfermata,
9544         verylongfermata, varcoda
9545
9546         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9547         longfermata, verylongfermata, varcomma, varcoda
9548
9549 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9550
9551         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9552           Remove all noquote and insert a few quote.
9553         
9554         * Documentation/user/lilypond-book.itely (Music fragment options),
9555           scripts/lilypond-book.py: Don't include quotation blocks by
9556           default. Introduce option quote instead of noquote
9557
9558 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9559
9560         * VERSION: 1.7.15 released
9561         
9562         * Documentation/user/lilypond.tely: omf updates.
9563
9564         * buildscripts/texi2omf.py (omf_vars): include version.date
9565
9566         * make/lilypond.redhat.spec.in: fixes for spec file. 
9567
9568         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9569         by function definition: lily now requires a recent GNU Make.
9570
9571         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9572         writing.
9573
9574         * make/ly-rules.make: remove .ly -> .tex rule
9575
9576         * Documentation/user/refman.itely (Figured bass): revised figured
9577         bass example.
9578
9579 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9580
9581         * stepmake/stepmake/omf-targets.make (local-install): add
9582         scrollkeeper-update message.
9583
9584         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9585         to binary.
9586         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9587
9588         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9589
9590         * Documentation/user/converters.itely (Invoking midi2ly): add
9591         track/channel notice.
9592
9593 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9594
9595         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9596
9597         * lily/parser.yy (scalar): DIGIT is also a scalar.
9598
9599         * Documentation/user/music-glossary.tely: add @omf tags
9600
9601         * Documentation/user/lilypond.tely: add @omf tags
9602
9603         * scm/generate-documentation.scm (string-append): add @omf tags.
9604
9605         * stepmake/stepmake/omf-*: new files 
9606
9607         * input/regression/multi-measure-rest.ly (texidoc): add doco
9608
9609         * GNUmakefile.in (web-doc-install): add web-doc-install target
9610
9611         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9612         fixes crashes while dumping MIDI.
9613
9614         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9615         midi
9616
9617 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9618
9619         * buildscripts/texi2omf.py: new file.
9620
9621         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9622         font-name
9623
9624 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9625
9626         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9627
9628         * lily/sequential-iterator.cc (descend_to_child): call
9629         descend_to_child() for all types of music.
9630
9631 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9632
9633         * scm/translator-property-description.scm: Add
9634         bassFigureFormatFunction.  Replace some entries.
9635
9636 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9637
9638         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9639         clean out.
9640
9641 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9642
9643         * scripts/midi2ly.py (Note.dump): never dump duration for
9644         dump_dur=0.
9645
9646         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9647         new function
9648
9649         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9650         figures using new markups. Much simpler, and should improve layout
9651         a little.
9652
9653         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9654
9655 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9656
9657         * ly/engraver-init.ly: use Hara kiri by default for 
9658         ChordNames, FiguredBass and Lyrics(Voice) context. 
9659
9660         * lily/axis-group-engraver.cc (acknowledge_grob): use
9661         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9662
9663         * scm/new-markup.scm (markup-function-list): add bracket,
9664         vbracket.
9665
9666         * ly/engraver-init.ly (ChordNamesContext): set
9667         minimumVerticalExtent
9668
9669 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9670
9671         * input/test/time-signature-double.ly: new file 
9672
9673         * input/regression/collision-head-chords.ly (texidoc): new file.
9674
9675         * lily/type-swallow-translator.cc: add note swallow translator 
9676
9677         * input/test/time-signature-double.ly: new file.
9678
9679         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9680
9681         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9682         (FiguredBassContext): idem.
9683
9684         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9685
9686         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9687
9688         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9689
9690         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9691         .afm dependency
9692
9693         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9694
9695         * python/lilylib.py (make_page_images): add function.
9696
9697         * scripts/ly2dvi.py (run_latex): include title in preview image.
9698
9699         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9700         from lilypond-book for <ly2dvifile> tags in HTML.
9701
9702         * scripts/ly2dvi.py (option_definitions): add --debug option to
9703         print out environment.
9704
9705         * input/regression/tie-chord-partial.ly: new file.
9706
9707 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9708
9709         * lilypond.words: add 3
9710
9711 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9712
9713         * scm/new-markup.scm (markup-function-list): add finger-markup
9714
9715         * input/tutorial/brahms-tweaked.ly: new markup 
9716
9717         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9718
9719         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9720         crash when processing '() markup
9721
9722         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9723
9724         * lily/breathing-sign.cc (railtracks): another caesura.
9725
9726         * mf/feta-schrift.mf: caesura symbol. 
9727
9728 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9729
9730         * scripts/convert-ly.py (FatalConversionError.conv): add
9731         ly:molecule-XXX conversions.
9732
9733         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9734
9735         * input/regression/multi-measure-rest-text.ly: new file.
9736
9737         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9738         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9739
9740         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9741         ScoreContext
9742
9743         * scm/new-markup.scm (center-markup): \center markup.
9744
9745         * scm/music-functions.scm: remove pitchify scripts.
9746
9747         * lily/music.cc (print_smob): display music name if available 
9748
9749 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9750
9751         * Documentation/user/refman.itely (Instrument names): remove
9752         \turnOff doco.
9753
9754 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9755
9756         * lily/score.cc (mark_smob): bugfix.
9757
9758         * input/regression/rehearsal-mark.ly: new file.
9759
9760         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9761         report error at the current token again.
9762
9763 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9764
9765         * cygwin/mknetrel: Exit if doc build fails.
9766
9767         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9768
9769 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9770
9771         * scm/music-types.scm (music-descriptions): add doc strings
9772
9773 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9774
9775         * lily/lexer.ll: 
9776         * lily/include/my-lily-lexer.hh: 
9777         * lily/include/includable-lexer.hh: Add flex kludge.
9778
9779         * config.hh.in: 
9780         * config.make.in: 
9781         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9782         cruft.
9783         
9784         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9785         code.
9786
9787 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9788
9789         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9790
9791         * lily/parser.yy (new_chord): Compile fix.
9792
9793 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9794
9795         * Documentation/user/refman.itely (Tuning groups of objects):
9796         remove documentation for \turnOff. 
9797
9798         * lily/percent-repeat-engraver.cc (try_music): add correct
9799         processing moments for double-measure percents as well.
9800
9801         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9802
9803         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9804         grob prop type. 
9805
9806         * Documentation/user/refman.itely (Printing named chords): add
9807         chord name tweak doco.
9808
9809         * input/template/gregorian-transcription.ly: new file.
9810
9811 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9812
9813         * VERSION: 1.7.13 released
9814         
9815         * input/test/*: lots of cleanups/comment-outs/removals in chord
9816         examples
9817         
9818         * input/regression/*: lots of cleanups/comment-outs/removals in
9819         chord examples
9820         
9821         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9822         options
9823
9824         * lily/new-chord-name-engraver.cc (process_music): give original
9825         inversion pitch to chord name routine.
9826
9827         * input/tutorial/os-score.ly: update to new markup
9828
9829         * Documentation/user/appendices.itely: simply include
9830         chords-ignatzek. 
9831
9832         * Documentation/user/refman.itely (Chords mode): add documentation
9833         for chord mode.
9834
9835         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9836         not present in chord.
9837         (construct-chord): add inversion and bass support.
9838
9839         * lily/chord.cc: junk contents.
9840
9841 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9842
9843         * Documentation/user/refman.itely:
9844         * Documentation/user/music-glossary.tely: fix. 
9845
9846 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9847
9848         * scm/chord-entry.scm (construct-chord): move chord construction
9849         to Scheme.
9850
9851         * lily/parser.yy (new_chord): new setup for chord entry.
9852
9853 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9854
9855         * lilypond.words:
9856         * Documentation/user/music-glossary.tely: add ambitus.
9857
9858 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9859
9860         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9861
9862         * lily/include/*.hh: string() -> to_string()
9863
9864         * scm/chords-ignatzek.scm: new file.
9865
9866         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9867         standard chord name exceptions.
9868
9869         * scm/translator-property-description.scm (chordNameSeparator):
9870         add property.
9871         (majorSevenSymbol): add property
9872
9873         * lily/translator-scheme.cc (ly:context-properties): new function
9874         (ly:context-parent): new function.
9875         (print_smob): print context name.
9876
9877         * lily/music.cc (ly:get-music-length): new function
9878         (print_smob): don't print properties.
9879
9880         * lily/duration.cc (duration<?): new function
9881
9882         * input/regression/chords-funky-ignatzek.ly: new file.
9883
9884         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9885         jazz chords.
9886
9887         * lily/pitch.cc (ly:pitch-diff): new function.
9888
9889         * input/regression/chords-ignatzek.ly: new file.
9890
9891 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9892
9893         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9894         pitches for jazz chords.
9895
9896 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9897
9898         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9899
9900 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9901
9902         * lilypond.words: add 1
9903
9904 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9905
9906         * Documentation/topdocs/AUTHORS.texi: refine.
9907
9908 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9909
9910         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9911         
9912         * lilypond.words: add one.
9913
9914 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9915
9916         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9917         Fontify bass note in chords, e.g., e in c1/e.
9918         
9919 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9920
9921         * Documentation/user/music-glossary.tely: Dutch updates and
9922         additions (Arent Storm).
9923
9924 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9925
9926         * input/regression/ambitus.ly:  move file.      
9927
9928         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9929
9930         * lily/event.cc (transpose): add tonic property to Key_change_req
9931         and to Key_engraver.
9932
9933 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9934
9935         * Documentation/user/refman.itely: fix typo.
9936
9937         * lilypond.words: removed wrong identifiers.
9938
9939 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9940
9941         * mf/feta-toevallig.mf: make flat stem shorter 
9942
9943 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9944
9945         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9946
9947         * lilypond.words: add from Phrasing slur.
9948         
9949 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9950
9951         * lilypond-mode.el: allow launching multiple ViewPS processes.
9952         
9953         * lilypond.words: add from Text markup.
9954
9955 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9956
9957         * input/test/ossia.ly (texidoc): add comment.
9958
9959         * input/regression/voice-follower.ly: new file.
9960
9961         * mf/feta-toevallig.mf: make flat heavier.
9962
9963         * lily/cluster-engraver.cc: clean up Cluster engraver
9964
9965         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9966         Engraver. Use Note_column to compute Y positions and deal with
9967         line break stuff.
9968
9969 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9970
9971         * lily/stem.cc: move french-beaming to stem.
9972
9973 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9974
9975         * lilypond-font-lock.el: fontify all durations in chords.
9976
9977         * lilypond.words: add from lily/my-lily-lexer.cc
9978
9979 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9980
9981         * VERSION: release 1.7.12
9982
9983         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9984
9985         * lily/gregorian-ligature.cc: new file
9986
9987         * lily/*: the Great 2003 search & replace.
9988
9989         * Documentation/user/refman.itely (Manual repeat commands): add
9990         note about font selection.
9991
9992 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9993
9994         * lilypond-mode.el: propose recompiling midi while invoking playing,
9995         not while stopping playing.
9996
9997 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9998
9999         * lilypond.words: add one.
10000
10001         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10002         and expressional note grouping. Fontify chord modes.
10003
10004 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10005
10006         * Documentation/user/music-glossary.tely (Top): translate melisma.
10007
10008 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10009
10010         * Documentation/user/music-glossary.tely (Top): add melisma.
10011
10012 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10013
10014         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10015         interfaces for (abstract) grob GregorianLigature
10016
10017         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10018         renamed head* -> glyph_name*, x-shift* -> x-offset*
10019
10020         * scm/grob-property-description.scm: bugfix: added missing descriptions
10021
10022 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10023
10024         * input/test/chord-names-dpnj.ly: New file.
10025
10026         * scm/double-plus-new-chord-name.scm: Implement full and partial
10027         exceptions.
10028
10029         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10030
10031         * scm/double-plus-new-chord-name.scm
10032         (double-plus-new-chord->markup): Fix sub->markup.
10033
10034
10035 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10036
10037         * lily/custos-engraver.cc: added TODO; editorial changes
10038
10039         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10040         consistency with other ligature engravers; removed access on (now)
10041         private variable _ligature of Ligature_engraver
10042
10043         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10044         renamed last_bound -> last_bound_; issue programming_error on
10045         abstract method calls; moved primitives code from
10046         Mensural_bracket_engraver to here (because almost ligature
10047         engravers will need it); renamed try_stop_ligature () ->
10048         typeset_ligature (); bugfix: store primitives of finished ligature
10049         in separate variable finished_primitives_ to avoid clash on input
10050         like "\] \["; added current_ligature () to enable access on
10051         private variable _ligature
10052
10053         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10054         (now in super class); renamed try_stop_ligature () ->
10055         typeset_ligature ()
10056
10057         * lily/mensural-ligature.cc: issue programming_error on abstract
10058         method calls
10059
10060         * lily/note-heads-engraver.cc: added TODO comment upon bool
10061         in_ligature
10062
10063         * mf/parmesan-heads.mf: fixed some of set_char_box()
10064
10065         * scm/grob-description.scm: added VaticanaLigature
10066
10067         * scm/grob-property-description.scm: added neume prefix properties
10068
10069         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10070         lily/include/gregorian-ligature-engraver.hh,
10071         lily/include/gregorian-ligature.hh: new files; framework for
10072         gregorian ligature engravers such as vaticana
10073
10074         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10075         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10076         vaticana style ligature implementation (still somewhat uncomplete)
10077
10078 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10079
10080         * VERSION: release 1.7.11
10081
10082         * scripts/convert-ly.py: add ly:pitch-transpose rule
10083
10084 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10085
10086         * input/test/dpncnt.ly: New file.
10087
10088         * lily/my-lily-lexer.cc: Add chordnames keyword.
10089
10090         * lily/parser.yy (chordnames_block): Parse chord name exception
10091         lists, see input/test/dpncnt.ly.
10092
10093         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10094         function.
10095
10096         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10097         filter-out too.
10098
10099         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10100         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10101         pitch functions (except for ly:make-pitch, but that's apparently
10102         some sort of scheme naming standard?).
10103
10104         * scm/lily.scm (!=): define-public.
10105
10106         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10107
10108 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10109
10110         * scm/double-plus-new-chord-name.scm
10111         (double-plus-new-chord-name->markup): New file.
10112
10113 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10114
10115         * python/lilylib.py (make_preview): don't suppress progress for
10116         bbox extraction.
10117
10118 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10119
10120         * Documentation/user/appendices.itely (scheme): update for new syntax.
10121
10122         * input/regression/chord-name-styles.ly: new file
10123
10124         * lily/instrument-name-engraver.cc: create instrument names
10125         without barline too.  Allows instrument name on ChordNames  
10126
10127         * scm/new-markup.scm (interpret-markup): allow simple strings as
10128         markup too.
10129
10130 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10131
10132         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10133         (step->markup-accidental): Fix: add accidental.
10134         (chord::inner-name-american): 
10135         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10136         append stray '/' if last superscript addition was 'o'.
10137
10138         * scm/new-markup.scm (normal-size-sub-markup) 
10139         (normal-size-super-markup): New function.
10140
10141         * lily/source-file.cc (Source_file): Add warning for possibly
10142         intentional but suspicious initialization.
10143
10144         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10145         add comments about cut-and-paste programming.
10146
10147         * flower/rational.cc (lcm): Not used; comment out.
10148
10149 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10150
10151         * lily/new-fingering-engraver.cc (position_scripts): use
10152         fingerHorizontalDirection to determine fingering horizontal
10153         directions.
10154  
10155         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10156         fingering support.
10157
10158         * scripts/convert-ly.py (FatalConversionError.conv): add style
10159         conversion rule. 
10160
10161         * scm/chord-name.scm (set-chord-name-style): new function.
10162         (new-chord-name-brew-molecule): revise to interpret markup only
10163         (new-chord->markup): cleanuppish rewrite. To be called from the
10164         new engraver.
10165
10166         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10167         Markup earlier, during interpreting.
10168
10169         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10170         style settings. Rename to chord-names-*.ly
10171
10172 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10173
10174         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10175         markup code and update to new markup.  Most probably broke some of
10176         it.
10177         
10178 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10179
10180         * Documentation/user/refman.itely: added docu for ambitus and
10181         clusters
10182
10183         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10184         ly_quote_scm() in lookup.cc
10185
10186         * mf/parmesan-clefs.mf: set_char_box fix
10187
10188         * lily/cluster-engraver.cc: junk implicit protection; use
10189         Protected_scm instead
10190
10191 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10192
10193         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10194         throughout.
10195
10196         * scm/new-markup.scm: Turn-off error-triggering test code.
10197
10198 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10199
10200         * scm/new-markup.scm (markup-thrower-typecheck) 
10201         (markup-typecheck?):  add full typechecking functions.
10202         (make-markup-maker): add make-FOO-markup functions.
10203         (markup-argument-list-error): nice error checking messages.
10204         (make-markup): better function: less quoting escapades.
10205
10206 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10207
10208         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10209
10210 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10211
10212         * cygwin/lilypond.hint (requires): Add cygwin.
10213
10214         * .cvsignore: Remove stepmake (huh!?!), add lib.
10215
10216         * GNUmakefile.in: Add libdir links for builddir runs.
10217
10218         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10219         instead of datadir.
10220
10221         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10222         local_lilypond_libdir.
10223
10224         * config.make.in (lilypond_libdir): Add.
10225
10226         * stepmake/stepmake/substitute-rules.make: 
10227         * stepmake/stepmake/script-rules.make: 
10228         * stepmake/stepmake/python-module-rules.make:
10229         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10230         lilypond-python-module patch.
10231
10232 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10233
10234         * Documentation/user/refman.itely (Graphical interfaces): add note
10235         about xml2ly.
10236
10237 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10238
10239         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10240
10241 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10242
10243         * VERSION: released 1.7.10
10244
10245         * scripts/musedata2ly.py (): idem
10246
10247         * scripts/midi2ly.py (dump_chord): idem
10248
10249         * scripts/etf2ly.py (version): idem 
10250
10251         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10252
10253         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10254
10255         * scm/tex.scm (tex-output-expression): remove eval compat
10256         glut. Other output files too.
10257
10258         * scm/chord-name.scm: don't export anything from chord module.
10259
10260         * input/test/american-chords.ly: idem
10261
10262         * input/test/banter-chords.ly (texidoc): idem
10263
10264         * input/test/Cc-chords.ly: add breakage notes.
10265
10266         * Documentation/user/refman.itely (Text markup): rewrite manual
10267         section.
10268
10269         * lily/parser.yy (scalar): allow \markup { } as property value. 
10270
10271         * scm/chord-name.scm: complete new markup usage
10272
10273         * scm/grob-description.scm (all-grob-descriptions): use new markup
10274         texts by default
10275
10276 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10277
10278         * scm/chord-name.scm: partial move to new markup texts.
10279
10280 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10281
10282         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10283
10284         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10285         settable.
10286
10287 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10288
10289         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10290         invoked for old midi, wait for killing.
10291
10292 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10293
10294         * Documentation/user/music-glossary.tely: Finnishing.
10295
10296 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10297
10298         * mf/feta-nummer-code.mf: some kerning pairs.
10299
10300 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10301
10302         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10303         Added.
10304
10305         * Documentation/user/refman.itely (Bar numbers):
10306         set-bar-number-visibility added, modulo-bar-number removed again
10307         (sorry).
10308
10309 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10310
10311         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10312
10313         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10314
10315         * Documentation/user/music-glossary.tely: translate into Finnish.
10316
10317 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10318
10319         * lilypond-mode.el: add shortcut for 2midi
10320
10321         * lilypond-font-lock.el: fontify lyrics
10322
10323 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10324
10325         * scm/drums.scm : use 1.7.x names.
10326
10327         * input/regression/drums.ly : Don't use << chords >>
10328
10329 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10330
10331         * lilypond-mode.el: tidy, add TODO
10332
10333         * make/lilypond.mandrake.spec.in: install-info quietly.
10334
10335 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10336
10337         * input/test/markup.ly: use new syntax.
10338
10339 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10340
10341         * ly/params-init.ly (interscoreline): add word-space
10342
10343         * input/test/metronome.ly (eighthNote): idem.
10344
10345         * input/test/script-priority.ly: use new markup
10346
10347         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10348
10349         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10350
10351         * lily/parser.yy (gen_text_def): bugfix.
10352         (full_markup): allow markup identifier.
10353
10354 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10355
10356         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10357         jobs at the same time. Add horizontal lines to Command menu.
10358         Allow one compiling job -- propose killing others before a new one.
10359
10360         * lilypond.words: add markup, teeny, etc.
10361
10362 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10363
10364         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10365         Allow only one type of midi process; launching Midi either stops
10366         midis or plays the current midi and launching MidiAll stops midis
10367         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10368         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10369
10370 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10371
10372         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10373         markup  for new markup texts.
10374
10375         * lily/mark-engraver.cc (process_music): idem
10376         
10377         * lily/instrument-name-engraver.cc (create_text): idem
10378
10379         * scm/new-markup.scm (magnify-markup): new function.
10380
10381         * scm/molecule.scm (stack-lines): bugfix.
10382
10383         * lily/font-interface.cc (get_font): take font-magnification from
10384         alist chain.
10385
10386 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10387
10388         * lily/molecule-scheme.cc: move scheme functions to separate file.
10389
10390         * lily/font-metric.cc  (ly_get_glyph): new function. 
10391         
10392         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10393         (italic-markup, dynamic-markup): new functions
10394         (font-markup): new function
10395
10396         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10397         padding and minimum
10398
10399 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10400
10401         * lily/accidental-engraver.cc:
10402         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10403
10404 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10405
10406         * lilypond.vim:
10407         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10408         [a-zA-Z] for user defined identifiers. Separate note cases 
10409         with and without a duration (allow cis\longaX).
10410
10411         * lilypond.words: Add words from Info.
10412
10413 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10414
10415         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10416
10417 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10418
10419         * lilypond-mode.el: Propose reverting buffer before a command if
10420         it was edited with an another editor.
10421
10422 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10423
10424         * lily/molecule.cc (ly_translate_molecule): new function
10425
10426         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10427         into libdir
10428
10429         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10430
10431         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10432
10433 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10434
10435         * lilypond.words: take \words from Info-index.
10436
10437 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10438
10439         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10440
10441 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10442
10443         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10444
10445 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10446
10447         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10448         and lilypond-documentation.
10449
10450 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10451
10452         * lily/parser.yy: Compile fix (bison 1.75).
10453
10454 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10455
10456         * VERSION: 1.7.9 released
10457
10458         * scm/music-functions.scm (shift-one-duration-log): refactor.
10459         Use music-map.
10460
10461         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10462
10463         * NEWS: update.
10464
10465         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10466         argument
10467         
10468         * scm/music-functions.scm (display-music): new function
10469         (music-map): change arg order.
10470
10471         * input/regression/new-markup-syntax.scm: new file
10472
10473         * lily/parser.yy (markup): add \markup { .. } syntax.
10474
10475         * scm/new-markup.scm (override-markup): new function
10476         (lookup-markup): new function
10477         (music-markup): new function
10478         (lookup-markup-command): use markup-signature to store argument
10479         format for parser.
10480
10481         * lily/lexer.ll: preliminary \markup syntax. 
10482
10483 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10484
10485         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10486         add pre/post-dependencies and menus with icons from source.
10487
10488         * Documentation/pictures/lilypond-48x48.xpm:
10489         * Documentation/pictures/lilypond-32x32.xpm:
10490         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10491         transparent.
10492
10493         * stepmake/stepmake/generic-targets.make:
10494         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10495
10496 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10497
10498         * input/regression/music-map.ly (texidoc): new file.
10499
10500         * scm/music-functions.scm (music-map): new function
10501
10502 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10503
10504         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10505
10506 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10507
10508         * input/test/to-xml.ly:
10509         * lily/ligature-engraver.cc: Fixes documentation.
10510
10511         * lilypond.mandrake.spec.in:
10512         * lilypond.redhat.spec.in: Add lilypond.words.
10513
10514         * Documentation/user/refman.itely: Mention Info inside emacs.
10515         
10516         * lilypond.suse.spec.in:
10517         * lilypond.redhat.spec.in:
10518         * lilypond.mandrake.spec.in: Set root-owner for doc
10519         (tobbe@nyvalls.se).
10520
10521 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10522
10523         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10524         os.popen.read ().
10525
10526 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10527
10528         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10529
10530         * python/lilylib.py (error): add space
10531
10532 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10533
10534         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10535         distribution.
10536
10537 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10538
10539         * lily/paper-outputter.cc (Paper_outputter): close port when
10540         finishing score.
10541
10542 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10543
10544         * scm/sodipodi.scm: Fixes.
10545
10546 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10547
10548         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10549
10550         * buildscripts/make-font-dir.py: Fix. 
10551
10552 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10553
10554         * lilypond-mode.el: Add support for Info inside Emacs.
10555
10556 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10557
10558         * buildscripts/make-font-dir.py: 
10559         * mf/GNUmakefile: Make sodipodi font map.
10560
10561         * scm/sodipodi.scm: Add more output functions.
10562
10563         * mf/feta-nummer.mf: 
10564         * mf/feta-beugel.mf: Add font_coding_scheme.
10565
10566         * lily/paper-outputter.cc (output_header): Fix creator string.
10567
10568 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10569
10570         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10571         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10572
10573         * lilypond.words: add two (Everybody can add/remove words now!).
10574
10575         * debian/rules:
10576         * make/lilypond.suse.spec.in:
10577         * make/lilypond.mandrake.spec.in:
10578         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10579
10580         * Documentation/user/refman.itely: Mention autocompletion.
10581
10582 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10583
10584         * scripts/ly2dvi.py: Add paper sizes.
10585
10586         * lily/timing-engraver.cc: 
10587         * lily/time-signature.cc: 
10588         * lily/span-bar.cc: 
10589         * lily/grob-scheme.cc: Code formatting fixes.
10590
10591         * scm/sodipodi.scm: 
10592         * scm/sketch.scm:
10593         * buildscripts/mf-to-table.py: 
10594         * buildscripts/make-font-dir.py: Font testing.
10595
10596 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10597
10598         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10599         inserts try-completion and shows all-completions.
10600
10601         * lilypond.words: '\' -> '\\'
10602
10603         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10604         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10605         
10606         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10607         and LilyPond-reserved-words.
10608         
10609 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10610
10611         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10612         from load-path.
10613         
10614         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10615         the mini-buffer with Control-Shift-c.
10616         
10617 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10618
10619         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10620         duration. This fixes \tempo taking time.
10621
10622 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10623
10624         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10625         Allow for text markup in repeatCommands. 
10626
10627 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10628
10629         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10630         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10631         Get rid of skeleton.el-dependency.
10632
10633         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10634
10635 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10636
10637         * lily/beam-engraver.cc (stop_translation_timestep): reset
10638         now_stop_ev_
10639
10640         * lily/scm-option.cc: add parse-protect to ly:set-option
10641
10642         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10643
10644 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10645
10646         * lily/include/ligature-bracket.hh: removed
10647         * lily/ligature-bracket.cc: removed
10648
10649         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10650         .tex
10651
10652         * lily/beam.cc (set_beaming): don't change beam count on rests.
10653         (brew_molecule): always set flag-width > 0.
10654
10655 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10656
10657         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10658         chars, remove instructions; instead, refer to lilypond-init.el and
10659         Documentation/topdocs/INSTALL.texi.
10660
10661         * lilypond.words: add identifiers and reserved words.
10662
10663         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10664         files and adding a load-path.
10665
10666         * lilypond-init.el: Instructions, extracted from 
10667         Documentation/topdocs/INSTALL.texi. 
10668         
10669 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10670
10671         * VERSION: 1.7.8 released 
10672
10673         * lily/grob.cc (warning): better robustness fix.
10674
10675 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10676
10677         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10678
10679         * lily/cluster-engraver.cc: stick better to variable naming
10680         conventions
10681
10682         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10683         until stop_translation_timestep()
10684
10685         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10686         min/max coordinates to backend, but no musical info such as
10687         pitches
10688
10689         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10690
10691         * lily/grob.cc: robustness fix: warning(): do not crash if
10692         cause is not set
10693
10694         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10695         the much more elaborated tuplet brackets than the very naive and
10696         simple ligature bracket grob
10697
10698 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10699
10700         * Documentation/user/refman.itely (Analysis brackets): add
10701         horizontal bracket doco.
10702
10703         * ly/property-init.ly (setMmRestFermata): added.
10704
10705         * Documentation/user/refman.itely (Multi measure rests): fermatas
10706         on mm rests.
10707
10708         * input/regression/apply-context.ly (texidoc): new file
10709
10710         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10711         code to be executed during interpretation. Possible applications:
10712         smart octavation, more advanced bar checks. 
10713
10714         * lily/apply-context-iterator.cc: new file.
10715
10716 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10717
10718         * input/test/new-markup.ly: new file.
10719
10720         * lily/text-item.cc (text_to_molecule): new function
10721
10722         * scm/new-markup.scm (lambda): new file
10723
10724         * lily/function-documentation.cc (ly_add_function_documentation):
10725         add proc property as well
10726
10727 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10728
10729         * Documentation/user/music-glossary.tely (Top): add custos.
10730
10731 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10732
10733         * Documentation/topdocs/INSTALL.texi: advise how to include source
10734         path to Emacs load-path and improve language.
10735
10736 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10737
10738         * GNUmakefile.in: config.h message fix.
10739
10740         * autogen.sh:
10741         * aclocal.m4: Regenerate.
10742
10743         * configure.in: 
10744         * config.make.in: 
10745         * stepmake/config.make.in: 
10746         * stepmake/configure.in: 
10747         * stepmake/autogen.sh: 
10748         * stepmake/aclocal.m4: Update for autoconf 2.56.
10749
10750 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10751
10752         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10753         to install Emacs-mode. Instructions how to use vim-mode.
10754
10755 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10756
10757         * scm/music-types.scm (music-descriptions): no length for tempo event.
10758
10759         * input/*.ly: add \version everywhere.
10760         
10761         * input/*.ly: update syntax to 1.7 + new-chords.
10762
10763         * VERSION: 1.7.7 released.
10764         
10765         * Documentation/user/*.tely: new chord syntax.
10766
10767         * input/regression/[bc]*.ly (texidoc): syntax updates.
10768         
10769 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10770
10771         * lilypond.words: add vocabulary to be used in auto-completion
10772
10773         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10774
10775         * lilypond.vim: allow note name at EOF
10776
10777 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10778
10779         * buildscripts/new-chords.py (edit): -e option: inline editing.
10780
10781         * input/regression/a*.ly (texidoc): syntax updates.
10782
10783         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10784         music): elucidations. 
10785
10786 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10787
10788         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10789         ly/spanners-init.ly, scm/grob-description.scm,
10790         scm/grob-property-description.scm, scm/music-types.scm,
10791         lily/cluster-engraver.cc, lily/cluster.cc,
10792         lily/include/cluster.hh, input/test/cluster.ly: cluster
10793         implementation
10794
10795         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10796         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10797         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10798
10799         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10800
10801         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10802
10803         * scm/grob-description.scm: bugfix: by default, use default note
10804         head style when engraving ligatures
10805
10806         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10807
10808         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10809         events
10810
10811         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10812
10813         * input/test/ancient-font.ly: bugfix: style -> flag-style
10814
10815         * lily/ligature-engraver.cc: indentation fix
10816
10817         * lily/parser.yy: indentation fixes
10818         
10819 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10820
10821         * input/regression/measure-grouping.ly: more elaborate example.
10822
10823         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10824         ly:div-moment. New functions 
10825
10826         * scm/music-functions.scm (set-time-signature): new function,
10827         allow inline time sig settings with measure grouping.
10828
10829         * lily/parser.yy (command_element): move time sig construction
10830         into Scheme.
10831
10832         * lily/side-position-interface.cc (out_of_staff): new function,
10833         like padding, but keep minimum distance from staff. Easier than
10834         linespanners (dynamics, pedals), but roughly the same effect.
10835
10836 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10837
10838         * emacs-mode.el: Added spanish-note-replacements 
10839         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10840
10841         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10842
10843 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10844
10845         * lilypond.vim: Do not fontify cises, desis, etc.
10846
10847         * vimrc: view dvi with <S-F6>
10848
10849 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10850
10851         * lily/lookup.cc (triangle): new function.
10852
10853         * input/regression/measure-grouping.ly (texidoc): new file: show
10854         triangles and brackets for beat groups of 3 and 2.
10855
10856         * lily/include/measure-grouping-spanner.hh (class
10857         Measure_grouping): new file.
10858
10859         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10860
10861         * lily/measure-grouping-engraver.cc (class
10862         Measure_grouping_engraver): new file.
10863
10864 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10865
10866         * Merge from stable:
10867
10868             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10869         
10870         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10871         stylesheet.
10872
10873         * ly/paper19.ly: Include paper19-init.ly.
10874
10875         * ly/paper19-init.ly: New file.
10876
10877         * Documentation/user/tutorial.itely (First steps): Fix first
10878         example for font test.
10879
10880         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10881
10882         * ChangeLog: Add 1.7.6 release marker (see below).
10883
10884         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10885         Add .py files.
10886
10887 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10888
10889         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10890
10891         * input/tutorial/*.ly: update to new syntax.
10892
10893         * lily/parser.yy (Composite_music): new transpose syntax,
10894         \transpose FROM TO MUSIC. 
10895
10896 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10897
10898         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10899         latex progress/error output to stderr (by default this goes to
10900         stdout).  Show lilypond progress, even when not verbose.
10901
10902         * python/lilylib.py (system): New optional parameter to control
10903         showing of progress.
10904
10905         * scm/backend-documentation-lib.scm (check-dangling-properties):
10906         Fix error message.
10907
10908         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10909         axis, extent.
10910
10911         * scm/grob-property-description.scm (magnify): Remove.
10912         (extent, axis): Add.
10913
10914 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10915
10916         * VERSION: Release 1.7.6.
10917
10918         * scripts/convert-ly.py: more uniformization substitutions.
10919
10920         * buildscripts/new-chords.py (sub_chords): new file.
10921
10922 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10923
10924         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10925         lilypond.map.  Include sauter fonts too.  Cleanups.
10926
10927 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10928
10929         * Documentation/user/tutorial.itely (First steps): change to new
10930         chord/tie/slur/beam notation.
10931
10932         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10933         ties.
10934
10935         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10936         engraver. Process ties in postfix notation, i.e. c8-~ c
10937
10938         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10939
10940         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10941
10942         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10943
10944         * lily/beam-engraver.cc (try_music): accept new-beam-events
10945
10946         * input/regression/chord-scripts.ly (texidoc): new file
10947
10948         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10949         script-events.
10950
10951         * scm/script.scm (default-script-alist): cleanup.
10952
10953         * lily/script-engraver.cc (make_script_from_event): cleanup.
10954
10955         * lily/lyric-combine-music-iterator.cc
10956         (Lyric_combine_music_iterator): remove superfluous events.
10957         (melisma_busy): new function. Fix broken melismas.
10958
10959 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10960
10961         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10962         Remove nonvalid settings. Use descriptive key names.
10963         Use <Return> to indicate the pressing of that key.
10964
10965 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10966
10967         * scripts/lilypond-book.py (option_definitions): Typo.
10968
10969         * scripts/ly2dvi.py: Updates.
10970
10971         * python/lilylib.py (setup_environment, print_environment)
10972         (get_bbox, make_preview): Merge and remove from ly2dvi and
10973         lilypond-book.
10974
10975         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10976
10977         * .cvsignore: Remove some cruft.
10978
10979         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10980         path.
10981
10982         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10983         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10984         throughout.
10985
10986         * python/lilylib.py (quiet_system): Junk
10987         (system): Display error log upon failure.
10988         (read_pipe): New function.  Cleanups and fixes.
10989
10990         * python/*.py: Rename from *.py.in.
10991         
10992         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10993
10994         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10995
10996 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10997
10998         * python/GNUmakefile: Bugfix: handle modules.
10999
11000         * stepmake/stepmake/python-module-targets.make (default): Add
11001         compiled modules. 
11002
11003         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11004         compiling modules.
11005
11006         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11007         Bugfix.  (OUT_PYC_MODULES): Add.
11008
11009 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11010
11011         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11012         Use default paths. Refresh description.
11013
11014 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11015
11016         * VERSION: 1.7.5 released
11017
11018         * input/regression/finger-chords.ly (texidoc): new file.
11019
11020         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11021         support
11022
11023         * lily/fingering-engraver.cc (process_music): remove kludgy
11024         scriptHorizontal stuff.
11025
11026         * lily/script.cc: remove staff-support property.
11027
11028         * lily/new-fingering-engraver.cc (add_fingering): new
11029         file. Fingering engraver for new style chords.
11030
11031 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11032
11033         * lily/parser.yy (bare_number): allow 4 \cm (without
11034         decimal dot). (should backport to 1.6?)
11035
11036         * ly/declarations-init.ly: use Scheme for dimension defs.
11037
11038         * lily/parser.yy (TODO): remove hard coded dimensions, add
11039         REAL NUMBER_IDENTIFIER production.
11040
11041         * lily/rest-collision.cc (force_shift_callback): rewrite using
11042         -done property.
11043
11044         * scm/grob-property-description.scm (rest-collision-done): add
11045         property.
11046         
11047         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11048
11049 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11050
11051         * input/regression/multi-measure-rest-center.ly: new file.
11052
11053         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11054         off horizontally by 0.05 ss. Fixed.
11055
11056 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11057
11058         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11059
11060         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11061
11062 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11063
11064         * lily/tie.cc (get_control_points): also avoid staff lines on the
11065         just outside the outer staff lines
11066
11067 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11068
11069         * ly/params-init.ly: Just define style-alist, no need to
11070         define-public.
11071
11072         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11073         (thanks Han-Wen).
11074
11075         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11076         (FET_FILES): = FONT_FILES.
11077
11078         * Merge from stable:
11079
11080             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11081
11082 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11083
11084         * VERSION: 1.7.4 released.  
11085         
11086         * scm/generate-documentation.scm (string-append): add macro
11087         definitions.
11088
11089         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11090         normal texts.
11091
11092         * lily/multi-measure-rest-engraver.cc: make separate
11093         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11094
11095         * lily/multi-measure-rest.cc: remove text handling. Remove
11096         number-threshold.
11097
11098 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11099
11100         * scm/music-types.scm: doc patch by Graham Percival
11101
11102 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11103
11104         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11105         encoding part.
11106         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11107         (sketch_p): Sketch wants only first four elements of X11 font spec.
11108
11109         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11110
11111         * mf/feta-autometric.mf: Write foundry and family to log.
11112
11113         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11114         font translation table.
11115
11116         * buildscripts/mf-to-table.py: Better font info into afm.
11117
11118         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11119         1.0.9 required.
11120
11121         * configure.in: Whine for mftrace 1.0.9.
11122
11123 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11124
11125         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11126
11127         * lily/main.cc (main_prog): don't try to load init.EXT when
11128         processing foo.EXT.
11129
11130 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11131
11132         * scm/tex.scm (zigzig-line): added.
11133
11134         * scm/ps.scm (zigzag-line): added.
11135
11136         * ps/music-drawing-routines.ps (subvec): added.
11137         (draw_zigzag_line): added.
11138         
11139         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11140         grob properties zigzag-width and zigzag-length.
11141
11142         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11143
11144 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11145
11146         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11147         svg output, including font.
11148
11149 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11150
11151         * scm/lily.scm: Register sodipodi output module.
11152
11153         * scm/sodipodi.scm: New file.
11154
11155         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11156
11157         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11158         comment, after header.
11159         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11160         FullName.  Fix FontName key.
11161
11162 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11163
11164         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11165         and breve rests.
11166         
11167         * input/test/blank-notes.ly: bugfix
11168
11169         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11170         rests. (Kim Shrier)
11171
11172         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11173         
11174 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11175
11176         * scm/tex.scm: 
11177         * scm/ps.scm: Cleanup and remove obsolete junk.
11178
11179         * Documentation/user/internals.itely:
11180         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11181
11182         * lily/parser.yy: Identify shift/reduce problems.
11183
11184         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11185         make-style-sheet.  Too specific for convert-ly?
11186
11187 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11188
11189         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11190
11191         * input/test/*.ly: various fixes.
11192
11193         * lily/music.cc (name): bugfix
11194
11195         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11196
11197         * lily/input-file-results.cc (code): set-point-and-click! ->
11198         set-point-and-click
11199         
11200 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11201
11202         * Use uniform ly: prefix for exported scheme primitive functions.
11203
11204         * scm/music-types.scm: junk compat glue
11205
11206         * scripts/convert-ly.py: add rules for stuff below, junk
11207         compatibility glue for spanrequest.
11208
11209         * lily/parser.yy (verbose_event): remove \spanrequest,
11210         \commandspanrequest, \script. 
11211         
11212         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11213
11214         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11215         for \penalty, \glissando.
11216
11217         * VERSION: release 1.7.3
11218         
11219 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11220
11221         * lily/accidental-engraver.cc: Fix
11222         grace-in-the-beginning-of-measure bug caused by the resent
11223         partial-measure fix.
11224
11225         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11226         overlap looks too crowded)
11227         
11228 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11229
11230         * lily/parser.yy (assignment): allow SCM expression as assignment.
11231
11232         * lily/include/music-output-def.hh (class Music_output_def):
11233         * lily/music-output-def.cc: 
11234         * lily/paper-def.cc: 
11235         * scm/font.scm (markup-to-properties):
11236         * lily/parser.yy (music_output_def_body): 
11237         remove style_sheet_
11238
11239 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11240
11241         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11242         length.
11243
11244         * input/regression/spacing-to-grace.ly: new file.
11245
11246         * input/regression/spacing-end-of-line.ly: new file.
11247
11248         * lily/note-spacing.cc (get_spacing): take into account breakable
11249         stuff sticking out at the left (time sig change at line break).
11250
11251         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11252         raggedright code.
11253
11254         * scm/music-functions.scm (make-voice-props-set): add
11255         staff-position for mm rests.
11256  
11257         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11258         before grace notes a little.
11259
11260         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11261
11262         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11263         key adds space at the end of line. 
11264
11265 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11266
11267         * scm/sketch.scm: Fix beams.
11268
11269         * buildscripts/mf-to-table.py: Add EncodingScheme.
11270
11271         * scm/sketch.scm: Resurrect.
11272
11273 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11274
11275         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11276         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11277
11278 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11279
11280         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11281
11282         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11283
11284 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11285
11286         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11287         token for origin information.
11288
11289         * lily/parser.yy (My_lily_lexer): do identifier location and
11290         cloning from lexer.
11291
11292         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11293         logic out of the parser. Add bar checks on both ends.
11294
11295         * Documentation/user/refman.itely (Multi measure rests): add more
11296         notes about mm rests.
11297
11298 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11299
11300         * input/regression/bar-scripts.ly: Re-enable.
11301
11302         * lily/parser.yy:
11303         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11304         released rsn.  Bison 1.50 has a crucial bug and won't work.
11305
11306         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11307
11308
11309 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11310
11311         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11312
11313 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11314
11315         * Actually merge changes since 1.6.4 besides ChangeLog, and
11316         resolve conflicts.  Lots of updates, hope all is well.
11317         
11318         * cygwin/lilypond.hint (requires): Add ghostscript.
11319
11320         * scm: Update some (c).
11321         
11322 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11323
11324         * input/test/{various}.ly: add \header fields and texidoc strings.
11325
11326 2002-10-05  Werner Lemberg  <wl@gnu.org>
11327
11328         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11329         renamed to `output_latex_quoted'.
11330         Added `output_latex_noquote'.
11331         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11332         mode.
11333
11334 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11335
11336         * ChangeLog: Add 1.6.6 release marker.  See below.
11337
11338         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11339
11340         * scripts/midi2ly.py: Fix global syntax warnings.
11341
11342         * GNUmakefile.in: Generate builddir locale tree too.
11343
11344         * scripts/ly2dvi.py:
11345         * scripts/midi2ly.py: 
11346         * scripts/mup2ly.py: 
11347         * scripts/update-lily.py:
11348         * lily/main.cc (setup_paths): Fix for locales setup.
11349
11350 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11351
11352         * Documentation/windows/installing.texi: Soften wording about
11353         necessity of becoming Administrator.  tommie@iae.nl reports this
11354         does not seem to be necessary for his flavour of Windows 2000.
11355         Explicitely discourage text mode mounts.
11356
11357 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11358
11359         * lily/rest.cc (after_line_breaking): backport dot position fix.
11360
11361         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11362         rests. Thanks to Klaus Zimmermann for finding this bug.
11363
11364 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11365
11366         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11367
11368 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11369
11370         * Documentation/user/music-glossary.tely: fix links.
11371
11372 2002-10-21  Werner Lemberg  <wl@gnu.org>
11373
11374         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11375         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11376         scaling factor) only once and use them in the definition of
11377         \embeddedps.
11378         * ps/music-drawing-routines.ps (skeel): Removed.
11379
11380 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11381
11382         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11383         Solaris7, as we don't use nested $( ) constructs.
11384
11385 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11386
11387         * VERSION: Release 1.6.6.
11388         
11389 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11390
11391         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11392         as workaround for /bin/sh problems on Solaris7.
11393
11394 2002-10-19  Werner Lemberg  <wl@gnu.org>
11395
11396         * GNUmakefile.in (web-doc): Fix typos.
11397         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11398         `music-drawing-routines.ps' but emit \special{header=...} once.
11399         * scm/tex.scm (header-end): Updated.
11400
11401 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11402
11403         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11404         undefined tremolo. 
11405
11406 2002-10-15  Werner Lemberg  <wl@gnu.org>
11407
11408         * scripts/lilypond-book.py (g_make_html): New global variable.
11409         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11410         if `g_make_html' isn't set.
11411         [main]: Add format `texi-html'.
11412         (option_definitions): Updated.
11413         * Documentation/user/lilypond-book.itely: Updated.
11414
11415         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11416         * make/ly-rules.make (%.texi, %.nexi): Use it.
11417         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11418         format to lilypond-book.
11419         * GNUmakefile.in (web-doc): Ditto.
11420
11421 2002-10-14  Werner Lemberg  <wl@gnu.org>
11422
11423         Further improve TeX output.  The produced files are about 40%
11424         smaller.  `lilyponddefs.tex' is now read only once.
11425
11426         * tex/lilyponddefs.tex: Remove footer stuff.
11427         (\ifundefined): Renamed to...
11428         (\lilypondundefined): This.  Use LaTeX's definition to
11429         make it nestable and make it global.
11430         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11431         output.
11432         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11433         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11434         them global.
11435         (\placebox): Renamed to...
11436         (\lyitem): This.
11437         Make it global and call \outputscale by itself.
11438         (\lybox, \lyvrule): New macros to reduce input data.
11439         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11440         New auxiliary macros.
11441         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11442         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11443         to...
11444         (\lilypondspace): This and made it global.
11445         (\turnOnPostScript): Renamed to...
11446         (\lilypondpostscript): This and made it global.
11447         (\turnOnExperimentalFeatures): Renamed to...
11448         (\lilypondexperimentalfeatures): This and made it global.
11449         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11450         (\lilypondsetdimen): This and made it global.
11451         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11452         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11453         (all, $(outdir)/music-drawing-routines.ps): New rules.
11454         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11455         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11456         start-system, stop-system, stop-last-system, filledbox): Updated to
11457         use the changed macros from lilyponddefs.tex.
11458         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11459
11460 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11461
11462         * Documentation/windows/installing.texi: Update.
11463
11464 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11465
11466         * VERSION: 1.6.5 released
11467
11468         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11469
11470 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11471
11472         * scm/translator-property-description.scm (voltaOnThisStaff): add
11473         property.
11474
11475 2002-09-28  Werner Lemberg  <wl@gnu.org>
11476
11477         * scm/tex.scm (header-end): Suppress page numbering.
11478
11479         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11480         Fix quotation for HTML output.
11481
11482 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11483         
11484         * Documentation/user/refman.itely: grammar and phrasing
11485           fixes to "Note Entry" section.  Also adds a few new examples.
11486
11487 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11488
11489         * flower/include/string-data.icc: include string.h
11490
11491 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11492
11493         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11494
11495 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11496
11497         * Documentation/user/GNUmakefile (extra-local-help): Add.
11498
11499         * stepmake/stepmake/www-targets.make (local-help): Add.
11500
11501 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11502
11503         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11504         packages.
11505
11506         * Documentation/topdocs/README.texi (Top): building documentation
11507         (not website.)
11508
11509 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11510
11511         * Documentation/user/refman.itely: 
11512         * Documentation/user/tutorial.itely: 
11513         * Documentation/user/music-glossary.tely: Merge changes.
11514
11515         * Documentation/user/glossary.html.in: 
11516         * Documentation/index.texi: 
11517         * Documentation/header.html.in: Accomodate renaming of glossary.
11518         
11519         * Documentation/user/tutorial.itely: Add some glossary references.
11520         
11521         * Documentation/user/refman.itely: Minor fixes.
11522         
11523         * Documentation/user/lilypond.tely: Add glossary do direntry.
11524
11525         * Documentation/user/music-glossary.tely: Rename (previously:
11526         glossary.tely).  Fix anchor placement.
11527
11528         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11529
11530 2002-09-23  Werner Lemberg  <wl@gnu.org>
11531
11532         * scripts/lilypond-book.py (output_dict): Fix handling of
11533         various environments by avoid extraneous newlines.
11534         Rename `output-all' regexp for html to `output-html'.
11535         Replace `output-all' regexp for texi with `output-texi-quote'
11536         and `output-texi-noquote'.
11537         (compose_full_body): Don't override `linewidth' user option
11538         for `singleline'.
11539         (schedule_lilypond_block): Don't indent text specified with
11540         `intertext' option.
11541         Add new option `noquote'.
11542         (compile_all_files): Use latex instead of tex to compile ly
11543         files directly.
11544
11545         * Documentation/user/lilypond-book.itely: Updated and revised.
11546         Improve layout.
11547
11548         * Documentation/user/glossary.tely,
11549         Documentation/user/introduction.itely,
11550         Documentation/user/tutorial.itely,
11551         Documentation/user/refman.itely,
11552         Documentation/user/appendices.itely: Fix overfull LilyPond
11553         boxes caused by the new lilypond-book code.  Other minor
11554         fixes.
11555
11556         * Documentation/user/macros.itexi (@texiflat): Don't emit
11557         trailing space.
11558
11559         * scm/tex.scm (end-output, header-end): Add preamble and
11560         postamble to make lilypond output directly compilable with
11561         latex.
11562
11563         
11564 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11565
11566         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11567         instructions.
11568
11569 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11570
11571         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11572
11573 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11574
11575         * lily/beam.cc (connect_beams): don't crash if there are quarter
11576         notes in beams.
11577
11578 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11579
11580         * Documentation/user/refman.itely: corrected ancient clef
11581         docu; added docu on ligatures
11582
11583 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11584
11585         * Documentation/user/glossary.tely,
11586         Documentation/user/refman.itely, input/les-nereides.ly,
11587         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11588         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11589         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11590         Stem properties: flag-style -> stroke-style, style -> flag-style.
11591
11592
11593 2002-09-22  Werner Lemberg  <wl@gnu.org>
11594
11595         * scripts/lilypond-book.py: Add option `notime' to suppress
11596         printing of a time signature.  Specify default indentation of 0pt
11597         if single line fragment.  Don't emit redundant `\paper{ }'.
11598
11599         * Documentation/user/lilypond-book.itely: Updated.
11600
11601         * Documentation/user/glossary.tely: Completely reformatting.
11602
11603 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11604
11605         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11606
11607 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11608
11609         * Documentation/user/tutorial.itely: Fix links.
11610         
11611         * Documentation/topdocs/index.tely:
11612         * Documentation/index.texi:
11613         * Documentation/header.html.in: Small website fixes and updates.
11614
11615         * debian/: Debian patch by Anthony Fok.
11616
11617 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11618
11619         * Documentation/footer.html.in: How time flies: It's already 2002!
11620
11621         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11622         more descriptive link names than 'here'.
11623
11624 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11625
11626         * VERSION: 1.7.2 released
11627         * VERSION: 1.6.4 released
11628         
11629         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11630
11631         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11632         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11633
11634         * mf/feta-din.mf (test): add x-height and space.
11635
11636         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11637         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11638
11639         * ly/grace-init.ly: add-to-grace-init: function to portably add
11640         settings to \grace. 
11641
11642         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11643         if we get an absolute dynamic event.
11644  
11645         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11646
11647         * lily/source-file.cc (get_line): oops. All line numbers were off
11648         by 2. Fix that. 
11649
11650         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11651         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11652
11653         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11654
11655         * lily/parser.yy (number_factor): remove (number) as number
11656         expression. ("Let them eat Lisp").
11657
11658 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11659
11660         * lily/horizontal-bracket.cc: new file.
11661
11662         * lily/horizontal-bracket-engraver.cc: new file.
11663
11664         * input/regression/note-group-bracket.ly: new file. Support
11665         horizontal note brackets for music analysis.
11666
11667         * lily/stem.cc (flag): new flag-style: no-flag.
11668
11669         * input/test/stem-cross-staff.ly: new file
11670         
11671         * Documentation/user/internals.itely: Improved formatting, fixing
11672         typos.  Added a section `Output details' to describe how the TeX
11673         code looks like.
11674
11675         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11676
11677         * lily/parser.yy: remove \dynamicscript.
11678
11679         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11680         definitions. 
11681
11682         * python/midi.c (midi_error): take two arguments.
11683
11684         * Merge 1.6.5 changes:
11685         
11686 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11687
11688         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11689         staff-space.  Previous 1.5 was probably meant as half-spaces.
11690         (cautionary-style): parentheses (was: smaller).  This is what doco
11691         says, and it seems more logical.
11692
11693         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11694         for 2nd sentence.
11695
11696 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11697
11698         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11699
11700 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11701
11702         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11703
11704 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11705
11706         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11707
11708 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11709
11710         * scm/translator-property-description.scm (voltaOnThisStaff): add
11711         property.
11712
11713 2002-09-28  Werner Lemberg  <wl@gnu.org>
11714
11715         * scm/tex.scm (header-end): Suppress page numbering.
11716
11717         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11718         Fix quotation for HTML output.
11719
11720 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11721         
11722         * Documentation/user/refman.itely: grammar and phrasing
11723           fixes to "Note Entry" section.  Also adds a few new examples.
11724
11725 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11726
11727         * flower/include/string-data.icc: include string.h
11728
11729 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11730
11731         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11732
11733 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11734
11735         * Documentation/user/GNUmakefile (extra-local-help): Add.
11736
11737         * stepmake/stepmake/www-targets.make (local-help): Add.
11738
11739 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11740
11741         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11742         packages.
11743
11744         * Documentation/topdocs/README.texi (Top): building documentation
11745         (not website.)
11746
11747 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11748
11749         * Documentation/user/refman.itely: 
11750         * Documentation/user/tutorial.itely: 
11751         * Documentation/user/music-glossary.tely: Merge changes.
11752
11753         * Documentation/user/glossary.html.in: 
11754         * Documentation/index.texi: 
11755         * Documentation/header.html.in: Accomodate renaming of glossary.
11756         
11757         * Documentation/user/tutorial.itely: Add some glossary references.
11758         
11759         * Documentation/user/refman.itely: Minor fixes.
11760         
11761         * Documentation/user/lilypond.tely: Add glossary do direntry.
11762
11763         * Documentation/user/music-glossary.tely: Rename (previously:
11764         glossary.tely).  Fix anchor placement.
11765
11766         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11767
11768 2002-09-23  Werner Lemberg  <wl@gnu.org>
11769
11770         * scripts/lilypond-book.py (output_dict): Fix handling of
11771         various environments by avoid extraneous newlines.
11772         Rename `output-all' regexp for html to `output-html'.
11773         Replace `output-all' regexp for texi with `output-texi-quote'
11774         and `output-texi-noquote'.
11775         (compose_full_body): Don't override `linewidth' user option
11776         for `singleline'.
11777         (schedule_lilypond_block): Don't indent text specified with
11778         `intertext' option.
11779         Add new option `noquote'.
11780         (compile_all_files): Use latex instead of tex to compile ly
11781         files directly.
11782
11783         * Documentation/user/lilypond-book.itely: Updated and revised.
11784         Improve layout.
11785
11786         * Documentation/user/glossary.tely,
11787         Documentation/user/introduction.itely,
11788         Documentation/user/tutorial.itely,
11789         Documentation/user/refman.itely,
11790         Documentation/user/appendices.itely: Fix overfull LilyPond
11791         boxes caused by the new lilypond-book code.  Other minor
11792         fixes.
11793
11794         * Documentation/user/macros.itexi (@texiflat): Don't emit
11795         trailing space.
11796
11797         * scm/tex.scm (end-output, header-end): Add preamble and
11798         postamble to make lilypond output directly compilable with
11799         latex.
11800
11801         
11802 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11803
11804         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11805         instructions.
11806
11807 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11808
11809         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11810
11811 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11812
11813         * lily/beam.cc (connect_beams): don't crash if there are quarter
11814         notes in beams.
11815
11816 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11817
11818         * Documentation/user/refman.itely: corrected ancient clef
11819         docu; added docu on ligatures
11820
11821 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11822
11823         * Documentation/user/glossary.tely,
11824         Documentation/user/refman.itely, input/les-nereides.ly,
11825         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11826         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11827         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11828         Stem properties: flag-style -> stroke-style, style -> flag-style.
11829
11830 2002-09-22  Werner Lemberg  <wl@gnu.org>
11831
11832         * scripts/lilypond-book.py: Add option `notime' to suppress
11833         printing of a time signature.  Specify default indentation of 0pt
11834         if single line fragment.  Don't emit redundant `\paper{ }'.
11835
11836         * Documentation/user/lilypond-book.itely: Updated.
11837
11838         * Documentation/user/glossary.tely: Completely reformatting.
11839
11840 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11841
11842         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11843
11844 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11845
11846         * Documentation/user/tutorial.itely: Fix links.
11847         
11848         * Documentation/topdocs/index.tely:
11849         * Documentation/index.texi:
11850         * Documentation/header.html.in: Small website fixes and updates.
11851
11852         * debian/: Debian patch by Anthony Fok.
11853
11854 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11855
11856         * Documentation/footer.html.in: How time flies: It's already 2002!
11857
11858         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11859         more descriptive link names than 'here'.
11860
11861 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11862
11863         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11864
11865 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11866
11867         * lily/part-combine-music-iterator.cc (get_state): cleanup
11868         (get_music_info): cleanup.
11869
11870 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11871
11872         * scm/backend-documentation-lib.scm (interface-doc-string):
11873         crosslinks between interfaces and grobs. Headings for interfaces
11874         in grob explanation.
11875
11876 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11877
11878         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11879         dtd).  Add preliminary dtd.
11880         (re-sub-alist): Robustify.
11881
11882 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11883
11884         * lily/include/event-chord-iterator.hh,
11885         lily/context-specced-music-iterator.cc,
11886         lily/event.cc, lily/event-chord-iterator.cc: add
11887
11888 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11889
11890         * lily/: some (c) header fixes.
11891         
11892         * lily/request-chord.cc: Remove.
11893         
11894         * lily/include/event-chord-iterator.hh:
11895         * lily/include/event.hh:
11896         * lily/event-chord.cc: New file.
11897         
11898         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11899         requested.
11900
11901 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11902
11903         * lily/ : rename Request to Event
11904
11905         * lily/parser.yy (command_element): move clef stuff into Scheme.
11906
11907         * lily/:  rename length_mom () to get_length()
11908
11909         * lily/part-combine-music.cc: removed file and class.
11910
11911         * lily/context-specced-music-iterator.cc (class
11912         Context_specced_music_iterator): new file. Obsoletes the
11913         Context_specced_music type.
11914
11915         * scm/music-types.scm (make-repeated-music): put different kinds
11916         of repeated music into music-type table.
11917
11918         * VERSION: 1.7.1 released.
11919
11920         * scm/to-xml.scm: new file.
11921
11922         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11923         new Input representation: dump music as XML.
11924
11925         * scm/engraver-documentation-lib.scm
11926         (engraver-accepts-music-types?): add links from music to engraver,
11927         from music-type to engraver.
11928
11929         * lily/include/command-request.hh: removed
11930         lily/include/musical-request.hh: removed. Removed all _req classes
11931         except Key_change_req. Changes throughout.
11932
11933 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11934
11935         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11936
11937 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11938
11939         * lily/*.cc: specify accepts for many engravers.
11940
11941         * scm/music-documentation-lib.scm: dump music expressions and
11942         music subtypes.
11943
11944         * scm/documentation-lib.scm: complete revision.
11945         Use GOOPS objects to store document tree explicitly. Cleaned up and
11946         sped up doco generation a lot.
11947
11948 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11949
11950         * input/trip.ly (fugaIILeft): add arpeggio
11951
11952         * lily/translator-group.cc (try_music_on_nongroup_children):
11953         oops. The name symbol is in the cdr of the assoc handle.
11954
11955         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11956         Hyphen_req, Glissando_req, Break_req, Mark_req 
11957
11958 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11959
11960         * lily/musical-request.cc (music-duration-length,
11961         music-duration-compress): new functions.
11962
11963         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11964         throughout. Warning doesn't work yet.
11965
11966         * lily/translator-group.cc (try_music_on_nongroup_children):
11967         new implementation: store candidate acceptors in a hashTable.
11968
11969 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11970
11971         * scm/music-types.scm (music-descriptions): change name to
11972         internal-class-name
11973
11974         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11975
11976 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11977
11978         * lily/beam.cc (connect_beams): don't crash if there are quarter
11979         notes in beams.
11980
11981 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11982
11983         * Documentation/user/refman.itely: corrected ancient clef
11984         docu; added docu on ligatures
11985
11986 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11987
11988         * Documentation/user/glossary.tely,
11989         Documentation/user/refman.itely, input/les-nereides.ly,
11990         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11991         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11992         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11993         Stem properties: flag-style -> stroke-style, style -> flag-style.
11994
11995 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11996
11997         * scm/music-functions.scm (music-separator?): don't use name music
11998         property.
11999
12000 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12001
12002         * stepmake/stepmake/generic-targets.make (help): Document check
12003         target.
12004
12005         * lily/new-accidental-engraver.cc: Compile fix.
12006
12007 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12008
12009         * scripts/convert-ly.py: Add rule.
12010
12011         * input/test/music-creation.ly:
12012         * input/test/add-staccato.ly:
12013         * input/test/add-text-script.ly: ly-make-music.
12014
12015         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12016         More ly-make-music renamings.
12017
12018         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12019
12020         * lily/music-constructor.cc (make_music): Add debugging info.
12021
12022         * scm/music-functions.scm (make-simultaneous-music,
12023         (make-sequential-music, context-spec-music):
12024         * scm/music-types.scm (music-descriptions): Get lily to run.
12025
12026 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12027
12028         * lily/command-request.cc (transpose_key_alist): new function.
12029
12030         * lily/key-performer.cc (create_audio_elements): cleanup. 
12031
12032 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12033
12034         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12035
12036         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12037         events-accepted field.
12038
12039         * scm/music-types.scm: new file.
12040
12041         * lily/parser.yy: put music type initialization into scheme,
12042         similar to grob initialization.  Changes throughout.
12043
12044 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12045
12046         * Documentation/user/tutorial.itely: Fix links.
12047         
12048         * Documentation/index.texi: 
12049         * Documentation/header.html.in: 
12050         * Documentation/topdocs/index.tely: Small website fixes and updates.
12051
12052         * debian/: Debian patch by Anthony Fok.
12053
12054 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12055
12056         * Documentation/footer.html.in: How time flies: It's already 2002!
12057
12058         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12059         more descriptive link names than 'here'.
12060
12061         * ROADMAP: Remove test stuff.
12062
12063         * scripts/update-lily.py: Allow auto-building of stable and
12064         development versions.  Bugfixes.
12065
12066 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12067
12068         * VERSION: released 1.7.0
12069
12070         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12071
12072         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12073         positive line widths.
12074
12075 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12076
12077         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12078         go.  Fix comments.
12079
12080         * cygwin: Cygwin updates.
12081
12082 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12083
12084         * Documentation/windows/installing.texi (Top): version for python,
12085         urls for ghostscript (thanks to John Potelle)
12086         
12087         * lily/simultaneous-music-iterator.cc
12088         (Simultaneous_music_iterator): init children_list_ before
12089         triggering GC.
12090
12091         * lily/*-iterator.cc: be even more careful with smobbed copy
12092         constructors. 
12093
12094         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12095         LeftEdge item.
12096
12097 2002-09-15  Werner Lemberg  <wl@gnu.org>
12098
12099         Improving LilyPond's output to make them ordinary TeX boxes with
12100         predictable dimensions.  System boxes are now vertically centered on
12101         the baseline; this offset can be further controlled with
12102         \lilypondscoreshift.
12103
12104         * lily/system.cc (System::post_processing): Pass length of current
12105         system to `start-system' (including any horizontal indentation).
12106
12107         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12108         prettier.
12109         (lily-def): Append `%'.
12110         (start-system): Add parameter `wd'.  Output more TeX code to specify
12111         box dimensions.
12112         (stop-system, stop-last-system): Complement changes in
12113         `start-system'.
12114         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12115         Updated.
12116
12117         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12118         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12119         Write final `\endinput'.
12120
12121         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12122         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12123         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12124         files and macro definitions don't produce spurious spaces and
12125         paragraphs (using \endlinechar).
12126         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12127
12128         * Documentation/user/internals.itely: Improved formatting, fixing
12129         typos.  Added a section `Output details' to describe how the TeX
12130         code looks like.
12131
12132 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12133
12134         * lily/accidental-engraver.cc: Also work with partial measures.
12135
12136 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12137
12138         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12139         spanner.
12140
12141 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12142
12143         * lily/identifier-smob.cc (unpack_identifier): new file.
12144
12145         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12146         pass off scheme expressions as music identifiers.
12147
12148         * scm/lily.scm: reorganisation, cleanups.
12149
12150         * lily/main.cc: small cleanups.
12151
12152 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12153
12154         * lily/ly-module.{cc,hh}: new file.
12155
12156 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12157
12158         * lily/accidental-engraver.cc: Also work with partial measures.
12159
12160 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12161
12162         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12163
12164 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12165
12166         * lily/my-lily-lexer.cc: use SCM module in stead of
12167         Scheme_hash_table. Changes throughout.  
12168
12169 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12170
12171         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12172