]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* Documentation/user/changing-defaults.itely (Creating contexts):
[lilypond.git] / ChangeLog
1 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * Documentation/user/changing-defaults.itely (Creating contexts):
4         index entries
5
6         * scm/page-breaking.scm (ly:optimal-page-breaks): new
7         file. Rewrite function. 
8
9         * lily/paper-book.cc (pages): new interface: page-breaking returns
10         list of line-list.
11
12         * lily/page.cc (Page): take lines argument.
13
14         * scm/document-translation.scm (all-engravers-doc): link to user man
15
16         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
17
18         * Documentation/user/notation.itely (Relative octaves): typo.
19
20         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
21
22 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
23
24         * scm/output-gnome.scm: Update build script.
25
26 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
27
28         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
29         gnome backend.
30
31         * scm/framework-gnome.scm: New file.
32
33         * scm/lily.scm: Use it.
34
35         * lily/paper-outputter.cc: Janitorial cleanups.
36         (ly:outputter-dump-string): Remove unreachable statement.
37
38         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
39         (ice-9): Bugfix: Add srfi-1.
40
41         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
42
43 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
44
45         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
46         in do_quit()
47         
48 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
49
50         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
51
52 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
53
54         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
55         override of Beam::position-callbacks. Why would grace beams not be
56         quantized? Fixes: weird-stem-size-grace. Backportme.
57
58         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
59         warning only once. Backportme.
60
61         * lily/accidental-engraver.cc (number_accidentals_from_sig):
62         bugfix, 2nd try. Backportme.
63
64         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
65
66 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
67
68         * Documentation/user/notation.itely (Instrument transpositions):
69         Correct the name of the instrumentTransposition property.
70
71 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
72
73         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
74
75 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
76
77         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
78         and postLilyPondExample are called when defined.
79
80 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
81
82         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
83         This fixes setting notenames with `\include "nederlands.ly" '
84
85         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
86         new function.
87
88 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
89
90         * scm/page-layout.scm: don't do piece, it should be in score-title
91         only.
92
93         * lily/lexer.ll: lex \score separately.
94
95         * lily/paper-book.cc: junk stencil2line.
96
97         * lily/paper-line.cc (Paper_line): construct from Stencil
98         directly. No futzing with the dimensions.
99
100         * lily/include/paper-line.hh (class Paper_line): 
101
102         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
103         takes arbitrary number of arguments.
104
105         * input/test/markup-score.ly (tuning): simplify example. 
106
107 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
108
109         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
110
111         * scm/define-markup-commands.scm (score): define score-markup
112
113         * lily/parser.yy (markup): use score-markup.
114
115         * lily/score.cc: add ly:score? 
116
117 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
118
119         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
120         fret-parse-string so it prepares for calls to fret-diagram-verbose
121         Changed display constants to props so they are available for
122         \override.
123         
124 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
125
126         * VERSION: release 2.3.3
127
128         * stepmake/stepmake/generic-vars.make: unset LANG.
129
130         * input/regression/tuplet-nest.ly: bugfix.
131
132         * lily/tie-performer.cc (stop_translation_timestep): reset
133         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
134
135         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
136         clear repeat_ directly after setting stem_tremolo_. Fixes:
137         tremolo-repeat.ly
138
139         * input/regression/span-bar-break.ly: new file.
140
141         * scm/define-grobs.scm (all-grob-descriptions): remove
142         break-visibility from SpanBar. Fixes: piano-repeat.ly
143
144 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
145
146         * python/lilylib.py (make_ps_images): only compute bbox when needed.
147
148         * scripts/lilypond-book.py (process_snippets): use lily -f ps
149         files for generating pngs. (failed experiment)
150
151         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
152         file with PFA fonts included.
153
154         * lily/score.cc (default_rendering): put header in too.
155
156         * lily/paper-line.cc (LY_DEFINE): change function to
157         ly:paper-line-extent
158
159         * scm/page-layout.scm (default-book-title): only add lines for
160         non-nil fields.
161         (default-score-title): idem.
162
163         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
164
165         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
166
167         * lily/include/paper-book.hh (class Paper_book): remove height_
168         member.
169
170         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
171
172         * lily/ly-module.cc (LY_DEFINE): bugfix.
173
174         * lily/paper-book.cc (book_title): separate function for the book
175         title.
176
177         * scm/page-layout.scm (default-book-title): only account for
178         markup fields.
179
180         * scm/framework-ps.scm: new file. Move high level interface from
181         output-ps.scm
182
183         * scm/music-functions.scm (def-grace-function): move macros from
184         ly/music-functions-init.ly
185
186         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
187         framework-tex.scm
188
189         * scm/framework-tex.scm (dump-line): new file. High level
190         interface for output (pages, systems, header). 
191
192         * lily/include/page.hh (class Page): add is_last_ field.
193
194         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
195
196         * lily/paper-book.cc (split_string): new function
197         (output): output multiple formats, i.e. --format=ps,tex
198
199         * scm/output-ps.scm (output-scopes): dump variables directly.
200         (define-fonts): rewrite for new interface
201
202         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
203
204         * lily/paper-outputter.cc (Paper_outputter): take format argument.
205
206         * lily/main.cc (parse_argv): don't set extension for output.
207
208         * lily/clef-engraver.cc (create_clef): remove
209         Staff_symbol_referencer::set_position() call. 
210
211 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
212
213         * ly/music-functions-init.ly (addlyrics): set the 'origin property
214         with the location argument in music function definitions.
215
216 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
217
218         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
219         staffsymbol dependency.
220
221         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
222         cleanups.
223
224         * lily/book.cc (process): return Paper_book
225         (to_stencil): use Book::process().
226
227         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
228         header_ field. Store in $globalheader
229
230         * lily/parser.yy (book_body): book header is initted to
231         $globalheader.
232         
233
234 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
235
236         * input/test/fill-a4.ly: removed.
237
238         * lily/parser.yy (output_def): push scope of parent_ Output_def
239         too.
240
241 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
242
243         * scm/output-gnome.scm: Update info.
244
245 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
246
247         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
248
249         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
250         than 1 module.
251
252         * lily/include/ly-module.hh (ly_use_module): rename is_module to
253         ly_c_module_p.
254
255         * scm/page-layout.scm (default-book-title): move Scheme titling
256         functions to here.
257
258         * lily/parser.yy (book_paper_block): remove scope too.
259
260         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
261
262         * lily/rest.cc: add direction to rest properties.
263
264         * lily/include/output-def.hh: new file, move from
265         music-output-def.hh
266
267 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
268
269         * scm/output-gnome.scm: Describe feta-cork hack.
270
271 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
272
273         * lily/include/book-paper-def.hh: derive from Output_def 
274
275         * lily/include/paper-def.hh: move all functionality out of class.
276         Junk header.
277
278         * lily/include/music-output-def.hh: rename Music_output_def to
279         Output_def.
280
281         * input/wilhelmus.ly: only set space for Paper formatting. 
282
283         * lily/include/midi-def.hh: remove file, remove class.
284         Move functions to Music-output-def.
285
286         * lily/music-output-def.cc (Music_output_def): remove separate
287         translator table. Lookup translators in scope directly. This
288         obviates Context suffix for context identifiers, i.e.
289
290         \context {
291           \Staff
292           .. 
293           }
294
295
296         will work.
297         
298
299         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
300
301         * Documentation/user/changing-defaults.itely (Horizontal spacing):
302         document spacing override hack.
303
304 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
305
306         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
307         installation info.  Support point-and-click.  Add +/- zoom
308         keybindings.
309
310 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
311
312         * VERSION: 2.3.2 released
313         
314         * lily/parser.yy (book_body): set default bookpaper.
315
316         * scm/output-tex.scm (header): kludge: hard code linewidth. 
317
318         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
319
320 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
321
322         * lily/score.cc (default_rendering): scale outputdef before
323         starting.
324
325 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
326
327         * scm/fret-diagrams.scm: Add header.
328
329         * scm/output-gnome.scm: Hello world :-)
330
331 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
332
333         * scripts/lilypond.py (run_dvips): only add papersize if present.
334
335         * lily/accidental-engraver.cc (update_local_key_signature): new
336         function, fold code from initialize() and process_music().
337         (update_local_key_signature): use deep copy. This fixes one
338         problem from custom-key-signatures.ly.
339         (number_accidentals_from_sig): tighter check for
340         accidental-too-old.
341
342         * ly/engraver-init.ly: remove localKeySignature
343         definition from ChoirStaff, StaffGroup, Score.
344         
345         * lily/percent-repeat-engraver.cc (try_music): add moments for
346         barlines too. Fixes: skipbars-percent-repeat.ly.
347
348 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
349
350         * lily/context-def.cc (filter_performers): don't go to cdrloc if
351         skipping last pair. Fixes: crash-bar-number.
352
353         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
354         D. Sorensen)
355
356         * input/test/fret-diagram.ly: new file.
357
358         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
359         (scale-paper): divide by scale.
360
361 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
362
363         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
364         case.
365
366 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
367
368         * scm/stencil.scm (fontify-text): reinstate function
369
370         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
371
372         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
373
374         * lily/parser.yy (book_paper_head): \bookpaper {} 
375
376         * python/midi.c: remove config.h
377
378 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
379
380         * scm/output-gnome.scm: Update.
381
382 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
383
384         * scm/output-gnome.scm: New file.
385
386         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
387
388 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
389
390         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
391         (find_scaled_font): move from Paper_def
392
393 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
394
395         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
396         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
397
398         * po/fr.po: update po.
399
400         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
401
402         * lily/book-paper-def.cc (print_smob): new file.
403
404 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
405
406         * buildscripts/lilypond-words.py: search words also from
407         music-functions-init.ly.
408
409 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
410
411         * ly/music-functions-init.ly (def-music-function): new helper
412         macro for defining music functions. \addlyrics \appoggiatura
413         \acciaccatura \grace \partcombine \autochange \applycontext
414         \applyoutput and \breathe are now defined here thanks to it.
415
416         * lily/parser.yy: 
417         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
418         \grace \partcombine \autochange \applycontext \applyoutput and
419         \breathe keywords removed from the parser.
420
421         * lily/parser.yy: 
422         * lily/music-function.cc (ly_make_music_function): 
423         * lily/lexer.ll (music_function_type): added a case for 0-arg
424         music functions.
425
426 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
427
428         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
429         refering to a music expression can be used in lily-inside-scheme:
430         #{ $music #}
431
432         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
433         and ly:parser-define, and change ly:parser-parse-string in order
434         to make #{ $music #} work.
435
436         * scm/new-markup.scm (compile-markup-expression): when an argument
437         is a string, use `make-simple-markup'.
438
439 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
440
441         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
442
443 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
444
445         * scripts/convert-ly.py (FatalConversionError.func): handle + in
446         font-size. (backportme)
447
448 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
449
450         * lily/paper-outputter.cc (output_stencil): dump font definitions
451         before each stencil.
452
453         * lily/include/paper-book.hh (struct Score_lines): new
454         struct. Collect info per Paper-score.
455
456         * lily/include/page.hh (class Page): to_stencil() returns Stencil
457         everywhere.
458
459         * lily/stencil.cc (find_expression_fonts): new function
460
461         * lily/paper-outputter.cc (output_stencil): use
462         interpret_stencil_expr
463
464         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
465         (interpret_stencil_expr): new function. Generic stencil
466         interpretation.
467
468         * lily/paper-def.cc (find_scaled_font): divide lookup
469         magnification by outpuscale for non-virtual fontmetrics. This
470         fixes ludicrously long font definitions for text
471         fonts. (backportme)
472
473         * lily/score-engraver.cc: remove
474         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
475
476 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
477
478         * input/test/markup-score.ly: Remove \notes.
479
480         * lily/parser.yy (book_body): Grok Composite_music and \header.
481         (markup): Push NOTES mode before score_block.
482
483         * VERSION: release 2.3.1
484         
485         * mf/feta-klef.mf: 
486         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
487
488         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
489
490         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
491
492 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
493
494         * scm/output-tex.scm (output-tex-string): tighten safe security.
495
496         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
497
498         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
499         allowed ly functions.
500
501         * lily/ly-module.cc (ly_module_define): only define variable if
502         bound.
503         (ly_make_anonymous_module): take safe option.
504
505 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
506
507         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
508
509 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
510
511         * input/regression/newaddlyrics.ly: Fix.
512
513         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
514         \score \notes.
515
516 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
517
518         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
519
520 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
521
522         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
523
524         * lily/paper-line.cc (Paper_line): don't store list of stencils,
525         but convert to single Stencil immediately.
526
527         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
528
529 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
530
531         * scm/output-sodipodi.scm: Resurrect sodipodi output.
532
533 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
534
535         * elisp/lilypond-mode.el: Changed the way defaults are created for
536         LilyPond-command-master.  LilyPond-mode will now check the
537         timestamps of the files to see which command has to run next.
538
539 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
540
541         * scm/bass-figure.scm (format-bass-figure): don't set
542         number-markup for strings. This fixes string in bass
543         figure. (backportme)
544
545         * lily/parser.yy (bass_number): insert number-markup into figure
546         definition.
547
548         * scm/define-music-properties.scm (all-music-properties): make
549         'figure a markup.
550
551         * scripts/convert-ly.py (conv): \apply -> \applymusic
552
553 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
554
555         * elisp/lilypond-mode.el: changed the order of some commands
556         ("Midi" after "2Midi"), use the user-defined
557         LilyPond-command-default as default instead of "LilyPond"
558
559         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
560         to set the master file for the next command.
561
562         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
563         with font-lock-reference-face.
564
565 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
566
567         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
568
569         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
570
571 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
572
573         * ly/music-functions-init.ly (TODO): new file.
574
575         * lily/parser.yy (Generic_prefix_music_scm): add more
576         music_function symbols.
577         (Prefix_composite_music): change \apply to music-function   
578
579         * lily/include/music-function.hh: rename to music-function
580
581 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
582
583         * lily/music-head.cc (LY_DEFINE): change order of args.
584
585         * input/regression/music-head.ly (texidoc): new file.
586
587         * lily/parser.yy (Generic_prefix_music): allow generic
588         music-transformation functions. 
589
590         * lily/include/music-head.hh (is_music_head): new file.
591
592         * lily/music-head.cc (get_music_head_transform): new file.
593
594 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
595
596         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
597         empty extent. This fixes ottava brackets on rests. (backportme)
598
599         * make/lilypond.redhat.spec.in (Group): ln png files for info.
600
601         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
602
603         * cygwin/lily-wins.py: update for the lily-wins.py script.
604
605 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
606
607         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
608         code. This will obviate typeset_grob () in the future.  The effect
609         of this is that improperly written spanner handling will result in
610         invalid spanner bounds.
611         (announce_grob): add to elems_ from here
612         (typeset_grob): comment out.  
613
614         * lily/include/engraver.hh (make_spanner): new calling interface
615         for make_{item,spanner}. This obviates most calls to
616         announce_grob().
617                 
618         * scm/music-functions.scm (set-accidental-style): use GrandStaff
619         iso. PianoStaff for piano styles.
620
621 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
622
623         * Documentation/user/music-glossary.tely: add segno after d.s.
624
625 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
626
627         * lily/include/audio-column.hh: remove unused variables.
628         (patch by Michael Welsh Duggan)
629
630         * flower/include/axes.hh (other_axis): inline Axes function
631         (thanks to David Brandon).
632
633 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
634
635         * cygwin/mknetrel: Install image links (backportme).
636
637         * Documentation/user/GNUmakefile (local-install-info): Activate
638         actual installing of image links (backportme).
639
640 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
641
642         * Documentation/user/notation.itely (Measure repeats): Removed
643         unnecessary (and confusing) \context Voice{.
644
645 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
646
647         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
648
649         * lily/page.cc (Page): Do not use ly_scheme_function for
650         volatile/configurable variables (FIXME: better name).
651
652         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
653         get_scmvar).
654
655 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
656
657         * scripts/convert-ly.py (FatalConversionError.subst): use
658         \transposition.
659
660 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
661
662         * lily/include/page.hh (class Page): Declare left_margin ().
663
664         * lily/page.cc: Remove paper var caching.
665
666 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
667
668         * Documentation/user/music-glossary.tely: Add name to @top node.
669         Remove comment from @table definitions (workaround for makinfo
670         bug).
671
672         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
673         ly:stencil-get-expr).  Update callers.
674         (ly:stencil-align-to!):  Return stencil too.
675
676         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
677         stencil.  Remove looped line-based page output.
678         (output_line): Use line stencil.  Remove looped stencil-based line
679         output.
680
681         * lily/page.cc (ly:page-paper-lines): New function.
682
683         * input/test/markup-score.ly: New file.
684
685         * scm/define-markup-commands.scm (stencil): New markup.
686
687         * lily/book.cc (to_stencil): New method.
688
689         * lily/parser.yy (markup): Use it to grok \score.
690
691 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
692
693         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
694
695         * lily/paper-book.cc (pages): Change signature.  Update callers.
696
697         * lily/include/page.hh:
698         * lily/page.cc: New file.
699
700         * lily/paper-line.cc (to_stencil): New method.
701         
702         * lily/paper-outputter.cc (output_stencil): New method.
703
704         * lily/paper-outputter.cc (output_line): Use them.
705
706         * lily/warn.cc: Remove.
707
708         * lily/my-lily-parser.cc (distill_inname): Remove.
709
710         * flower/include/file-name.hh: 
711         * flower/file-name.cc: New file.  Update users.
712
713         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
714         (find): New method of same name.
715
716         * lily/my-lily-parser.cc (ly:parse-file): Use it.
717
718         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
719         constant error message.
720
721 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
722
723         * input/test/{blank-notes.ly,staff-container.ly}: typos.
724
725 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
726
727         * Documentation/user/music-glossary.tely: @table @strong' replaced
728         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
729         (backportme).
730
731 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
732
733         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
734
735         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
736         #{ lily music expression #} that returns an equivalent scheme
737         music expression by parsing the string.
738
739 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
740
741         * lily/my-lily-parser.cc:
742         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
743         SCM string (foo.ly/toto.scm support).
744
745 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
746
747         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
748
749 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
750
751         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
752
753         * scripts/lilypond-book.py: LY code that includes \header is
754         not assumed to be a fragment.
755
756 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
757
758         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
759         tremolo beams up.
760
761         * lily/stem.cc (chord_start_y): Return 0 if no heads.
762         (get_default_stem_end_position): No tremolo head juggling if no
763         heads.  Fixes tremolo crash on rests (backportme).
764
765         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
766
767 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
768
769         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
770         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
771
772         * lily/lexer.ll: Allow \encoding in NOTES mode.
773
774         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
775         for lyrics, not for commands.
776
777         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
778         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
779
780         * input/regression/newaddlyrics.ly: New file.
781
782         * Documentation/topdocs/NEWS.texi: Update.
783
784         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
785         (Music_list): Allow embedded scm.
786
787         * lily/score.cc (ly:score-bookify): New function.
788
789         * lily/music.cc (ly:music-scorify): Idem.
790
791         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
792         (ly:parser-print-score): Idem.
793
794         * scm/lily.scm (default-toplevel-book-handler): Idem.
795         (default-toplevel-music-handler): Idem.
796         (default-toplevel-score-handler): Idem.
797
798         * ly/declarations-init.ly: Set default toplevel handlers.
799
800         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
801
802         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
803         printer for score at toplevel.
804
805 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
806
807         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
808         Fix for simple case: input/simple-song.ly, more complex stuff
809         does not work yet.
810
811 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
812
813         * lily/parser.yy (Prefix_composite_music): split Composite_music
814         in Prefix_composite_music and Grouped_music_list.
815         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
816
817 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
818
819         * scm/lily.scm (toplevel-expression): New define.
820
821         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
822
823         * lily/parser.yy (toplevel_expression): Use it.
824
825         * lily/include/my-lily-parser.hh: Smobbify.
826
827         * lily/my-lily-parser.cc (parse_string): New method.
828         
829         * lily/my-lily-parser.cc (ly:parse-string): New function.
830
831         * Documentation/user/lilypond.tely: Add comment and workaround for
832         gs-8.01 crash.  Fixes make web.
833
834         Simplification of toplevel music.
835         
836         * lily/lexer.ll, lily/parser.yy:
837
838         * In LYRICS mode, return LYRICS_STRING.  This fixes one
839         shift/reduce problem.
840
841         * Use NOTES mode at start of maininput.
842
843         * Grok toplevel composite music expression, put in score and book.
844
845         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
846
847         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
848
849         * input/simple.ly: New file.
850         
851         * input/simple-song.ly: Idem.
852
853 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
854
855         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
856         Sandberg.
857
858 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
859
860         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
861
862 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
863
864         * input/regression/accidental-octave.ly: doc automatic showing
865         of note names.
866
867 2004-04-16  Heikki Junes <janneke@gnu.org>
868
869         * po/fi.po: do "make po && make -C po po-update" at top-level,
870         then "cp po/out/fi.po po/fi.po" and update fields.
871
872         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
873
874 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
875
876         * Documentation/user/introduction.itely (About this manual): Fix
877         templates and regression urls (backportme).
878
879 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
880
881         * ly/engraver-init.ly (Score:graceSettings): Increase
882         beamed-lengths, especially for 32nd notes.
883
884         * Documentation/user/notation.itely (Grace notes): Correct the
885         syntax for add-grace-property example.
886
887 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
888
889         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
890         `Generated' tag.
891
892         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
893         Severely broken (the Debian package, at least).
894
895 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
896
897         * lily/context.cc (find_create_context): assign to lvalue.
898
899 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
900
901         * lily/include/translator.hh (class Translator): rename
902         get_parent_context() to context () to avoid confusion.
903
904         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
905
906         * lily/lexer.ll: change is_string -> ly_c_string_p 
907
908         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
909
910         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
911
912         * VERSION: release 2.3.0
913
914         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
915
916         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
917         if nonempty.
918
919         * lily/include/context.hh (class Context): make members protected.
920         (children_contexts): new accessor function.
921
922         * lily/include/translator.hh (class Translator): make
923         daddy_context_ protected.
924         (class Translator): clean up. 
925
926         * lily/include/context.hh (class Context): make daddy_context_
927         private.
928
929         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
930         higher for finding Voice. (backportme)  
931
932         * lily/include/context.hh (class Context): remove
933         find_context_below() as a method.
934
935         * Documentation/user/notation.itely (The Lyrics context): add note
936         about manual durations
937
938         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
939         encoding.
940
941         * scm/output-tex.scm (text): dump \inputencoding{} for text.
942
943 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
944
945         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
946         \usepackage{inputenc}
947
948         * lily/paper-book.cc (classic_output): don't advance Offset for
949         TeX output.
950
951         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
952         ec-sauter.map in rules
953
954         * mf/ecb.mf (font_identifier): new file, based on ecbx
955
956         * mf/ecb10.mf (gensize): new file.
957
958         * Documentation/topdocs/NEWS.texi (Top): document some more new
959         features.
960
961         * ly/declarations-init.ly: run convert-ly
962
963         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
964         from input-file-results. Remove input-file-results.* 
965
966 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
967
968         * scm/output-ps.scm (font-command): Fix, again.
969
970         * input/test/title-markup.ly: Add \noPagebreak test.
971
972         * lily/score-engraver.cc (try_music): Bugfix.
973
974 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
975
976         * lily/main.cc (main_with_guile): excise dependency options -M and
977         --dep-prefix
978
979         * lily/input-file-results.cc: excise Makefile dependency code
980
981         * Documentation/user/invoking.itexi (Invoking the lilypond
982         binary): remove dep doco
983         
984         * lily/main.cc (main_with_guile): call lilypond-main
985         
986         * scm/lily.scm (lilypond-main): new function: handle multiple files.
987
988         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
989         exception.
990
991         * lily/my-lily-parser.cc: remove paper_description function
992
993         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
994         new function.
995
996         * lily/main.cc: remove global_score_count.
997
998         * lily/book.cc (process): don't take header from global_input_file.
999
1000         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1001
1002         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1003
1004         * lily/music-output-def.cc (LY_DEFINE): new function
1005         ly_output_description. This function does the bulk for  setting,
1006         parsing and breaking down of an input file.
1007
1008         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1009         anonymous modules globally. Let's hope they get GCd
1010
1011         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1012
1013 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1014
1015         * scm/output-ps.scm (header): Papersize from paper.
1016
1017         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1018         for classic output.
1019
1020         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1021         lilypondclassic is defined.
1022         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1023
1024         * input/regression/between-systems.ly: Remove.
1025
1026         * python/lilylib.py (get_bbox): Fix regular expression
1027         for bounding box.
1028
1029         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1030
1031         * scm/output-tex.scm (stop-page): Use it.
1032
1033         * scm/output-ps.scm (define-fonts): Bugfix.
1034
1035         * lily/grob.cc: Add penalty to interface.
1036
1037         * lily/include/paper-line.hh (class Paper_line): New member
1038         var penalty_.
1039
1040         * lily/system.cc (get_line): Initialise Paper_line with
1041         page-penalty's from original grobs.
1042
1043         * scm/define-music-properties.scm (all-music-properties): Add
1044         page-penalty.
1045
1046         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1047
1048         * lily/score-engraver.cc (try_music): Handle page-penalty.
1049
1050         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1051
1052 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1053
1054         * ly/declarations-init.ly (melismaEnd): typo
1055
1056         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1057
1058         * scm/output-ps.scm (text): split string into spaces, use moveto
1059         for setting space. 
1060         
1061 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1062
1063         * po/nl.po: Update.
1064
1065         * scm/font.scm (add-cmr-fonts): Typo.
1066
1067 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1068
1069         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1070         font-encoding.
1071
1072         * scm/define-grobs.scm (all-grob-descriptions): idem.
1073
1074         * lily/time-signature.cc (numbered_time_signature): idem.
1075
1076         * scm/font.scm (add-cmr-fonts): use real encoding names for
1077         font-encoding.
1078
1079 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1080
1081         * lily/paper-book.cc (classic_output): 
1082         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1083         Fixes classic output.
1084         (lilypondstart):
1085         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1086         kludge.
1087
1088         * scripts/old-lilypond-book.py: Remove.
1089
1090         Page layout for SCOREs enclosed in a BOOK:
1091
1092         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1093         layout tweaking.
1094
1095         * input/les-nereides.ly (theScore): Add \book.
1096         
1097         * input/test/title-markup.ly: Add \book.
1098
1099         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1100         only if 'verbose.
1101
1102         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1103
1104         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1105
1106         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1107         * scm/output-tex.scm (start-system): Update for page layout by
1108         LilyPond.
1109
1110         * scm/output-ps.scm (start-system): Previously (new-start-system).
1111
1112         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1113         passed to define-fonts.
1114
1115         * lily/paper-column.cc: 
1116         * lily/system.cc (get_line):
1117         * ly/property-init.ly (newpage): 
1118         * scm/define-grob-properties.scm:
1119         * scm/output-ps.scm: 
1120         * scm/output-tex.scm: Remove between-system-string kludge.
1121
1122         * scm/output-ps.scm (define-fonts, font-command,
1123         font-load-encoding): Handle ENCODING = #f.
1124
1125         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1126
1127         * scm/define-markup-commands.scm (fill-line): Use
1128         make-simple-markup (WAS: unexisting make-word-markup).
1129
1130         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1131         ENCODING, MARKUP parameters for interpret_string.
1132
1133         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1134
1135         * lily/score.cc (book_rendering): New method.
1136         (default_rendering): Create Paper_book helper locally, dump
1137         output.
1138
1139         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1140
1141         * lily/parser.yy: Handle \book.
1142
1143         * lily/include/book.hh: 
1144         * lily/book.cc: New file.
1145
1146 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1147
1148         * lily/text-item.cc (interpret_string): new file, select font with
1149         encoding.
1150
1151         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1152
1153         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1154
1155         * lily/parser.yy (markup): take encoding from lexer.
1156
1157 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1158
1159         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1160
1161         * scm/output-ps.scm: Remove some cruft.
1162
1163 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1164
1165         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1166
1167         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1168
1169 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1170
1171         * scm/font.scm (add-century-schoolbook-fonts):
1172         (make-century-schoolbook-tree): New function.
1173
1174         * input/test/title-markup.ly: Use Century Schoolbook font.
1175
1176 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1177
1178         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1179         to Erik Sandberg) 
1180
1181         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1182
1183         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1184
1185         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1186
1187         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1188
1189 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1190
1191         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1192         solo-state (at end of solo), we can set the solo status
1193         too. (backportme.)
1194
1195         * input/regression/part-combine-solo-end.ly: new file.
1196
1197 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1198
1199         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1200         flavour abc files.  Really ignore unknown keys (backportme).
1201
1202 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1203
1204         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1205         magnification_ when looking up in orig_.
1206
1207         * scm/output-tex.scm (text): switch off char-mapping.
1208
1209         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1210         because AFM's encoding field cannot have spaces.
1211
1212 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1213
1214         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1215
1216 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1217
1218         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1219
1220         * mf/cmr.enc: new file, without hi-bit ascii info. 
1221
1222         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1223         width. This removes the 'hook' at the end of a long slur.
1224
1225         * buildscripts/mf-to-table.py (parse_logfile): don't append
1226         encoding to fontname.
1227
1228 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1229
1230         * scm/output-ps.scm (define-fonts): Load .enc only once.
1231
1232         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1233         too.
1234
1235 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1236
1237         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1238         encoding field.
1239
1240         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1241
1242         * ly/portuges.ly (pitchnames): new file.
1243
1244         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1245         Michael Welsh Duggan
1246
1247         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1248
1249         * ly/nederlands.ly: add comment about digits.
1250
1251         * lily/scaled-font-metric.cc (derived_mark): idem.
1252
1253         * scm/encoding.scm (make-encoding-mapping): change permutation to
1254         mapping.
1255
1256         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1257         (Modified_font_metric): make alist for coding_description_
1258         (LY_DEFINE): remove coding-name.
1259
1260         * scm/output-tex.scm (text): remove debugging code.
1261
1262         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1263
1264         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1265         from infile.
1266
1267         * mf/feta-generic.mf: move fet_beginfont into generic code.
1268         use fetaMusic (without space) as encoding
1269
1270         * mf/feta-autometric.mf: take encoding argument
1271
1272         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1273
1274         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1275         use.
1276
1277         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1278         name.
1279
1280 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1281
1282         * input/test/title-markup.ly: Set inputencoding.
1283
1284         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1285
1286         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1287
1288         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1289         function.
1290         (coding-alist): Also hold filename, command.
1291         (read-encoding-file): Return symbols.
1292
1293 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1294
1295         * scm/output-tex.scm: remove fontify; text and char take a font
1296         argument.
1297
1298         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1299
1300         * lily/scaled-font-metric.cc (text_dimension): init
1301         coding_{permutation,table}_ too 
1302         (LY_DEFINE): ly:font-encoding, new function return
1303
1304         * lily/paper-def.cc (find_scaled_font): take input coding from
1305         inputcoding paper var.
1306
1307         * lily/performance.cc (output): remap modulo 16.
1308
1309         * lily/text-item.cc (interpret_markup): whoops, variable
1310         shadowing fixed.
1311
1312 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1313
1314         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1315         symbols, not symbols to strings.
1316         
1317         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1318         symbols, not symbols to strings.
1319
1320 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1321
1322         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1323         (ly:kpathsea-gulp-file): New function.
1324
1325         * scm/encoding.scm (read-encoding-file): Use it.
1326
1327 2004-04-06  Werner Lemberg  <wl@gnu.org>
1328
1329         * scm/encoding.scm (coding-alist): Fix typo.
1330
1331 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1332
1333         * lily/scaled-font-metric.cc (text_dimension): move function from
1334         Font_metric
1335         (make_scaled_font_metric): init coding_scheme_ to TeX
1336         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1337
1338         * lily/include/scaled-font-metric.hh (struct
1339         Modified_font_metric): rename from Scaled_font_metric
1340
1341         * scm/encoding.scm (read-encoding-file): split up large function,
1342         leave caching to (delay)
1343
1344         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1345
1346 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1347
1348         * lily/my-lily-lexer.cc (set_encoding): New method.
1349
1350         * lily/lexer.ll: Grok \encoding.
1351
1352         * lily/font-metric.cc (get_encoded_index): New function.
1353
1354         * lily/include/font-metric.hh (coding_scheme): New method.
1355
1356         * scm/encoding.scm: New file.
1357
1358         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1359
1360 2004-04-05  Werner Lemberg  <wl@gnu.org>
1361
1362         * Documentation/user/tutorial.itely: Revised (finished).
1363
1364         * Documentation/user/macros.itexi (@separate): Removed.
1365
1366 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1367
1368         * scm/output-ps.scm (define-fonts): fix scaling.
1369
1370         * lily/scaled-font-metric.cc (design_size): add function.
1371
1372         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1373         partial cut&paste of ly:font-magnification.
1374
1375 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1376
1377         * scm/output-ps.scm (define-fonts):
1378         (fontify): Update.
1379
1380 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1381
1382         * po/fr.po: update. (backportme).
1383
1384         * po/nl.po: update. (backportme). 
1385
1386         * mf/feta-beugel.mf: document why design size is not fixed.
1387
1388         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1389
1390 2004-04-04  Werner Lemberg  <wl@gnu.org>
1391
1392         * Documentation/user/tutorial.itely: Revised (continued).
1393
1394 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1395
1396         * po/nl.po: Update (backportme).
1397
1398 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1399
1400         * po/de.po: update. (backportme).
1401
1402         * scm/output-tex.scm (font-command): use ly: functions to
1403         construct name.
1404         (define-fonts): don't use alist, just dump \font definitions.
1405         (font-load-command): calculate proper scaling by taking
1406         outputscale from paper argument.
1407
1408         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1409         expression.
1410
1411         * lily/paper-outputter.cc (output_header): pass paper arg to
1412         define-fonts
1413
1414         * lily/paper-def.cc (font_descriptions): dump list of
1415         Scaled_font_metrics
1416         (find_scaled_font): take Font_metric argument, store
1417         Scaled_font_metrics in hash-table containing (size ->
1418         Scaled_font_metrics) alist.
1419         (get_dimension): rename from get_realvar
1420
1421         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1422         ly:font-magnification, ly:font-name: new functions
1423
1424 2004-04-03  Werner Lemberg  <wl@gnu.org>
1425
1426         * Documentation/user/dedication.itely,
1427         Documentation/user/preface.itely,
1428         Documentation/user/introduction.itely,
1429         Documentation/user/tutorial.itely: Revised.
1430         Removing leading spaces which distorts output if info files are read
1431         with stand-alone info.
1432         Removing superfluous inter-word spaces which also distorts output
1433         for stand-alone info.
1434         Using ` and ' instead of `` and '' everywhere to improve
1435         legilibility with stand-alone info
1436         Using @samp for single-letter input items and data which contains
1437         spaces, @code for other things.
1438
1439         * lily/grob-interface.cc: Adding copyright.
1440         (check_interfaces_for_property): Improve format of warning message.
1441
1442 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1443
1444         * lily/include/font-metric.hh (struct Font_metric): add
1445         design_size () method.
1446
1447         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1448
1449         * lily/afm.cc (read_afm_file): read design size.
1450
1451         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1452
1453         * scm/music-functions.scm (unfold-repeats): handle dots too.
1454
1455 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1456
1457         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1458         (backportme)
1459
1460 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1461
1462         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1463         lyric indent.  Revert melismaBusyProperties using \unset.
1464
1465 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1466
1467         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1468
1469         * lily/parser.yy (command_element): allow redefinition of |
1470         meaning.
1471
1472         * lily/break-align-engraver.cc (acknowledge_grob): construct
1473         LeftEdge where the first cause for alignment is coming from.
1474         This makes \override Staff.LeftEdge work as expected.
1475
1476         
1477         * lily/slur-performer.cc (Slur_performer): add inits
1478
1479         * lily/beam-performer.cc (Beam_performer): add inits
1480
1481 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1482
1483         * VERSION (PACKAGE_NAME): release 2.2.0
1484
1485         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1486
1487 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1488
1489         * lily/cluster.cc (height): Fix warning.
1490
1491         * lily/parser.yy: Janitorial cleanups.
1492
1493         * Documentation/user/tutorial.itely (Tutorial): Typo.
1494
1495 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1496
1497         * lily/change-iterator.cc (process): search at multiple context
1498         levels. This fixes 
1499
1500         
1501         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1502         not voice-state index for tie state. This fixes a partcombine
1503         problem with ties.
1504
1505         * Documentation/user/tutorial.itely (Commenting input files): add
1506         note about convert-ly.
1507
1508         * input/test/cadenza-skip.ly:  new file.
1509
1510 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1511
1512         * po/nl.po: Spelling fixes.
1513
1514         * autogen.sh (srcdir): Regenerate.
1515
1516         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1517         autogen.sh.
1518
1519         * configure.in: Use C++ to check for C++ header.
1520
1521         * po/nl.po: Update.
1522
1523         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1524
1525         * lily/event.cc (to_relative_octave): Translatable sentence should
1526         be one string.
1527
1528         * python/lilylib.py (warranty): Year range is not translatable.
1529         It's 2004 already!
1530
1531         * flower/warn.cc (non_fatal_error, warning, programming_error):
1532         Remove whitespace from translated string.
1533
1534 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1535
1536         * VERSION: release 2.1.37.
1537
1538 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1539
1540         * configure.in: check for C language.
1541
1542         * lily/source-file.cc: include strstream without h.
1543
1544         * scm/documentation-generate.scm (string-append): use name without
1545         .texi.
1546
1547         * autogen.sh (srcdir): SUSE fix.
1548
1549         * Documentation/user/notation.itely (Ancient clefs): idem.
1550
1551         * Documentation/user/lilypond-book.itely (Integrating HTML and
1552         music): idem.
1553
1554         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1555
1556         * lily/change-iterator.cc (process): use find_existing_context().
1557
1558         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1559
1560         * input/regression/repeat-unfold-tremolo.ly: new file.
1561
1562         * scm/music-functions.scm (unfold-repeats): undo music compression
1563         too.
1564
1565         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1566         (LY_DEFINE): ly:music-compress new function.
1567
1568         * scm/part-combiner.scm (determine-split-list): split for voice
1569         crossings
1570
1571         * input/regression/part-combine-cross.ly: new file.
1572
1573         * scm/part-combiner.scm (make-part-combine-music): don't do
1574         relative inside partcombine arguments.
1575
1576         * scm/music-functions.scm (make-non-relative-music): new function.
1577
1578         * Documentation/user/notation.itely (Automatic part combining):
1579         add note about \relative.
1580
1581         * lily/part-combine-iterator.cc (construct_children): add
1582         start_moment_ member.
1583
1584         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1585         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1586
1587         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1588
1589         * Documentation/user/changing-defaults.itely (Which properties to
1590         change): fixes.
1591
1592 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1593
1594         * po/fr.po: update.
1595
1596 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1597
1598         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1599
1600         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1601         Reinstate old code that issues warning.  Fixes --srcdir build.
1602
1603 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1604
1605         * input/wilhelmus.ly: New file.
1606
1607         * Documentation/user/notation.itely: 
1608         * Documentation/user/introduction.itely:
1609         * Documentation/user/tutorial.itely: Use quote ly-option instead
1610         of explicit @quotation.  This fixes too long lilypond linewidths
1611         resulting in overful hboxes.
1612
1613         * scripts/lilypond-book.py: Add ly-option: `quote'.
1614
1615 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1616
1617         * tex/titledefs.tex: Avoid that the first score line is extra
1618         indented if instrument is defined but not piece.
1619
1620 2004-03-30  Werner Lemberg  <wl@gnu.org>
1621
1622         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1623         `lilypond/' to info file name.
1624         (@usermanref) [info]: New variant.
1625
1626         * scm/documentation-generate.scm: Fix definition of @usermanref
1627         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1628         to info file name.
1629
1630 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1631
1632         * VERSION: release 2.1.36
1633         
1634         * Documentation/user/changing-defaults.itely (Interpretation
1635         contexts): rewrite introduction.
1636
1637 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1638
1639         * scm/define-markup-commands.scm: Use TeX accents instead of
1640         straight iso-8859-1 encoding in the doc string.
1641
1642 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1643
1644         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1645         space after dotted duration.
1646
1647 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1648
1649         * Documentation/user/introduction.itely: 
1650         * Documentation/user/notation.itely:
1651         * Documentation/user/tutorial.itely: Up all relative examples.
1652         Enclose @lilypond displays in @quotation.  Typos and corrections.
1653
1654         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1655
1656 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1657
1658         * scm/music-functions.scm (make-voice-props-revert): Revert also
1659         MultiMeasureRest staff-position in oneVoice.
1660
1661 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1662
1663         * Documentation/user/changing-defaults.itely, 
1664         Documentation/user/lilypond.tely: few fixes. Place no comma between
1665         two options: a and b, but commas between three options: a, b, and c.
1666         By this manner, grouping is possible: a and b, and c and d.
1667
1668 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1669
1670         * Documentation/user/GNUmakefile: add rule for .nexi
1671
1672 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1673
1674         * Documentation/user/music-glossary.tely: move glossary direntry
1675
1676         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1677         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1678
1679 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1680
1681         * stepmake/aclocal.m4: Verify that gettext configure check with
1682         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1683
1684 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1685
1686         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1687         glob.glob for .png filenames. This catches multipage pngs.  
1688
1689         * Documentation/user/changing-defaults.itely (Determining the grob
1690         property): fix references.
1691
1692         * lily/staff-symbol.cc (print): only add extent if non empty.
1693         This fixes staff-container.ly.
1694
1695         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1696         starting with a mmrest also works.
1697
1698         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1699         PNG for texinfo too.
1700
1701         * po/lilypond.pot: update translation strings.
1702
1703         * VERSION: 2.1.35 released
1704         
1705         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1706         context argument too.
1707
1708         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1709
1710         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1711
1712         * python/lilylib.py (command_name): don't return 1st path
1713         component.
1714
1715         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1716         .png case separately.
1717
1718         * python/lilylib.py (system): typo.
1719         
1720 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1721
1722         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1723         run indent-region.
1724
1725         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1726         Fixes compile.
1727
1728         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1729         Add header.
1730
1731 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1732
1733         * vim/lilypond-indent.vim: small fixes.
1734
1735 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1736
1737         * Documentation/user/notation.itely (Entering lyrics): Add example
1738         with correct english double quotes (at least for LaTeX output,
1739         maybe not a good idea if we switch to PS as the default output
1740         format).
1741
1742 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1743
1744         * lily/staff-performer.cc (create_audio_elements): play instrument
1745         changes before notes arrive. This fixes instrument of the first
1746         note in a score.
1747
1748         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1749         to 1.9.0 conversion.
1750
1751         * lily/mark-engraver.cc: doc string.
1752
1753         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1754
1755         * Documentation/user/introduction.itely (Introduction): new node.
1756
1757 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1758
1759         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1760
1761         * input/regression/spacing-ragged-last.ly: new file.
1762
1763         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1764         spacing.
1765
1766         * scm/font.scm: rewrite using GOOPS.
1767         
1768         * lily/context-def.cc (filter_engravers): derefence pointer.
1769
1770         * lily/lily-guile.cc (type_check_assignment): use
1771         ly_scheme_function iso. scm_primitive_eval where possible.
1772
1773         * lily/performance.cc (output): limit channels at 15. This fixes
1774         percussion inadvertently showing up in large scores.
1775
1776 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1777
1778         * input/regression/tuplet-gap.ly: new file.
1779
1780         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1781         (print): compute gap length from number size, include italic
1782         correction.
1783
1784         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1785         tuplet-bracket
1786
1787         * scm/paper.scm (set-default-paper-size): new function, to be
1788         called at toplevel.
1789         (set-paper-size): new function, to be called inside \paper {}
1790         (set-default-paper-size): new function, to be called at toplevel.
1791
1792         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1793
1794         * lily/beam-performer.cc (process_music): idem.
1795
1796         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1797         
1798         * tex/titledefs.tex: remove scshape for piece.
1799
1800         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1801         font-family
1802
1803         * lily/time-signature.cc (special_time_signature): font-encoding
1804         not family.
1805
1806         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1807         dynamic to head. This fixes p placement in morgenlied.
1808
1809 2004-03-23  Werner Lemberg  <wl@gnu.org>
1810
1811         * stepmake/stepmake/generic-targets.make (help): Improve text.
1812
1813 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1814
1815         * VERSION: 2.1.34 released
1816         
1817         * lily/main.cc (main_with_guile): switch debugging.
1818
1819         * lily/system.cc (get_line): plug leak.
1820
1821         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1822         and contents.
1823         (stencil2line): plug leak.
1824
1825         * Documentation/user/changing-defaults.itely (Determining a grob
1826         property):  new node.
1827         (Layout interfaces): new node.
1828         (Navigating the program reference): new node.
1829
1830         * lily/accidental-engraver.cc (acknowledge_grob): add property
1831         harmonicAccidentals
1832
1833         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1834         general cleanups.
1835         
1836         * input/les-nereides.ly (middleDynamics): resurrect Les
1837         nereides. Remove pedal hack.
1838
1839 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1840
1841         * input/regression/property-grace-polyphony.ly: new file.
1842
1843         * lily/translator-property.cc (execute_pushpop_property): only pop
1844         one instance of the property. This fixes << \\ >> together with
1845         \grace.
1846
1847         * lily/break-align-interface.cc (ordered_elements): we cannot
1848         modify the #'elements property, so return reordered array.
1849
1850 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1851
1852         * buildscripts/lilypond.words.py: remove.
1853         * buildscripts/lilypond-words.py: add new, renamed file. 
1854         Give generated targets and dirs explicitly in arguments.
1855
1856         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1857         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1858         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1859         
1860         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1861
1862         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1863
1864         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1865         orders.
1866
1867         * vim/GNUmakefile: add local-uninstall target.
1868
1869         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1870         
1871         * vim/vimrc: add a one-liner file.
1872
1873         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1874         vimrc in EXTRA_DIST_FILES.
1875
1876         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1877
1878 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1879
1880         * config.make.in: add vimdir.
1881
1882         * vim/GNUmakefile: add local-install.
1883
1884 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1885
1886         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1887         with \lilypondifundefined{blabla}. Solves problem with multiple
1888         titles in the same lilypond-book document.
1889
1890 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1891
1892         * scm/document-backend.scm (interface-doc): sort grob list for
1893         interface.
1894
1895         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1896         pre/post break align-order.
1897
1898         * spelling patch courtesy Edward Sutton.
1899
1900         * Documentation/user/changing-defaults.itely (Changing context
1901         default settings): new node.
1902         (Defining new  contexts): new node.
1903
1904         * scripts/lilypond-book.py (is_derived_class): use numbers
1905         iso. booleans.
1906
1907         * python/lilylib.py (make_ps_images): add margin to PS images.
1908
1909         * scripts/lilypond-book.py (is_derived_class): new function. Take
1910         class arg iso. object.
1911         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1912         for bug in GS/dvips.
1913
1914         * lily/text-item.cc (interpret_markup): idem.
1915
1916         * scm/define-markup-commands.scm: remove split around-space hack.
1917
1918         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1919         function, fold WL's fixes into one function.
1920
1921 2004-03-22  Werner Lemberg  <wl@gnu.org>
1922
1923         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1924         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1925         (Note_column::head_position_interval): Do proper rounding for
1926         calls to Staff_symbol_referencer::get_position.
1927
1928 2004-03-21  Werner Lemberg  <wl@gnu.org>
1929
1930         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1931         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1932         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1933         (My_lily_parser::parse_file): Improve formatting progress indication
1934         sent to stdout.
1935
1936 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1937
1938         * VERSION: 2.1.33 released.
1939
1940         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1941
1942         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1943
1944         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1945         warning is issued about dummy.dep.
1946
1947         * scm/new-font.scm: fix design sizes of nummer
1948
1949 2004-03-21  Werner Lemberg  <wl@gnu.org>
1950
1951         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1952         some annoying warnings from mkdir during `make install'.
1953
1954 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1955
1956         * lily/performer-group-performer.cc (do_announces): call
1957         Performer_group_performer::create_audio_elements () too.
1958
1959         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1960
1961         * scm/define-grobs.scm (all-grob-descriptions): add property
1962         break-align-orders
1963
1964         * lily/global-context.cc (get_default_interpreter): new
1965         function. Override from base class, so no new Score contexts are
1966         created.
1967
1968         * lily/include/stencil.hh (class Stencil): document origin field.
1969
1970         * lily/staff-symbol.cc (print): span staff-symbol on column
1971         extents for non-broken columns. 
1972
1973         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1974         key-signature.
1975
1976         * tex/titledefs.tex: don't use smallcaps for piece.
1977
1978         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1979         translated stencils in the output.
1980
1981         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1982
1983 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1984
1985         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1986         and init ties_created_
1987
1988         * VERSION: release 2.1.32
1989
1990         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1991         doc string from IMPLEMENT_CTOR_CALLBACK().
1992
1993         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1994         that engraver is in a performer hierarchy.
1995
1996 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1997
1998         * vim/lilypond-ftdetect.vim: new file.
1999
2000 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2001
2002         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2003         (compose_ly): default octave should be middle C.
2004
2005         * Documentation/user/changing-defaults.itely (Layout tunings
2006         within contexts): new node.
2007
2008         * lily/include/smobs.hh: document C++ smob interface.
2009
2010         * lily/function-documentation.cc: don't doc functions without
2011         docstring.
2012
2013 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2014
2015         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2016         direntry, so that `info lilypond' goes to Top.
2017
2018         * scm/output-ps.scm (polygon): Fix: add spaces.
2019
2020         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2021         solutions are now optimal too.
2022
2023         * input/test/page-breaks.ly: New file.
2024
2025         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2026         functions into safe module.
2027
2028         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2029         end, prepend zeros.
2030
2031         * scm/output-*.scm: Use ly:number->string rather than
2032         number->string.  Makes for saner output.
2033
2034         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2035         Fixes feta-nummer, feta-din scaling.
2036
2037 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2038
2039         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2040
2041         * scm/music-functions.scm (descend-to-context): new
2042         function. Similar to context-spec-music.
2043         (make-time-signature-set): specify Score as descend-only. This
2044         fixes the polymetric.ly example.
2045
2046         * lily/context-specced-music-iterator.cc (construct_children): add
2047         support for descend-only context spec.
2048
2049         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2050         determine ez-notation letter. 
2051
2052         * lily/system.cc (get_line): start with dumping layer 3. This
2053         fixes ez notation.
2054
2055 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2056
2057         * input/test/title-markup.ly: Stress breaking harder.
2058
2059         * scm/page-layout.scm (height-score): Overfull page scores twice
2060         as bad as underfull (was: by a power).
2061         (walk-lines): Omit first walk-path round (breaking after new node,
2062         without lines).
2063
2064         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2065         diff values are negative.
2066         (output): Bugfix: treat negative vfill differently.
2067
2068         * Documentation/user/lilypond.tely (direntry): Add note about why
2069         `info lilypond' brings up `Invoking LilyPond' node.
2070
2071 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2072
2073         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2074
2075         * lily/paper-book.cc: Remove cruft.
2076         (output): Bugfix: put vfill between lines.
2077         (pages): Bugfix: set page vars needed for filling.
2078
2079         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2080         (was: @ar).
2081
2082         * scm/page-layout.scm: Further development.
2083
2084         * ly/declarations-init.ly (paper): Define page-breaking.
2085
2086 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2087
2088         * lily/note-head.cc (brew_ez_stencil): add note-names
2089         property. Provides internationalization for note names.
2090
2091         * Documentation/user/changing-defaults.itely (Creating contexts):
2092         new node.
2093
2094         * lily/grace-iterator.cc (process): descend to child for \grace.
2095
2096         * lily/timing-translator.cc (initialize): Timing_translator adds
2097         Timing alias by itself.
2098
2099         * lily/context.cc (add_alias): new function.
2100
2101         * scm/lily.scm (tex-output-expression): new function, eval within
2102         drawing API. Guards against eval vulnerabilities.
2103
2104         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2105
2106         * scm/output-ps.scm (scm): export lily drawing API.
2107
2108         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2109         throughout.
2110
2111 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2112
2113         * scm/page-layout.scm (optimal-page-breaking): New function.
2114         
2115         * lily/paper-book.cc (pages): Use it.
2116
2117 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2118
2119         * lily/include/paper-line.hh (class Paper_line): Full smob.
2120
2121 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2122
2123         * lily/global-context.cc (run_iterator_on_me): fix grace note
2124         nesting by initting measurePosition.
2125
2126         * lily/timing-translator.cc (initialize): do no init
2127         measurePosition
2128         
2129         * lily/include/music-output-def.hh (class Music_output_def): add
2130         input_origin_ field.
2131
2132         * Documentation/user/changing-defaults.itely (Changing context
2133         properties on the fly): new node.
2134
2135         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2136         function. Only have smobbed_copy (), and do not provide
2137         smobbed_copy() for non-simple smobs. Changes throughout.
2138
2139 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2140
2141         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2142         start_moment_. Fix by Doug A. Linhardt.
2143
2144 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2145
2146         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2147         accidentals for harmonic notes.
2148
2149         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2150         of different style. (Thanks to Doug Linhardt).
2151
2152         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2153         new node.
2154
2155 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2156
2157         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2158
2159         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2160         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2161         vim/lilypond-indent.vim: doc targets and deps in comments.
2162
2163 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2164
2165         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2166
2167         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2168
2169         * lily/include/paper-line.hh:
2170         * lily/include/paper-line.cc: New file.
2171
2172 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2173
2174         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2175
2176         * GNUmakefile.in: remove stray make out=www
2177
2178         * input/test/bagpipe.ly (gcdg): octave fixes.
2179
2180         * scm/define-markup-commands.scm (number): use font-encoding
2181         iso. font-family
2182
2183         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2184         font-encoding.
2185         
2186 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2187
2188         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2189         `output_format_global' and `PAGE_LAYOUT'.
2190
2191 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2192
2193         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2194         lily functions in safe mode.
2195
2196         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2197         Print filename for HTML, LATEX, before texidoc.
2198
2199         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2200         instructions in output-ps module.
2201
2202         * scm/lily.scm: Do not load output-ps module.
2203
2204         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2205         safe mode.
2206
2207 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2208
2209         * lily/span-dynamic-performer.cc (process_music): remove spurious
2210         warning.
2211
2212         * lily/context-def.cc (Context_def): init name to ""
2213
2214         * lily/font-interface.cc: add font-encoding property.
2215
2216         * scm/lily.scm (chain-assoc-get): bugfix.
2217
2218         * lily/paper-book.cc (stencil2line): protect static SCM.
2219
2220         * lily/font-interface.cc (text_font_alist_chain): rename function,
2221         and use text-font-defaults. 
2222
2223         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2224
2225         * scm/paper.scm (paper-set-staff-size): use new function.
2226
2227         * scm/new-font.scm (make-font-tree): new function.
2228
2229 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2230
2231         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2232
2233         * scm/lily.scm (get-output-module): New function.
2234         (output-alist): Remove ,ps-output-expression.
2235
2236         * scm/output-tex.scm (ps-output-expression): New function.
2237
2238         * scm/output-ps.scm (ps-output-expression): Remove.
2239         (header, start-page): Output page metadata.
2240
2241         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2242         initialise output_module_.  Do not write part of header.
2243         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2244         (output_header): Output full header.
2245
2246         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2247         FIXME.
2248
2249 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2250
2251         * scm/new-font.scm: new file. Tree based font lookup.
2252
2253         * scm/lily.scm (assoc-get): take default argument. Remove
2254         assoc-get-default.
2255         (chain-assoc-get): use chain-assoc-get everywhere.
2256
2257         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2258         autobeamsettings conversion bug.
2259
2260         * lily/include/global-context.hh (Context): clean-up data hiding.
2261
2262         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2263         data hiding.
2264
2265         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2266
2267         * input/regression/stem-shorten.ly: add chord case.
2268
2269         * lily/stem.cc (get_default_stem_end_position): shorten stems
2270         triggered by note-head positions, not by forced-direction. This
2271         fixes a bug with too short stems.  
2272  
2273 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2274
2275         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2276         Lilypond_snippet.output_latex): Always call output_print_filename.
2277
2278         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2279         expand pages.
2280
2281 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2282
2283         * scm/part-combiner.scm (make-autochange-music): switch rests
2284         before switched notes too.
2285
2286         * lily/figured-bass-engraver.cc (process_music): change calling
2287         convention.
2288
2289         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2290
2291         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2292         command.
2293
2294         * lily/include/stencil.hh (class Stencil): add origin field.
2295
2296         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2297         function.
2298
2299         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2300
2301         * lily/lexer.ll: remove support for \$ and $ in identifiers
2302
2303         * lily/sequential-iterator.cc: remove copy_grace_fixups
2304         (get_grace_fixup): slight abstraction of fixup code.
2305
2306         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2307
2308 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2309
2310         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2311         in insert-mode. add indenting rules.
2312
2313 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2314
2315         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2316         protect hack.
2317
2318         * scm/page-layout.scm:
2319         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2320         layout and titling should now match external latex based version.
2321
2322         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2323         header fields.
2324
2325         * ps/lilyponddefs.ps: Remove automatic page layout.
2326
2327         * scm/output-ps.scm (new-start-system): New interface function.
2328
2329         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2330
2331         * lily/paper-book.cc (output): Bugfix.
2332
2333 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2334
2335         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2336         
2337 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2338
2339         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2340         direntries.
2341
2342         * ps/lilyponddefs.ps: Bugfix.
2343
2344         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2345
2346 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2347
2348         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2349         cause. This should fix warnings.
2350
2351         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2352
2353         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2354         prevent aligned 6ths.
2355
2356         * lily/custos.cc (print): remove adjust-if-on-staffline.
2357
2358 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2359
2360         * lily/paper-book.cc: Do header and footer.
2361
2362 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2363
2364         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2365
2366         * scm/paper.scm (lineheight): Remove
2367         (head-sep, foot-sep): Add.
2368
2369 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2370
2371         * mf/feta-schrift.mf: reduce portato thickness.
2372
2373         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2374
2375         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2376         programming_error ().
2377
2378         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2379         bracket to last command column.
2380
2381         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2382         continues on next/prev system.
2383
2384         * input/regression/pedal-end.ly: new file.
2385
2386 2004-03-10  Werner Lemberg  <wl@gnu.org>
2387
2388         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2389         Remove pmx2ly stuff.
2390         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2391
2392 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2393
2394         * scm/page-layout.scm: New file.
2395
2396         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2397         settings.
2398         (Lilypond_snippet.is_outdated): Also check for PNG file.
2399         Workaround for interrupted (web) builds.
2400
2401         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2402
2403         * ps/lilyponddefs.ps: Use only very small top-marging.
2404         (init-paper): Also pop page size string.
2405         (start-page, stop-page): New function.
2406
2407         * scm/output-ps.scm (header-end): Remove stray exec commands.
2408
2409 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2410
2411         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2412
2413         * lily/score.cc (default_rendering): clean protection.
2414
2415         * lily/paper-book.cc (mark_smob): implement smob marking.
2416
2417         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2418
2419         * Documentation/user/*.itely: user manual edits. 
2420
2421 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2422
2423         * Documentation/user/converters.itely (Invoking musedata2ly):
2424         remove pmx2ly.
2425
2426         * scripts/pmx2ly: remove script.
2427         
2428 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2429
2430         * lily/score.cc (default_rendering): Protect paper-book members.
2431
2432         * lily/paper-def.cc (smobbed_copy): New method.
2433
2434         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2435         switch runtime.
2436
2437         * lily/include/music-output.hh (process): Change signature to
2438         return SCM.
2439
2440         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2441         method.
2442
2443         * lily/paper-score.cc (process): Return stencils rather than
2444         outputting directly.  Remove paper-book kludge.  Delete grobs.
2445         (output): Remove.
2446
2447         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2448
2449         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2450
2451         * lily/score.cc (default_rendering)
2452         (ly_render_output): Move adding paper-score two levels up.
2453
2454         * lily/system.cc (get_line):
2455         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2456
2457 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2458
2459         * scm/font.scm (paper20-font-vector): add more design sizes for
2460         number.
2461
2462         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2463         feta-nummber{5,7,11,13}.
2464
2465         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2466         for 12pt design size. 
2467
2468 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2469
2470         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2471
2472 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2473
2474         * lily/font-select.cc (properties_to_font_size_family): Fix
2475         warning message.
2476
2477         * Experimental PostScript latin1 encoding:
2478         
2479         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2480
2481         * scm/output-ps.scm: Experimental encoding using reencode-font.
2482         * scm/font.scm: Add latin1 `font-shape'.
2483         
2484         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2485
2486         * ps/lilyponddefs.ps (reencode-font): New function.
2487
2488         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2489
2490         * scm/output-tex.scm (start-page):
2491         (stop-page): New interface function.
2492
2493 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2494
2495         * lily/paper-outputter.cc (output_expr):
2496         (output_header):
2497         (output_line): New method.
2498
2499         * lily/system.cc (get_line):
2500         (get_lines): New method.
2501         (output_scheme):
2502         (output_line): Remove.
2503
2504         * scm/lily.scm (make-title): New function.
2505
2506         * lily/paper-book.cc: 
2507         * lily/include/paper-book.hh: New file.
2508
2509         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2510         ly-modules.hh).
2511
2512         * lily/ly-module.cc (ly_modules_lookup): New function.
2513
2514         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2515
2516         * scm/output-ps.scm (make-title): Remove.
2517         (output-scopes): Junk header-title test.
2518
2519 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2520
2521         * mf/feta-schrift.mf: thicker dot for portato.
2522
2523         * lily/accidental-placement.cc (position_accidentals): bugfix in
2524         offset, this fixes right-padding of AccidentalPlacement.
2525
2526         * lily/[h-z]*.cc: () formatting.
2527
2528         * Documentation/user/tutorial.itely (An orchestral part): more
2529         fixes for the tutorial.
2530
2531         * scm/translation-functions.scm (fraction-tuplet-formatter):
2532         reverse fraction.
2533
2534         * lily/parser.yy (context_def_spec_block): use \context instead of
2535         \translator.
2536
2537         * lily/[a-g].cc: () style cleanup.
2538
2539         * Documentation/user/tutorial.itely (Automatic and manual beams):
2540         editing of tutorial.
2541
2542 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2543
2544         * buildscripts/mf-to-table.py (base): write encoding name.
2545
2546 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2547
2548         * Documentation/user/GNUmakefile (local-install-info): Issue
2549         warning (for packager, ie, if not installing in /usr or /usr/local).
2550
2551         * lily/stencil-scheme.cc: 
2552         * lily/staff-symbol-referencer.cc: 
2553         * lily/script-column.cc: 
2554         * lily/pitch.cc: 
2555         * lily/music.cc: 
2556         * lily/grob-pq-engraver.cc: 
2557         * lily/font-interface.cc: 
2558         * lily/music-output-def.cc: 
2559         * lily/duration.cc: 
2560         * lily/grob-scheme.cc:
2561         * lily/context-scheme.cc: Put scheme name on first line in
2562         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2563         style cleanups.
2564
2565         * stepmake/stepmake/scm-vars.make: 
2566         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2567         Rename and split TAGS_FILES.
2568
2569         * GNUmakefile.in (ALL-TAGS): Remove.
2570         
2571         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2572         deeper TAGS files.  Fixes regexp tags in TOP dir.
2573
2574 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2575
2576         * VERSION: 2.1.29 released.
2577         
2578         * Documentation/user/changing-defaults.itely (Changing defaults):
2579         new file.
2580
2581         * Documentation/user/notation.itely (Notation manual): rename from 
2582         refman.itely
2583
2584         * Documentation/user/notation-appendices.itely (The Feta font):
2585         new file.
2586
2587         * Documentation/user/advanced.itely: add aborted attempt for
2588         advanced topics manual.
2589
2590 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2591
2592         * scm/new-markup.scm: display Markups in sane format. Patch by
2593         Nicolas Sceaux.
2594
2595 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2596
2597         * lily/main.cc: Cleanups.
2598         (setup_localisation): New function.
2599         (sane_putenv): Remove.
2600         (main_with_guile): New name (Was: main_prog).  Remove musings
2601         about possible preparation for GUILE heavy memory usage and
2602         practical uselessness.  Do not set environment variables
2603         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2604         name juggling.
2605         (parse_argv): New function.
2606         (copyright): New function.  It's 2004 already.
2607
2608         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2609         (distill_inname): Move from main.
2610
2611 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2612
2613         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2614
2615         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2616
2617         * Documentation/user/running.itely: new file.
2618
2619         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2620
2621         * lily/score-performer.cc (finish): call Translator::finalize ().
2622
2623 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2624
2625         * lilypond-ftpplugin.vim: renamed to the following file.
2626         * lilypond-ftplugin.vim: new file.
2627
2628         * GNUmakefile.in: update VIM_FILES.
2629
2630 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2631
2632         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2633         props.
2634
2635         * input/test/tie-sparse.ly: remove.
2636
2637         * lily/tie-performer.cc (try_music): copy & paste from
2638         Tie_engraver.
2639
2640         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2641         variable_ref twice.
2642
2643         * lily/key-performer.cc (create_audio_elements): use
2644         alterations-in-key.
2645
2646         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2647
2648 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2649
2650         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2651         handle also quarter tones (not shown as tests). test also flats.
2652
2653         * Documentation/index.html.in: small fixes.
2654
2655 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2656
2657         * input/regression/new-markup-scheme.ly: Typo.
2658
2659         * scm/define-markup-commands.scm (fill-line): New markup.
2660
2661         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2662         (output-paper-def): Fix alignment.
2663         (make-title): Fix height/width scaling.
2664
2665         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2666
2667         * input/test/title-markup.ly: Add remaining titles.  Layout and
2668         font size fixes.  Add simplistic latin1 test.
2669
2670 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2671
2672         * input/test/nested-groups.ly: remove. move content (to next). 
2673         * input/test/staff-bracket.ly: replace content (from prev), this 
2674         has been already in templates.
2675
2676 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2677
2678         * stepmake/autogen.sh: Only issue warning about running configure
2679         without arguments when autogen.sh will actually be running
2680         configure.
2681
2682 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2683
2684         * scm/new-markup.scm (stack-stencil-line): robustness.
2685
2686         * scm/define-markup-commands.scm (simple): robustification of
2687         simple-markup.
2688
2689         * Documentation/user/music-glossary.tely (Top): change central C
2690         to middle C.
2691
2692         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2693
2694 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2695
2696         * input/test/title-markup.ly (spaceTest): Add.
2697
2698         * lily/text-item.cc (interpret_markup): Make line markup from
2699         multi word markup.
2700
2701         * scm/define-markup-commands.scm (word): New markup command.
2702         (simple): Use it.
2703
2704         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2705
2706 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2707
2708         * vim/ftplugin/lilypond.vim:
2709         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2710         show matching paren in insert mode.
2711
2712 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2713
2714         * scm/output-ps.scm (make-title, output-scopes): Further
2715         development.
2716
2717         * input/test/title-markup.ly: New file.
2718
2719         * ps/lilyponddefs.ps: Disable PostScript titling.
2720
2721         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2722
2723 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2724
2725         * lily/arpeggio.cc (width_callback): remove padding.
2726  
2727         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2728
2729         * scm/define-music-types.scm: remove make-music-by-name.
2730
2731         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2732
2733 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2734
2735         * lily/paper-score.cc (process): Output titles using make-title.
2736
2737         * scm/output-ps.scm (output-stencil): Display directly instead of
2738         constructing string.
2739         (make-title): New function.
2740
2741 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2742
2743         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2744         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2745         Move documentation of LaTeX packages for latin1 characters to the
2746         lilypond-book manual.
2747
2748 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2749
2750         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2751
2752         * vimrc: add menu in console and shortcut <F10> for it.
2753
2754         * vim/:
2755         * vim/compiler/:
2756         * vim/syntax/:
2757         * vim/indent/:
2758         * vim/ftplugin/: new directories.
2759         
2760         * vim/filetype.vim: new file.
2761
2762         * lilypond.vim: remove files (see next).
2763         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2764
2765         * vimrc: remove file (see next).
2766         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2767
2768         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2769         add header. apply bindings only locally.
2770
2771         * vim/indent/lilypond.vim: new file.
2772
2773         * vim/ftplugin/lilypond.vim: remove errorformat.
2774         * vim/compiler/lilypond.vim: new file for errorformats.
2775
2776         * Documentation/topdocs/INSTALL.texi: give easier orders.
2777
2778         * ROADMAP: add vim/
2779
2780 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2781
2782         * Documentation/user/introduction.itely (Introduction): Use @image
2783         iso @html <img...>.  Add workaround for images in columns in info.
2784
2785         * stepmake/aclocal.m4: Store computed version in variable.
2786
2787         * configure.in: Export MAKEINFO_VERSION.
2788
2789         * config.make.in (MAKEINFO_VERSION): Add.
2790
2791         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2792
2793         * Documentation/user/GNUmakefile: Only build info with images when
2794         building web.
2795
2796         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2797
2798         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2799         stuff from documentation-targets.make
2800
2801 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2802
2803         * VERSION: 2.1.28 released
2804         
2805         * scripts/convert-ly.py (conv): 
2806
2807 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2808
2809         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2810         \arpeggioBoth. redefine \arpeggioBracket.
2811
2812         * Documentation/user/refman.itely: document new arpeggio
2813         functions.
2814
2815         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2816
2817         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2818
2819         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2820
2821 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2822
2823         * Documentation/user/introduction.itely (Automated engraving):
2824         rewrite introduction using website text.
2825
2826 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2827
2828         * scm/*.scm: make-music-by-name is replaced by make-music, which
2829         also accept music property settings, eg:
2830           (make-music 'TextScriptEvent 'direction DOWN 'text
2831               (make-simple-markup x))
2832
2833         Patch courtesy Nicolas Sceaux
2834
2835         * lily/beam-quanting.cc: cleanup, separate counts for left and
2836         right beam ends.
2837
2838         * lily/side-position-interface.cc (quantised_position): also
2839         quantize staccato position for forced stem directions. 
2840
2841 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2842
2843         * scm/*.scm: Patch by Nicolas Sceaux: 
2844
2845         * scm/music-functions.scm: ly:grob-property and ly:music-property
2846         are made procedure with setters.
2847
2848         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2849         
2850 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2851
2852         * input/test/[t-v]*.ly: finish rewriting texidocs.
2853
2854         * input/test/vaticana.ly: remove.
2855         * input/test/ligature-vaticana.ly: new, renamed file name.
2856
2857         * input/test/stem-centered.ly: remove.
2858         * input/test/mensural-note-heads.ly: new file. take content from
2859         removed file stem-centered.ly.
2860
2861         * input/test/scales-greek.ly: simplify.
2862
2863         * input/test/s*.ly: reformulate texidocs.
2864         
2865         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2866         of missing features.
2867
2868 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2869
2870         * input/test/[j-o]*.ly: update texidocs.
2871
2872 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2873
2874         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2875
2876         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2877         images.
2878
2879         * Documentation/user/lilypond.tely (@direntry): Update.
2880
2881         * stepmake/stepmake/documentation-targets.make
2882         (install-info,uninstall-info): Install into $(package_infodir).
2883         Install images.  Run install-info to update dir.
2884
2885         * config.make.in (package_infodir): Add.
2886
2887         * Documentation/user/GNUmakefile (info-with-images,
2888         local-install-info, local-uninstall-info): New target.
2889
2890 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2891
2892         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2893         gap/threshold.
2894
2895         * lily/beam-quanting.cc (score_slopes_dy): remove
2896         ROUND_TO_ZERO_SLOPE kludge.
2897
2898         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2899
2900         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2901
2902         * lily/global-context.cc (Global_context): alway accept Score
2903         (run_iterator_on_me): cast Context to Score_context, not
2904         Context_def.
2905
2906         * Documentation/user/refman.itely: documentation patch by Edward
2907         Sanford Sutton.
2908
2909         * mf/GNUmakefile: unset sauter-fonts.
2910
2911 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2912
2913         * scripts/lilypond-book.py (output_texinfo): Output @image
2914         descriptions for info too.
2915
2916         * input/test/chord-names-jazz.ly: 
2917         * input/test/embedded-scm.ly: Clarify.
2918
2919         * input/test/cautionaries.ly: Typo.
2920
2921         * lily/input-smob.cc (ly_input_location): Compile fix.
2922
2923 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2924
2925         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2926
2927         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2928         fixes problems with system defaults being reverted with \override
2929         on Score level.
2930
2931         * lily/global-context.cc (Global_context): apply property-ops to
2932         Global_context too. 
2933
2934 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2935
2936         * scm/output-ps.scm (stencil->string): Rewrite.
2937
2938 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2939
2940         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2941         impersonal style.
2942
2943 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2944
2945         * lily/input-smob.cc (ly_input_location: New function.
2946
2947         * scm/define-markup-commands.scm (upright): New markup command.
2948
2949         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2950
2951         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2952
2953         * scm/output-ps.scm (output-stencil): New function.
2954
2955         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2956         of snippet types; fixes @ignore and @verbatim blocks.
2957
2958 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2959
2960         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2961         to a file in printed documentation, instead, refer either to a 
2962         syntax or to an output.
2963
2964 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2965
2966         * input/regression/beam-center-slope.ly: Add test.
2967
2968 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2969
2970         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2971         (SAUTER_FONTS): Reinstate.
2972
2973         * scm/define-markup-commands.scm (caps): New markup command.
2974
2975         * scm/output-ps.scm (output-scopes): Experimental markup output.
2976
2977         * scm/: Add missing headers.
2978
2979         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2980
2981         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2982
2983 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2984
2985         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2986         Stray style cleanups.
2987
2988 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2989
2990         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2991         no dot combination.
2992
2993         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2994         substitute \override Staff.autoBeamSettings too
2995
2996         * Documentation/user/tutorial.itely: proofreading fixes by David
2997         Bobroff
2998
2999 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3000
3001         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3002
3003         * ps/music-drawing-routines.ps: 
3004         * ps/lilyponddefs.ps: Add end markers.
3005
3006 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3007
3008         * VERSION: 2.1.27 released.
3009         
3010         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3011
3012         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3013         obey documentation.
3014
3015 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3016
3017         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3018
3019         * scm/output-ps.scm: Resurrect.
3020         
3021         * scm/output-tex.scm: Minimal cleanups.
3022
3023         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3024
3025         * make/ly-rules.make: Remove any broken lily-*.tex files before
3026         lilypond-book run.
3027
3028         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3029         comment.
3030
3031         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3032         Enabled by default, may save 10% compile time.
3033
3034 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3035
3036         * lily/lyric-phrasing-engraver.cc: remove
3037         
3038         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3039         longer necessary. 
3040
3041         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3042         so lyric-phrasing-engraver is no longer necessary.
3043
3044         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3045         Grob_pq_engraver from Staff.
3046
3047         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3048         busyGrobs directly.
3049
3050         * input/regression/quote-transposition.ly: new file.
3051
3052         * lily/recording-group-engraver.cc (stop_translation_timestep):
3053         store instrumentTuning too. 
3054
3055         * lily/quote-iterator.cc (process): transpose events using
3056         instrumentTuning.
3057
3058         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3059         -> \tuning <pitch>
3060
3061         * lily/parser.yy (command_req): add \tuning command for setting
3062         instrument tuning of staff.
3063
3064         * Documentation/user/GNUmakefile
3065         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3066
3067         * Documentation/user/refman.itely (Customized accidental rules):
3068         typo.
3069
3070 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3071
3072         * Documentation/user/music-glossary.tely: remove the missing norwegian
3073         translation; they can be put in later properly.
3074
3075 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3076
3077         * lily/recording-group-engraver.cc (start_translation_timestep):
3078         init Recording_group_engraver twice.
3079
3080 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3081
3082         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3083         stray style cleanups:
3084
3085         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3086         -Wmissing-prototypes.
3087
3088         * flower/include/killing-cons.tcc (Killing_cons): Add template
3089         specifier for car_.
3090
3091         * flower/include/parray.hh (binsearchs): Add template specifier
3092         for maxkey.
3093
3094         * flower/include/interval.hh: Declare elem () with template specfier.
3095
3096 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3097
3098         * elisp/lilypond-indent.el (get-buffer-size): add customization
3099         groups for several variables (Reuben Thomas).
3100
3101 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3102
3103         * Documentation/user/invoking.itexi (Point and click): add index
3104         entry.
3105
3106         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3107         go under beam.
3108
3109         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3110         sarabande beam. 
3111
3112         * flower/warn.cc (programming_error): cross fingers not thumbs.
3113
3114         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3115         staff-position is set.
3116
3117         * VERSION: release 2.1.26 
3118         
3119         * scm/chord-entry.scm (construct-chord): process transposition
3120         after processing explicit-11.  
3121
3122 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3123
3124         * lily/parser.yy (add_quote): add syntax for adding quotes:
3125         \addquote "id-string" Music
3126
3127         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3128
3129         * scripts/convert-ly.py (conv): add rules for name changes.
3130
3131         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3132         music/context/grob property functions. Internally, use
3133         get_property() and set_property() for both.
3134
3135 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3136
3137         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3138         for Emacs <= 20 (Laurent Martelli).
3139
3140 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3141
3142         * lily/parser.yy (command_element): extract quoted vector in
3143         parser.
3144
3145         * input/regression/quote.ly: new file.
3146
3147         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3148
3149         * lily/parser.yy (command_element): \quote DURATION NAME: support
3150         cue notes. 
3151
3152         * lily/quote-iterator.cc (class Quote_iterator): new file.
3153
3154 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3155
3156         * lily/auto-beam-engraver.cc (try_music): accept and process
3157         beam-forbid-event.
3158
3159         * input/regression/auto-beam-no-beam.ly: new file.
3160
3161 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3162
3163         * lily/accidental.cc (print): Change font-relative-size ->
3164         font-size. Fixes cautionary-style = smaller.
3165
3166 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3167
3168         * lily/system-start-delimiter.cc (staff_brace): remove
3169         font-relative-size
3170
3171         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3172         forgotten with scm_list_n. Fixes spurious coredumps.
3173
3174         * lily/accidental-engraver.cc (stop_translation_timestep): move
3175         update of localKeySignature to stop_translation_timestep (). This
3176         makes sure that all ties are noticed at the right moment.
3177         (stop_translation_timestep): clear tie only when right-side
3178         notehead was seen.
3179         (number_accidentals_from_sig): cleanup. 
3180
3181         * input/regression/accidental-tie.ly (mus): new file
3182
3183         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3184         these longish tests.
3185
3186 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3187
3188         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3189
3190         * THANKS: update bugreporter list.
3191
3192         * lily/beam.cc (print): broken beams last until end of staff.
3193         (print): broken beams start from prefatory matter.
3194
3195         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3196
3197         * lily/paper-score.cc (process): dump header only once.
3198
3199         * lily/paper-outputter.cc (Paper_outputter): move logic into
3200         Scheme.
3201
3202         * scm/output-tex.scm (output-scopes): new function.
3203         (output-paper-def): new function
3204         (tex-string-def): new function
3205         (symbol->tex-key): new function
3206
3207         * scripts/convert-ly.py (conv): add rule for | ~
3208
3209 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3210
3211         * input/regression/{many}.ly: refresh, trying to guess how
3212         it was designed.
3213
3214 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3215
3216         * VERSION: release 2.1.25
3217
3218         * scm/define-translator-properties.scm
3219         (all-user-translation-properties): add printOctaveNames
3220
3221         * ly/engraver-init.ly: remove Note_event_swallower from
3222         NoteNamesContext.
3223
3224         * lily/note-name-engraver.cc (process_music): new property
3225         printOctaveNames
3226
3227         * lily/context.cc (find_existing_context): remove support for
3228         Current.
3229
3230         * scm/music-functions.scm (set-accidental-style): new function;
3231         duplicate accidental macros.
3232
3233         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3234
3235         * lily/note-name-engraver.cc (process_music):
3236         process_acknowledged_grobs () -> process_music ()
3237
3238         * scm/part-combiner.scm (determine-split-list): robustification.
3239
3240 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3241
3242         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3243         lines for falling into beam-gap.
3244         (score_forbidden_quants): check all staff lines for falling in
3245         beam gaps.
3246
3247         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3248         key/clef/time signatures. 
3249
3250         * input/test/ossia.ly: revise example.
3251
3252         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3253         cleanup.
3254         
3255         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3256         comply to Scheme standard.  Remove ly:get-paper-variable
3257
3258 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3259
3260         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3261
3262 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3263
3264         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3265         properties from Voice context. This fixes accidental size for
3266         staff-switches during grace contexts.
3267
3268         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3269         if necessary. Else, simply wipe dots.
3270
3271         * input/test/beam-alternate.ly: new file
3272
3273         * input/test/piano-staff-distance.ly: new file.
3274
3275         * lily/translator-group.cc (recurse_down_translators): use
3276         Direction for bottom-up/top-down.
3277
3278         * lily/include/translator.hh (class Translator): add
3279         process_music() and do_announces(). This obviates
3280         recurse_down_{engravers,performers}.
3281
3282         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3283         \melisma and \melismaEnd
3284
3285         * lily/melisma-engraver.cc (process_music): change to
3286         Melisma_translator, unify with performer. Accept
3287         ManualMelismaEvent.
3288
3289         * ly/engraver-init.ly: add Font_size_engraver.
3290
3291 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3292
3293         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3294         it hara-kiri.
3295
3296         * input/regression/{many}.ly: improve descriptions trying to figure
3297         out what is tested.
3298
3299 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3300
3301         * lily/slur.cc (broken_trend_offset): robustness fix.
3302
3303         * VERSION: release 2.1.24
3304
3305         * lily/context.cc (find_create_context): go to Score if it exists.
3306
3307         * lily/context-scheme.cc: new file.
3308
3309         * lily/score-translator.cc (get_output): new file.
3310
3311         * lily/include/grob-info.hh: origin_contexts() now does not
3312         include the originating engraver
3313
3314         * lily/translator-group.cc (translator_each): clean up contents,
3315         remove superfluous stubs. Engraver_group_engraver and
3316         Performer_group_performer are the only classes using multiple
3317         inheritance.
3318
3319         * lily/include/score-context.hh (class Score_context): interface
3320         between Score_{engraver,performer} and Global_context.
3321
3322         * lily/include/global-context.hh (Context): change from
3323         global-translator. This is the entry point for contexts; it is not
3324         tweakable using \translator{}. Score is no longer the top context,
3325         but sits underneath Global.
3326
3327         * lily/include/context.hh (class Context): brain surgery: split
3328         out Context functionality from Translator_group. Context is now a
3329         separate type from Translator.
3330
3331 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3332
3333         * lily/include/translator.hh (class Translator): make
3334         get_score_context() and get_global_translator (), and use the one
3335         which is appropriate.
3336
3337         * lily/context.cc: partially put functionality of Translator_group
3338         into Context.
3339
3340         * lily/include/context.hh (Translator): new class: put between
3341         Translator and Translator_group. 
3342
3343         * lily/new-accidental-engraver.cc: remove file.
3344
3345 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3346
3347         * input/regression/{many}.ly: improve descriptions: use complete 
3348         sentences, try to describe what is tested, avoid `we´, do not use 
3349         don't, ... 
3350
3351 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3352
3353         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3354         is at EOL.
3355
3356         * Documentation/user/lilypond.tely: declare the topmost node only
3357         once; removes empty line in @contents.
3358
3359         * Documentation/user/music-glossary.tely: really add Finnish author.
3360         Draw more beatiful `->´ arrow in html: &rarr;
3361
3362 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3363
3364         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3365
3366         * scripts/convert-ly.py (conv): add ly:music-list  change.
3367
3368         * lily/grob.cc: edit doc string.
3369
3370         * scm/define-grob-properties.scm (all-user-grob-properties):
3371         proofreading, editing of doc strings.
3372
3373         * input/regression/tablature-string-tunings.ly: new file.
3374
3375         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3376         listen to stringTunings
3377
3378         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3379         for self-alignment-[XY] code.
3380  
3381 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3382
3383         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3384         cond) into function. Cleanup.
3385
3386         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3387         
3388         * VERSION (PACKAGE_NAME): 2.1.23 released
3389
3390 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3391
3392         * Documentation/user/{refman,internals}.itely: small fixes.
3393
3394 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3395
3396         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3397         accidentals for harmonic notes
3398
3399         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3400         for harmonic notes.
3401
3402         * scm/document-backend.scm (interface-doc): prune Grob
3403         documentation: don't duplicate interface information.
3404
3405         * lily/*.cc: lots of updates of doc strings.
3406
3407 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3408
3409         * input/test/ac-extra-voice.ly (accompany): remove file.
3410
3411         * input/test/maximum-rest-count.ly: remove file.
3412
3413         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3414         conversion rule for \translator { }. Apply everywhere.  
3415
3416         * lily/parser.yy (music_property_def): set property for \once in
3417         the PropertyMusic itself, not the ContextSpec.
3418         (property_operation): change syntax within \translator { }
3419
3420         * scm/define-music-properties.scm (all-music-properties): clean up.
3421
3422         * lily/auto-beam-engraver.cc (test_moment): use
3423         updated_grob_properties() to retrieve autoBeam settings.
3424
3425         * lily/spacing-spanner.cc: bound shortest_playing_len by
3426         measure_length
3427
3428         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3429         multi-measure events for spacing computation.
3430
3431         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3432         elliptical, to 1.49.
3433
3434         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3435         vertical positioning for polyphony, without RestCollision object.
3436
3437         * lily/note-column.cc (add_head): prevent rests & note heads on
3438         one stem.
3439
3440         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3441         (do_shift): rewrite only-rests case: use common refpoints: the
3442         routine will have sensible results when other rest-translations
3443         have taken place.
3444
3445         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3446         < 0 case. 
3447
3448         * VERSION: 2.1.22 released
3449         
3450         * input/GNUmakefile (SUBDIRS): remove ascii-art
3451
3452 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3453
3454         * input/: Convert ly files that still had \property.  Fixes make
3455         web.  Remove exta spaces around '='. 
3456
3457         * scripts/convert-ly.py (conv): Redundant space fixes.
3458
3459         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3460
3461 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3462
3463         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3464         create scalable PS and PDFs  for input/{test,template,regression}.
3465
3466         * lily/context.cc (is_alias): move function.
3467         (is_alias): add Bottom as context alias. 
3468         (find_create_translator): add Bottom as a context alias for creation.
3469
3470         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3471
3472         * lily/parser.yy (music_property_def): new syntax for property
3473         assignments:
3474
3475         \set A.B = #C , \unset A.B
3476         \override A.B #C = #D, \revert A.B #C 
3477
3478         * lily/my-lily-lexer.cc: remove \property
3479
3480 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3481
3482         * Documentation/user/refman.itely: add dots after seealso refs.
3483
3484         * input/template/{many}.ly: harmonise descriptions.
3485
3486         * Documentation/user/music-glossary.itely: add Finnish author.
3487
3488 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3489
3490         * VERSION (PACKAGE_NAME): release 2.1.21
3491
3492 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3493
3494         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3495
3496         * scripts/lilypond-book.py (snippet_res): @include filename must
3497         not be empty.
3498
3499 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3500
3501         * scm/documentation-generate.scm (markup-doc-string): dump
3502         markup-commands.tely
3503
3504         * scm/define-markup-commands.scm (override): new file.
3505         Move documentation from refman into doc-strings. 
3506
3507         * input/test/staff-container.ly: fix example.
3508
3509         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3510         StaffContainer
3511
3512         * lily/grob.cc: remove point_dimension_callback
3513         (Grob): read forced dimensions from X-extent and Y-extent.
3514         (get_paper): remove preset_extent.
3515
3516         * scm/define-grobs.scm (all-grob-descriptions): remove
3517         point_dimension_callback. 
3518
3519         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3520         textscript to head. This makes no-spacing-rods work on
3521         DynamicText.
3522
3523         * lily/chord-name.cc: remove props chord, bass, inversion.
3524
3525         * Documentation/user/appendices.itely: add Scheme functions,
3526         context-properties and layout properties to manual.
3527
3528         * scm/part-combiner.scm (determine-split-list): include rests in a
3529         solo1/2 sequence.
3530
3531         * lily/new-part-combine-iterator.cc (substitute_both): new
3532         function.
3533         (class New_pc_iterator): add separate Voice=solo context, fixes
3534         autobeams going from chords to solo.
3535
3536 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3537
3538         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3539
3540         * Documentation/user/tutorial.itely:
3541         * Documentation/user/refman.itely: Add short note about being part
3542         of lilypond.tely.
3543
3544         * COPYING: Make note more clear with respect to files that are
3545         explicitely licenced otherwise (Documention/user/ comes to mind).
3546         
3547         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3548         comment about barfing of @c,{}.
3549
3550         * Documentation/user/music-glossary.tely: Add list of authors.
3551
3552         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3553         source (was: also in build log).
3554
3555 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3556
3557         * lily/side-position-interface.cc (general_side_position): if
3558         staff-padding is set, then include staff in support too.
3559
3560         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3561         module workbook
3562
3563         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3564
3565         * lily/tuplet-engraver.cc: remove tupletInvisible
3566
3567         * scm/define-translator-properties.scm: cleanup, separate in
3568         internal and user props. 
3569
3570         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3571         LyricsVoice -> Lyrics
3572
3573         * lily/new-part-combine-iterator.cc (process): only print warning
3574         for symbols.
3575
3576 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3577
3578         * scm/part-combiner.scm: Add proper header.
3579
3580         * All but lily/*: The great --2003 --2004 replace; the missing
3581         `bits'.
3582
3583         * TODO: Fix outline mode.  Add book notes.
3584
3585         * ROADMAP: Update.
3586
3587 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3588
3589         * scm/part-combiner.scm (make-autochange-music): use
3590         accumulator. Fixes stack overflow.
3591
3592         * lily/*: rename brew_molecule -> print , molecule-callback ->
3593         print-function
3594
3595         * scm/define-grob-properties.scm: cleanup. Separate into internal
3596         and user properties.
3597
3598         * lily/translator-property.cc (updated_grob_properties): new
3599         function
3600         (execute_pushpop_property): change to new convention:
3601         object property inits are stored as (cons ALIST BASED-ON). This
3602         storage format allows concurrent tweaks in different contexts.
3603
3604 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3605
3606         * TODO: new file.
3607
3608 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3609
3610         * debian/: Late Debian update (sorry Anthony).
3611
3612         * scripts/lilypond-book.py (do_file): Look for input_file in
3613         include path, or ask kpathsea if LATEX.
3614
3615         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3616         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3617         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3618         --header=texidoc.
3619
3620         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3621         relative.
3622
3623         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3624         only when filtering, default to input_base otherwise.  Coding
3625         style fixes.
3626
3627 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3628
3629         * lily/include/translator.hh (class Translator): add virtual
3630         qualifier.
3631
3632 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3633
3634         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3635
3636 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3637
3638         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3639
3640         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3641         (fixes make web).
3642
3643         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3644         live in $(out)-www).
3645
3646         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3647         dependencies.  Add link to .ly source in HTML output.
3648         (Lilypond_snippet.output_html): Handle multiple page picture
3649         output.
3650         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3651         Make usable for output_texinfo again.
3652
3653         * Documentation/user/GNUmakefile: Add static dependency for
3654         lilypond.tely includes.
3655
3656         * Documentation/user/tutorial.itely: Add some lost `relative'
3657         ly-options.
3658
3659 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3660
3661         * lily/include/translator-group.hh: move Music_output_def member
3662         to Global_translator.
3663
3664         * scripts/lilypond-book.py (do_file):  fix latex output.
3665
3666         * VERSION: release 2.1.20
3667         
3668         * scm/part-combiner.scm (determine-split-list): robustness fix 
3669
3670         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3671
3672         * lily/parser.yy (music_output_def_body): plug memory leak.
3673
3674         * lily/translator-group.cc (add_fresh_group_translator): plug
3675         memory leak: unprotect Translator_group once added.   
3676
3677         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3678
3679         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3680         write .dep file.
3681         (Lilypond_snippet.ly): add \renameinput.
3682
3683 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3684
3685         * Documentation/user/refman.itely (Markup command definition): Doc
3686         by Nicolas Sceaux. Rewrite by Han-Wen
3687
3688         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3689         thing of the line.
3690         (brew_molecule): only remove if hyphen is not at the end of line.
3691         (set_spacing_rods): new function: minimum-length specifies
3692         distance between syllables.
3693
3694         * scm/define-grobs.scm (all-grob-descriptions): add
3695         Hyphen_spanner::set_spacing_rods to LyricHyphen
3696
3697         * input/regression/lyric-hyphen-break.ly: new file.
3698
3699         * input/test/lyric-hyphen-retain.ly: new file.
3700
3701         * lily/new-part-combine-iterator.cc (construct_children):
3702         add Rest direction.
3703
3704 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3705
3706         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3707
3708         * Documentation/bibliography/engraving.bib (donemus1982):
3709         update entry.
3710
3711 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3712
3713         * scripts/lilypond-book.py (Substring.__init__): new class.
3714         (Snippet.output_texinfo): add texidoc option.
3715         (Include_snippet.replacement_text): new class.
3716         (Lilypond_snippet.__init__): new class
3717         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3718
3719         * Documentation/user/refman.itely (Sound): 
3720         note about number of channels.
3721
3722         * scm/music-functions.scm (voicify-music): add \context Staff for
3723         << \\ >> polyphony.
3724
3725         * lily/parser.yy (verbose_command_req): \skip now creates
3726         SkipMusic, and does not lead to spurious staves.
3727
3728         * scm/define-music-types.scm (music-descriptions): rename
3729         NonEventSkip to SkipMusic
3730
3731         * input/no-notation/midi-lyric-barcheck.ly: new file.
3732
3733         * input/regression/collision-dots-invert.ly: new file.
3734
3735         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3736         case.
3737
3738         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3739         die if melody died too.
3740
3741 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3742
3743         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3744         with reading from stdin.
3745
3746         * lily/slur-performer.cc (try_music): new file.
3747
3748         * lily/melisma-performer.cc (try_music): new file. Handle
3749         melismata to help lyrics.
3750
3751         * lily/beam-performer.cc (try_music): new file. Handle beam events
3752         to help lyrics.
3753
3754         * lily/score-performer.cc (one_time_step): reinstate
3755         process_music().
3756
3757         * lily/performer.cc (process_music): add to interface.
3758
3759         * lily/performer-group-performer.cc (process_music): new function.
3760
3761         * lily/dot-column.cc (do_shifts): do collision resolution before
3762         dot positioning.
3763         
3764         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3765         file, process printfilename option.
3766         (Snippet.__init__): rewrite: do not use global variables h or
3767         index.
3768         (main): really support -I option.
3769         (find_toplevel_snippets): new code.
3770         (find_toplevel_snippets): reinstate old version, without global
3771         variables.
3772
3773         * tex/texinfo.tex: really add file.
3774         
3775 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3776
3777         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3778         compatibility.
3779
3780 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3781
3782         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3783
3784         * scm/define-translator-properties.scm (drumPitchTable): add
3785         property.
3786
3787         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3788         function.
3789         (help_summary): docstrings.
3790         (do_file): strip the dir of input_base too.
3791
3792 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3793
3794         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3795
3796         * Documentation/user/lilypond-book.itely: Update.
3797
3798         * make/ly-rules.make: Update lilypond-book commands.
3799
3800         * Documentation/user/GNUmakefile: Update makeinfo commands,
3801         lilypond-book flags.
3802
3803         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3804         
3805         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3806
3807         * scripts/filter-lilypond-book.py: Remove.
3808
3809         * Documentation/user/*tely: Update options for new lilypond-book.
3810
3811         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3812         with @macros in @includes.
3813
3814 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3815
3816         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3817         make rest-collision only.
3818
3819         * lily/break-substitution.cc (substitute_one_mutable_property):
3820         clear all-elements using scm_assq_remove_x(). 
3821
3822         * lily/rest-collision.cc (do_shift): shift single rests
3823
3824         * flower/include/array.hh (class Array): rename to is_empty ()
3825
3826         * lily/drum-note-performer.cc: new file: perform drum notes.
3827
3828         * VERSION (PACKAGE_NAME): release 2.1.19.
3829         
3830 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3831
3832         * scripts/filter-lilypond-book.py
3833         (classic_lilypond_book_compatibility): New function.
3834
3835 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3836
3837         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3838
3839         * Grand 2003 -> 2004 search replace. 
3840
3841         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3842         (i.e. < > )
3843
3844         * ly/performer-init.ly: add DrumStaff
3845
3846         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3847         lyric-interface; this prevents lines with only extender lines from
3848         being junked.
3849  
3850         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3851
3852         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3853         extenders right, for once and for all (hopefully).
3854         
3855         * lily/break-substitution.cc (substitute_one_mutable_property):
3856         clear old 'all-elements for System grobs.
3857
3858         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3859         that associatedVoiceContext is always assigned when music & lyrics
3860         are found. 
3861
3862         * ly/engraver-init.ly: remove Lyrics context.
3863         (TabVoice): add noteheads engraver
3864
3865         * input/test/improv.ly: update: do not use Thread switching. 
3866
3867         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3868         squashedPosition is a number  
3869
3870         * Documentation/user/refman.itely (Automatic note splitting):
3871         remove Thread references.
3872
3873         * input/no-notation/pc-direction.ly: remove file.
3874
3875         * ly/engraver-init.ly: remove Thread
3876
3877         * input/regression/tie-chord-partial.ly: remove file.
3878
3879         * scripts/convert-ly.py (conv): \harmonic rule
3880
3881         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3882         notation for harmonic notes: <c' g''\harmonic>
3883
3884         * lily/lily-guile.cc (alist_to_hashq): new function
3885
3886         * scm/lily.scm (alist->hash-table): new function.
3887
3888         * Documentation/user/refman.itely (Percussion staves): update doco.
3889
3890         * input/regression/drums.ly (timb): updates
3891
3892         * lily/note-performer.cc (create_audio_elements): robustness fix.
3893
3894         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3895
3896 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3897
3898         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3899         discard valid matches.
3900
3901 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3902
3903         * lily/drum-note-engraver.cc: new file.
3904
3905         * ly/drumpitch-init.ly: move drum definitions
3906
3907         * scm/drums.scm: remove file.
3908
3909         * lily/*.cc: remove abort-event everywhere.
3910
3911         * lily/note-heads-engraver.cc (process_music): robustification.
3912
3913         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3914         robustification.
3915
3916         * lily/parser.yy (simple_element): add \drums mode.
3917         (simple_element): remove \pitchnames , \chordmodifiers. Use
3918         variables to store this. 
3919
3920         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3921         outside \notes.
3922
3923         * VERSION: release 2.1.18.
3924         
3925         * input/test: remove octave-duplicate.ly
3926
3927 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3928
3929         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3930
3931 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3932
3933         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3934         constructor from Music_iterator. Changes throughout.
3935
3936         * lily/include/music-iterator.hh (class Music_iterator): remove
3937         Music_iterator::skip and Music_iterator::get_pending_events from
3938         interface. Rename report_to -> get_outlet 
3939
3940         * lily/auto-change-iterator.cc: move contents from
3941         new-auto-change-iterator.cc from
3942
3943         * scm/part-combiner.scm: determine split-list from Scheme. 
3944
3945         * lily/new-auto-change-iterator.cc (process): new file.
3946
3947         * lily/parser.yy (part_combined_music): remove old PC cruft.
3948
3949         * ly/engraver-init.ly: remove old
3950         PC cruft.
3951
3952         * Documentation/user/refman.itely (The Lyrics context): note about
3953         extender lines.
3954
3955         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3956         to allow 0-length mmrest events.
3957
3958         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3959
3960         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3961
3962         * lily/spacing-engraver.cc (finalize): robustifications.
3963
3964         * input/regression/new-part-combine-solo-global.ly: new file.
3965
3966         * scm/part-combiner.scm: rewrite.
3967
3968 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3969
3970         * Documentation/user/refman.itely, input/puer-fragment.ly,
3971         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3972         updated for proper use of lyricsto; replaced "(" and ")" ->
3973         "\melisma" and "\melismaEnd"
3974
3975         * input/test/ancient-font.ly: small updates to reduce compile
3976         warnings (TODO: junk this file)
3977
3978         * input/test/gregorian-scripts.ly: added comment about bug
3979
3980         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3981         tiny robustness fix
3982
3983         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3984         recent changes in the feta code); temporarily mapped mensural g
3985         clef to a copy of petrucci g clef until mensural g clef will have
3986         been rewritten
3987
3988         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3989         between mensural and neo-mensural heads (this broke quite a while
3990         ago)
3991
3992         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3993
3994 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3995
3996         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3997         indication.  Fixes for verbatim, multi line comments.
3998
3999 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4000
4001         * input/regression/new-part-combine-solo.ly: more cases.
4002
4003         * lily/slur.cc (height): robustness fix.
4004
4005         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4006
4007         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4008         stemUp/stemDown.
4009
4010         * scm/music-functions.scm (determine-split-list): further analysis.
4011
4012         * lily/script-engraver.cc (try_music): discard duplicate
4013         articulations.
4014
4015         * input/regression/new-part-combine-solo.ly: new file
4016
4017         * input/regression/new-part-combine-a2.ly: new file.
4018
4019         * ly/performer-init.ly: add Devnull
4020
4021         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4022         for \musicglyph #"accidental-*"
4023         (conv): \newpartcombine rule.
4024
4025 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4026
4027         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4028
4029 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4030
4031         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4032         textwidth, --output.
4033
4034 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4035
4036         * scm/new-markup.scm (doubleflat): add accidental markups.
4037
4038         * VERSION: release 2.1.17
4039         
4040         * Documentation/user/refman.itely (Automatic part combining):
4041         revise documentation of the part-combiner.
4042
4043         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4044         
4045         * input/test/part-combine-{moment,staff}.ly: remove file.
4046
4047         * input/regression/pc-mmrest.ly (two): remove file.
4048
4049         * scm/define-music-types.scm (music-descriptions): add
4050         Solo{One,Two}Event and UnisonoEvent
4051
4052         * lily/new-part-combine-iterator.cc (unisono): add state_
4053         variable, signal changes with part-combine-event.
4054
4055         * input/regression/new-part-combine-text.ly: new file.
4056
4057         * lily/part-combine-engraver.cc: new file.
4058
4059 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4060
4061         * scripts/filter-lilypond-book.py: Handle snippet options.
4062
4063 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4064
4065         * scm/music-functions.scm (determine-split-list): detect solo1/2
4066         and unisono.
4067
4068         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4069         revert fix, document why.
4070
4071         * lily/tie-performer.cc (process_music): new function. Set melisma
4072         property.
4073
4074         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4075         always smaller than bracket size.
4076         (make_bracket): oops. Size of the gap was off by factor 2
4077
4078         * input/test/text-rotate.ly: new file.
4079
4080         * scm/new-markup.scm (markup): a macro that provides a
4081         LilyPond-like syntax in scheme for building markups, in order to
4082         help markup command definition. (Nicolas Sceaux)
4083
4084         * input/test/lyrics-skip-notes.ly: new example.
4085
4086         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4087
4088         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4089         use is_alias() iso. == . This fixes lyrics on
4090         GregorianTranscriptions. 
4091
4092 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4093
4094         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4095         \thispagestyle{lastpage} to avoid that it's printed on the second
4096         last page when there's only a single score line on the last page.
4097         (The page breaking mechanism in TeX played some ugly tricks to us.)
4098
4099 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4100
4101         * scripts/filter-lilypond-book.py: Further development.
4102
4103         * input/regression/collision-dots-move.ly: New test.
4104
4105         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4106         hand side note head of non-merged collision to the right.
4107
4108         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4109         Construct children before accessing property from emtpy
4110         lyrics_context_.
4111         (construct_children): Find thread before finding LyricsVoice.
4112         Create LyricsVoice one if none found, fixes crash (thanks Erik
4113         Sandberg).
4114
4115 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4116
4117         * cygwin/: Forward port.
4118
4119 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4120
4121         * buildscripts/install-info-html.sh: Use Bash.
4122
4123         * cygwin/mknetrel: Patch from Bert.
4124
4125 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4126
4127         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4128
4129         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4130         try to copy *png, index.html (Bertalan Fodor).
4131
4132         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4133
4134 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4135
4136         * lily/note-collision.cc (check_meshing_chords): Do not remove
4137         dots (from down head) when merging similar heads (thanks Matthias
4138         Kilian).  Simplify merge_possible tests and other cleanups
4139
4140         * input/regression/collision-merge-differently-dotted.ly: Add test
4141         for disappearing dots on similar heads for both voices.
4142
4143 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4144
4145         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4146         that tagline overrides copyright for single page scores. Correct
4147         the default tagline value.
4148
4149 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4150
4151         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4152
4153 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4154
4155         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4156         TEXMF if it's previously unset.
4157
4158 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4159
4160         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4161
4162         * input/test/trills.ly: fix the unfolding of lineprall.
4163
4164         * input/test/figured-bass-alternative.ly: fix accidental.
4165
4166 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4167
4168         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4169         
4170         * input/no-notation/dos-guile.ly: 
4171         * input/no-notation/dos-ps.ly: 
4172         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4173         
4174         * input/no-notation/safe-include.ly:
4175         * input/no-notation/safe-guile.ly:
4176         * input/no-notation/safe-ps.ly: 
4177         * input/no-notation/safe-tex.ly: New file.
4178
4179         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4180         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4181         options now.
4182         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4183         When in --safe-mode, set environment openout_any=p[aranoid].
4184
4185         * tex/ltest.tex: 
4186         * tex/lilyponddefs.tex: Add \nofiles.
4187
4188         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4189         options.
4190
4191         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4192         This allows building the user manual using a binary installation
4193         and a matching unpacked source tree.
4194
4195         * scm/lily.scm (safe-module): New variable. 
4196
4197         * lily/includable-lexer.cc (new_input): Fix error messages.
4198
4199         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4200         If SAFE, evaluate in safe-module.  Change callers.
4201
4202         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4203
4204         * lily/lexer.ll (embedded_scm): While processing main-input,
4205         invoke ly_parse_scm with safe mode if running in safe-mode.
4206         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4207         in init.ly for safe-mode.
4208
4209 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4210
4211         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4212         compatibility with old versions of geometry.sty (compat2
4213         already implied includehead).
4214         Change the page layout slightly so bottom + footskip = top +
4215         headheight + headsep = 16mm, the remaining paperheight-32mm
4216         are used for the music. Increase footskip to 5mm, so the top of
4217         the footer text doesn't touch the music.
4218
4219 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4220
4221         * VERSION: release 2.1.16
4222         
4223         * scm/music-functions.scm (determine-split-list): bugfix: only use
4224         new-active for both voices if both indexes advance. This fixes the
4225         biggest outstanding problem with new-pc. 
4226
4227         * lily/new-part-combine-iterator.cc (construct_children): set more
4228         directions.
4229
4230 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4231
4232         * scripts/convert-ly.py (conv): add instrument rule.
4233
4234         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4235
4236         * lily/side-position-interface.cc: remove add_staff_support ()
4237         Change all callers to use staff-padding.
4238
4239         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4240         make_spanner().
4241
4242         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4243
4244         * lily/text-engraver.cc: remove scriptHorizontal property.
4245
4246         * lily/beam.cc (least_squares): also set least-squares-dy for
4247         special case of slanted 2-stem beam to center.
4248
4249         * lily/side-position-interface.cc (out_of_staff): move contents of
4250         out_of_staff into aligned_side.
4251         remove out_of_staff().
4252
4253         * input/regression/measure-grouping.ly: fix warning.
4254
4255         * lily/side-position-interface.cc: add staff-padding support to
4256         Side_position_interface::aligned_side.
4257
4258         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4259         one get_property too many.
4260
4261         * flower/include/drul-array.hh (linear_combination): new function
4262         (scale_drul): new function
4263
4264         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4265         operations on empty intervals are silly.
4266
4267 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4268
4269         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4270         (iso gh_scm2int), fixes crash in new part-combiner.
4271
4272         * configure.in: Up mftrace to 1.0.27.
4273
4274 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4275
4276         * VERSION: release 2.1.15
4277         
4278         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4279         align all stanza numbers.
4280
4281 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4282
4283         * Documentation/user/{introduction.itely,refman.itely,
4284         converters.itely}: fix some text inside parentheses; text should
4285         be readable (even) if parentheses are either replaced with commas 
4286         or dropped out.
4287
4288 2004-01-25  Werner Lemberg  <wl@gnu.org>
4289
4290         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4291         input/test/vaticana.ly, input/test/ancient-font.ly,
4292         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4293         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4294         ly/params-as-init.ly, scm/define-grobs.scm,
4295         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4296
4297         * ly/params-as-init.ly: Removed.  Obsolete.
4298         * buildscripts/lilypond.words.py: Updated.
4299
4300 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4301
4302         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4303
4304         * mf/feta-din{4,5,7,9}.mf: remove.
4305         
4306         * lily/engraver.cc (internal_make_item): centralize item/spanner
4307         factory.
4308
4309         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4310         do correct chord conversion for ^"sim."  (backportme)
4311         (FatalConversionError.sub_articulations): substitute ^"foo" in
4312         chords too. (backportme)
4313
4314         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4315         for Fingering.
4316
4317         * lily/side-position-interface.cc (out_of_staff): don't do
4318         anything if staff-padding not defined. 
4319
4320         * mf/feta-params.mf (stafflines): introduce linethickness as
4321         general blackness of the font.
4322
4323         * lily/stem.cc (position_noteheads): rounding error robustness.
4324
4325         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4326         from beam-collision.ly 
4327
4328         * lily/beam.cc (rest_collision_callback): remove direction.
4329
4330         * scm/define-grobs.scm (all-grob-descriptions): remove
4331         enclose-bounds in OttavaBracket and PianoPedalBracket
4332
4333         * scm/new-markup.scm (def-markup-command) new macro, which takes
4334         care of defining the COMMAND-markup and make-COMMAND-markup
4335         procedures, setting markup-signature and keyword-signature object
4336         properties, and pushing the markup command in
4337         markup-function-list.
4338
4339         All markup commands are defined thanks to it.  Users may also use
4340         it to define their own markup commands. (Nicolas Sceaux)
4341
4342         * scm/new-markup.scm: Scheme style clean-up: there should be no
4343         parenthesis alone on a line; LET* should not be used where LET is
4344         enough. (Nicolas Sceaux)
4345
4346 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4347
4348         * scripts/filter-lilypond-book.py: Add script.
4349
4350 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4351
4352         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4353
4354 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4355
4356         * Documentation/user/refman.itely (Fingering instructions): add
4357         single note chords. 
4358
4359         * lily/multi-measure-rest-engraver.cc: use a single
4360         MultiMeasureEvent for mm rests. This prevents problems with the
4361         new part combiner.
4362
4363         * scm/music-functions.scm (determine-split-list): analysis has
4364         global effect: a difference halfway a phrase makes the entire
4365         phrase be typeset as apart.
4366         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4367
4368 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4369
4370         * ly/performer-init.ly: add Devnull.
4371
4372         * Documentation/user/refman.itely (Font selection): remove paper20
4373         ref.
4374         
4375 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4376
4377         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4378
4379 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4380
4381         * scm/music-functions.scm (determine-split-list): bugfixes.
4382
4383         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4384
4385         * input/test/scales-greek.ly: use C as base, results in different
4386         alterations at the clef.
4387
4388         * input/regression/pedal-ped.ly: new file.
4389
4390         * input/regression/pedal-bracket.ly: new file.
4391
4392         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4393         replace after_line_breaking()
4394
4395         * lily/line-interface.cc (line): read thickness.
4396         (line): dash-fraction = 0 always for dotted-line style.
4397
4398         * input/test/staff-lines.ly (lower): bugfix.
4399
4400         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4401         \accepts Devnull into Score.
4402
4403         * scm/lily.scm: remove bla.scm load.
4404
4405 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4406
4407         * VERSION: release 2.1.14
4408         
4409         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4410
4411         * lily/side-position-interface.cc (general_side_position): add
4412         Staff_symbol_referencer::staff_space ().
4413
4414         * lily/include/context-def.hh: rename from translator-def.hh
4415
4416 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4417
4418         * input/template/piano-dynamics.ly (pedal): Updated definition of
4419         Dynamics such that \cresc works, for example.
4420
4421 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4422
4423         * lily/stem.cc (calc_stem_info): use
4424         Staff_symbol_referencer::staff_space
4425
4426         * lily/beam-quanting.cc (quanting): scale Stem_info 
4427
4428         * lily/beam.cc (rest_collision_callback): use minimum-distance
4429         property for rest/beam collisions.
4430         (rest_collision_callback): bugfixes.
4431
4432         * lily/system.cc (post_processing): extra-offset is now relative
4433         to the size of the current staff.
4434
4435         * scm/music-functions.scm (notice-the-events-for-pc): record all
4436         voices, only analyze "one" and "two".
4437
4438         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4439         not parent. 
4440
4441         * lily/new-part-combine-iterator.cc (construct_children): create
4442         Devnull from Voice context
4443
4444         * scm/music-functions.scm (determine-split-list): bugfixes.
4445
4446         * lily/lily-guile.cc (robust_scm2int): new function
4447
4448         * lily/staff-symbol-referencer.cc (line_thickness): new
4449         function. Use throughout.
4450
4451         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4452         in its own context.  Add to preset font-size.
4453
4454         * lily/stem.cc (thickness): new function.
4455
4456         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4457         compute thickness from ledger-line-thickness.
4458
4459         * lily/note-head.cc (brew_ledger_lines): use
4460         Staff_symbol::get_ledger_line_thickness ().
4461
4462         * lily/beam.cc (rest_collision_callback): use
4463         Staff_symbol_referencer::staff_space().
4464
4465         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4466         Mus1 Mus2
4467
4468         * lily/include/translator.hh (class Translator): add accepts_list_
4469         so  \with { \denies / \accepts } also works.
4470
4471         * scm/music-functions.scm (determine-split-list): determine split
4472         list from music events.
4473
4474         * lily/new-part-combine-iterator.cc: more states.
4475
4476         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4477
4478 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4479
4480         * lily/system.cc (set_loose_columns): use the right prebroken cols
4481         for interpolating loose column position.
4482
4483         * lily/text-spanner.cc (brew_molecule): default to no vertical
4484         lines.
4485
4486         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4487         take space.
4488
4489         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4490
4491 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4492
4493         * scripts/convert-ly.py: Do not test filename when processing
4494         stdin.
4495
4496         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4497
4498 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4499
4500         * lily/axis-group-engraver.cc (finalize): extra check; if
4501         process_music () is never called, then staffline_ == 0.
4502
4503         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4504         check run_always ().
4505         
4506         * VERSION: release 2.1.13
4507
4508         * input/regression/note-head-style.ly (pattern): cleanup.
4509
4510         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4511         downloading.
4512
4513         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4514         kludge rehearsalmark placement.
4515
4516         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4517         , ly:spanner?
4518
4519         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4520         close to note head for accidentals.
4521
4522         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4523         tuplet direction.
4524
4525         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4526
4527 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4528
4529         * lily/include/music-iterator.hh (class Music_iterator): add
4530         substitute_outlet() to iterator API.
4531
4532         * lily/new-part-combine-iterator.cc (construct_children):
4533         New_pc_iterator: new class, better part combining.
4534
4535         * lily/tie-column.cc (werner_directions): new function
4536
4537         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4538
4539         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4540         empty objects group spanner as parent
4541
4542         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4543         slope against graphical slope.
4544
4545         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4546         for ottava bracket.
4547
4548         * lily/side-position-interface.cc (general_side_position):
4549         opps. reinstate *dir.
4550
4551         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4552         parser run.
4553
4554         * lily/tuplet-bracket.cc: remove calc_dy ().
4555
4556         * Documentation/user/refman.itely (Balloon help): document balloon
4557         help
4558
4559 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4560
4561         * scm/document-backend.scm (check-dangling-properties): Grob
4562         properties are defined define-grob-properties.scm.
4563         
4564 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4565         
4566         * VERSION: release 2.1.12
4567
4568         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4569         ChordName
4570
4571         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4572         relation to surroundings.
4573
4574         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4575         Y-extent to the note-extents: stay clear of the staff.
4576
4577 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4578
4579         * Documentation/user/GNUmakefile
4580         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4581         iso. copy.
4582
4583         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4584
4585         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4586
4587         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4588
4589         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4590
4591         * lily/line-interface.cc (line): remove thickness from calling interface.
4592
4593         * lily/hairpin.cc: use Line_interface
4594
4595         * lily/line-interface.cc: new file. Line_interface for everything
4596         with dotted/dashed lines.
4597         
4598
4599         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4600
4601         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4602         for constructing ottava brackets.
4603         
4604         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4605         the note heads.
4606
4607         * Documentation/user/internals.itely (Engravers and performers):
4608         fix broken link.
4609
4610         * scm/music-functions.scm (make-mark-set): new function.
4611
4612         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4613         functionally identical to beam.
4614
4615         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4616         () with beam (). 
4617
4618         * Documentation/user/refman.itely (Rehearsal marks): document new
4619         functionality.
4620
4621         * input/regression/rehearsal-mark-number.ly: new file.
4622
4623         * input/regression/rehearsal-mark-letter.ly: new file.
4624
4625         * scm/translation-functions.scm (number->mark-string): new function
4626         (format-mark-letters): new function
4627         (format-mark-numbers): new function
4628
4629         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4630         integer; formatting is done through markFormatter property.
4631         
4632         * scm/define-translator-properties.scm: fold all *-done properties
4633         into positioning-done.
4634
4635         * lily/beam.cc (position_beam): new function
4636         (brew_molecule): make sure that positions are calced before making
4637         the molecule.
4638
4639         * scm/output*.scm (beam):  take 4th argument for function.
4640
4641         * ps/music-drawing-routines.ps: take blot as 4th argument.
4642
4643         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4644         stem to avoid small dents.
4645         
4646 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4647
4648         * VERSION: release 2.1.11
4649
4650         * input/regression/balloon.ly: new file.
4651
4652         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4653         objects, and make help texts. 
4654
4655         * scm/new-markup.scm (parse-simple-duration): parse duration
4656         string to log & dots. (Thanks Nicolas!)
4657
4658         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4659         rule.
4660
4661 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4662
4663         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4664         Lemberg).
4665
4666         * THANKS: alphabetic order.
4667
4668 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4669
4670         * input/regression/note-head-harmonic.ly: new file.
4671
4672         * Documentation/user/internals.itely (Technical manual): explain
4673         difference between music, translation, layout.
4674
4675         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4676
4677         * scm/output-ascii-script.scm (bracket): rounding bfs.
4678
4679         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4680
4681         * ly/paper*.ly: remove files. 
4682         
4683         * scm/paper.scm (set-staff-size): new function: set default
4684         staff-size.
4685
4686         * scripts/convert-ly.py (conv): add conversion rule.
4687
4688         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4689         function.
4690
4691         * scm/paper.scm: new file.
4692         (set-staff-size): new function 
4693         (set-paper-size): new function
4694
4695         * lily/parser.yy (music_output_def_body): restructure definition,
4696         so first Scheme statement in \paper also happens in new scope. 
4697
4698         * lily/system.cc (post_processing): move uniquify_list () to
4699         dumping molecule stage.
4700
4701         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4702         this will mess up scores that use barchecks to shorten measures.
4703
4704         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4705         at 20pt too.
4706
4707         * Documentation/user/tutorial.itely (Printing lyrics): document
4708         \lyricsto
4709
4710         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4711
4712         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4713
4714         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4715         if Voice is not found.
4716
4717         * VERSION: release 2.1.10
4718         
4719         * input/{test,regression}/: remove old-relative 
4720
4721         * lily/lexer.ll: add empty markup signature. 
4722
4723         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4724         strut markup
4725
4726         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4727
4728         * scm/define-translator-properties.scm: update melismata property
4729         doco.
4730
4731         * lily/system.cc (output_lines): revert uniquify_list() patch,
4732         strange side effects seen.
4733         
4734         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4735         dash-period < 0.
4736
4737         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4738         for flute. 
4739
4740 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4741
4742         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4743
4744         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4745
4746         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4747         of line breaks.
4748         (brew_molecule): add padding to left, not right.
4749
4750         * lily/system.cc (uniquify_list): new function
4751         (output_lines): uniquify_list () on all-elements. This fixes
4752         double symbols in the output.
4753
4754         * lily/beam.cc (rest_collision_callback): don't move anything if
4755         staff-position is set.
4756
4757         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4758
4759         * lily/system.cc (typeset_grob): warn if adding twice.
4760
4761         * lily/sequential-iterator.cc (run_always): implement run_always().
4762         (also in other files.)
4763         
4764         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4765
4766         * lily/event.cc (to_relative_octave): add octave-check.
4767
4768         * Documentation/user/refman.itely (Line breaking): add noBreak.
4769
4770         * scm/new-markup.scm (normalsize-markup): add function.
4771         (sans-markup): new function.
4772
4773         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4774         come earlier nowadays.  This fixes beams on grace notes.
4775         
4776         * scm/music-functions.scm (direction-polyphonic-grobs): new
4777         variable, share between override and revert. This fixes script
4778         directions in polyphonic sections. (backportme)
4779
4780 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4781
4782         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4783         breakpoints.
4784
4785         * lily/break-align-interface.cc: add doco
4786
4787         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4788
4789 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4790
4791         * VERSION: release 2.1.9
4792
4793         * scm/document-markup.scm (markup-doc-node): add note about naming.
4794
4795         * scm/new-markup.scm (left-align-markup): bugfix. 
4796
4797         * Documentation/user/refman.itely (Ottava brackets): more doco for
4798         ottava.
4799
4800         * lily/side-position-interface.cc (out_of_staff): also do
4801         out_of_staff() correctly for d == DOWN.
4802
4803         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4804         horizontal line if they move to the right.
4805         
4806         * scm/define-grobs.scm (all-grob-descriptions): set
4807         text-repeat-if-broken for ottava spanner
4808
4809         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4810         property.
4811
4812         * mf/feta18.mf: design size is 18 not 22.5
4813
4814         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4815         Add a single LyricsVoice to a melody. Melismata may be set
4816         individually.
4817
4818         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4819
4820         * lily/dot-column.cc: add stdio.h
4821
4822 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4823
4824         * lily/item.cc: documentation for break-visibility (Thanks, John).
4825
4826 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4827
4828         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4829
4830         * lily/translator-def.cc: rename Translator_def to Context_def.
4831
4832         * Documentation/user/internals.itely (Lexical details): clarify
4833         string def.
4834
4835         * Documentation/user/refman.itely (Rhythmic music): add link to
4836         RhythmicStaff 
4837
4838 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4839
4840         * lily/translator.cc: document start_translation_timestep()
4841
4842         * scm/output-tex.scm (tex-encoded-fontswitch): use
4843         round for rounding (inexact->exact yields rationals)
4844
4845         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4846
4847         * lily/translator-group.cc (get_simple_trans_list): 
4848         new function; construct simple_trans_list_ lazily.
4849         
4850 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4851
4852         * lily/paper-outputter.cc (output_scope): Check if number before
4853         checking exact (guile cvs).
4854
4855         * scm/*: Escape backslashes in scheme strings (guile cvs).
4856
4857 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4858
4859         * Documentation/user/refman.itely (Tablatures basic): annotate
4860         seealso sections.
4861
4862         * lily/*.cc: cleanup of engraver initialize() functions.
4863
4864         * lily/repeat-acknowledge-engraver.cc
4865         (start_translation_timestep): remove first_b_
4866
4867         * lily/tab-note-heads-engraver.cc: listen to string number events
4868         inside < > too. (backportme).
4869
4870         * Documentation/user/refman.itely (Text scripts): add fatText to
4871         index.
4872
4873 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4874
4875         * VERSION: 2.1.8
4876
4877         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4878         footer.
4879
4880         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4881
4882         * lily/bar-check-iterator.cc (process): only warn if
4883         barCheckLastFail was changed.
4884
4885         * scm/define-translator-properties.scm (barCheckLastFail): add
4886         property.
4887
4888         * lily/main.cc (main_prog): print summary of failed files.
4889
4890         * lily/axis-group-engraver.cc: move all spanner creation to
4891         process_music (). Now staffs can be adjusted with \override too.
4892         (Jan, you are a brilliant programmer!)
4893         
4894         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4895
4896 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4897
4898         * Documentation/user/tutorial.itely (Integrating text and music):
4899         Show the commands to produce a PDF as well.
4900
4901 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4902
4903         * lily/translator-def.cc (get_translator_names): accept user
4904         tweaks too. 
4905
4906         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4907         as big as normal heads. 
4908
4909         * input/*ly: run convert-ly
4910         
4911         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4912         () if dependencies are fluked.
4913
4914         * scm/document-translation.scm (engraver-doc-string): update on
4915         latest string/symbol conventions.
4916
4917         * lily/translator-ctors.cc: use Scheme_hash_table.
4918
4919         * lily/translator-def.cc (get_translator_names): new function
4920         (add_context_mod): new function
4921         (get_accepted): new function
4922
4923         * lily/parser.yy (context_mod): put all modifications of
4924         \translator { } in a single production, encode as SCM.
4925
4926         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4927         to use read-only lists, so additions to the definition can be
4928         prepended easily.  
4929
4930         * Documentation/user/invoking.itexi (Editor support): add node on
4931         editor support.
4932
4933         * Documentation/user/refman.itely (Bar check): add lyrics example
4934         of bar checks. 
4935
4936         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4937
4938         * scripts/convert-ly.py (conv): add conversion rule.
4939
4940         * lily/parser.yy: use \change iso. \translator for staff switch.
4941
4942         * lily/my-lily-lexer.cc: add \change.
4943
4944         * scm/define-translator-properties.scm
4945         (default-melisma-properties): add definition.
4946
4947 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4948
4949         * Documentation/user/refman.itely (Bar lines): clarification of
4950         systemStartDelimiter. 
4951
4952         * input/test/slur-shape.ly (x): remove file.
4953
4954         * lily/translator-group.cc (apply_property_operations): new function.
4955
4956 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4957
4958         * lily/parser.yy (optional_prop_ops): allow \with {
4959         PROPERTYSETTINGS } following \context or \new.
4960
4961         * lily/my-lily-lexer.cc: add \with.
4962
4963         * lily/parser.yy (property_operation): clean up definition of
4964         property operations.
4965         (property_op_to_music): new function.
4966         (context_spec_music): new function
4967
4968         * VERSION: 2.1.7 released.
4969         
4970         * input/regression/collision-merge-dots.ly: new file.
4971
4972         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4973         then kill the dots too. 
4974
4975         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4976         set/unset breakableSeparationItem
4977
4978         * lily/separation-item.cc (relative_width): add function.
4979
4980         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4981         only-prebreak-interface
4982
4983         * lily/system.cc (output_lines): only junk only-prebreak-interface
4984         grobs.
4985
4986         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4987         read breakableSeparationItem
4988
4989         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4990
4991         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4992
4993         * lily/dot-column.cc (dot_config_badness): new function:
4994         select the best scoring dot configuration: dots should go close to
4995         the note heads, but be shifted up or down according to conventions.
4996         (print_dot_configuration): idem.
4997         (shift_one): idem
4998         (remove_collision): idem.
4999
5000         * input/regression/dots.ly: add more test cases.
5001
5002 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5003
5004         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5005
5006         * flower/include/interval.hh: rename elem_b to contains 
5007
5008         * lily/tie.cc: change 'heads to 'head-pair.
5009
5010         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5011         fill in 'heads field.
5012
5013         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5014         minimum-length for short ones, and shorten so collisions with the
5015         next syllable are avoided.
5016
5017         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5018         near-zero slopes.
5019         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5020
5021         * lily/dots.cc: remove quantized_position callback. All Y
5022         positioning is done by dot-column.cc
5023
5024         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5025         exhaustive test of all dot positions. This fixes disappearing dots
5026         in dotted chords.
5027
5028 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5029
5030         * mf/feta-klef.mf (test_staff): fatten up G clef
5031         (test_staff): fatten up f clef.
5032         
5033
5034 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5035
5036         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5037         * input/les-nereides.ly: Use latin1 characters for title, like
5038         Morgenlied.
5039
5040 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5041
5042         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5043         cmb10).
5044
5045         * lily/lyric-extender.cc (brew_molecule): add little space before
5046         extender line.
5047
5048         * lily/beam-quanting.cc (score_forbidden_quants): check if
5049         outer stafflines fall in any beam gaps.
5050
5051         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5052         for lyric texts.
5053
5054 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5055
5056         * VERSION: 2.1.6 released.
5057
5058         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5059         this shows the demerits of a user-defined beam position pair.
5060
5061         * scm/define-grobs.scm (all-grob-descriptions): set
5062         beamed-extreme-minimum-free-lengths to a different value.
5063
5064         * lily/scm-option.cc: add debug-beam scm-option
5065
5066         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5067
5068 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5069
5070         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5071
5072         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5073         space after barline.
5074
5075         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5076
5077         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5078         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5079         the other case, take standard column-breakable spacing. Do not
5080         warn about "no spacing wishes".
5081
5082         This fixes wide spaces after barlines in very loose lines.
5083
5084         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5085
5086 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5087
5088         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5089         acknowledge_grob lyric-syllable, not lyric-text.
5090
5091         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5092         dashes of length #'length separated by #'dash-period. 
5093
5094         * lily/lyric-extender.cc (brew_molecule): idem
5095
5096         * lily/multi-measure-rest.cc (big_rest): idem
5097
5098         * lily/system-start-delimiter.cc (simple_bar): idem
5099
5100         * lily/bar-line.cc (simple_barline): use rounded box
5101
5102         * VERSION: release 2.1.5
5103
5104         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5105         music): move note about dvips to more visible place.
5106
5107         * lily/lyric-phrasing-engraver.cc: move from
5108         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5109         lyric-phrasing-engraver.hh)
5110         
5111         * lyric-align.ly: remove file
5112         
5113         * scripts/convert-ly.py (FatalConversionError.func): add removal
5114         rule for automaticMelismata
5115
5116         * ly/engraver-init.ly (ScoreContext): switch on
5117         New_phrasing_engraver by default.
5118
5119         * lily/slur-engraver.cc (class Slur_engraver):
5120         process_acknowledged_grobs -> process_music.
5121         (try_music): signal melismata correctly.
5122
5123         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5124         word-space, right-trim-amount, and extend past right bound only
5125         for note heads.
5126
5127         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5128         lyric-extender support: add note-heads to the extender
5129         automatically.
5130
5131         * lily/parser.yy: extender is now post_event. 
5132
5133         * lily/accidental-engraver.cc (number_accidentals): remove
5134         spurious warning about non-parent contexts.
5135
5136         * lily/music-output-def.cc (assign_translator): \translator { }
5137         for a Foo context implicitly redefines \FooContext.
5138
5139         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5140         fixes.
5141
5142         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5143         doubly in slur weight. 
5144
5145         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5146         combination.
5147
5148         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5149         staffbar distance.
5150
5151         * scripts/lilypond.py (global_latex_preamble): crank down size of
5152         the margins. Now there is a 12 mm top and bottom margin, which
5153         should correspond with the printable area of modern printers.
5154
5155         This enlarges the music height of the printable page a little.
5156
5157         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5158         signs. Use \markup instead.
5159         (accreg_pen): tweak for accordeon asterisk.
5160
5161 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5162
5163         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5164
5165         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5166
5167         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5168
5169         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5170
5171         * scm/define-grobs.scm (all-grob-descriptions): change
5172         StanzaNumber description: make side support, i.s.o. breakable.
5173         use Instrument_name_engraver for texts in the margin.
5174
5175         * scm/define-translator-properties.scm: remove
5176         melismaEngraverBusy, stz property.
5177
5178         * *.cc: naming: change empty_b () into is_empty ()
5179
5180         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5181
5182         * input/regression/lyric-phrasing-new.ly: new file.
5183
5184         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5185         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5186         melismata are now left-aligned.
5187
5188 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5189
5190         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5191
5192         * mf/feta19.mf: remove.
5193         
5194         * mf/feta-klef.mf (test_staff): more tweaks
5195
5196         * mf/feta-toevallig.mf: more small size tweaks.
5197
5198         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5199         rests for smaller sizes.
5200
5201         * mf/feta-bolletjes.mf: fix cross heads.
5202
5203         * VERSION: release 2.1.4
5204         
5205         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5206         deprecated #'ancient font family
5207
5208         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5209         it is a string or number.
5210
5211         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5212         change calling convention of stem-attachment function. 
5213
5214         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5215
5216         * mf/feta-autometric.mf: dump WX/WY fields too
5217         
5218         * mf/parmesan-heads.mf: idem.
5219
5220         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5221         attachment coordinates.
5222
5223         * lily/note-head.cc (stem_attachment_coordinate): read stem
5224         attachment from the notehead glyphs WX/WY fields.
5225
5226         * lily/include/font-metric.hh (struct Font_metric): add methods
5227         get_indexed_wxwy (), make a distinction between looking up by
5228         index and ASCII  
5229
5230         * mf/feta-bolletjes.mf: rewrite note head MF code.
5231         (test_outlines): make heads more rotund for smaller sizes. 
5232
5233 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5234
5235         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5236         throughout. Font scaling fixes throughout.
5237
5238         * mf/feta-sleur,slur.mf: remove. 
5239
5240         * mf/feta-slag.mf: rewrite.
5241
5242 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5243
5244         * VERSION: release 2.1.3
5245
5246         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5247
5248         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5249
5250         * lily/mark-engraver.cc (process_music): fix mark
5251         \default. (backportme)
5252
5253         * stepmake/stepmake/automatically-generated.sub.make (default):
5254         use -n for head/tail commands. 
5255
5256         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5257         heads with the same pitch.
5258
5259 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5260
5261         * lily/recording-group-engraver.cc (finalize): set protected_scm
5262         member to '() before finalizing.
5263
5264         * lily/translator-group.cc (finalize): remove removal_processing () 
5265
5266         * lily/recording-group-engraver.cc: new engraver: record
5267         synchronized start & end times for each music object.
5268
5269         * lily/parser.yy (toplevel_expression): execute score rendering
5270         during parsing. Cleanup output-filename handling; this is no
5271         longer done with global variables.
5272         (translator_spec_body): allow \type modification too.
5273
5274         * lily/score.cc:  ly:run-translator: new function
5275         (LY_DEFINE): ly:render-output new function.
5276
5277         Separate interpreting and rendering, and make available as
5278         functions at Scheme level.
5279
5280 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5281
5282         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5283         (musicxml-node->string):
5284         (xml-node->string):
5285         (music-to-musicxml): New function.
5286
5287 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5288
5289         * VERSION: 2.1.2 released
5290
5291         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5292
5293         * scm/font.scm (paper20-font-vector): discouple font design sizes
5294         from sizes specified in .ly file: store all design sizes of a font
5295         in a single vector.
5296
5297         * lily/font-select.cc (get_font_by_design_size): new function
5298
5299         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5300         add parmesan,feta in sizes 14 and 18.
5301         
5302         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5303
5304         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5305         of fontSize: this now sets font-size
5306
5307 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5308
5309         * VERSION: 2.1.1 released
5310         
5311         * Documentation/user/refman.itely (Tuning objects): add note about
5312         concurrent tweaks in different contexts. 
5313
5314         * lily/tie-engraver.cc (acknowledge_grob): use
5315         Staff_symbol_referencer::get_position iso. reading staff-position
5316         directly.
5317
5318         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5319         currentMusicalColumn as left span-point for bracket. The bracket
5320         is too long when there are accidentals.
5321
5322 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5323
5324         * buildscripts/lilypond-profile.sh,
5325         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5326         Thanks to Reuben Thomas <rrt@mupsych.org>
5327
5328 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5329
5330         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5331         Wurbel <wurbel@univ-tln.fr>.
5332
5333 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5334
5335         * scripts/midi2ly.py: Add space after chords.
5336
5337 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5338
5339         * input/regression/{many}: add few @code{ ... }.
5340
5341 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5342
5343         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5344         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5345         Removed cmbx5, cmbx6 (which are included in teTeX)
5346         and cmbxti14 which is not used in fonts.scm.
5347
5348 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5349
5350         * lily/midi-item.cc: fine tune quarter tones.
5351
5352 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5353
5354         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5355         new function, warn how many cents are missing in fine tuning.
5356
5357 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5358
5359         * input/bugs/rhytmicstaff-tie.ly: add file.
5360
5361         * THANKS: Create skeleton for 2.1.
5362
5363 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5364
5365         * input/test/bar-lines.ly (TODO): dashed "|".
5366
5367 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5368
5369         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5370         input/regression/tie-chord.ly: Fix spell for tying.
5371
5372         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5373
5374         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5375         new file (renamed, see above).
5376
5377         * Documentation/user/lilypond-book.itely
5378         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5379         * input/example-1.ly input/example-2.ly input/example-3.ly
5380         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5381         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5382         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5383         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5384         * scripts/lilypond-book.py scripts/lilypond.py
5385         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5386         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5387
5388         * Documentation/user/lilypond.tely: update version.
5389
5390         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5391         Remove extra spaces in each @node, fixes spaces.
5392
5393 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5394
5395         * scripts/lilypond-book.py (output_dict): Add definition of
5396         \lilypondbook also for LaTeX output. Solves several bug reports.
5397
5398 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5399
5400         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5401
5402 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5403
5404         * input/test/transposition.ly: Fix key signatures, given in comments.
5405
5406 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5407
5408         * scm/midi.scm (instrument-names-alist),
5409         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5410
5411 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5412
5413         * input/test/temporary-stave.ly (texidoc): New example based on an
5414         email question from Ralph Little.
5415
5416 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5417
5418         * VERSION: release 2.1.0
5419         
5420         * lily/note-performer.cc (try_music): accept busy-playing-event.
5421
5422         * lily/swallow-perf.cc (try_music): return false for
5423         busy-playing-event and melisma-playing-event.
5424
5425 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5426
5427         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5428         >> in \score.
5429
5430 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5431
5432         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5433         that articulation_substitute will not move beam start again.
5434         (articulation_substitute): Bugfix: remove stray space so that new
5435         old chords ending '>>' does not get broken up.
5436         (sub_chord): Use TAB for indentation (not spaces).
5437         
5438         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5439         Bugfix for startup: Use ?^ instead of ?\^.
5440
5441 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5442
5443         * lily/lyric-combine-music-iterator.cc
5444         (Lyric_combine_music_iterator): change init order, to prevent GC
5445         segfaults.
5446
5447         * lily/context-specced-music-iterator.cc (construct_children): 
5448         only change  translator if found. This fixes a core dump problem.
5449
5450 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5451
5452         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5453         comparison.
5454
5455         * mf/feta-bolletjes.mf: make hole in half note little
5456         smaller for stem attachment.
5457
5458         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5459
5460         * mf/feta-banier.mf: don't draw stem with flag, just small square
5461         attachment.
5462
5463         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5464
5465         * mf/feta-banier.mf: remove upstem/downstem characters.
5466
5467         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5468
5469         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5470         stafflinethickness (in the default)
5471
5472         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5473
5474         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5475
5476         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5477
5478         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5479
5480         * lily/include/directional-element-interface.hh:
5481         junk class, make {get,set}_grob_direction functions.
5482
5483         * lily/slur.cc (get_attachment): do something sensible when
5484         attaching to stem without heads (eg. a rest).
5485
5486         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5487         forcing up to staff.  remove #'support-head property
5488         (brew_molecule): small cleanup.
5489         (flag): remove #'grace property.
5490
5491 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5492
5493         * cygwin/postinstall-lilypond.sh: 
5494         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5495         (Volker Zell).
5496
5497 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5498
5499         * scripts/lilypond-book.py: resurrect 'eps' option. 
5500         (TexiPaper.to_eps): use -Ppdf for EPS files.
5501
5502         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5503
5504         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5505
5506         * VERSION: release 2.0.1
5507
5508         * lily/bezier.cc (get_other_coordinate): change assert into
5509         warning.
5510
5511         * lily/note-head.cc (internal_brew_molecule): make left protusion
5512         smaller, to accomodate for natural sign.
5513         (internal_brew_molecule): only do this when the accidental is
5514         close enough.
5515         (extent): new function
5516
5517         * lily/skyline.cc (merge_skyline): new function
5518         (heighten_skyline): new function
5519
5520         * lily/accidental-placement.cc (position_accidentals) 
5521         (position_accidentals): fix todo.
5522
5523 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5524
5525         * input/test/+.ly (texidoc): put version number inline.
5526
5527         * GNUmakefile.in: remove rsync-web target.
5528         
5529         * input/regression/bar-scripts.ly (onestaff): raggedright
5530
5531 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5532
5533         * lily/*.cc: remove #if 0'd code in couple of places.
5534
5535         * lily/midi-stream.cc (operator <<): rewrite.
5536
5537         * lily/note-head.cc (internal_brew_molecule): 
5538         only make ledgers when the Staff symbol has lines.
5539
5540         * ly/property-init.ly (arpeggioBracket): simplify
5541
5542         * lily/translator-group.cc (execute_pushpop_property): use
5543         SCM_EQ_P for comparing keys. This fixes reverting
5544         auto-beam-settings.
5545
5546 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5547 *
5548         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5549         midi_debug_global_b.
5550         (operator <<): Normalise loop.
5551
5552 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5553
5554         * scripts/lilypond.py (escape_path): revise.
5555
5556         * scm/music-functions.scm (set-output-property): new function.
5557         
5558 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5559
5560         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5561         use addmakeflags again.
5562
5563         * cygwin/lily-wins.py (escape_shell): New function; use it.
5564
5565         * scripts/lilypond.py (escape_shell): Escape quotes and other
5566         spaces too.  Do not escape escaping backslashes.
5567
5568         * make/srcdir.make.in (web-install): Must call install-WWW now.
5569
5570         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5571         dependency
5572
5573 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5574
5575         * scripts/lilypond.py (escape_path): escape quotes too. 
5576
5577         * Documentation/user/lilypond.tely (Unified index): rename Index
5578         to accomodate Windows breakage.
5579
5580         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5581
5582         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5583         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5584         target not a source.
5585
5586 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5587
5588         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5589         addmakeflags.  Build and install doc and web also when building on
5590         Cygwin.
5591
5592         * mf/GNUmakefile: Bugfix.
5593
5594         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5595         target web.
5596
5597         * cygwin/lily-wins.py: Quote filename.
5598
5599 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5600
5601         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5602
5603 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5604
5605         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5606         settings.
5607
5608         * configure.in: Require g++ > 3.0.4.
5609
5610         * mf/GNUmakefile: Bugfix: Add list.ly target.
5611         
5612         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5613
5614         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5615         make omf directory, add uninstall targets.
5616
5617 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5618
5619         * lily/tie-performer.cc (initialize): init prev_event
5620
5621         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5622
5623         * lily/script-engraver.cc (make_script_from_event): don't crash on
5624         non-string articulation-type.
5625
5626         * lily/new-fingering-engraver.cc (add_script): don't crash on
5627         0 scripts 
5628         (acknowledge_grob): warn about text script events.
5629
5630 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5631
5632         * buildscript/lilypond.words: fix path for drums.scm.
5633
5634 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5635
5636         * lily/spacing-spanner.cc (note_spacing): don't make longer
5637         durations than measure-length.
5638
5639         * VERSION: release 2.0.0
5640
5641         * GNUmakefile.in (rsync-web): version independent rsync target.
5642
5643         * input/test/+.ly (texidoc): idem.
5644
5645         * input/regression/+.ly: print version number.
5646
5647         * input/regression/accidentals.ly (mel): shorten.
5648
5649         * input/regression/accidental-octave.ly (texidoc): shorten.
5650
5651         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5652
5653         * input/regression/completion-heads-polyphony.ly: octave
5654
5655         * input/regression/beam-manual.ly: remove
5656
5657         * input/regression/beam-chord.ly: remove
5658
5659         * input/regression/grace-dynamic.ly: remove
5660         
5661         * input/regression/grace-volta-repeat.ly: octave fixes.
5662
5663         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5664
5665         * lily/parser.yy (step_number): semitones for chord entry too.
5666         (make_chord_step): more robust code, semitones. 
5667
5668         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5669
5670         * input/regression/breathing-sign.ly (texidoc): split ancient and
5671         normal breathing signs.
5672
5673         * scm/define-grobs.scm (all-grob-descriptions): swap
5674         beamed-extreme-minimum-free-lengths and
5675         beamed-minimum-free-lengths; the 'extreme' case should allow
5676         shorter stems. This fixes forced directions on beamed 32nd and
5677         shorter notes.
5678
5679         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5680         quartertones, not semitones.
5681         (NoteNamesContext): swallow more event types
5682
5683         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5684
5685         * VERSION (PACKAGE_NAME): release 1.9.10
5686
5687 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5688
5689         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5690         set note head as cause of note-column.  This gives a better error
5691         message.
5692
5693 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5694
5695         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5696
5697 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5698
5699         * mf/GNUmakefile (pfa_warning): instruct 
5700
5701         * stepmake/aclocal.m4: typo.
5702
5703         * Documentation/user/cheatsheet.itely: more verbose examples.
5704
5705         * input/regression/clefs.ly: remove bogus docstring.
5706
5707 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5708
5709         * GNUmakefile.in (SUBDIRS): Add elisp.
5710
5711         * elisp/lilypond-mode.el: 
5712         * elisp/lilypond-init.el: 
5713         * elisp/lilypond-indent.el: 
5714         * elisp/lilypond-font-lock.el: Move from top dir.
5715
5716         * stepmake/stepmake/elisp-vars.make: New file.
5717
5718         * config.make.in (elispdir): Add.
5719
5720         * Documentation/topdocs/INSTALL.texi: Typo.
5721
5722         * make/ly-rules.make: Test for files instead of touching void and
5723         ignoring errors.
5724
5725         * GNUmakefile.in:
5726         * make/lilypond.redhat.spec.in:
5727         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5728         <builddir>, adding
5729         
5730              (push "<builddir>/share/lilypond/elisp" load-path)
5731
5732         to your ~/.emacs.el should give you LilyPond-mode again.
5733
5734         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5735         regexp for DOS/Windows, we are too paranoid to fix others.
5736
5737 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5738
5739         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5740
5741         * input/test/chord-names-jazz.ly (banterProperties): fix
5742
5743         * lily/parser.yy (bass_mod): bass figure alterations are semi
5744         tones, not quarter tones
5745
5746         * lily/beam.cc (set_stem_lengths): only lengthen stems
5747         for gapped beams.
5748
5749         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5750         by beamcount.
5751
5752         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5753         a warning that the warning may erroneous.
5754
5755         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5756         target.
5757
5758         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5759         targets.
5760
5761         * GNUmakefile.in ($(config_h)): config.h should depend on
5762         config.hh.in .
5763         (lilypond.words): remove fontball stuff.
5764
5765         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5766
5767         * configure.in: remove pktrace reference.
5768
5769         * GNUmakefile.in (rsync-web): permissions and ownership for
5770         website.
5771
5772         * lily/volta-engraver.cc (staff_eligible): new function.
5773         (stop_translation_timestep): kill off spanners if not eligible.
5774
5775         * VERSION (PATCH_LEVEL): release 1.9.9
5776
5777         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5778
5779         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5780         length is more important than forbidden quants.
5781         
5782 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5783
5784         * buildscripts/lilypond.words: order words in search order,
5785         add lilypond.words.vim to be generated.
5786
5787         * lilypond.vim: use lilypond.words.vim for keyword matching.
5788
5789         * lilypond-mode.el: use search order. fix word selection rules.
5790
5791         * lilypond-font-lock.el: fix fontifying long durations.
5792
5793         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5794
5795 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5796
5797         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5798
5799         * stepmake/stepmake/generic-targets.make:
5800         * stepmake/stepmake/bin/make-version.py: 
5801         * stepmake/aclocal.m4:
5802         * make/stepmake.make:
5803         * make/toplevel-version.make: Build fixes: remove last traces of
5804           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5805
5806         * lily/beam.cc: Add gap-count property.
5807
5808 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5809
5810         * scm/define-grob-properties.scm (gap-count): add gap-count
5811
5812         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5813
5814 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5815
5816         * cygwin/mknetrel.doc: Typo.
5817
5818         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5819
5820         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5821
5822 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5823
5824         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5825         sizes. Remove support for 'ledger'(=tabloid+landscape).
5826
5827 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5828
5829         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5830         sauter PFAs.
5831
5832         * configure.in: remove VERSION stuff once again.
5833
5834         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5835
5836         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5837         for chord names.
5838
5839         * mf/GNUmakefile: always trace pfa fonts.
5840         (SAUTER_FONTS): add cmss[567] too fonts
5841
5842         * configure.in: require mftrace. 
5843
5844         * lily/staff-performer.cc (new_instrument_string): don't look at
5845         instrument property.
5846
5847         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5848         is_direction is the C++ one. Similar for ly_axis_p and
5849         ly_number_pair_p
5850
5851 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5852
5853         * lily/beam.cc (brew_molecule): read gap-count to determine
5854         number of tremolo (gapped) beams.
5855
5856         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5857         shorter than 1/8
5858
5859         * flower/include/array.hh (default_compare): new function
5860
5861         * cygwin/mknetrel: Native fixes.
5862
5863         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5864
5865 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5866
5867         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5868         feature for Windows.
5869
5870         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5871
5872         * cygwin/mknetrel: Updates for native use on Cygwin.
5873
5874         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5875
5876         * stepmake/stepmake/help2man-rules.make: 
5877         * cygwin/mknetrel: Bugfix for manpages.
5878
5879         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5880         $(builddir).  Stepmake is a normal subdirectory now, that is not
5881         configured.  Another srcdir build fix.
5882
5883         * Documentation/topdocs/INSTALL.texi,
5884         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5885         lilypond-init.el, lilypond-mode.el, debian/rules,
5886         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5887         rename generated file lilypond.words to lilypond.words.el.
5888
5889 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5890
5891         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5892
5893         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5894         GNUmakefile.in.
5895
5896 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5897
5898         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5899         when cross building.
5900
5901         * configure.in: srcdir build fix.
5902
5903         * cygwin/GNUmakefile:
5904         * cygwin/lily-wins.py:
5905         * cygwin/postremove-lilypond.sh: 
5906         * cygwin/postinstall-lilypond.sh: Merge from stable.
5907
5908         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5909         s/ly2dvi/lilypond/.
5910
5911 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5912
5913         * lily/slur.cc (after_line_breaking): only set control points if
5914         none supplied yet.
5915
5916         * input/test/slur-manual.ly: new file.
5917
5918         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5919         <<  >> chords too.
5920
5921         * VERSION (PACKAGE_NAME): release 1.9.8
5922
5923         * scripts/lilypond.py (escape_path): escape spaces in directory names
5924
5925         * input/test/text-spanner.ly: fixes.
5926
5927 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5928
5929         * buildscripts/lilypond.words.py: add drum names as note names to
5930         Emacs-mode.
5931
5932 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5933
5934         * input/regression/hairpin-dashed.ly: new file.
5935
5936         * scripts/convert-ly.py (conv): warn about dash-length.
5937
5938         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5939         automatically if we get a new one.
5940
5941         * lily/lookup.cc (dashed_line): new function
5942
5943         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5944         dash-fraction.
5945
5946 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5947
5948         * buildscripts/lilypond.words.py: extract note names.
5949
5950         * lilypond-mode.el: take note names from lilypond.words -file.
5951         small fix in the use of string-match.
5952
5953         * lilypond-font-lock.el: use lilypond.words for note names, add 
5954         maxima to note a duration.
5955
5956 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5957
5958         * lily/breathing-sign.cc: remove railtracks() function. 
5959
5960         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5961
5962         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5963         (brew_molecule): bugfix don't make arpeggio shorter when
5964         arpeggio-direction is set.
5965
5966         *  debian/rules: small corrections in the (Pedro K)
5967
5968         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5969         examples.
5970
5971         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5972         special (repeat) bar comes along.
5973
5974         * input/regression/auto-beam-bar.ly: update.
5975
5976         * scripts/lilypond-book.py (output_dict): remove support for the
5977         EPS option.
5978
5979         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5980         VerticalAlignment and VerticalAxisGroup this fixes the size
5981         computations for the entire system.
5982  
5983         * input/les-nereides.ly (bass): remove superfluous fontSize.
5984
5985         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5986         causes directory of file to be added to include path.
5987
5988         * input/regression/beam-break.ly: test single stem beams.
5989
5990         * input/regression/system-start-bracket.ly: fix.
5991
5992         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5993
5994         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5995
5996         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5997         (score_stem_lengths): do something sensible for single stem beams.
5998
5999         * lily/beam.cc (least_squares): add kludge for single stem beams.
6000
6001         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6002         keySignature to list of broken things.
6003
6004         * input/regression/keys.ly: fix.
6005
6006         * VERSION (PACKAGE_NAME): release 1.9.7
6007
6008         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6009
6010         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6011
6012         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6013         (quartertone_pitch): new function
6014
6015         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6016         flat. WARNING: FONT CHANGED.
6017
6018         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6019
6020         * lily/accidental-placement.cc (add_accidental): support for
6021         quarter tones.
6022
6023         * ly/LANGUAGEs.ly: use symbols for alterations.
6024
6025         * mf/feta-toevallig.mf: change accidental codes. 
6026
6027         * scm/lily.scm (ly:get-option): switch on debugging only for
6028         --verbose.
6029
6030         * lily/lily-guile.cc: remove ly:verbose?
6031
6032         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6033
6034         * lily/parser.yy (TODO): only do gh_call() for apply with
6035         procedure argument.
6036
6037         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6038         stuff in accordance with new timing of tie-events.
6039
6040         * lily/my-lily-lexer.cc: remove \outputproperty
6041
6042         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6043
6044         * scm/define-translator-properties.scm (melismaBusyProperties):
6045         add melismaBusyProperties property.
6046
6047 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6048
6049         * input/test/ambitus-mixed.ly (texidoc): new file.
6050
6051         * buildscripts/mutopia-index.py (find): prune debugging
6052
6053         * lily/side-position-interface.cc: doc updates
6054
6055         * Documentation/user/refman.itely: updates, tweaks.
6056
6057         * lily/parser.yy (Simple_music): remove outputproperty
6058
6059         * make/stepmake.make: use VERSION again; importing VERSION via
6060         autoconf dependencies is too hairy.
6061
6062 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6063
6064         * lilypond-mode.el: allow `-' for keywords and identifiers.
6065
6066 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6067
6068         * VERSION: release 1.9.6
6069         
6070         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6071         iso. ly2dvi.
6072
6073         * Documentation/user/*.itely: fixes everywhere
6074
6075         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6076         produce ties from the engraver itself, do not broadcast TieEvent.
6077
6078         * lily/my-lily-lexer.cc: remove pitch & duration.
6079
6080         * lily/parser.yy (TODO): remove \pitch and \duration
6081
6082         * input/test/explicit.ly: remove file.
6083
6084         * Documentation/user/refman.itely (Pitches): remove \pitch 
6085         \duration command.
6086
6087 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6088
6089         * buildscripts/lilypond.words.py: add all slur types to Emacs
6090         insertion menu, suppose everything is postfixed by dropping 
6091         unnecessary `-' -marks.
6092
6093 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6094
6095         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6096         tremoloed stems.
6097
6098         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6099         head for flagged stems.
6100
6101         * lily/stem.cc (get_default_stem_end_position): futz with extra
6102         stem length if there is a stem tremolo.
6103
6104         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6105         it would be too small.
6106
6107         * lily/font-metric.cc: return #f for non-existent glyph.
6108         
6109         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6110         exported through config.make.
6111
6112         * input/regression/clef-oct.ly: new file.
6113
6114         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6115         transposition.
6116
6117         * input/template/*.ly: remove old relative.
6118
6119         * ly/english.ly: add X names for double sharp.
6120
6121 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6122
6123         * lily/font-select.cc: new file handle font selection routines.
6124
6125         * lily/parser.yy: add ; (Patrick Atamaniuk)
6126
6127         * input/test/time-signature-double.ly: use markups for double time
6128         sigs.
6129
6130         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6131         ChordNames.SeparationItem #'padding for adjusting space after chords.
6132         
6133         * lily/music-output-def.cc (LY_DEFINE): 
6134         new function ly:paper-lookup.
6135         
6136         * mf/parmesan-clefs.mf: use # quantities for char_box
6137         offsets. Fixes overflow errors in the PFA. 
6138
6139         * scm/new-markup.scm (strut-markup): change calling interface for
6140         markup. Pass paper-def, not grob. This would allow \markup to be
6141         used separately from grobs.
6142
6143         * lily/paper-def.cc: new function ly:paper-font; this function
6144         replaces ly:get-font.
6145
6146         * lily/include/font-interface.hh (struct Font_interface): take
6147         Paper_def iso. Grob for get_font().
6148
6149 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6150
6151         * Documentation/user/ tutorial.itely, refman.itely: add warning
6152         about \key and accidentals.
6153
6154 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6155
6156         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6157
6158         * Documentation/user/*.itely: manual tweaks
6159
6160 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6161
6162         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6163         cleanup; bugfix: exact_center
6164
6165         * Documentation/user/refman.itely: added more documentation on
6166         ambitus according to recent questions on lilypond-user list
6167
6168 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6169
6170         * input/regression/ottava.ly (texidoc): demo 15ma too.
6171
6172         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6173
6174         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6175         octave fixes.
6176
6177 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6178
6179         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6180         problems on older Mac editors.
6181
6182 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6183
6184         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6185
6186 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6187
6188         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6189         mf/parmesan-clefs.mf: added comments on character alignment and
6190         set_char_box() conventions
6191
6192         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6193         set_char_box()'s
6194
6195         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6196
6197 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6198
6199         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6200
6201 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6202
6203         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6204         shortened to avoid almost-collision with staff line; code cleanup;
6205         other custodes: fixed char boxes; code cleanup
6206
6207 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6208
6209         * configure.in: release 1.9.5
6210         
6211         * scripts/lilypond.py (global_latex_preamble): only set
6212         twosideshift if 'twoside' is in latexoptions 
6213
6214         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6215
6216         * VERSION: remove
6217
6218         * scripts/*2ly.py: update <> syntax
6219
6220 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6221
6222         * lily/chord-name-engraver.cc (process_music): add origin for
6223         chord name.
6224
6225         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6226
6227         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6228         bass notes for exceptions too.
6229
6230         * scm/define-grobs.scm (all-grob-descriptions): rename
6231         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6232
6233         * scm/define-grob-properties.scm (remove-first): add remove-first
6234         property for orchestral scores.
6235
6236         * Documentation/user/*.itely: switch <<>> and <> 
6237
6238         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6239         last_line only once. This fixes the two consecutive glissandi problem.
6240
6241 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6242
6243         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6244         error message "flexa-width undefined"
6245
6246         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6247         lily/include/gregorian-ligature.hh: print warning when ignoring
6248         head prefixes on flexa shapes
6249
6250         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6251         space before a series of inclinatum heads
6252
6253         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6254         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6255         cleanups
6256
6257         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6258         and char_box
6259
6260 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6261
6262         * input/regression/breathing-sign.ly: tiny fixes
6263
6264         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6265         semantical collision with vaticana ligatures
6266
6267         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6268         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6269         now consistent with mensural ligatures
6270
6271         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6272         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6273         context pitches and staff position; dto. for virga stem; removed
6274         obsolete virga and clivis characters from parmesan font (WARNING:
6275         font changed)
6276
6277         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6278         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6279
6280         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6281         scm/define-grob-properties.scm: consistency fix: renamed
6282         join_left->add_cauda
6283
6284         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6285         appendix length; bugfix: yoffs_bt for reverse direction punctum
6286         characters
6287
6288         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6289         small cleanups; added more docu
6290
6291         * lily/mensural-ligature-engraver.cc,
6292         lily/vaticana-ligature-engraver.cc,
6293         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6294         computation to CoherentLigatureEngraver
6295
6296         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6297         scm/define-grob-properties.scm: bugfix: added missing linea and
6298         cavum properties; bugfix: removed dead semivocalis property
6299
6300         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6301         length; redesigned quilisma, stropha and auctum
6302
6303         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6304         line thickness
6305
6306         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6307         Documentation/user/refman.itely: bugfix: introduced shifted
6308         epiphonus head to avoid collision with adjacent plica
6309
6310 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6311
6312         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6313
6314         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6315
6316 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6317
6318         * Documentation/user/tutorial.itely (A lead sheet): remove
6319         duplicate chords.
6320
6321         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6322
6323 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6324
6325         * Documentation/bibliography/computer-notation.bib (isbn): add
6326         xivcim publication.
6327
6328 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6329
6330         * GNUmakefile.in: drop lilypond.words for generation.
6331
6332 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6333
6334         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6335
6336         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6337
6338 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6339
6340         * input/test/figured-bass-alternate.ly (fl): new file.
6341
6342         * Documentation/topdocs/README.texi (Top): clarifications.
6343
6344         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6345         theses of Gieseking and Renz.
6346
6347         * GNUmakefile.in (README_FILES): remove README.mandrake.
6348
6349 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6350
6351         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6352         from source files and search patterns listed in the script.
6353
6354         * GNUmakefile.in: add target `lilypond.words'.
6355
6356         * lilypond.words: remove file, generated by `make lilypond.words'.
6357
6358         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6359
6360 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6361
6362         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6363
6364 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6365
6366         * VERSION: 1.9.4 released
6367
6368         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6369         rule for < > <-> << >> substitution
6370
6371         * lily/lexer.ll: exchange meaning of << >> and < > 
6372
6373         * VERSION (PACKAGE_NAME): 1.9.3 released
6374
6375         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6376         pages unconditionally.
6377
6378 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6379
6380         * Documentation/user/music-glossary.tely (Top): small syntax
6381         fixes.
6382
6383         * scm/music-functions.scm (remove-tag): filter \tagged music
6384         expressions.
6385
6386         * input/regression/tag-filter.ly (texidoc): new file.
6387
6388         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6389         symbol2 .. ) etc. 
6390
6391         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6392         convert rule.
6393
6394         * Documentation/user/refman.itely (Fingering instructions): adjust
6395         manual.
6396
6397         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6398         for borderline cases (e.g. 1 fingering.)
6399         (position_scripts): revise interface, use fingerOrientations to
6400         set fingering positions.
6401
6402         * scm/document-translation.scm (context-doc): add aliases to
6403         automated documentation.
6404
6405         * make/lilypond-vars.make: remove stepmake compat glue.
6406
6407         * make/generic-vars.make: remove cruft.
6408
6409         * lily/main.cc (main): don't identify binary.
6410
6411 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6412
6413         * lily/include/translator.hh (class Translator): remove
6414         type_string_ , use symbol for context name throughout.
6415         Changes through whole source tree.
6416
6417         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6418         set PDF as default, and always make PDF.
6419
6420         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6421
6422 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6423
6424         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6425         Documentation/user/refman.itely input/regression/allfontstyle.ly
6426         input/regression/grace-types.ly:
6427         fix spelling for acciaccatura (Webster's 1913).
6428
6429 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6430
6431         * lily/main.cc (usage): adjust blurb, include url.
6432
6433         * input/regression/breathing-sign.ly (texidoc): transpose up
6434
6435 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6436
6437         * input/regression/breathing-sign.ly: changed ancient examples to
6438         be relevant (by request of Han-Wen); updated BreathingSign text
6439         property according to new syntax.
6440
6441         * ly/gregorian-init.ly: updated BreathingSign text property
6442         according to new syntax
6443
6444 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6445
6446         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6447         (Clef): index entries for clefs.
6448
6449         * python/lilylib.py (system): remove errorlog files.
6450         
6451 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6452
6453         * lilypond.words: add \new and new graces. Add dynamics to menus
6454         keeping 1.8.x compatibility; after all the engraving relating to 
6455         notes becomes postfixed `-' marks will be removed.
6456
6457 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6458
6459         * lily/molecule.cc (align_to): idem.
6460
6461         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6462         
6463         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6464         accacciatura everywhere.
6465
6466         * VERSION (PACKAGE_NAME): released 1.9.2
6467
6468         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6469
6470         * scm/document-markup.scm (markup-doc-node): sort markup function
6471         list.
6472
6473         * lily/paper-outputter.cc (output_version): change "Lily was here"
6474         into  "Engraved by LilyPond"
6475
6476         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6477         on unquoted strings before \notenames.
6478
6479         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6480         increases the number of s/r reductions to 4.
6481
6482         * scm/new-markup.scm (fraction-markup): \fraction command.
6483
6484         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6485         mode
6486
6487         * lily/lookup.cc (round_filled_box): rename function.
6488         (LY_DEFINE): round-filled-box: change signature.
6489
6490         * Documentation/user/refman.itely: revise section explaining grace
6491         notes.
6492
6493         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6494         ly:set-context-property
6495
6496         * input/*/*.ly (vmus): use \new everywhere.
6497
6498         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6499
6500         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6501         default
6502
6503         * scm/music-functions.scm (set-stop-grace-properties)
6504         (set-start-grace-properties, add-grace-property): new functions
6505         for modular grace tweak control.
6506
6507         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6508         
6509 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6510
6511         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6512
6513         * GNUmakefile.in (install-pfa-fonts):
6514         (get-pfa-fonts): New target.
6515
6516         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6517         install-pfa-fonts help.
6518
6519 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6520
6521         * lily/translator-scheme.cc (LY_DEFINE):
6522         ly:context-pushpop-property new function.
6523         (LY_DEFINE): new function ly:translator-find  
6524         new function ly:translator?
6525         (LY_DEFINE): new function ly:context?
6526
6527         * lily/translator-def.cc: remove
6528         Translator_def::apply_pushpop_property().
6529
6530         * python/lilylib.py (read_pipe): only store and display error log
6531         if verbose not set.
6532         (read_pipe): only display log if it contains something.
6533
6534 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6535
6536         * Documentation/misc/GNUmakefile: Re-add.
6537         (TEXTS): Add CHANGES.
6538
6539 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6540
6541         * lilypond.words: add \newcontext.
6542
6543 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6544
6545         * lily/tie-performer.cc (stop_translation_timestep): only flush
6546         tied_notes when we have actually made a tie. Fixes bugs with ties
6547         in polyphonic scores.
6548
6549 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6550
6551         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6552         they do not exist.
6553
6554 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6555
6556         * VERSION (PACKAGE_NAME): released 1.9.1 
6557
6558         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6559         Instrument_name_engraver
6560
6561         * lily/tie-performer.cc (create_audio_elements): bugfix
6562
6563         * Documentation/user/music-glossary.tely (Top): comment out
6564         font-style statements.
6565
6566         * input/test/force-hshift.ly: revise example.
6567
6568         * Documentation/bibliography/engraving.bib (note): typos.
6569
6570         * configure.in: bump GCC requirements to 3.x
6571
6572         * lily/include/audio-item.hh (class Audio_tie): rename
6573         note_l_drul_ to note_drul_
6574
6575         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6576
6577         * lily/parser.yy (relative_music): whoops. All \relative were off
6578         by ...  a lot .... Ahem.
6579
6580         * scm/define-music-types.scm (music-descriptions): idem.
6581
6582         * lily/beam-engraver.cc: move new-beam-event to beam-event
6583
6584         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6585         to Tie_engraver
6586
6587         * input/regression/bar-number.ly: remove unnecessary old-relative
6588         options.
6589         
6590         * Documentation/user/internals.itely (Creating contexts): document
6591         \newcontext
6592
6593         * lily/parser.yy (Composite_music): add \newcontext
6594
6595         * Documentation/user/refman.itely (MIDI block): add note about
6596         dotted tempos.
6597
6598         * scm/font.scm: remove old markup legacy
6599
6600         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6601
6602         * lily/breathing-sign.cc (brew_molecule): remove function
6603
6604         * lily/text-item.cc: remove old-style markups.
6605         (interpret_markup): C++ version of markup function
6606         (brew_molecule): idem.
6607
6608         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6609         as Scheme variable.
6610
6611         * scripts/convert-ly.py (conv): dashes rule.
6612         Apply rule.
6613
6614         * Documentation/user/lilypond-book.itely: syntax fixes. 
6615
6616 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6617
6618         * VERSION (PACKAGE_NAME): release 1.9.0
6619
6620         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6621         note about dvips. (Should backport.)
6622
6623         * scripts/convert-ly.py
6624         (FatalConversionError.articulation_substitute): add
6625         convert-new-chords code. Remove convert-new-chords.py
6626
6627         * Documentation/user/refman.itely (Octave check): document
6628         \octave.
6629
6630         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6631         \relative changes.
6632
6633         * lily/parser.yy (command_element): octave check:
6634
6635            \octave PITCH
6636
6637         checks that PITCH (without octave) yields PITCH (with octave) in
6638         \relative
6639
6640         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6641
6642         * lily/scm-option.cc: ly:set-option now has the default argument
6643         #t.
6644
6645         * lily/lexer.ll: add \renameinput
6646
6647         * python/lilylib.py (command_name): robustifications.
6648
6649         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6650         /dev/stderr. This is ash compatible.
6651
6652         * ly/init.ly: add warning if compatibility was not necessary.
6653
6654         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6655
6656         * flower/include/string-handle.icc: formatting cleanups, rename
6657         references by ref_count_.
6658
6659 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6660
6661         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6662         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6663         package libs separately, fix conflicting php variable out=/dev/vc/
6664         invoking `unset out', declare menus, use only one icon-file, fix
6665         doc-path in menu.
6666
6667 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6668
6669         * scripts/convert-ly.py (FatalConversionError.conv): typo
6670
6671         * Documentation/misc/GNUmakefile: restore misc directory.
6672
6673         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6674
6675         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6676         Petites-Preludes 
6677
6678         * input/test/partial-blank.ly (quickmeasure): syntax
6679
6680         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6681         attachment property.
6682
6683         * Documentation/user/refman.itely: remove superfluous -'s 
6684         (Grace notes): ) fixes.
6685
6686         * lily/music.cc: generic compress(), transpose() functions. Remove
6687         others.
6688
6689         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6690         style markup entry.
6691
6692         * lily/parser.yy: all articulations postfix; remove obligatory -
6693         for [,  ) and \!
6694         
6695         * lily/music.cc (to_relative_octave): write generic
6696         to_relative_octave function; various relative cleanups.
6697         Hmmm.
6698
6699         * lily/scm-option.cc: add options new-relative and old-relative
6700
6701         * po/sv.po: new po file.
6702
6703         * Documentation/user/refman.itely (Dynamics): website
6704         fixes. (should backport!)
6705
6706 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6707
6708         * make/lilypond.mandrake.spec.in: declare version only once.
6709
6710 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6711
6712         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6713         meaning for now.
6714
6715 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6716
6717         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6718
6719         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6720
6721         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6722
6723         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6724
6725         * lily/music.cc (var): add ly:music-transpose function.
6726
6727         * lily/parser.yy (pre_events): remove prefix articulations.
6728
6729         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6730
6731         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6732
6733         * Documentation/user/refman.itely (Text markup): add comment about
6734         markup in header.
6735
6736 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6737
6738         * lily/paper-outputter.cc (write_header_fields_to_file): 
6739         only dump value if it is a string.
6740
6741         * flower/include/dictionary.hh: remove.
6742         
6743         * Documentation/ChangeLog-1.5: add back old log.
6744
6745         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6746         .pfas from a .deb.
6747
6748 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6749
6750         * Documentation/bibliography/engraving.bib: add entry for
6751         Jaschinski's Notation
6752
6753 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6754
6755         * Documentation/user/refman.itely (Beaming): add note about
6756         allowBeamBreak
6757
6758 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6759
6760         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6761         GregorianTranscription contexts
6762
6763         * ly/engraver-init.ly: vaticana contexts: minor fixes
6764
6765         * Documentation/user/refman.itely (Ancient notation): added note
6766         on appendix length bug
6767
6768         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6769         input/test/vaticana.ly: use vaticana contexts; small fixes
6770
6771 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6772
6773         * flower/hash.cc: Remove.
6774
6775         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6776         to (nonexistent?) hash_func_ identifier.
6777
6778         * python/midi.c (midi_error, midi_warning): Use char const* for
6779         __FUNCTION__ argument.
6780
6781         * python/gettext.py: Remove.  We already require python 2.1, which
6782         includes gettext.py.
6783
6784         * configure.in: Require python 2.1, as INSTALL.texi says.
6785         it.
6786
6787         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6788         versions 1.50 and 1.75.  Remove note about lexer patch.
6789
6790 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6791
6792         * Documentation/topdocs/INSTALL.texi: Update type1 font
6793         description to actual situation.  Add comment about new font ball
6794         layout.
6795
6796         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6797         in $LILYPONDPREFIX suffices for installation.
6798
6799 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6800
6801         * debian/control (Build-Depends): Add flex-old as alternative to
6802         flex.  Deprecate bison 1.75.
6803
6804 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6805
6806         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6807         Vaticana contexts
6808
6809         * Documentation/user/refman.itely (Ancient notation): documented
6810         some bugs; tiny fixes; added docu on Vaticana contexts
6811
6812         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6813         scripts
6814
6815 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6816
6817         * Documentation/user/refman.itely (Ancient notation): added some
6818         introductory words; added section on ancient time signatures;
6819         added some @seealso and @refcommands; small fixes and
6820         beautifications
6821
6822 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6823
6824         * input/regression/note-head-style.ly: many fixes and updates
6825
6826         * Documentation/user/refman.itely: added small sections on ancient
6827         accidentals, rests and flags; revised ancient note head section;
6828         small wording/spelling fixes
6829
6830         * input/test/rests.ly: layout fixes
6831
6832 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6833
6834         * input/puer-fragment.ly: bugfix: central C position of do clef
6835
6836         * ly/gregorian-init.ly: workaround: add small padding space before
6837         divisiones (the correct fix would be the spacing engine to handle
6838         this)
6839
6840 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6841
6842         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6843         cue-notes.ly: minor fixes.
6844
6845 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6846
6847         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6848         input/test/custos-style.ly
6849
6850         * Documentation/index.html.in: bugfix: link to Tutorial.html
6851
6852         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6853         to neumes; bugfix: "et": epiphonus, not just a simple pes
6854
6855 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6856
6857         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6858
6859         * lilypond.words: add new features: markup, column, center, \[ \].
6860         
6861 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6862
6863         * Documentation/topdocs/NEWS.texi, DEDICATION,
6864         stepmake/bin/add-html-footer.py
6865         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6866         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6867         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6868         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6869         added (only) after a sentence which is complete; if the sentence is 
6870         not ended a comma `,' or nothing is used. fix also spaces.
6871
6872 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6873
6874         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6875         requirements to plain 1.6.
6876
6877         * buildscripts/mutopia-index.py (read_lilypond_header): update
6878         mutopia-index.py to 1.4 syntax [sic]
6879
6880 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6881
6882         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6883
6884 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6885
6886         * Documentation/index.html.in: url for regression pdf
6887
6888         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6889
6890         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6891
6892         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6893
6894         * VERSION: 1.8.0 released
6895         
6896         * GNUmakefile.in (local-WWW-post): footify build fix.
6897
6898         * configure.in: require GUILE 1.6.4
6899
6900         * Documentation/user/GNUmakefile: don't copy *.png for
6901         lilypond-internals
6902
6903         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6904         local-WWW-post target.
6905         (rsync-web): add rsync-web target
6906
6907         * Documentation/user/introduction.itely (Music notation and
6908         engraving): add neume example
6909
6910         * input/puer-fragment.ly (cantus): add puer-fragment
6911
6912 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6913
6914         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6915         to notes, so that equalizer is actualy being used.
6916
6917         * scm/midi.scm (instrument-equalizer-alist):
6918         (absolute-volume-alist): Define public, so that user can copy or
6919         override.
6920
6921         * lily/key-performer.cc (create_audio_elements): Check for minor
6922         key.  Only if key is minor, set MIDI key to minor.
6923
6924 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6925
6926         * Documentation/user/refman.itely (Hiding staffs): fixes.
6927
6928         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6929
6930         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6931         vertical extents to deal with Hara kiri correctly.
6932
6933         * input/regression/hara-kiri-short.ly: remove
6934
6935         * input/regression/hara-kiri-pianostaff.ly: update test.
6936
6937         * Documentation/user/*.tely: remove WEBTITLE
6938
6939         * scm/output-tex.scm (comment): idem.
6940
6941         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6942
6943         * scm/music-functions.scm (make-lyric-event): new function
6944
6945         * scm/lily.scm (lilypond-version): new function
6946
6947         * input/test/version-output.ly: new file.
6948
6949         * Documentation/user/lilypond.tely: add version number to
6950         front-page.
6951
6952 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6953
6954         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6955
6956 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6957
6958         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6959
6960         * Documentation/user/refman.itely (Hiding staffs): rename node.
6961
6962 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6963
6964         * input/regression/new-markup-syntax.ly (texidoc): remove
6965         molecule-callback override.
6966
6967 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6968
6969         * input/les-nereides.ly: Mark tweaks with %tweak.
6970
6971         * Debian patch, see debian/changelog (Anthony Fok).
6972
6973 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6974
6975         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6976         problem.
6977
6978 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6979
6980         * Documentation/user/refman.itely (Text markup): Fix language bug.
6981
6982 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6983
6984         * input/* : postfix syntax fixes.
6985
6986         * Documentation/user/refman.itely (Text markup): add note about
6987         raise/lower with ^ or _ .
6988         
6989         * po/fi.po: fix \\apply strings.
6990
6991         * lily/parser.yy (open_event): warn for prefix articulations.
6992
6993 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6994
6995         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6996         fix also on parmesan font.
6997
6998 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6999
7000         * VERSION 1.7.30 released
7001         
7002         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7003
7004         * buildscripts/mutopia-index.py (headertext): rewording
7005
7006 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7007
7008         * scm/new-markup.scm (strut-markup): new markup function.
7009
7010         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7011         space also when no accidental is there.
7012
7013 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7014
7015         * input/les-nereides.ly: Updates.
7016
7017 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7018
7019         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7020         which repeats the tag insertion selected from "Insert tag" menu.
7021
7022 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7023
7024         * lily/all-font-metrics.cc (find_font): load AFM files first only
7025         for feta fonts. This fixes problems with TeXlive and other TeX
7026         distros that include AFM files for the CM fonts. 
7027
7028         * scm/font.scm (qualifiers-to-font-name): remove.
7029
7030         * lily/paper-def.cc: remove get_var.
7031
7032         * input/trip.ly: remove file.
7033         
7034         * input/regression/spacing-note-flags.ly (raggedright): remove
7035         stafflinethickness
7036
7037         * input/les-nereides.ly: update to new syntax, cleanups.
7038
7039 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7040
7041         * Documentation/user/refman.itely: Clarify shortest-note problem
7042         of autobeamer.
7043
7044 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7045
7046         * lilypond-mode.el: Add each word to regexps only once.
7047
7048         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7049         is based on the syntax definitions in lilypond.words. Remove all 
7050         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7051         LilyPond->Insert menu is generated by the entries in lilypond.words 
7052         to which have been given a syntax definition.
7053
7054         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7055         \notes, \relative, \score, \simultaneous, \transpose.
7056
7057         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7058
7059         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7060         
7061         * lilypond-mode.el: add menu keywords separately.
7062
7063         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7064
7065 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7066
7067         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7068         current ugly installation method for PFA fonts.
7069
7070 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7071
7072         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7073         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7074
7075         * Documentation/user/music-glossary.tely: update legato.
7076
7077 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7078
7079         * lexer-gcc-3.0.patch: Remove.
7080
7081         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7082
7083 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7084
7085         * debian/rules (binary-arch): remove NEWS.
7086
7087 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7088
7089         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7090         stepmake/bin{ many }: polish the `--help's of different scripts;
7091         model taken from the core-utils of Linux.
7092
7093         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7094
7095 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7096
7097         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7098
7099         * flower/libc-extension.cc: idem.
7100
7101         * flower/include/libc-extension.hh: protect against isinf macros.
7102
7103 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7104
7105         * { many }: Use two uppercase letters in LilyPond.
7106
7107         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7108
7109         * VERSION: 1.7.29 released.
7110         
7111 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7112
7113         * lily/tie.cc: add TODO comment.
7114
7115         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7116
7117         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7118         linejoins and linecaps. This fixes problems with occasional spikes
7119         on slur/tie endings.
7120         
7121         * input/regression/font-name.ly: don't use PS fonts for
7122         compatibility reasons. 
7123
7124         * mutopia/claop.py (accents): update to 1.8
7125
7126         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7127
7128         * Documentation/user/macros.itexi: don't color glossary links.
7129
7130         * Documentation/user/invoking.itexi (Error messages): new section
7131
7132 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7133
7134         * input/regression/font-name.ly: add file.
7135
7136         * scm/document-backend.scm (grob-doc): remove <hr> from
7137         lilypond-internals
7138
7139         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7140         reqd version to 1.6.4 
7141
7142         * lily/font-interface.cc (get_font): bugfix: take font-name from
7143         alist chain too. This fixes font-name override for \markup.
7144
7145 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7146
7147         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7148
7149         * input/test/polymetric-differing-notes.ly: Compile fix.
7150
7151 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7152
7153         * Documentation/user/refman.itely: fixed typo
7154
7155         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7156         before flexa
7157
7158 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7159
7160         * input/test/{ many }: search & fix some typos.
7161
7162 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7163
7164         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7165         images.
7166
7167         * scm/music-functions.scm (make-voice-props-set): set Script /
7168         TextScript dir for polyphony too.
7169
7170         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7171         before clef.
7172
7173         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7174
7175 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7176
7177         * Documentation/user/refman.itely (Percussion): Small
7178         clarifications and fixes.
7179
7180         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7181         threads. This fixes different heads playing simultaneously.
7182
7183 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7184
7185         * Documentation/user/{ many }: increase readability (read through 
7186         User manual from `one big page').
7187
7188 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7189
7190         * input/test/polymetric-differing-notes.ly: add example with
7191         disparate note values.
7192
7193         * input/test/polymetric.ly: rename from poly-metric
7194
7195         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7196         iso. outname.
7197
7198         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7199         G-clef bbox to real char extents. This fixes the G-clef being
7200         offset too much to the right.
7201         document perc clef offset.
7202
7203         WARNING: FONT CHANGED.
7204
7205         * Documentation/user/tutorial.itely (Tutorial): move menu.
7206
7207 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7208
7209         * buildscripts/lilypond-profile.sh (Error): trim error message.
7210
7211         * Documentation/user/invoking.itexi (Invoking the lilypond
7212         binary): add note about path.
7213
7214         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7215         suppresses superfluous spaces.
7216
7217 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7218
7219         * buildscripts/lilypond-profile.sh: Add documentation to error
7220         message.
7221
7222         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7223
7224 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7225
7226         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7227         <mike@ossmann.com>)
7228
7229         * Documentation/bibliography/computer-notation.bib (pages): prune
7230         unscientific language.
7231
7232         * Documentation/user/GNUmakefile: copy unsplit file to
7233         lilypond.html (idem for lilypond-internals).
7234
7235         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7236
7237         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7238
7239         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7240
7241         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7242         fix.
7243         
7244 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7245
7246         * Documentation/user/{ various }: bind text snippets with their
7247         examples, e.g. by punctuation: This is an example.
7248
7249 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7250
7251         * ly/performer-init.ly (VoiceContext): Typos.
7252
7253         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7254         builds, leave final-install to toplevel srcdir makefile.
7255
7256         * make/srcdir.make.in (install): New target.
7257
7258 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7259
7260         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7261         This fixes core dump on MIDI output (Simon Weatherill).
7262
7263         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7264         on local-WWW-post.
7265
7266 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7267
7268         * make/lilypond.redhat.spec.in: add dvips to reqs.
7269
7270 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7271
7272         * make/srcdir.make.in (web): Add special web target.
7273
7274         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7275         from inner $(LOOP).
7276
7277         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7278
7279         * stepmake/stepmake/generic-targets.make (www-targets-help):
7280         * GNUmakefile.in (web-install): Install in $(webdir).
7281
7282         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7283
7284         * cygwin/changelog: 
7285         * cygwin/mknetrel: Update.
7286
7287         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7288         (html-doc): Remove (use: web).
7289
7290         * stepmake/stepmake/script-rules.make: 
7291         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7292         Fix $(config_make) dependencies for srcdir build.
7293
7294         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7295         target for srcdir build.
7296
7297         * stepmake/make/stepmake.make: 
7298         * make/srcdir.make.in: 
7299         * GNUmakefile.in:
7300         * make/stepmake.make (config_make): Rename variable (was:
7301         configuration).
7302
7303 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7304
7305         * Documentation/user/internals.itely (Manipulating music
7306         expressions): run lilypond on example too.
7307
7308         * flower/include/libc-extension.hh: move lrint define to
7309         header. bugfix.
7310         
7311 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7312
7313         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7314         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7315         do we recurse whole tree?).
7316
7317         * GNUmakefile.in (html-doc): Resurrect.
7318
7319         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7320         obsolete $(package-icon) dependency.
7321
7322 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7323
7324         * Documentation/user/refman.itely (Automatic staff changes):
7325         add seealso 
7326
7327         * Documentation/index.html.in: link to bigpage.
7328
7329         * Documentation/user/tutorial.itely (Tutorial): streamline.
7330
7331         * Documentation/index.html.in: url typo.
7332
7333         * VERSION (PACKAGE_NAME): release 1.7.28
7334
7335         * python/lilylib.py (error_log): remove '/' from name.
7336
7337         * input/regression/pedal.ly: remove; dups input/test/
7338         
7339         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7340
7341         * Documentation/index.html.in: python style doco index.
7342
7343         * Documentation/{footer,header}.html.in (src): remove, 
7344
7345         * Documentation/pictures: remove all but lelie-logo.xpm.
7346
7347         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7348         before running makeinfo.
7349
7350         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7351         @code{}
7352
7353 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7354
7355         * input/test/bar-number-regular-interval.ly: rename.
7356
7357         * Documentation/user/*: various fixes. 
7358
7359 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7360
7361         * Documentation/{ many }: polish for update-all-menus. typos.
7362
7363         * po/fi.po: fixes.
7364
7365         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7366
7367         * buildscripts/mutopia-index.py: polish.
7368
7369         * input/regression/{ many }, input/test{ many }: polish texidocs.
7370
7371 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7372
7373         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7374         pedal-style
7375
7376         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7377         iso. edge-widen.
7378
7379         * lily/piano-pedal-engraver.cc (process_music): change from
7380         process_acknowledged ()
7381
7382         * lily/piano-pedal-bracket.cc: new file. Change
7383         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7384         cleaned up.
7385
7386         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7387
7388         * input/regression/tuplets.ly (texidoc): rename file.
7389
7390         * po/fr.po: update
7391
7392         * buildscripts/lilypond-profile.sh: error message if script is not
7393         sourced.
7394
7395         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7396         bracket-flare
7397         (make_bracket): simplify code.
7398
7399         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7400         argument.
7401
7402         * python/lilylib.py (lilypond_version_check): new function
7403
7404         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7405
7406         * scripts/ly2dvi.py (run_lilypond): add version check.
7407
7408         * scripts/lilypond-book.py (option_definitions): typo
7409
7410         * scripts/ly2dvi.py (include_path): typo
7411
7412         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7413
7414         * lily/parse-scm.cc (parse_handler): typo
7415
7416         * Documentation/user/macros.itexi: use @heading for headings.
7417
7418         * Documentation/user/refman.itely: updates, fixes.
7419
7420 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7421
7422         * po/fi.po: add Finnish translations. fixes.
7423
7424         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7425
7426         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7427         from lily/glissando-engraver.cc.
7428
7429 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7430
7431         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7432         for non-first _broken_ bracket.
7433
7434         * Documentation/user/refman.itely: corrections.
7435
7436 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7437
7438         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7439         support of the fingerings.
7440
7441         * po/fr.po: French translation update.
7442
7443         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7444         strings.
7445
7446 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7447
7448         * Documentation/user/introduction.itely: Small fixes.
7449
7450 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7451
7452         * Documentation/topdocs/AUTHORS.texi: polish.
7453
7454 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7455
7456         * Documentation/user/introduction.itely: revise
7457
7458         * Documentation/user/tutorial.itely: reorganise.
7459
7460         * Documentation/topdocs/index.tely: remove.
7461
7462         * Documentation/header.html.in: prune.
7463
7464         * GNUmakefile.in: clean up web building.
7465
7466         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7467         target.
7468
7469 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7470
7471         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7472
7473         * lilypond-mode.el: turn on blink-matching-paren.
7474
7475 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7476
7477         * scm/output-sodipodi.scm (svg-header): Fix typo.
7478
7479 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7480
7481         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7482         fixes a security hole.
7483
7484         * scripts/lilypond-book.py (original_dir): remove temp_dir
7485
7486         * scm/document-translation.scm: use @code tags.
7487
7488 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7489
7490         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7491
7492         * lilypond-mode.el: add a buffer-local post-command-hook to set
7493         context dependent syntax-table after each cursor event. Remove old
7494         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7495
7496         * lilypond-indent.el: update comments.
7497
7498         * Documentation/footer.html.in: add period.
7499
7500 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7501
7502         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7503
7504         * scm/document-translation.scm (document-property-operation): add
7505         @code{} tags.
7506
7507         * VERSION (PACKAGE_NAME): release 1.7.27
7508
7509         * config.make.in: add PAPER variable
7510
7511         * buildscripts/new-chords.py (help): add help text
7512
7513         * Documentation/user/introduction.itely (Typography and program
7514         architecture):  fixes.
7515
7516         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7517         for texinfo and dvips. This fixes problems with PDF output of the
7518         wrong size.
7519
7520         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7521         DVIPS_PAPERSIZE variable
7522
7523         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7524         TEXINFO_PAPERSIZE variable 
7525
7526 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7527
7528         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7529
7530         * mf/feta-toevallig.mf: lowres fixes.
7531
7532 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7533
7534         * NEWS: Typo and fill-paragraph fixes.
7535
7536         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7537         cast #define.
7538
7539         * configure.in: 
7540         * config.hh.in: Check for lrint.
7541
7542 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7543
7544         * VERSION: 1.7.26 released
7545
7546         * lily/separation-item.cc: add padding property.
7547
7548         * input/test/*.ly: various fixes, remove solo-a2.ly
7549
7550         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7551         bugfix. Fixes old-style markup compatibility.
7552
7553         * Documentation/user/introduction.itely (Introduction): historical
7554         elucidations
7555
7556         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7557
7558         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7559
7560         * Documentation/index.texi (Top): cleanup.
7561
7562         * Documentation/user/introduction.itely (Introduction): rewrite
7563         introduction, 
7564         (Music notation and  engraving): about notation. Add flat-picture
7565
7566 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7567
7568         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7569         separation items. This keeps lyrics from bumping into each other.
7570
7571 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7572
7573         * GNUmakefile.in (topdocs-web): New target.
7574         (local-web): Depend on topdocs-web; fixes html-doc.
7575
7576 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7577
7578         * po/lilypond.pot: run po-replace
7579
7580         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7581
7582         * scm/drums.scm (reset-drum-kit): new function.
7583
7584         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7585
7586         * scripts/update-lily.py: remove
7587         
7588         * VERSION: release 1.7.25
7589         
7590         * Documentation/user/introduction.itely (Introduction): rewrite
7591         start of introduction.
7592
7593 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7594
7595         * lily/all-font-metrics.cc: fixed typo
7596
7597 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7598
7599         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7600         LilyPond-mode-context-set-syntax-table): new functions to define
7601         the syntax table according to context.
7602
7603         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7604
7605 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7606
7607         * Documentation/user/refman.itely (Figured bass): 
7608         language nit courtesy http://www.vocabula.com
7609
7610         * GNUmakefile.in: remove no kpathsea hack.
7611
7612         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7613         doco.
7614
7615         * GNUmakefile.in: remove web-doc target.
7616
7617         * lily/all-font-metrics.cc (find_afm): add message about
7618         buildscripts/clean-fonts.sh 
7619
7620         * scm/define-music-properties.scm (figure): use string for 'figure
7621
7622         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7623
7624         * input/regression/ : add raggedright = ##t where applicable. 
7625         
7626         * scm/bass-figure.scm (make-bass-figure-markup): add
7627         alignBassFigureAccidentals property.
7628
7629         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7630         bracket.
7631
7632         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7633         syllables widths into account for minimum-length.
7634
7635         * input/test/staff-container.ly: update file
7636
7637         * input/test/stem.ly: remove
7638
7639         * lily/event.cc (LY_DEFINE): add ly: prefix.
7640
7641         * input/test/clef-manual-control.ly: from manual-clef
7642
7643         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7644
7645         * input/test/different-time-signatures.ly: move to poly-metric.ly
7646
7647         * input/test/hara-kiri*,scales.ly: remove
7648         
7649         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7650         with chord-names-jazz.ly)
7651
7652         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7653         get scalable cm fonts too.
7654
7655         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7656         --encoding for mftrace if present.
7657
7658         * input/regression/slur-area.ly: move from test/
7659
7660         * input/test/: remove simple-slur-endings slur-attachment
7661         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7662         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7663         slur-symmetry slur-symmetry tie-broken.ly
7664
7665         * scm/drums.scm (set-drum-kit): add function.
7666
7667         * Documentation/user/refman.itely (Percussion staves): use
7668         set-drum-kit
7669
7670         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7671         too
7672         (Global_measure.set_timesig): handle 3/8 time sig too.
7673
7674         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7675         note about triangle note heads.
7676
7677         * scm/drums.scm: use alist for instrument-settings. This fixes the
7678         bug with assigning to drums in the .ly file.
7679
7680         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7681         CHANGED.
7682
7683         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7684         cluster-beacon-interface
7685
7686         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7687
7688         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7689
7690         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7691
7692         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7693         to get positions.
7694
7695         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7696         make ClusterSpannerBeacon to record Y positions. This removes the
7697         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7698         make cluster-note-events.
7699
7700 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7701
7702         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7703
7704         * configure.in: Use lily/main.cc as identifying source file.
7705
7706         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7707
7708         * config.hh.in: 
7709         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7710
7711         * configure.in: Require PYTHON >= 2.0.
7712
7713         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7714           $PYTHON for include dir location.
7715         (STEPMAKE_PYTHON): New function.  Use
7716         
7717             PYTHON=foo ./configure
7718
7719           to override.
7720
7721 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7722
7723         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7724         something.
7725
7726         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7727         ftp.lilypond.org everywhere.
7728
7729 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7730
7731         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7732         detected.
7733
7734         * Documentation/user/refman.itely (Grace notes): note on explicit
7735         contexts
7736
7737 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7738
7739         * lilypond-font-lock.el: add a comment about LilyPond specific
7740         escape characters: ^, - and _, in the syntax table.
7741
7742         * Documentation/user/appendices.itely: a majuscule fix.
7743
7744 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7745
7746         * input/test/trills.ly (endHorizScript): fixes.
7747
7748         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7749         notation, move from regression.
7750
7751         * input/test/script-stack.ly: change name from stacked-scripts
7752
7753         * input/test/ossia.ly: octave errors.
7754
7755         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7756         for midi-volume-equaliser
7757
7758 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7759
7760         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7761         cm fonts.
7762
7763         * mf/feta-beugel.mf: don't multiply font_count by 10.
7764
7765         * lily/lookup.cc (horizontal_line): new function. Use
7766         horizontal-line in output backends.
7767
7768         * Documentation/user/tutorial.itely (An orchestral part): new
7769         section on orchestral stuff and identifiers.
7770
7771 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7772
7773         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7774         some interference to other modes.
7775
7776 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7777
7778         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7779         not maximum of spacing wishes in polyphonic situations.
7780
7781         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7782         number
7783
7784         * lilypond-indent.el: remove paren matching. 
7785
7786         * lily/text-item.cc (interpret_new_markup): new function
7787         use iso. text2molecule.
7788
7789         * lily/main.cc (notice): change FSF address 
7790
7791         * po/de.po: update PO file to 1.6.
7792
7793 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7794
7795         * Documentation/user/ {many}: Add periods and remove spaces.
7796         
7797 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7798
7799         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7800         Disable buffer-locally default paren hook and make a new one. 
7801
7802         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7803         locally LilyPond-paren-mode. Add todo for mouse double-click.
7804
7805 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7806
7807         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7808         Disable buffer-locally default paren idle timer and make a new one. 
7809
7810         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7811         locally LilyPond-show-paren-mode. Add to menu a toggle for
7812         LilyPond-show-paren-function.
7813
7814 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7815
7816         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7817
7818 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7819
7820         * Documentation/user/refman.itely: spelling fix.
7821
7822         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7823         paren highlight function definitions. add todo for
7824         LilyPond-show-paren-mode.
7825
7826 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7827
7828         * input/template/jazz-combo.ly: new file.
7829
7830 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7831
7832         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7833         lo-res fixes.
7834
7835         * mf/feta-schrift.mf: bugfix in varcoda sign.
7836         WARNING: FONT CHANGED
7837
7838         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7839         in accordance with lexer.ll.   
7840
7841 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7842
7843         * Documentation/user/tutorial.itely: Edit introduction.
7844
7845 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7846
7847         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7848         ly:grob-staff-position
7849
7850 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7851
7852         * scm/to-xml.scm: import srfi-1
7853
7854         * VERSION (MAJOR_VERSION):  release 1.7.24
7855
7856         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7857
7858         * scripts/lilypond-book.py (do_file): put texidoc before image.
7859         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7860
7861         * input/regression/*.ly: fix snippet octaves 
7862
7863         * input/test/spanner-after-break-tweak.ly: import
7864         broken-spanner-adjustment
7865
7866         * input/no-notation/midi-transposing.ly: move from input/test/
7867
7868         * input/test/: remove chord-markup
7869
7870         * input/regression/instrument-name-partial.ly: move from input/test.
7871
7872         * input/test/vertical-text.ly: remove
7873
7874         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7875         space above lyrics lines.
7876
7877         * input/test/uniform-breaking.ly: remove file.
7878
7879         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7880         uniform spacing density. 
7881
7882         * input/test/chords.ly (keys): remove file.
7883
7884         * scm/documentation-lib.scm (oop): use srfi-1 too.
7885
7886         * input/regression/*.ly: add \version
7887
7888         * Documentation/user/*.itely: various fixes.
7889
7890         * buildscripts/mf-to-table.py (base): break table every three
7891         symbols.
7892
7893         * input/:  remove %% new-chords-done %% .
7894
7895         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7896         os-music.ly
7897         
7898 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7899
7900         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7901
7902         * scm/new-markup.scm (box-markup): new function.
7903         (box-markup): new function. Contributed by Dick Schoeller
7904         <schoeller@attbi.com>
7905
7906         * scm/lily.scm: remove reduce-no-unit 
7907         (list-insert-separator): use fold-right
7908
7909         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7910         of arguments. 
7911
7912         * NEWS: more neutral language for ancient notation 
7913
7914         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7915         inside pointing beaming for chord tremolo.
7916
7917         * Documentation/user/lilypond-book.itely: minor editing
7918
7919 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7920
7921         * NEWS: added news for 1.8 regarding ancient notation
7922
7923         * Documentation/user/refman.itely (Gregorian square neumes
7924         ligatures): fixed typo
7925
7926         * lily/vaticana-ligature-engraver.cc,
7927         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7928         lower/upper head of Pes only when heads are stacked
7929
7930         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7931         scm/define-grob-properties.scm: cleanup: make "join-left" a
7932         boolean grob property and save delta pitch in grob property
7933         "delta-pitch" instead
7934
7935         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7936
7937 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7938
7939         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7940         completely borked
7941
7942         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7943         (try_music): bug fix: beam multiplicity was completely borked.
7944
7945         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7946         first-n, butfirst-n in favor of srfi-1 functions.
7947         remove string-join, string-pad in favor of srfi-13 functions.
7948
7949         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7950
7951         * NEWS: use complete sentences.
7952
7953         * Documentation/user/introduction.itely (Example applications):
7954         add note about databases and lilypond-book.
7955
7956         * input/test/volta.ly: remove file
7957
7958         * input/regression/volta-broken-left-edge.ly: simplify file
7959
7960 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7961
7962         * Documentation/user/refman.itely (Constructing a tweak): new
7963         subsection.
7964
7965         * Documentation/user/tutorial.itely (Fine tuning layout): add
7966         common tweaks.
7967
7968         * scm/define-grobs.scm (TextScript): use new brewer.
7969
7970 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7971
7972         * VERSION: release 1.7.23
7973
7974         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7975
7976         * python/lilylib.py (make_ps_images): bugfixes.
7977
7978         * input/regression/volta-multi-staff.ly: new file.
7979
7980         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7981
7982         * Documentation/user/tutorial.itely (Piano staffs): new section.
7983         (Setting variables): new section
7984         (Fine tuning layout): new section
7985
7986         * input/just-friends.ly: remove file. Superseeded by
7987         input/test/chords-without-melody.ly
7988
7989         * ly/property-init.ly: add all commands to refman.
7990
7991         * scm/define-translator-properties.scm: remove
7992         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7993
7994         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7995         name. Underscores botch up PS output.
7996
7997         * scm/define-translator-properties.scm: remove
7998         textNonEmpty, oneBeat, regularSpacingDelta
7999
8000         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8001         rule for automaticBars.
8002
8003         * lily/timing-engraver.cc (start_translation_timestep): change
8004         barNonAuto to automaticBars
8005
8006 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8007
8008         * input/test/perform-tie.ly: delete file.
8009
8010 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8011
8012         * Documentation/user/refman.itely (Gregorian square neumes
8013         ligatures): bugfix: do not show ledger lines in neumes table
8014         (fixed by setting staff symbol to transparent rather than removing
8015         it from staff context)
8016
8017 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8018
8019         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8020         glue into brew-new-markup-molecule.
8021
8022         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8023
8024         * Documentation/user/introduction.itely (Computerized typography):
8025         new section
8026
8027         * Documentation/user/tutorial.itely (An orchestral part): remove
8028         pc example from tutorial.
8029
8030         * input/tutorial/lilbook.tex: use screech-boink
8031
8032         * scripts/lilypond-book.py (compile_all_files): split formatting
8033         output body and scheduling lilypond compilation.
8034         (format_lilypond_output_bodies): new function
8035         (format_lilypond_block): new function
8036         (html_pages): allow multi-page images in HTML
8037
8038         * python/lilylib.py (make_ps_images): rename function from
8039         make_preview, merge with make_page_images
8040
8041 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8042
8043         * input/test/key-clefs.ly: moved to regression.
8044
8045         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8046
8047         * input/no-notation/README: added note about midi-*.ly files.
8048
8049         * input/test/two-key.ly: moved to no-notation/parse5.ly
8050
8051         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8052         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8053
8054         * input/test/ {various}: modified comments, marked some for deletion.
8055
8056         * input/test/lines.ly: deleted file; duplicate of
8057         embedded-postscript.ly
8058
8059         * input/test/mmrest-collision: moved to regression.
8060
8061 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8062
8063         * scm/chord-name.scm (note-name->markup): don't superscript root
8064         alterations in chordnames.
8065
8066 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8067
8068         * Documentation/user/refman.itely (Multi measure rests): more
8069         index/cross-referencing.
8070
8071         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8072
8073         * scm/font.scm: remove properties-to-font-name code.
8074
8075         * scm/define-grob-properties.scm: remove 'type
8076
8077         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8078         conversion
8079
8080         * lily/text-spanner.cc: change 'type grob prop to 'style 
8081
8082         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8083         "first" flag to decide whether to make a start-repeat
8084
8085         * input/regression/grace-volta-repeat-2.ly: new file.
8086
8087 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8088
8089         * lilypond-indent.el: rename generic functions to LilyPond-*
8090
8091 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8092
8093         * input/test/thumb.ly: delete, merged into refman.
8094
8095         * Documentation/user/refman.itely: added thumb info to Fingering.
8096
8097         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8098         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8099         vertical-align.ly : deleted files.
8100
8101 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8102
8103         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8104
8105         * lily/line-spanner.cc (broken_trend_offset): remove function.
8106         (get_broken_offset): idem.
8107         (brew_molecule): rewrite the line-break case.
8108
8109         * input/regression/follow-voice-break.ly:  new file.
8110
8111         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8112         start of a system.
8113
8114 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8115
8116         * input/test/tuplet-rest.ly: moved to regression.
8117
8118         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8119         deleted file.
8120
8121         * input/test/ {many} : marked file for possible deletion.
8122
8123 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8124
8125         * input/regression/beam-funky.ly: add note about (disputed)
8126         correct beaming.
8127
8128         * ly/engraver-init.ly (ScoreContext): put key-signature after
8129         staff-bar
8130         
8131 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8132
8133         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8134
8135         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8136
8137         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8138
8139         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8140         stem-extend was deleted (it was duplicate example, and not as
8141         good).
8142
8143         * input/test/[s-z]*.ly: add texidoc index.
8144
8145 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8146
8147         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8148         get_first_notecolumn_y
8149
8150         * lily/spanner.cc (broken_spanner_index): new function.
8151
8152 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8153
8154         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8155         lyric-hyphen.ly : moved to regression.
8156
8157         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8158         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8159
8160         * input/test/instrument-name-mmrest.ly: moved to
8161         ../regression/multi-measure-rest-instr-name.ly
8162
8163         * input/test/knee-sym.ly: moved to
8164         ../regression/beam-knee-symmetry.ly.
8165
8166         * input/test/hymn.ly: change comments.
8167
8168         * input/test/[p-r]*.ly: add texidoc index.
8169
8170 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8171
8172         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8173         to postfix syntax
8174         
8175         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8176         syntax.
8177
8178         * VERSION: release 1.7.22
8179
8180 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8181
8182         * input/test/[h-k]*.ly: added texidoc index.
8183
8184         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8185
8186         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8187
8188         * input/test/ various : mark files for deletion or moving to
8189         regression.
8190
8191         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8192
8193         * input/test/[l-o]*.ly: added texidoc index.
8194
8195 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8196
8197         * scm/music-functions.scm (make-ottava-set): 
8198         only do ottavation if centralCPosition is set.
8199
8200         * lily/translator-scheme.cc (ly:context-property-where-defined):
8201         return '() if not found.
8202
8203 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8204
8205         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8206         Use one command for both commenting and uncommenting.
8207
8208         * lilypond-indent.el (LilyPond-comment-region): new function,
8209         (un)comments each line separately.
8210
8211         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8212         
8213         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8214         imenu is not added by default; adapted from f90.el,
8215         makes Help-menu, which does not fit, visible in XEmacs.
8216         
8217 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8218
8219         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8220         show-paren-mode sets blink-matching-paren-on-screen local.
8221         Try to make show-paren-function to paren-highlight local.
8222
8223         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8224         Copy definitions of Emacs' show-paren-function and
8225         XEmacs' paren-highlight and make minimal changes;
8226         add comments about locality. 
8227         Fix matching first open-paren-char in '<< .. >>'.
8228
8229 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8230
8231         * input/test/g*: added texidoc index.
8232
8233         * input/test/[a-g]*: added raggedright==#t when it
8234          seemed appropiate.
8235
8236         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8237
8238         * Documentation/topdoc/INSTALL.texi: removed false warnings
8239         about gcc 3.3.
8240
8241 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8242
8243         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8244
8245         * input/test/chords-without-melody.ly (texidoc): add from
8246         input/just-friends.ly
8247
8248         * input/regression/size{13--26}.ly: move from input/
8249
8250         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8251         input/{star-spangled-banner,twinkle}.ly: remove 
8252         
8253         * lily/slur.cc: remove slur over rest warnings.
8254
8255         * lily/note-spacing.cc (get_spacing): include left part of right
8256         object in fixed space. This fixes stretched space before
8257         accidentals.
8258
8259         * input/regression/spacing-accidental-stretch.ly: new file.
8260
8261 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8262
8263         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8264         Reduce to 16pt.
8265
8266 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8267
8268         * input/regression/spacing-knee.ly: docstring
8269
8270         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8271
8272         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8273         input/tutorial/{test,solar,flowing}.ly: remove
8274
8275         * input/rhythm.ly: remove
8276
8277         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8278
8279         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8280         update syntax. 
8281
8282         * scm/define-grobs.scm (all-grob-descriptions): set
8283         knee-spacing-correction to 1.0
8284
8285         * lily/note-spacing.cc (stem_dir_correction): compute knee
8286         correction using stem-thickness and head width.
8287
8288         * input/regression/beam-quanting-horizontal.ly: update texidoc
8289
8290         * scm/define-grobs.scm (all-grob-descriptions): set
8291         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8292         This fixes 32nd beams for noteheads in spaces quants.
8293
8294         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8295
8296 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8297
8298         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8299
8300 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8301
8302         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8303
8304         * VERSION (PACKAGE_NAME): release 1.7.21
8305
8306         * input/regression/stem-shorten.ly: new file.
8307
8308         * lily/stem.cc (get_default_stem_end_position): revise stem
8309         shortening code.
8310
8311         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8312
8313         * input/test/{scripts,volta-start,sleur}.ly: remove
8314         
8315         * input/regression/span-bar.ly: smaller file.
8316
8317         * input/regression/spacing-{natural,tight,loose}.ly: remove
8318
8319         * input/test/markup.ly: remove
8320
8321         * scripts/lilypond-book.py: put printfilename in separate chunk,
8322         so texidoc is printed after the filename.  
8323
8324 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8325
8326         * make/lilypond.mandrake.spec.in: fix docdirs.
8327
8328 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8329
8330         * input/regression/beam-french.ly: bugfix.
8331
8332         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8333
8334         * input/regression/(various).ly: add raggedright = #t.
8335
8336         * input/regression/auto-beam.ly: move from abe.ly
8337
8338 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8339
8340         * input/test/f*.ly: added texinfo index.
8341         
8342         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8343
8344 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8345
8346         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8347         quant penalty for beam just outside staff.
8348
8349         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8350         from beam-pos.ly,  remove non-horizontal tests. 
8351
8352         * input/test/(various): cleanup header info. 
8353
8354         * input/test/tchaikovsky.ly: remove file.
8355
8356         * scm/chord-generic-names.scm: move from
8357         double-plus-new-chord-name.scm
8358
8359         * input/test/orchestscore.ly: remove file
8360
8361         * Documentation/user/refman.itely (Vocal music): update documentation.
8362
8363         * scm/define-translator-properties.scm (chordNoteNamer): remove
8364         chordNameStyle, use chordNameFunction
8365
8366         * scm/chord-name.scm (set-chord-name-style): remove
8367         set-chord-name-style. Use \property chordNameFunction.
8368
8369 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8370
8371         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8372         music): remove @TeX{} command.
8373
8374 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8375
8376         * lilypond-indent.el (scan-sexps): Renamed to
8377         aargh-this-breaks-other-emacs-modes-scan-sexps.
8378
8379 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8380
8381         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8382         closing slurs: '()', etc. Add comments.
8383
8384         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8385
8386         * lilypond-font-lock.el: match unending string at eof.
8387
8388         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8389         
8390 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8391
8392         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8393         input/test/beam-dir.ly input/test/beam-position.ly    
8394         input/test/beam-suspect.ly input/test/beam-trend.ly    
8395         input/test/beams.ly input/test/crescendo-text.ly : deleted
8396         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8397         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8398         * input/test/default-bars.ly: moved to bar-always.ly
8399         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8400
8401 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8402
8403         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8404
8405 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8406
8407         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8408
8409 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8410
8411         * lilypond-indent.el: Match better slurs in scheme expressions.
8412         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8413
8414         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8415
8416 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8417
8418         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8419
8420         * input/ac-extra-voice.ly: Add texidoc.
8421
8422         * ly/chord-modifiers-init.ly: 
8423         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8424         and chordNameExceptionsPartial for new chord names.
8425
8426         * input/test/chord-names-dpnj.ly: 
8427         * input/test/dpncnt.ly: Update.
8428
8429         * scm/chord-name.scm: 
8430         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8431         chord selection and options.
8432
8433         * ly/chord-modifiers-init.ly: Add exceptions 
8434
8435         * scm/define-translator-properties.scm (chordNameStyle) 
8436         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8437
8438 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8439
8440         * ly/property-init.ly (germanChords): Added.
8441         (semiGermanChords): Added.
8442         
8443         * input/test/chord-names-german.ly: Use new macros
8444         
8445 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8446
8447         * lilypond-indent.el: Use similar parenthesis highlighting for 
8448         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8449         functions; removed LilyPond-show-paren-function. Fix indenting.
8450         Turn paren-matching on also in XEmacs.
8451
8452         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8453         as needed by parenthesis highlighting functions (in scan-sexp).
8454
8455 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8456
8457         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8458         function.
8459         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8460
8461 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8462
8463         * lilypond-indent.el: tune regexp for show-paren-function.
8464
8465 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8466
8467         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8468         for all LilyPond-produced tex snippets.
8469
8470         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8471         fixes one line --preview output of ly2dvi.
8472
8473 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8474
8475         * lilypond-indent.el: match only one type of slurs in
8476         LilyPond-show-paren-function.
8477
8478 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8479
8480         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8481         * debian/lilypond1.7.dirs: 
8482         * debian/lilypond1.7-doc.dirs: New file.
8483
8484         * input/regression/chord-name-exceptions.ly: Add parameter for
8485         ignatzekExceptions.  Quote hash in docstring.
8486
8487 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8488
8489         * lilypond-indent.el (show-paren-function): define show-paren-function
8490         as LilyPond-blink-matching-open and use it for closing parens.
8491         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8492
8493         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8494         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8495         LilyPond-blink-matching-paren in order to match both open and close
8496         brackets.
8497         
8498 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8499
8500         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8501         testing by modifying the code from FSF Emacs paren.el. Add comments.
8502
8503 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8504
8505         * input/test/dpncnt.ly: Transpose example to match new
8506         default \chords octave.  Add comment.
8507         
8508         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8509         comment about octave change.
8510
8511 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8512
8513         * input/test/[d,e]: added texinfo index tags.
8514         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8515
8516 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8517
8518         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8519
8520 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8521
8522         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8523         as in blink-matching-open.
8524
8525 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8526
8527         * input/test/[a-c]: more comments in files.
8528         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8529         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8530         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8531         mark file for proposed deletion.
8532         * input/test: renaming files:
8533         auto-beam-4-8.ly to beam-auto-4-8.ly
8534         auto-beam-override.ly to beam-auto-override.ly
8535         auto-beam.ly to beam-auto.ly
8536         blank.ly to blank-paper.ly
8537         absolute-volume.ly to dynamic-absolute-volume.ly
8538
8539 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8540
8541         * input/test/dpncnt.ly: 
8542         * input/test/chord-names-dpnj.ly: Resurrect.
8543
8544         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8545
8546         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8547
8548         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8549         Better docstring, add parameter OMIT-ROOT, tidy up.
8550
8551 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8552
8553         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8554
8555 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8556
8557         * scm/output-ascii-script.scm (as-font-alist-alist):
8558         (as-properties-to-font-name):
8559         (as-make-style-sheet): Remove.
8560
8561         * scm/font.scm (as-make-font-list): New function.
8562         (as-font-sheet-alist): New variable.
8563
8564         * ly/paper-as9-init.ly: 
8565         * ly/paper-as5-init.ly: Update.
8566
8567         * ly/paper-as5.ly:
8568         * ly/paper-as9.ly: New file.
8569
8570 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8571
8572         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8573
8574 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8575         * input/sondag-morgen/*: removed due to copyright concerns.
8576         * input/[a,b]*.ly: added a newline at the end of the texinfo
8577         doc string (produces better output in HTML version).
8578         * input/c*.ly: added texinfo index and added comments to
8579         aid in future changes to input/test/ files.
8580
8581 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8582         
8583         * Documentation/user/refman.itely: fixed build problem (missing
8584         file) caused by previous renaming.
8585
8586 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8587         
8588         * input/test/[a,b]*.ly: added texinfo index and added comments to
8589         aid in future changes to input/test/ files.
8590         * input/test/bar-number-every-5-reset.ly: renamed to
8591         bar-number-every-five-reset.ly
8592         * input/test/bar-script-visibility.ly: renamed to
8593         bar-number-show-all.ly
8594
8595 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8596
8597         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8598         to Voice.
8599
8600         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8601         out note-line and glissando functionality.
8602         
8603         * lily/line-spanner.cc (brew_molecule): cleanup.
8604
8605 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8606
8607         * scripts/as2text.scm: Use rdelim module.
8608         (start-system): Rename from start-line.
8609         (stop-system): Rename from stop-line.
8610         (af-gulp-file): Use string iso symbol for getenv.
8611
8612         * scm/output-ascii-script.scm: Add guile and lily modules.
8613         (font-name-alist): New variable.
8614         (draw-line): New function.
8615
8616         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8617         (Were these silently removed, without ChangeLog entry?)
8618
8619 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8620
8621         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8622         process 2nd ottava correctly.
8623
8624 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8625
8626         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8627
8628 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8629
8630         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8631
8632 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8633
8634         * VERSION: release 1.7.20
8635         
8636         * lily/text-spanner.cc (brew_molecule): clean up function. This
8637         fixes bugs with broken 8va spanners.
8638
8639         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8640         This prevents spurious line-breaks with raggedright
8641         
8642 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8643
8644         * lily/key-performer.cc (create_audio_elements): always use major
8645         key
8646
8647         * Documentation/user/internals.itely: updates
8648
8649         * input/regression/beam-break.ly: new file.
8650
8651         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8652         beams if starting or terminating stems have 'beaming set.)
8653
8654         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8655         property.
8656
8657         * lily/parser.yy (verbose_command_req): add comment about scales.
8658
8659 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8660
8661         * lilypond-indent.el: adjust regexps in bracket-matching.
8662
8663 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8664
8665         * Documentation/user/refman.itely: more tiny fixes
8666
8667         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8668         "Chord names"; added table with input syntax for solesmes neumes
8669         table; added some words about rationale on input syntax design
8670
8671         * lily/gregorian-ligature-engraver.cc,
8672         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8673         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8674         alignment of Pes Initio Debilis
8675
8676         * Documentation/user/refman.itely,
8677         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8678         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8679         bugs in the solesmes neumes table
8680
8681 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8682
8683         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8684         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8685
8686         * lilypond-mode.el: fix tag-score. small improvements.
8687
8688 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8689
8690         * .cvsignore: Add aclocal.m4.
8691
8692         * lily/music-constructor.cc: Include <assert.h>.
8693
8694 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8695
8696         * ly/engraver-init.ly (HaraKiriStaffContext): use
8697         RemoveEmptyStaffContext instead.
8698
8699         * Documentation/user/refman.itely: updates
8700
8701 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8702
8703         * Documentation/user/refman.itely: added solesmes neumes table;
8704         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8705         bugfix: "Ornaments" -> "Articulations"
8706
8707         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8708
8709 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8710
8711         * lilypond-indent.el: Add a message about trying to match \] or \).
8712         
8713 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8714         
8715         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8716         obsolete "arithmetic_*"
8717
8718         * input/bugs/ligatures.ly: removed (will be put into a different
8719         directory later)
8720
8721 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8722
8723         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8724         libkpathsea (Maurizio Tomasi).
8725
8726 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8727
8728         * input/regression/repeat-slash.ly (texidoc): new file
8729
8730         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8731         slash repeats separately. Slash repeats and %
8732         repeats can now be nested.
8733
8734 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8735
8736         * lilypond-indent.el: Add preliminary test for closing \] and \).
8737         
8738 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8739
8740         * lily/gregorian-ligature-engraver.cc,
8741         lily/vaticana-ligature-engraver.cc,
8742         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8743         mf/parmesan-heads.mf: various semivocalis related bugfixes
8744
8745         * input/bugs/ligatures.ly: new file demonstrating problems with
8746         ligatures
8747         
8748 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8749
8750         * lilypond-mode.el,
8751         lilypond-font-lock.el,
8752         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8753
8754 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8755
8756         * lilypond-mode.el: Remove outdated code. Stress the difference 
8757         between Emacs and XEmacs definitions.
8758
8759         * lilypond-mode.el,
8760         lilypond-indent.el: Define a function interactive only when necessary.
8761
8762 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8763
8764         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8765         Use inactive regions also in XEmacs.
8766
8767 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8768
8769         * Documentation/user/refman.itely (Repeat syntax): more updates
8770
8771         * lily/simple-spacer.cc (solve): move solution process into
8772         solve(). This fixes a bug with collisions and raggedright = ##t.
8773  
8774         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8775
8776         * ly/engraver-init.ly: remove GraceContext. Update examples.
8777
8778 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8779
8780         * GNUmakefile.in (fonts): Also make fontball.
8781
8782         * Website fixes:
8783
8784         * ly/engraver-init.ly (GraceContext): Add.
8785
8786         * run:
8787
8788             convert-ly $(find . -name *.ly)
8789
8790         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8791         new chords.
8792
8793 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8794
8795         * VERSION: 1.7.19 released
8796         
8797         * scm/music-functions.scm (set-octavation): new function.
8798
8799         * input/regression/ottava.ly: new file
8800
8801         * lily/translator-scheme.cc (LY_DEFINE): new function
8802         ly:unset-context-property
8803         (LY_DEFINE) new function ly:context-property-where-defined: 
8804
8805 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8806
8807         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8808
8809         * lilypond.words: add few.
8810
8811         * input/test/script-chart.ly: fix typo.
8812
8813 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8814
8815         * scm/define-grobs.scm: uniform naming for definitions and output
8816         routine files. 
8817
8818         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8819         scm/context-description.scm
8820
8821         * lily/parser.yy (translator_spec_body): add \description to the
8822         \translator{} body syntax.
8823
8824         * lily/ottava-engraver.cc: new file.
8825
8826         * scm/chord-name.scm (natural-chord-alteration): replace old
8827         chord stuff. 
8828
8829         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8830
8831         * Documentation/user/refman.itely (Metronome marks): update doco.
8832
8833         * input/regression/markup-note.ly: new file
8834
8835         * input/regression/metronome-marking.ly: new file
8836
8837         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8838
8839         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8840         metronome marks.
8841
8842 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8843
8844         * Documentation/user/GNUmakefile: Compatibility fix for new
8845         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8846         for making binary packages; info splitting bug has been fixed.
8847
8848         * Documentation/user/refman.itely: Compile fixes.
8849
8850 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8851
8852         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8853         Count \midi -keywords also for a region.
8854
8855 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8856
8857         * lily/lookup.cc (LY_DEFINE): new function
8858
8859         * Documentation/user/tutorial.itely: updates
8860
8861 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8862
8863         * lilypond-mode.el: Allow Midi on buffer.
8864         Use only '.ly'-extension, remove '.sly' and '.fly'.
8865         Allow use of inactive regions. Invoke next Command on Master file, 
8866         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8867
8868 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8869
8870         * Documentation/user/tutorial.itely: updates.
8871
8872 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8873
8874         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8875
8876 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8877
8878         * lily/coherent-ligature-engraver.cc: fixed typo
8879
8880         * lily/coherent-ligature-engraver.cc,
8881         lily/gregorian-ligature-engraver.cc,
8882         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8883         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8884         lily/vaticana-ligature-engraver.cc,
8885         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8886         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8887         removed all ligature specific stuff from NoteHead code
8888
8889         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8890         ligatures now use regular noteheads
8891
8892         * lily/vaticana-ligature.cc: tiny code cleanups
8893
8894         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8895         space between two adjacent noteheads of the same pitch
8896
8897         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8898         description; cleanup: removed obsolete font-family settings
8899
8900 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8901
8902         * lily/coherent-ligature-engraver.cc,
8903         lily/gregorian-ligature-engraver.cc,
8904         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8905         lily/mensural-ligature-engraver.cc,
8906         lily/vaticana-ligature-engraver.cc,
8907         lily/include/gregorian-ligature-engraver.hh: updated for new
8908         Coherent_ligature_engraver; added comments that describe the basic
8909         design ideas of the ligature implementation
8910
8911         * lily/coherent-ligature-engraver.cc,
8912         lily/include/coherent-ligature-engraver.hh: new file: shared code
8913         between mensural ligatures and Gregorian chant notation ligatures
8914
8915 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8916
8917         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8918         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8919         use only two arguments in sit-for, use no arguments in
8920         read-char-exclusive, backspace is not a character (127) in XEmacs.
8921
8922         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8923
8924 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8925
8926         * lilypond-mode.el: un-commenting works after syntax-table fix.
8927
8928         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8929         group, verbose commenting for syntax table.
8930
8931         * lilypond-indent.el: add TODO for ligature slurs.
8932
8933 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8934
8935         * lilypond-mode.el: Move comments of parenthesis matching away,
8936         (blink-matching-paren-on-screen) fix blinking in Emacs.
8937
8938         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8939         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8940
8941         * lilypond-indent.el: Add TODO for parenthesis matching.
8942
8943 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8944
8945         * lilypond-mode.el: Fix XEmacs: 
8946         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8947         invoke explicitly easy-menu-add (in Emacs done automatically).
8948         
8949         * lilypond.words: Add few words from input/*/*.ly.
8950
8951 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8952
8953         * VERSION (PATCH_LEVEL): release 1.7.18
8954
8955         * scripts/lilypond-book.py: only print basename for printfilename
8956         option
8957
8958         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8959         and syntax updates.
8960
8961 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8962
8963         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8964         better parametrisation. Move fatness of bulb downward.
8965
8966         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8967         glyph names. Underscores are not allowed .ps encoding files.
8968
8969 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8970
8971         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8972         variable "packed" for packed right-ragged mode
8973
8974         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8975         unused variable ragged; fixed indentation
8976
8977         * Documentation/user/refman.itely: tiny cleanups in ancient
8978         clef and custos section
8979
8980 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8981
8982         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8983         \applyoutput PROCEDURE
8984
8985         * lily/my-lily-lexer.cc: add \applyoutput.
8986
8987         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8988
8989         * lily/text-item.cc: clean text-interface description
8990
8991 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8992
8993         * input/{regression,test}/: use postfix for slur endings and beam
8994         begins.
8995
8996         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8997         style beams too. 
8998
8999         * input/regression/lyrics-melisma-beam.ly: new file.
9000
9001         * lily/lyric-engraver.cc (process_music): change from
9002         process_acknowledged_grobs()
9003
9004         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9005         functions to set and revert auto-beam settings.
9006
9007 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9008
9009         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9010
9011 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9012
9013         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9014         Documentation/user/lilypond.tely: fixed some typos; updated author
9015         info
9016
9017         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9018         #"" -> #'flag-style = #'()
9019
9020         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9021         cleanup: removed dead #includes
9022
9023         * lily/gregorian-ligature-engraver.cc,
9024         lily/include/gregorian-ligature.hh,
9025         scm/grob-property-description.scm: small cleanups, small spacing
9026         fixes
9027
9028         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9029         lily/vaticana-ligature.cc,
9030         lily/include/gregorian-ligature-engraver.hh,
9031         scm/grob-property-description.scm, scm/music-types.scm:
9032         "porrectus" -> "pes or flexa"
9033
9034         * ly/engraver-init.ly, scm/grob-description.scm,
9035         scm/grob-property-description.scm: junked porrectus, now handled
9036         by ligature code
9037
9038         * scm/grob-description.scm: bugfix: added space-alist entry for
9039         breathing sign/custos
9040
9041 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9042
9043         * Another grand 2003 update.
9044         
9045         * Remove mentioning of `mudela'; There's no such thing.
9046
9047 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9048
9049         * Documentation/user/preface.itely (Preface to version 1.8): update
9050
9051         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9052
9053         * Documentation/user/converters.itely (Invoking convert-ly): revise
9054
9055         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9056
9057         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9058
9059 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9060
9061         * Documentation/user/internals.itely: more updates.
9062
9063 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9064
9065         * Documentation/user/refman.itely: revise 
9066
9067         * Documentation/user/internals.itely: revise
9068
9069         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9070
9071 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9072
9073         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9074         beautification: reformatted ancient clefs section; cleanup: small
9075         wording fixes
9076
9077 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9078
9079         * lilypond.words: added words for chant notation, sorted
9080         alphabetically through "sort lilypond.words"
9081
9082 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9083
9084         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9085         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9086         chant notation
9087
9088 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9089
9090         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9091         prevent TeX from interpreting them as long dash
9092
9093         * input/test/vaticana.ly: updated
9094
9095         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9096         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9097         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9098         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9099         fixes
9100
9101         * mf/parmesan-heads.mf: ledger endings: removed dead code
9102
9103 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9104
9105         * VERSION: 1.7.17 released
9106         
9107         * Documentation/user/GNUmakefile
9108         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9109         files too.
9110
9111         * scm/document-markup.scm: new file: document all markup
9112         functions.
9113
9114         * scm/documentation-generate.scm: rename all documentation modules
9115         to document-*.scm
9116
9117         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9118         .png
9119
9120         * input/test/divisiones.ly: added
9121
9122         * input/regression/output-property.ly: new file
9123
9124         * lily/cluster.cc: change cluster-interface to use style property
9125
9126 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9127
9128         * input/test/chord-names-german.ly: modified.
9129
9130         * scm/chords-ignatzek.scm:
9131           chord-name->german-markup: Added
9132           note-name->german-markup: Changed (now producing lowercase notenames)
9133
9134         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9135         
9136 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9137
9138         * scripts/convert-ly.py (FatalConversionError.conv):
9139         divisiominima -> divisioMinima, etc.
9140
9141         * ly/engraver-init.ly (FiguredBassContext): add
9142         Separating_line_group_engraver to Figured bass context.
9143
9144         * ly/german-chords-init.ly: remove file
9145
9146         * input/test/chord-names-german.ly (scm): new file.
9147
9148         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9149
9150         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9151         Chord_name_engraver
9152
9153         * Documentation/user/refman.itely: lots of updates.
9154
9155         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9156         new file
9157
9158         * input/test/bar-number-every-5-reset.ly: new file.
9159
9160 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9161
9162         * input/regression/chord-name-major7.ly: new file
9163
9164         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9165         if specced explicitly.
9166
9167         * input/regression/chord-name-entry-11.ly: new file.
9168
9169         * input/test/slur-beautiful.ly: new file.
9170
9171         * Documentation/user/refman.itely: updates.
9172
9173         * input/regression/collisions.ly (threevoice): cleanup.
9174
9175         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9176
9177 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9178
9179         * Documentation/user/*.itely: various updates.
9180
9181         * ly/spanners-init.ly: enddecr/ endcr.
9182
9183         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9184         of tutorial
9185
9186 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9187
9188         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9189
9190         * lily/new-chord-name-engraver.cc (process_music): use octavation
9191         (a number) instead of original-pitch to store inversions. This
9192         fixes a problem with transposed chords with inversions.  
9193
9194 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9195
9196         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9197         used in includable-lexer.hh.
9198
9199         * lily/includable-lexer.cc: Bugfix: include config.h.
9200
9201         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9202         circumvention of Debian packaging bug.
9203
9204 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9205
9206         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9207         
9208         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9209
9210         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9211         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9212
9213         * lily/include/includable-lexer.hh: 
9214         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9215
9216         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9217
9218         * aclocal.m4: Regenerate.
9219
9220         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9221         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9222
9223         * scm/pdf.scm (use-modules): Include lily.
9224
9225         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9226         Noordkamp).
9227         (use-modules): Include lily.
9228         (lily-def): Bugfix: include tex-val in let.
9229
9230 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9231
9232         * lilypond-mode.el: sensible error if lilypond.words not found.
9233
9234         * lilypond.words: add few words.
9235
9236 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9237
9238         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9239
9240         * mf/parmesan-scripts.mf: fixed typo in char name
9241
9242 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9243
9244         * VERSION: 1.7.16 released
9245
9246         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9247         (this is a security vulnerability).
9248
9249         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9250
9251         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9252         add staff support.
9253
9254 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9255
9256         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9257         ly/script-init.ly, scm/script.scm: bugfix: renamed
9258         fermata->signumcongruentiae to fix naming clash with feta font
9259
9260 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9261
9262         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9263
9264         * lily/multi-measure-rest-engraver.cc
9265         (start_translation_timestep): use grace timing too for determining
9266         when to make mmrest.
9267         (start_translation_timestep): clear numbers too.
9268
9269 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9270
9271         * scm/music-types.scm: compile fix: escape braces
9272
9273         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9274         work around font selection problem
9275
9276         * Documentation/user/refman.itely: BreathingSign: added docu for
9277         property "text"
9278
9279 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9280
9281         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9282         information.
9283
9284 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9285
9286         * lily/multi-measure-rest-engraver.cc (class
9287         Multi_measure_rest_engraver): make multiple Number objects, one
9288         for each MultiMeasureTextEvent.
9289
9290         * scm/music-functions.scm (glue-mm-rest-texts): use
9291         MultiMeasureTextEvent
9292
9293         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9294
9295         * Documentation/user/refman.itely (Multi measure rests): update.
9296
9297 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9298
9299         * lily/ly-module.cc (ly_copy_module_variables): use
9300         scm_internal_hash_fold() for iterating modules.
9301
9302 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9303
9304         * Documentation/user/refman.itely: Section Custodes: added more
9305         example code
9306
9307         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9308         neo-mensural rests to parmesan font
9309
9310         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9311         header
9312
9313 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9314
9315         * Documentation/user/macros.itexi: @fileref macro.
9316
9317         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9318         each file. 
9319
9320 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9321
9322         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9323         Documentation/topdocs/AUTHORS.texi: updated my email address
9324
9325         * Documentation/user/refman.itely: updated custos documentation;
9326         beautified divisiones example; beautified articulations table
9327
9328         * lily/breathing-sign.cc: bugfix: finalis molecule
9329
9330 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9331
9332         * Documentation/user/refman.itely: added docu for
9333         contemporary fermata symbols, gregorian breathing signs; small fixes
9334
9335         * ly/gregorian-init.ly: removed obsolete #'type props
9336
9337 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9338
9339         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9340         minimum-length property correctly.
9341
9342 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9343
9344         * scm/music-functions.scm (make-multi-measure-rest): set input
9345         locations for multimeasure rests.
9346
9347 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9348
9349         * input/regression/breathing-sign.ly: updated to for ancient
9350         notation
9351
9352 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9353
9354         * scripts/ly2dvi.py: Add newline.
9355
9356 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9357
9358         * scripts/ly2dvi.py (dependency_files): Compile fix.
9359
9360 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9361
9362         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9363         (make_html_menu_file): --html menu. 
9364
9365 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9366
9367         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9368
9369 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9370
9371         * input/screech-boink.ly: new file.
9372
9373 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9374
9375         * scripts/lilypond-book.py (make_lilypond_file): convert
9376         lilypond-file to lilypond block directly, without going through
9377         begin/end lilypond text.
9378         
9379
9380 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9381
9382         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9383         scm/grob-description.scm: moved Michael's original breathing sign
9384         code in brew_molecule() to divisio_minima(); provided new
9385         brew_molecule() that effectively replaces the
9386         Text_item::brew_molecule callback (with additional fallback to
9387         Michael's original code); added callbacks for brewing divisio
9388         maior/maxima and finalis
9389
9390         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9391         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9392
9393         * script-init.ly: added shortfermata, longfermata,
9394         verylongfermata, varcoda
9395
9396         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9397         longfermata, verylongfermata, varcomma, varcoda
9398
9399 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9400
9401         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9402           Remove all noquote and insert a few quote.
9403         
9404         * Documentation/user/lilypond-book.itely (Music fragment options),
9405           scripts/lilypond-book.py: Don't include quotation blocks by
9406           default. Introduce option quote instead of noquote
9407
9408 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9409
9410         * VERSION: 1.7.15 released
9411         
9412         * Documentation/user/lilypond.tely: omf updates.
9413
9414         * buildscripts/texi2omf.py (omf_vars): include version.date
9415
9416         * make/lilypond.redhat.spec.in: fixes for spec file. 
9417
9418         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9419         by function definition: lily now requires a recent GNU Make.
9420
9421         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9422         writing.
9423
9424         * make/ly-rules.make: remove .ly -> .tex rule
9425
9426         * Documentation/user/refman.itely (Figured bass): revised figured
9427         bass example.
9428
9429 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9430
9431         * stepmake/stepmake/omf-targets.make (local-install): add
9432         scrollkeeper-update message.
9433
9434         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9435         to binary.
9436         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9437
9438         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9439
9440         * Documentation/user/converters.itely (Invoking midi2ly): add
9441         track/channel notice.
9442
9443 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9444
9445         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9446
9447         * lily/parser.yy (scalar): DIGIT is also a scalar.
9448
9449         * Documentation/user/music-glossary.tely: add @omf tags
9450
9451         * Documentation/user/lilypond.tely: add @omf tags
9452
9453         * scm/generate-documentation.scm (string-append): add @omf tags.
9454
9455         * stepmake/stepmake/omf-*: new files 
9456
9457         * input/regression/multi-measure-rest.ly (texidoc): add doco
9458
9459         * GNUmakefile.in (web-doc-install): add web-doc-install target
9460
9461         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9462         fixes crashes while dumping MIDI.
9463
9464         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9465         midi
9466
9467 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9468
9469         * buildscripts/texi2omf.py: new file.
9470
9471         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9472         font-name
9473
9474 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9475
9476         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9477
9478         * lily/sequential-iterator.cc (descend_to_child): call
9479         descend_to_child() for all types of music.
9480
9481 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9482
9483         * scm/translator-property-description.scm: Add
9484         bassFigureFormatFunction.  Replace some entries.
9485
9486 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9487
9488         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9489         clean out.
9490
9491 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9492
9493         * scripts/midi2ly.py (Note.dump): never dump duration for
9494         dump_dur=0.
9495
9496         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9497         new function
9498
9499         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9500         figures using new markups. Much simpler, and should improve layout
9501         a little.
9502
9503         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9504
9505 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9506
9507         * ly/engraver-init.ly: use Hara kiri by default for 
9508         ChordNames, FiguredBass and Lyrics(Voice) context. 
9509
9510         * lily/axis-group-engraver.cc (acknowledge_grob): use
9511         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9512
9513         * scm/new-markup.scm (markup-function-list): add bracket,
9514         vbracket.
9515
9516         * ly/engraver-init.ly (ChordNamesContext): set
9517         minimumVerticalExtent
9518
9519 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9520
9521         * input/test/time-signature-double.ly: new file 
9522
9523         * input/regression/collision-head-chords.ly (texidoc): new file.
9524
9525         * lily/type-swallow-translator.cc: add note swallow translator 
9526
9527         * input/test/time-signature-double.ly: new file.
9528
9529         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9530
9531         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9532         (FiguredBassContext): idem.
9533
9534         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9535
9536         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9537
9538         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9539
9540         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9541         .afm dependency
9542
9543         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9544
9545         * python/lilylib.py (make_page_images): add function.
9546
9547         * scripts/ly2dvi.py (run_latex): include title in preview image.
9548
9549         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9550         from lilypond-book for <ly2dvifile> tags in HTML.
9551
9552         * scripts/ly2dvi.py (option_definitions): add --debug option to
9553         print out environment.
9554
9555         * input/regression/tie-chord-partial.ly: new file.
9556
9557 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9558
9559         * lilypond.words: add 3
9560
9561 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9562
9563         * scm/new-markup.scm (markup-function-list): add finger-markup
9564
9565         * input/tutorial/brahms-tweaked.ly: new markup 
9566
9567         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9568
9569         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9570         crash when processing '() markup
9571
9572         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9573
9574         * lily/breathing-sign.cc (railtracks): another caesura.
9575
9576         * mf/feta-schrift.mf: caesura symbol. 
9577
9578 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9579
9580         * scripts/convert-ly.py (FatalConversionError.conv): add
9581         ly:molecule-XXX conversions.
9582
9583         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9584
9585         * input/regression/multi-measure-rest-text.ly: new file.
9586
9587         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9588         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9589
9590         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9591         ScoreContext
9592
9593         * scm/new-markup.scm (center-markup): \center markup.
9594
9595         * scm/music-functions.scm: remove pitchify scripts.
9596
9597         * lily/music.cc (print_smob): display music name if available 
9598
9599 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9600
9601         * Documentation/user/refman.itely (Instrument names): remove
9602         \turnOff doco.
9603
9604 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9605
9606         * lily/score.cc (mark_smob): bugfix.
9607
9608         * input/regression/rehearsal-mark.ly: new file.
9609
9610         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9611         report error at the current token again.
9612
9613 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9614
9615         * cygwin/mknetrel: Exit if doc build fails.
9616
9617         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9618
9619 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9620
9621         * scm/music-types.scm (music-descriptions): add doc strings
9622
9623 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9624
9625         * lily/lexer.ll: 
9626         * lily/include/my-lily-lexer.hh: 
9627         * lily/include/includable-lexer.hh: Add flex kludge.
9628
9629         * config.hh.in: 
9630         * config.make.in: 
9631         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9632         cruft.
9633         
9634         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9635         code.
9636
9637 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9638
9639         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9640
9641         * lily/parser.yy (new_chord): Compile fix.
9642
9643 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9644
9645         * Documentation/user/refman.itely (Tuning groups of objects):
9646         remove documentation for \turnOff. 
9647
9648         * lily/percent-repeat-engraver.cc (try_music): add correct
9649         processing moments for double-measure percents as well.
9650
9651         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9652
9653         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9654         grob prop type. 
9655
9656         * Documentation/user/refman.itely (Printing named chords): add
9657         chord name tweak doco.
9658
9659         * input/template/gregorian-transcription.ly: new file.
9660
9661 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9662
9663         * VERSION: 1.7.13 released
9664         
9665         * input/test/*: lots of cleanups/comment-outs/removals in chord
9666         examples
9667         
9668         * input/regression/*: lots of cleanups/comment-outs/removals in
9669         chord examples
9670         
9671         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9672         options
9673
9674         * lily/new-chord-name-engraver.cc (process_music): give original
9675         inversion pitch to chord name routine.
9676
9677         * input/tutorial/os-score.ly: update to new markup
9678
9679         * Documentation/user/appendices.itely: simply include
9680         chords-ignatzek. 
9681
9682         * Documentation/user/refman.itely (Chords mode): add documentation
9683         for chord mode.
9684
9685         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9686         not present in chord.
9687         (construct-chord): add inversion and bass support.
9688
9689         * lily/chord.cc: junk contents.
9690
9691 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9692
9693         * Documentation/user/refman.itely:
9694         * Documentation/user/music-glossary.tely: fix. 
9695
9696 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9697
9698         * scm/chord-entry.scm (construct-chord): move chord construction
9699         to Scheme.
9700
9701         * lily/parser.yy (new_chord): new setup for chord entry.
9702
9703 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9704
9705         * lilypond.words:
9706         * Documentation/user/music-glossary.tely: add ambitus.
9707
9708 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9709
9710         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9711
9712         * lily/include/*.hh: string() -> to_string()
9713
9714         * scm/chords-ignatzek.scm: new file.
9715
9716         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9717         standard chord name exceptions.
9718
9719         * scm/translator-property-description.scm (chordNameSeparator):
9720         add property.
9721         (majorSevenSymbol): add property
9722
9723         * lily/translator-scheme.cc (ly:context-properties): new function
9724         (ly:context-parent): new function.
9725         (print_smob): print context name.
9726
9727         * lily/music.cc (ly:get-music-length): new function
9728         (print_smob): don't print properties.
9729
9730         * lily/duration.cc (duration<?): new function
9731
9732         * input/regression/chords-funky-ignatzek.ly: new file.
9733
9734         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9735         jazz chords.
9736
9737         * lily/pitch.cc (ly:pitch-diff): new function.
9738
9739         * input/regression/chords-ignatzek.ly: new file.
9740
9741 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9742
9743         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9744         pitches for jazz chords.
9745
9746 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9747
9748         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9749
9750 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9751
9752         * lilypond.words: add 1
9753
9754 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9755
9756         * Documentation/topdocs/AUTHORS.texi: refine.
9757
9758 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9759
9760         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9761         
9762         * lilypond.words: add one.
9763
9764 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9765
9766         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9767         Fontify bass note in chords, e.g., e in c1/e.
9768         
9769 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9770
9771         * Documentation/user/music-glossary.tely: Dutch updates and
9772         additions (Arent Storm).
9773
9774 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9775
9776         * input/regression/ambitus.ly:  move file.      
9777
9778         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9779
9780         * lily/event.cc (transpose): add tonic property to Key_change_req
9781         and to Key_engraver.
9782
9783 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9784
9785         * Documentation/user/refman.itely: fix typo.
9786
9787         * lilypond.words: removed wrong identifiers.
9788
9789 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9790
9791         * mf/feta-toevallig.mf: make flat stem shorter 
9792
9793 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9794
9795         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9796
9797         * lilypond.words: add from Phrasing slur.
9798         
9799 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9800
9801         * lilypond-mode.el: allow launching multiple ViewPS processes.
9802         
9803         * lilypond.words: add from Text markup.
9804
9805 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9806
9807         * input/test/ossia.ly (texidoc): add comment.
9808
9809         * input/regression/voice-follower.ly: new file.
9810
9811         * mf/feta-toevallig.mf: make flat heavier.
9812
9813         * lily/cluster-engraver.cc: clean up Cluster engraver
9814
9815         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9816         Engraver. Use Note_column to compute Y positions and deal with
9817         line break stuff.
9818
9819 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9820
9821         * lily/stem.cc: move french-beaming to stem.
9822
9823 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9824
9825         * lilypond-font-lock.el: fontify all durations in chords.
9826
9827         * lilypond.words: add from lily/my-lily-lexer.cc
9828
9829 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9830
9831         * VERSION: release 1.7.12
9832
9833         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9834
9835         * lily/gregorian-ligature.cc: new file
9836
9837         * lily/*: the Great 2003 search & replace.
9838
9839         * Documentation/user/refman.itely (Manual repeat commands): add
9840         note about font selection.
9841
9842 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9843
9844         * lilypond-mode.el: propose recompiling midi while invoking playing,
9845         not while stopping playing.
9846
9847 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9848
9849         * lilypond.words: add one.
9850
9851         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9852         and expressional note grouping. Fontify chord modes.
9853
9854 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9855
9856         * Documentation/user/music-glossary.tely (Top): translate melisma.
9857
9858 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9859
9860         * Documentation/user/music-glossary.tely (Top): add melisma.
9861
9862 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9863
9864         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9865         interfaces for (abstract) grob GregorianLigature
9866
9867         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9868         renamed head* -> glyph_name*, x-shift* -> x-offset*
9869
9870         * scm/grob-property-description.scm: bugfix: added missing descriptions
9871
9872 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9873
9874         * input/test/chord-names-dpnj.ly: New file.
9875
9876         * scm/double-plus-new-chord-name.scm: Implement full and partial
9877         exceptions.
9878
9879         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9880
9881         * scm/double-plus-new-chord-name.scm
9882         (double-plus-new-chord->markup): Fix sub->markup.
9883
9884
9885 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9886
9887         * lily/custos-engraver.cc: added TODO; editorial changes
9888
9889         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9890         consistency with other ligature engravers; removed access on (now)
9891         private variable _ligature of Ligature_engraver
9892
9893         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9894         renamed last_bound -> last_bound_; issue programming_error on
9895         abstract method calls; moved primitives code from
9896         Mensural_bracket_engraver to here (because almost ligature
9897         engravers will need it); renamed try_stop_ligature () ->
9898         typeset_ligature (); bugfix: store primitives of finished ligature
9899         in separate variable finished_primitives_ to avoid clash on input
9900         like "\] \["; added current_ligature () to enable access on
9901         private variable _ligature
9902
9903         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9904         (now in super class); renamed try_stop_ligature () ->
9905         typeset_ligature ()
9906
9907         * lily/mensural-ligature.cc: issue programming_error on abstract
9908         method calls
9909
9910         * lily/note-heads-engraver.cc: added TODO comment upon bool
9911         in_ligature
9912
9913         * mf/parmesan-heads.mf: fixed some of set_char_box()
9914
9915         * scm/grob-description.scm: added VaticanaLigature
9916
9917         * scm/grob-property-description.scm: added neume prefix properties
9918
9919         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9920         lily/include/gregorian-ligature-engraver.hh,
9921         lily/include/gregorian-ligature.hh: new files; framework for
9922         gregorian ligature engravers such as vaticana
9923
9924         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9925         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9926         vaticana style ligature implementation (still somewhat uncomplete)
9927
9928 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9929
9930         * VERSION: release 1.7.11
9931
9932         * scripts/convert-ly.py: add ly:pitch-transpose rule
9933
9934 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9935
9936         * input/test/dpncnt.ly: New file.
9937
9938         * lily/my-lily-lexer.cc: Add chordnames keyword.
9939
9940         * lily/parser.yy (chordnames_block): Parse chord name exception
9941         lists, see input/test/dpncnt.ly.
9942
9943         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9944         function.
9945
9946         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9947         filter-out too.
9948
9949         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9950         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9951         pitch functions (except for ly:make-pitch, but that's apparently
9952         some sort of scheme naming standard?).
9953
9954         * scm/lily.scm (!=): define-public.
9955
9956         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9957
9958 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9959
9960         * scm/double-plus-new-chord-name.scm
9961         (double-plus-new-chord-name->markup): New file.
9962
9963 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9964
9965         * python/lilylib.py (make_preview): don't suppress progress for
9966         bbox extraction.
9967
9968 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9969
9970         * Documentation/user/appendices.itely (scheme): update for new syntax.
9971
9972         * input/regression/chord-name-styles.ly: new file
9973
9974         * lily/instrument-name-engraver.cc: create instrument names
9975         without barline too.  Allows instrument name on ChordNames  
9976
9977         * scm/new-markup.scm (interpret-markup): allow simple strings as
9978         markup too.
9979
9980 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9981
9982         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9983         (step->markup-accidental): Fix: add accidental.
9984         (chord::inner-name-american): 
9985         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9986         append stray '/' if last superscript addition was 'o'.
9987
9988         * scm/new-markup.scm (normal-size-sub-markup) 
9989         (normal-size-super-markup): New function.
9990
9991         * lily/source-file.cc (Source_file): Add warning for possibly
9992         intentional but suspicious initialization.
9993
9994         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9995         add comments about cut-and-paste programming.
9996
9997         * flower/rational.cc (lcm): Not used; comment out.
9998
9999 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10000
10001         * lily/new-fingering-engraver.cc (position_scripts): use
10002         fingerHorizontalDirection to determine fingering horizontal
10003         directions.
10004  
10005         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10006         fingering support.
10007
10008         * scripts/convert-ly.py (FatalConversionError.conv): add style
10009         conversion rule. 
10010
10011         * scm/chord-name.scm (set-chord-name-style): new function.
10012         (new-chord-name-brew-molecule): revise to interpret markup only
10013         (new-chord->markup): cleanuppish rewrite. To be called from the
10014         new engraver.
10015
10016         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10017         Markup earlier, during interpreting.
10018
10019         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10020         style settings. Rename to chord-names-*.ly
10021
10022 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10023
10024         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10025         markup code and update to new markup.  Most probably broke some of
10026         it.
10027         
10028 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10029
10030         * Documentation/user/refman.itely: added docu for ambitus and
10031         clusters
10032
10033         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10034         ly_quote_scm() in lookup.cc
10035
10036         * mf/parmesan-clefs.mf: set_char_box fix
10037
10038         * lily/cluster-engraver.cc: junk implicit protection; use
10039         Protected_scm instead
10040
10041 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10042
10043         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10044         throughout.
10045
10046         * scm/new-markup.scm: Turn-off error-triggering test code.
10047
10048 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10049
10050         * scm/new-markup.scm (markup-thrower-typecheck) 
10051         (markup-typecheck?):  add full typechecking functions.
10052         (make-markup-maker): add make-FOO-markup functions.
10053         (markup-argument-list-error): nice error checking messages.
10054         (make-markup): better function: less quoting escapades.
10055
10056 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10057
10058         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10059
10060 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10061
10062         * cygwin/lilypond.hint (requires): Add cygwin.
10063
10064         * .cvsignore: Remove stepmake (huh!?!), add lib.
10065
10066         * GNUmakefile.in: Add libdir links for builddir runs.
10067
10068         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10069         instead of datadir.
10070
10071         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10072         local_lilypond_libdir.
10073
10074         * config.make.in (lilypond_libdir): Add.
10075
10076         * stepmake/stepmake/substitute-rules.make: 
10077         * stepmake/stepmake/script-rules.make: 
10078         * stepmake/stepmake/python-module-rules.make:
10079         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10080         lilypond-python-module patch.
10081
10082 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10083
10084         * Documentation/user/refman.itely (Graphical interfaces): add note
10085         about xml2ly.
10086
10087 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10088
10089         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10090
10091 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10092
10093         * VERSION: released 1.7.10
10094
10095         * scripts/musedata2ly.py (): idem
10096
10097         * scripts/midi2ly.py (dump_chord): idem
10098
10099         * scripts/etf2ly.py (version): idem 
10100
10101         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10102
10103         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10104
10105         * scm/tex.scm (tex-output-expression): remove eval compat
10106         glut. Other output files too.
10107
10108         * scm/chord-name.scm: don't export anything from chord module.
10109
10110         * input/test/american-chords.ly: idem
10111
10112         * input/test/banter-chords.ly (texidoc): idem
10113
10114         * input/test/Cc-chords.ly: add breakage notes.
10115
10116         * Documentation/user/refman.itely (Text markup): rewrite manual
10117         section.
10118
10119         * lily/parser.yy (scalar): allow \markup { } as property value. 
10120
10121         * scm/chord-name.scm: complete new markup usage
10122
10123         * scm/grob-description.scm (all-grob-descriptions): use new markup
10124         texts by default
10125
10126 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10127
10128         * scm/chord-name.scm: partial move to new markup texts.
10129
10130 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10131
10132         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10133
10134         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10135         settable.
10136
10137 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10138
10139         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10140         invoked for old midi, wait for killing.
10141
10142 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10143
10144         * Documentation/user/music-glossary.tely: Finnishing.
10145
10146 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10147
10148         * mf/feta-nummer-code.mf: some kerning pairs.
10149
10150 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10151
10152         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10153         Added.
10154
10155         * Documentation/user/refman.itely (Bar numbers):
10156         set-bar-number-visibility added, modulo-bar-number removed again
10157         (sorry).
10158
10159 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10160
10161         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10162
10163         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10164
10165         * Documentation/user/music-glossary.tely: translate into Finnish.
10166
10167 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10168
10169         * lilypond-mode.el: add shortcut for 2midi
10170
10171         * lilypond-font-lock.el: fontify lyrics
10172
10173 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10174
10175         * scm/drums.scm : use 1.7.x names.
10176
10177         * input/regression/drums.ly : Don't use << chords >>
10178
10179 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10180
10181         * lilypond-mode.el: tidy, add TODO
10182
10183         * make/lilypond.mandrake.spec.in: install-info quietly.
10184
10185 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10186
10187         * input/test/markup.ly: use new syntax.
10188
10189 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10190
10191         * ly/params-init.ly (interscoreline): add word-space
10192
10193         * input/test/metronome.ly (eighthNote): idem.
10194
10195         * input/test/script-priority.ly: use new markup
10196
10197         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10198
10199         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10200
10201         * lily/parser.yy (gen_text_def): bugfix.
10202         (full_markup): allow markup identifier.
10203
10204 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10205
10206         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10207         jobs at the same time. Add horizontal lines to Command menu.
10208         Allow one compiling job -- propose killing others before a new one.
10209
10210         * lilypond.words: add markup, teeny, etc.
10211
10212 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10213
10214         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10215         Allow only one type of midi process; launching Midi either stops
10216         midis or plays the current midi and launching MidiAll stops midis
10217         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10218         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10219
10220 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10221
10222         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10223         markup  for new markup texts.
10224
10225         * lily/mark-engraver.cc (process_music): idem
10226         
10227         * lily/instrument-name-engraver.cc (create_text): idem
10228
10229         * scm/new-markup.scm (magnify-markup): new function.
10230
10231         * scm/molecule.scm (stack-lines): bugfix.
10232
10233         * lily/font-interface.cc (get_font): take font-magnification from
10234         alist chain.
10235
10236 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10237
10238         * lily/molecule-scheme.cc: move scheme functions to separate file.
10239
10240         * lily/font-metric.cc  (ly_get_glyph): new function. 
10241         
10242         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10243         (italic-markup, dynamic-markup): new functions
10244         (font-markup): new function
10245
10246         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10247         padding and minimum
10248
10249 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10250
10251         * lily/accidental-engraver.cc:
10252         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10253
10254 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10255
10256         * lilypond.vim:
10257         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10258         [a-zA-Z] for user defined identifiers. Separate note cases 
10259         with and without a duration (allow cis\longaX).
10260
10261         * lilypond.words: Add words from Info.
10262
10263 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10264
10265         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10266
10267 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10268
10269         * lilypond-mode.el: Propose reverting buffer before a command if
10270         it was edited with an another editor.
10271
10272 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10273
10274         * lily/molecule.cc (ly_translate_molecule): new function
10275
10276         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10277         into libdir
10278
10279         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10280
10281         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10282
10283 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10284
10285         * lilypond.words: take \words from Info-index.
10286
10287 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10288
10289         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10290
10291 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10292
10293         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10294
10295 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10296
10297         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10298         and lilypond-documentation.
10299
10300 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10301
10302         * lily/parser.yy: Compile fix (bison 1.75).
10303
10304 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10305
10306         * VERSION: 1.7.9 released
10307
10308         * scm/music-functions.scm (shift-one-duration-log): refactor.
10309         Use music-map.
10310
10311         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10312
10313         * NEWS: update.
10314
10315         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10316         argument
10317         
10318         * scm/music-functions.scm (display-music): new function
10319         (music-map): change arg order.
10320
10321         * input/regression/new-markup-syntax.scm: new file
10322
10323         * lily/parser.yy (markup): add \markup { .. } syntax.
10324
10325         * scm/new-markup.scm (override-markup): new function
10326         (lookup-markup): new function
10327         (music-markup): new function
10328         (lookup-markup-command): use markup-signature to store argument
10329         format for parser.
10330
10331         * lily/lexer.ll: preliminary \markup syntax. 
10332
10333 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10334
10335         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10336         add pre/post-dependencies and menus with icons from source.
10337
10338         * Documentation/pictures/lilypond-48x48.xpm:
10339         * Documentation/pictures/lilypond-32x32.xpm:
10340         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10341         transparent.
10342
10343         * stepmake/stepmake/generic-targets.make:
10344         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10345
10346 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10347
10348         * input/regression/music-map.ly (texidoc): new file.
10349
10350         * scm/music-functions.scm (music-map): new function
10351
10352 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10353
10354         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10355
10356 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10357
10358         * input/test/to-xml.ly:
10359         * lily/ligature-engraver.cc: Fixes documentation.
10360
10361         * lilypond.mandrake.spec.in:
10362         * lilypond.redhat.spec.in: Add lilypond.words.
10363
10364         * Documentation/user/refman.itely: Mention Info inside emacs.
10365         
10366         * lilypond.suse.spec.in:
10367         * lilypond.redhat.spec.in:
10368         * lilypond.mandrake.spec.in: Set root-owner for doc
10369         (tobbe@nyvalls.se).
10370
10371 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10372
10373         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10374         os.popen.read ().
10375
10376 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10377
10378         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10379
10380         * python/lilylib.py (error): add space
10381
10382 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10383
10384         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10385         distribution.
10386
10387 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10388
10389         * lily/paper-outputter.cc (Paper_outputter): close port when
10390         finishing score.
10391
10392 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10393
10394         * scm/sodipodi.scm: Fixes.
10395
10396 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10397
10398         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10399
10400         * buildscripts/make-font-dir.py: Fix. 
10401
10402 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10403
10404         * lilypond-mode.el: Add support for Info inside Emacs.
10405
10406 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10407
10408         * buildscripts/make-font-dir.py: 
10409         * mf/GNUmakefile: Make sodipodi font map.
10410
10411         * scm/sodipodi.scm: Add more output functions.
10412
10413         * mf/feta-nummer.mf: 
10414         * mf/feta-beugel.mf: Add font_coding_scheme.
10415
10416         * lily/paper-outputter.cc (output_header): Fix creator string.
10417
10418 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10419
10420         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10421         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10422
10423         * lilypond.words: add two (Everybody can add/remove words now!).
10424
10425         * debian/rules:
10426         * make/lilypond.suse.spec.in:
10427         * make/lilypond.mandrake.spec.in:
10428         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10429
10430         * Documentation/user/refman.itely: Mention autocompletion.
10431
10432 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10433
10434         * scripts/ly2dvi.py: Add paper sizes.
10435
10436         * lily/timing-engraver.cc: 
10437         * lily/time-signature.cc: 
10438         * lily/span-bar.cc: 
10439         * lily/grob-scheme.cc: Code formatting fixes.
10440
10441         * scm/sodipodi.scm: 
10442         * scm/sketch.scm:
10443         * buildscripts/mf-to-table.py: 
10444         * buildscripts/make-font-dir.py: Font testing.
10445
10446 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10447
10448         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10449         inserts try-completion and shows all-completions.
10450
10451         * lilypond.words: '\' -> '\\'
10452
10453         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10454         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10455         
10456         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10457         and LilyPond-reserved-words.
10458         
10459 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10460
10461         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10462         from load-path.
10463         
10464         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10465         the mini-buffer with Control-Shift-c.
10466         
10467 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10468
10469         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10470         duration. This fixes \tempo taking time.
10471
10472 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10473
10474         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10475         Allow for text markup in repeatCommands. 
10476
10477 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10478
10479         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10480         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10481         Get rid of skeleton.el-dependency.
10482
10483         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10484
10485 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10486
10487         * lily/beam-engraver.cc (stop_translation_timestep): reset
10488         now_stop_ev_
10489
10490         * lily/scm-option.cc: add parse-protect to ly:set-option
10491
10492         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10493
10494 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10495
10496         * lily/include/ligature-bracket.hh: removed
10497         * lily/ligature-bracket.cc: removed
10498
10499         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10500         .tex
10501
10502         * lily/beam.cc (set_beaming): don't change beam count on rests.
10503         (brew_molecule): always set flag-width > 0.
10504
10505 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10506
10507         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10508         chars, remove instructions; instead, refer to lilypond-init.el and
10509         Documentation/topdocs/INSTALL.texi.
10510
10511         * lilypond.words: add identifiers and reserved words.
10512
10513         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10514         files and adding a load-path.
10515
10516         * lilypond-init.el: Instructions, extracted from 
10517         Documentation/topdocs/INSTALL.texi. 
10518         
10519 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10520
10521         * VERSION: 1.7.8 released 
10522
10523         * lily/grob.cc (warning): better robustness fix.
10524
10525 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10526
10527         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10528
10529         * lily/cluster-engraver.cc: stick better to variable naming
10530         conventions
10531
10532         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10533         until stop_translation_timestep()
10534
10535         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10536         min/max coordinates to backend, but no musical info such as
10537         pitches
10538
10539         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10540
10541         * lily/grob.cc: robustness fix: warning(): do not crash if
10542         cause is not set
10543
10544         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10545         the much more elaborated tuplet brackets than the very naive and
10546         simple ligature bracket grob
10547
10548 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10549
10550         * Documentation/user/refman.itely (Analysis brackets): add
10551         horizontal bracket doco.
10552
10553         * ly/property-init.ly (setMmRestFermata): added.
10554
10555         * Documentation/user/refman.itely (Multi measure rests): fermatas
10556         on mm rests.
10557
10558         * input/regression/apply-context.ly (texidoc): new file
10559
10560         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10561         code to be executed during interpretation. Possible applications:
10562         smart octavation, more advanced bar checks. 
10563
10564         * lily/apply-context-iterator.cc: new file.
10565
10566 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10567
10568         * input/test/new-markup.ly: new file.
10569
10570         * lily/text-item.cc (text_to_molecule): new function
10571
10572         * scm/new-markup.scm (lambda): new file
10573
10574         * lily/function-documentation.cc (ly_add_function_documentation):
10575         add proc property as well
10576
10577 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10578
10579         * Documentation/user/music-glossary.tely (Top): add custos.
10580
10581 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10582
10583         * Documentation/topdocs/INSTALL.texi: advise how to include source
10584         path to Emacs load-path and improve language.
10585
10586 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10587
10588         * GNUmakefile.in: config.h message fix.
10589
10590         * autogen.sh:
10591         * aclocal.m4: Regenerate.
10592
10593         * configure.in: 
10594         * config.make.in: 
10595         * stepmake/config.make.in: 
10596         * stepmake/configure.in: 
10597         * stepmake/autogen.sh: 
10598         * stepmake/aclocal.m4: Update for autoconf 2.56.
10599
10600 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10601
10602         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10603         to install Emacs-mode. Instructions how to use vim-mode.
10604
10605 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10606
10607         * scm/music-types.scm (music-descriptions): no length for tempo event.
10608
10609         * input/*.ly: add \version everywhere.
10610         
10611         * input/*.ly: update syntax to 1.7 + new-chords.
10612
10613         * VERSION: 1.7.7 released.
10614         
10615         * Documentation/user/*.tely: new chord syntax.
10616
10617         * input/regression/[bc]*.ly (texidoc): syntax updates.
10618         
10619 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10620
10621         * lilypond.words: add vocabulary to be used in auto-completion
10622
10623         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10624
10625         * lilypond.vim: allow note name at EOF
10626
10627 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10628
10629         * buildscripts/new-chords.py (edit): -e option: inline editing.
10630
10631         * input/regression/a*.ly (texidoc): syntax updates.
10632
10633         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10634         music): elucidations. 
10635
10636 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10637
10638         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10639         ly/spanners-init.ly, scm/grob-description.scm,
10640         scm/grob-property-description.scm, scm/music-types.scm,
10641         lily/cluster-engraver.cc, lily/cluster.cc,
10642         lily/include/cluster.hh, input/test/cluster.ly: cluster
10643         implementation
10644
10645         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10646         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10647         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10648
10649         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10650
10651         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10652
10653         * scm/grob-description.scm: bugfix: by default, use default note
10654         head style when engraving ligatures
10655
10656         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10657
10658         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10659         events
10660
10661         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10662
10663         * input/test/ancient-font.ly: bugfix: style -> flag-style
10664
10665         * lily/ligature-engraver.cc: indentation fix
10666
10667         * lily/parser.yy: indentation fixes
10668         
10669 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10670
10671         * input/regression/measure-grouping.ly: more elaborate example.
10672
10673         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10674         ly:div-moment. New functions 
10675
10676         * scm/music-functions.scm (set-time-signature): new function,
10677         allow inline time sig settings with measure grouping.
10678
10679         * lily/parser.yy (command_element): move time sig construction
10680         into Scheme.
10681
10682         * lily/side-position-interface.cc (out_of_staff): new function,
10683         like padding, but keep minimum distance from staff. Easier than
10684         linespanners (dynamics, pedals), but roughly the same effect.
10685
10686 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10687
10688         * emacs-mode.el: Added spanish-note-replacements 
10689         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10690
10691         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10692
10693 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10694
10695         * lilypond.vim: Do not fontify cises, desis, etc.
10696
10697         * vimrc: view dvi with <S-F6>
10698
10699 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10700
10701         * lily/lookup.cc (triangle): new function.
10702
10703         * input/regression/measure-grouping.ly (texidoc): new file: show
10704         triangles and brackets for beat groups of 3 and 2.
10705
10706         * lily/include/measure-grouping-spanner.hh (class
10707         Measure_grouping): new file.
10708
10709         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10710
10711         * lily/measure-grouping-engraver.cc (class
10712         Measure_grouping_engraver): new file.
10713
10714 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10715
10716         * Merge from stable:
10717
10718             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10719         
10720         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10721         stylesheet.
10722
10723         * ly/paper19.ly: Include paper19-init.ly.
10724
10725         * ly/paper19-init.ly: New file.
10726
10727         * Documentation/user/tutorial.itely (First steps): Fix first
10728         example for font test.
10729
10730         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10731
10732         * ChangeLog: Add 1.7.6 release marker (see below).
10733
10734         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10735         Add .py files.
10736
10737 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10738
10739         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10740
10741         * input/tutorial/*.ly: update to new syntax.
10742
10743         * lily/parser.yy (Composite_music): new transpose syntax,
10744         \transpose FROM TO MUSIC. 
10745
10746 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10747
10748         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10749         latex progress/error output to stderr (by default this goes to
10750         stdout).  Show lilypond progress, even when not verbose.
10751
10752         * python/lilylib.py (system): New optional parameter to control
10753         showing of progress.
10754
10755         * scm/backend-documentation-lib.scm (check-dangling-properties):
10756         Fix error message.
10757
10758         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10759         axis, extent.
10760
10761         * scm/grob-property-description.scm (magnify): Remove.
10762         (extent, axis): Add.
10763
10764 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10765
10766         * VERSION: Release 1.7.6.
10767
10768         * scripts/convert-ly.py: more uniformization substitutions.
10769
10770         * buildscripts/new-chords.py (sub_chords): new file.
10771
10772 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10773
10774         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10775         lilypond.map.  Include sauter fonts too.  Cleanups.
10776
10777 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10778
10779         * Documentation/user/tutorial.itely (First steps): change to new
10780         chord/tie/slur/beam notation.
10781
10782         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10783         ties.
10784
10785         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10786         engraver. Process ties in postfix notation, i.e. c8-~ c
10787
10788         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10789
10790         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10791
10792         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10793
10794         * lily/beam-engraver.cc (try_music): accept new-beam-events
10795
10796         * input/regression/chord-scripts.ly (texidoc): new file
10797
10798         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10799         script-events.
10800
10801         * scm/script.scm (default-script-alist): cleanup.
10802
10803         * lily/script-engraver.cc (make_script_from_event): cleanup.
10804
10805         * lily/lyric-combine-music-iterator.cc
10806         (Lyric_combine_music_iterator): remove superfluous events.
10807         (melisma_busy): new function. Fix broken melismas.
10808
10809 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10810
10811         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10812         Remove nonvalid settings. Use descriptive key names.
10813         Use <Return> to indicate the pressing of that key.
10814
10815 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10816
10817         * scripts/lilypond-book.py (option_definitions): Typo.
10818
10819         * scripts/ly2dvi.py: Updates.
10820
10821         * python/lilylib.py (setup_environment, print_environment)
10822         (get_bbox, make_preview): Merge and remove from ly2dvi and
10823         lilypond-book.
10824
10825         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10826
10827         * .cvsignore: Remove some cruft.
10828
10829         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10830         path.
10831
10832         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10833         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10834         throughout.
10835
10836         * python/lilylib.py (quiet_system): Junk
10837         (system): Display error log upon failure.
10838         (read_pipe): New function.  Cleanups and fixes.
10839
10840         * python/*.py: Rename from *.py.in.
10841         
10842         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10843
10844         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10845
10846 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10847
10848         * python/GNUmakefile: Bugfix: handle modules.
10849
10850         * stepmake/stepmake/python-module-targets.make (default): Add
10851         compiled modules. 
10852
10853         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10854         compiling modules.
10855
10856         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10857         Bugfix.  (OUT_PYC_MODULES): Add.
10858
10859 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10860
10861         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10862         Use default paths. Refresh description.
10863
10864 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10865
10866         * VERSION: 1.7.5 released
10867
10868         * input/regression/finger-chords.ly (texidoc): new file.
10869
10870         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10871         support
10872
10873         * lily/fingering-engraver.cc (process_music): remove kludgy
10874         scriptHorizontal stuff.
10875
10876         * lily/script.cc: remove staff-support property.
10877
10878         * lily/new-fingering-engraver.cc (add_fingering): new
10879         file. Fingering engraver for new style chords.
10880
10881 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10882
10883         * lily/parser.yy (bare_number): allow 4 \cm (without
10884         decimal dot). (should backport to 1.6?)
10885
10886         * ly/declarations-init.ly: use Scheme for dimension defs.
10887
10888         * lily/parser.yy (TODO): remove hard coded dimensions, add
10889         REAL NUMBER_IDENTIFIER production.
10890
10891         * lily/rest-collision.cc (force_shift_callback): rewrite using
10892         -done property.
10893
10894         * scm/grob-property-description.scm (rest-collision-done): add
10895         property.
10896         
10897         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10898
10899 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10900
10901         * input/regression/multi-measure-rest-center.ly: new file.
10902
10903         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10904         off horizontally by 0.05 ss. Fixed.
10905
10906 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10907
10908         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10909
10910         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10911
10912 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10913
10914         * lily/tie.cc (get_control_points): also avoid staff lines on the
10915         just outside the outer staff lines
10916
10917 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10918
10919         * ly/params-init.ly: Just define style-alist, no need to
10920         define-public.
10921
10922         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10923         (thanks Han-Wen).
10924
10925         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10926         (FET_FILES): = FONT_FILES.
10927
10928         * Merge from stable:
10929
10930             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10931
10932 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10933
10934         * VERSION: 1.7.4 released.  
10935         
10936         * scm/generate-documentation.scm (string-append): add macro
10937         definitions.
10938
10939         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10940         normal texts.
10941
10942         * lily/multi-measure-rest-engraver.cc: make separate
10943         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10944
10945         * lily/multi-measure-rest.cc: remove text handling. Remove
10946         number-threshold.
10947
10948 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10949
10950         * scm/music-types.scm: doc patch by Graham Percival
10951
10952 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10953
10954         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10955         encoding part.
10956         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10957         (sketch_p): Sketch wants only first four elements of X11 font spec.
10958
10959         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10960
10961         * mf/feta-autometric.mf: Write foundry and family to log.
10962
10963         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10964         font translation table.
10965
10966         * buildscripts/mf-to-table.py: Better font info into afm.
10967
10968         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10969         1.0.9 required.
10970
10971         * configure.in: Whine for mftrace 1.0.9.
10972
10973 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10974
10975         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10976
10977         * lily/main.cc (main_prog): don't try to load init.EXT when
10978         processing foo.EXT.
10979
10980 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10981
10982         * scm/tex.scm (zigzig-line): added.
10983
10984         * scm/ps.scm (zigzag-line): added.
10985
10986         * ps/music-drawing-routines.ps (subvec): added.
10987         (draw_zigzag_line): added.
10988         
10989         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10990         grob properties zigzag-width and zigzag-length.
10991
10992         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10993
10994 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10995
10996         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10997         svg output, including font.
10998
10999 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11000
11001         * scm/lily.scm: Register sodipodi output module.
11002
11003         * scm/sodipodi.scm: New file.
11004
11005         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11006
11007         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11008         comment, after header.
11009         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11010         FullName.  Fix FontName key.
11011
11012 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11013
11014         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11015         and breve rests.
11016         
11017         * input/test/blank-notes.ly: bugfix
11018
11019         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11020         rests. (Kim Shrier)
11021
11022         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11023         
11024 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11025
11026         * scm/tex.scm: 
11027         * scm/ps.scm: Cleanup and remove obsolete junk.
11028
11029         * Documentation/user/internals.itely:
11030         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11031
11032         * lily/parser.yy: Identify shift/reduce problems.
11033
11034         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11035         make-style-sheet.  Too specific for convert-ly?
11036
11037 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11038
11039         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11040
11041         * input/test/*.ly: various fixes.
11042
11043         * lily/music.cc (name): bugfix
11044
11045         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11046
11047         * lily/input-file-results.cc (code): set-point-and-click! ->
11048         set-point-and-click
11049         
11050 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11051
11052         * Use uniform ly: prefix for exported scheme primitive functions.
11053
11054         * scm/music-types.scm: junk compat glue
11055
11056         * scripts/convert-ly.py: add rules for stuff below, junk
11057         compatibility glue for spanrequest.
11058
11059         * lily/parser.yy (verbose_event): remove \spanrequest,
11060         \commandspanrequest, \script. 
11061         
11062         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11063
11064         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11065         for \penalty, \glissando.
11066
11067         * VERSION: release 1.7.3
11068         
11069 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11070
11071         * lily/accidental-engraver.cc: Fix
11072         grace-in-the-beginning-of-measure bug caused by the resent
11073         partial-measure fix.
11074
11075         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11076         overlap looks too crowded)
11077         
11078 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11079
11080         * lily/parser.yy (assignment): allow SCM expression as assignment.
11081
11082         * lily/include/music-output-def.hh (class Music_output_def):
11083         * lily/music-output-def.cc: 
11084         * lily/paper-def.cc: 
11085         * scm/font.scm (markup-to-properties):
11086         * lily/parser.yy (music_output_def_body): 
11087         remove style_sheet_
11088
11089 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11090
11091         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11092         length.
11093
11094         * input/regression/spacing-to-grace.ly: new file.
11095
11096         * input/regression/spacing-end-of-line.ly: new file.
11097
11098         * lily/note-spacing.cc (get_spacing): take into account breakable
11099         stuff sticking out at the left (time sig change at line break).
11100
11101         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11102         raggedright code.
11103
11104         * scm/music-functions.scm (make-voice-props-set): add
11105         staff-position for mm rests.
11106  
11107         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11108         before grace notes a little.
11109
11110         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11111
11112         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11113         key adds space at the end of line. 
11114
11115 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11116
11117         * scm/sketch.scm: Fix beams.
11118
11119         * buildscripts/mf-to-table.py: Add EncodingScheme.
11120
11121         * scm/sketch.scm: Resurrect.
11122
11123 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11124
11125         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11126         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11127
11128 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11129
11130         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11131
11132         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11133
11134 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11135
11136         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11137         token for origin information.
11138
11139         * lily/parser.yy (My_lily_lexer): do identifier location and
11140         cloning from lexer.
11141
11142         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11143         logic out of the parser. Add bar checks on both ends.
11144
11145         * Documentation/user/refman.itely (Multi measure rests): add more
11146         notes about mm rests.
11147
11148 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11149
11150         * input/regression/bar-scripts.ly: Re-enable.
11151
11152         * lily/parser.yy:
11153         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11154         released rsn.  Bison 1.50 has a crucial bug and won't work.
11155
11156         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11157
11158
11159 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11160
11161         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11162
11163 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11164
11165         * Actually merge changes since 1.6.4 besides ChangeLog, and
11166         resolve conflicts.  Lots of updates, hope all is well.
11167         
11168         * cygwin/lilypond.hint (requires): Add ghostscript.
11169
11170         * scm: Update some (c).
11171         
11172 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11173
11174         * input/test/{various}.ly: add \header fields and texidoc strings.
11175
11176 2002-10-05  Werner Lemberg  <wl@gnu.org>
11177
11178         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11179         renamed to `output_latex_quoted'.
11180         Added `output_latex_noquote'.
11181         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11182         mode.
11183
11184 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11185
11186         * ChangeLog: Add 1.6.6 release marker.  See below.
11187
11188         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11189
11190         * scripts/midi2ly.py: Fix global syntax warnings.
11191
11192         * GNUmakefile.in: Generate builddir locale tree too.
11193
11194         * scripts/ly2dvi.py:
11195         * scripts/midi2ly.py: 
11196         * scripts/mup2ly.py: 
11197         * scripts/update-lily.py:
11198         * lily/main.cc (setup_paths): Fix for locales setup.
11199
11200 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11201
11202         * Documentation/windows/installing.texi: Soften wording about
11203         necessity of becoming Administrator.  tommie@iae.nl reports this
11204         does not seem to be necessary for his flavour of Windows 2000.
11205         Explicitely discourage text mode mounts.
11206
11207 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11208
11209         * lily/rest.cc (after_line_breaking): backport dot position fix.
11210
11211         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11212         rests. Thanks to Klaus Zimmermann for finding this bug.
11213
11214 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11215
11216         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11217
11218 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11219
11220         * Documentation/user/music-glossary.tely: fix links.
11221
11222 2002-10-21  Werner Lemberg  <wl@gnu.org>
11223
11224         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11225         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11226         scaling factor) only once and use them in the definition of
11227         \embeddedps.
11228         * ps/music-drawing-routines.ps (skeel): Removed.
11229
11230 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11231
11232         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11233         Solaris7, as we don't use nested $( ) constructs.
11234
11235 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11236
11237         * VERSION: Release 1.6.6.
11238         
11239 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11240
11241         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11242         as workaround for /bin/sh problems on Solaris7.
11243
11244 2002-10-19  Werner Lemberg  <wl@gnu.org>
11245
11246         * GNUmakefile.in (web-doc): Fix typos.
11247         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11248         `music-drawing-routines.ps' but emit \special{header=...} once.
11249         * scm/tex.scm (header-end): Updated.
11250
11251 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11252
11253         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11254         undefined tremolo. 
11255
11256 2002-10-15  Werner Lemberg  <wl@gnu.org>
11257
11258         * scripts/lilypond-book.py (g_make_html): New global variable.
11259         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11260         if `g_make_html' isn't set.
11261         [main]: Add format `texi-html'.
11262         (option_definitions): Updated.
11263         * Documentation/user/lilypond-book.itely: Updated.
11264
11265         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11266         * make/ly-rules.make (%.texi, %.nexi): Use it.
11267         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11268         format to lilypond-book.
11269         * GNUmakefile.in (web-doc): Ditto.
11270
11271 2002-10-14  Werner Lemberg  <wl@gnu.org>
11272
11273         Further improve TeX output.  The produced files are about 40%
11274         smaller.  `lilyponddefs.tex' is now read only once.
11275
11276         * tex/lilyponddefs.tex: Remove footer stuff.
11277         (\ifundefined): Renamed to...
11278         (\lilypondundefined): This.  Use LaTeX's definition to
11279         make it nestable and make it global.
11280         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11281         output.
11282         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11283         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11284         them global.
11285         (\placebox): Renamed to...
11286         (\lyitem): This.
11287         Make it global and call \outputscale by itself.
11288         (\lybox, \lyvrule): New macros to reduce input data.
11289         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11290         New auxiliary macros.
11291         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11292         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11293         to...
11294         (\lilypondspace): This and made it global.
11295         (\turnOnPostScript): Renamed to...
11296         (\lilypondpostscript): This and made it global.
11297         (\turnOnExperimentalFeatures): Renamed to...
11298         (\lilypondexperimentalfeatures): This and made it global.
11299         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11300         (\lilypondsetdimen): This and made it global.
11301         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11302         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11303         (all, $(outdir)/music-drawing-routines.ps): New rules.
11304         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11305         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11306         start-system, stop-system, stop-last-system, filledbox): Updated to
11307         use the changed macros from lilyponddefs.tex.
11308         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11309
11310 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11311
11312         * Documentation/windows/installing.texi: Update.
11313
11314 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11315
11316         * VERSION: 1.6.5 released
11317
11318         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11319
11320 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11321
11322         * scm/translator-property-description.scm (voltaOnThisStaff): add
11323         property.
11324
11325 2002-09-28  Werner Lemberg  <wl@gnu.org>
11326
11327         * scm/tex.scm (header-end): Suppress page numbering.
11328
11329         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11330         Fix quotation for HTML output.
11331
11332 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11333         
11334         * Documentation/user/refman.itely: grammar and phrasing
11335           fixes to "Note Entry" section.  Also adds a few new examples.
11336
11337 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11338
11339         * flower/include/string-data.icc: include string.h
11340
11341 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11342
11343         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11344
11345 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11346
11347         * Documentation/user/GNUmakefile (extra-local-help): Add.
11348
11349         * stepmake/stepmake/www-targets.make (local-help): Add.
11350
11351 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11352
11353         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11354         packages.
11355
11356         * Documentation/topdocs/README.texi (Top): building documentation
11357         (not website.)
11358
11359 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11360
11361         * Documentation/user/refman.itely: 
11362         * Documentation/user/tutorial.itely: 
11363         * Documentation/user/music-glossary.tely: Merge changes.
11364
11365         * Documentation/user/glossary.html.in: 
11366         * Documentation/index.texi: 
11367         * Documentation/header.html.in: Accomodate renaming of glossary.
11368         
11369         * Documentation/user/tutorial.itely: Add some glossary references.
11370         
11371         * Documentation/user/refman.itely: Minor fixes.
11372         
11373         * Documentation/user/lilypond.tely: Add glossary do direntry.
11374
11375         * Documentation/user/music-glossary.tely: Rename (previously:
11376         glossary.tely).  Fix anchor placement.
11377
11378         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11379
11380 2002-09-23  Werner Lemberg  <wl@gnu.org>
11381
11382         * scripts/lilypond-book.py (output_dict): Fix handling of
11383         various environments by avoid extraneous newlines.
11384         Rename `output-all' regexp for html to `output-html'.
11385         Replace `output-all' regexp for texi with `output-texi-quote'
11386         and `output-texi-noquote'.
11387         (compose_full_body): Don't override `linewidth' user option
11388         for `singleline'.
11389         (schedule_lilypond_block): Don't indent text specified with
11390         `intertext' option.
11391         Add new option `noquote'.
11392         (compile_all_files): Use latex instead of tex to compile ly
11393         files directly.
11394
11395         * Documentation/user/lilypond-book.itely: Updated and revised.
11396         Improve layout.
11397
11398         * Documentation/user/glossary.tely,
11399         Documentation/user/introduction.itely,
11400         Documentation/user/tutorial.itely,
11401         Documentation/user/refman.itely,
11402         Documentation/user/appendices.itely: Fix overfull LilyPond
11403         boxes caused by the new lilypond-book code.  Other minor
11404         fixes.
11405
11406         * Documentation/user/macros.itexi (@texiflat): Don't emit
11407         trailing space.
11408
11409         * scm/tex.scm (end-output, header-end): Add preamble and
11410         postamble to make lilypond output directly compilable with
11411         latex.
11412
11413         
11414 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11415
11416         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11417         instructions.
11418
11419 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11420
11421         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11422
11423 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11424
11425         * lily/beam.cc (connect_beams): don't crash if there are quarter
11426         notes in beams.
11427
11428 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11429
11430         * Documentation/user/refman.itely: corrected ancient clef
11431         docu; added docu on ligatures
11432
11433 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11434
11435         * Documentation/user/glossary.tely,
11436         Documentation/user/refman.itely, input/les-nereides.ly,
11437         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11438         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11439         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11440         Stem properties: flag-style -> stroke-style, style -> flag-style.
11441
11442
11443 2002-09-22  Werner Lemberg  <wl@gnu.org>
11444
11445         * scripts/lilypond-book.py: Add option `notime' to suppress
11446         printing of a time signature.  Specify default indentation of 0pt
11447         if single line fragment.  Don't emit redundant `\paper{ }'.
11448
11449         * Documentation/user/lilypond-book.itely: Updated.
11450
11451         * Documentation/user/glossary.tely: Completely reformatting.
11452
11453 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11454
11455         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11456
11457 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11458
11459         * Documentation/user/tutorial.itely: Fix links.
11460         
11461         * Documentation/topdocs/index.tely:
11462         * Documentation/index.texi:
11463         * Documentation/header.html.in: Small website fixes and updates.
11464
11465         * debian/: Debian patch by Anthony Fok.
11466
11467 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11468
11469         * Documentation/footer.html.in: How time flies: It's already 2002!
11470
11471         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11472         more descriptive link names than 'here'.
11473
11474 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11475
11476         * VERSION: 1.7.2 released
11477         * VERSION: 1.6.4 released
11478         
11479         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11480
11481         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11482         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11483
11484         * mf/feta-din.mf (test): add x-height and space.
11485
11486         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11487         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11488
11489         * ly/grace-init.ly: add-to-grace-init: function to portably add
11490         settings to \grace. 
11491
11492         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11493         if we get an absolute dynamic event.
11494  
11495         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11496
11497         * lily/source-file.cc (get_line): oops. All line numbers were off
11498         by 2. Fix that. 
11499
11500         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11501         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11502
11503         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11504
11505         * lily/parser.yy (number_factor): remove (number) as number
11506         expression. ("Let them eat Lisp").
11507
11508 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11509
11510         * lily/horizontal-bracket.cc: new file.
11511
11512         * lily/horizontal-bracket-engraver.cc: new file.
11513
11514         * input/regression/note-group-bracket.ly: new file. Support
11515         horizontal note brackets for music analysis.
11516
11517         * lily/stem.cc (flag): new flag-style: no-flag.
11518
11519         * input/test/stem-cross-staff.ly: new file
11520         
11521         * Documentation/user/internals.itely: Improved formatting, fixing
11522         typos.  Added a section `Output details' to describe how the TeX
11523         code looks like.
11524
11525         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11526
11527         * lily/parser.yy: remove \dynamicscript.
11528
11529         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11530         definitions. 
11531
11532         * python/midi.c (midi_error): take two arguments.
11533
11534         * Merge 1.6.5 changes:
11535         
11536 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11537
11538         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11539         staff-space.  Previous 1.5 was probably meant as half-spaces.
11540         (cautionary-style): parentheses (was: smaller).  This is what doco
11541         says, and it seems more logical.
11542
11543         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11544         for 2nd sentence.
11545
11546 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11547
11548         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11549
11550 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11551
11552         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11553
11554 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11555
11556         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11557
11558 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11559
11560         * scm/translator-property-description.scm (voltaOnThisStaff): add
11561         property.
11562
11563 2002-09-28  Werner Lemberg  <wl@gnu.org>
11564
11565         * scm/tex.scm (header-end): Suppress page numbering.
11566
11567         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11568         Fix quotation for HTML output.
11569
11570 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11571         
11572         * Documentation/user/refman.itely: grammar and phrasing
11573           fixes to "Note Entry" section.  Also adds a few new examples.
11574
11575 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11576
11577         * flower/include/string-data.icc: include string.h
11578
11579 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11580
11581         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11582
11583 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11584
11585         * Documentation/user/GNUmakefile (extra-local-help): Add.
11586
11587         * stepmake/stepmake/www-targets.make (local-help): Add.
11588
11589 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11590
11591         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11592         packages.
11593
11594         * Documentation/topdocs/README.texi (Top): building documentation
11595         (not website.)
11596
11597 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11598
11599         * Documentation/user/refman.itely: 
11600         * Documentation/user/tutorial.itely: 
11601         * Documentation/user/music-glossary.tely: Merge changes.
11602
11603         * Documentation/user/glossary.html.in: 
11604         * Documentation/index.texi: 
11605         * Documentation/header.html.in: Accomodate renaming of glossary.
11606         
11607         * Documentation/user/tutorial.itely: Add some glossary references.
11608         
11609         * Documentation/user/refman.itely: Minor fixes.
11610         
11611         * Documentation/user/lilypond.tely: Add glossary do direntry.
11612
11613         * Documentation/user/music-glossary.tely: Rename (previously:
11614         glossary.tely).  Fix anchor placement.
11615
11616         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11617
11618 2002-09-23  Werner Lemberg  <wl@gnu.org>
11619
11620         * scripts/lilypond-book.py (output_dict): Fix handling of
11621         various environments by avoid extraneous newlines.
11622         Rename `output-all' regexp for html to `output-html'.
11623         Replace `output-all' regexp for texi with `output-texi-quote'
11624         and `output-texi-noquote'.
11625         (compose_full_body): Don't override `linewidth' user option
11626         for `singleline'.
11627         (schedule_lilypond_block): Don't indent text specified with
11628         `intertext' option.
11629         Add new option `noquote'.
11630         (compile_all_files): Use latex instead of tex to compile ly
11631         files directly.
11632
11633         * Documentation/user/lilypond-book.itely: Updated and revised.
11634         Improve layout.
11635
11636         * Documentation/user/glossary.tely,
11637         Documentation/user/introduction.itely,
11638         Documentation/user/tutorial.itely,
11639         Documentation/user/refman.itely,
11640         Documentation/user/appendices.itely: Fix overfull LilyPond
11641         boxes caused by the new lilypond-book code.  Other minor
11642         fixes.
11643
11644         * Documentation/user/macros.itexi (@texiflat): Don't emit
11645         trailing space.
11646
11647         * scm/tex.scm (end-output, header-end): Add preamble and
11648         postamble to make lilypond output directly compilable with
11649         latex.
11650
11651         
11652 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11653
11654         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11655         instructions.
11656
11657 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11658
11659         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11660
11661 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11662
11663         * lily/beam.cc (connect_beams): don't crash if there are quarter
11664         notes in beams.
11665
11666 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11667
11668         * Documentation/user/refman.itely: corrected ancient clef
11669         docu; added docu on ligatures
11670
11671 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11672
11673         * Documentation/user/glossary.tely,
11674         Documentation/user/refman.itely, input/les-nereides.ly,
11675         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11676         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11677         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11678         Stem properties: flag-style -> stroke-style, style -> flag-style.
11679
11680 2002-09-22  Werner Lemberg  <wl@gnu.org>
11681
11682         * scripts/lilypond-book.py: Add option `notime' to suppress
11683         printing of a time signature.  Specify default indentation of 0pt
11684         if single line fragment.  Don't emit redundant `\paper{ }'.
11685
11686         * Documentation/user/lilypond-book.itely: Updated.
11687
11688         * Documentation/user/glossary.tely: Completely reformatting.
11689
11690 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11691
11692         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11693
11694 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11695
11696         * Documentation/user/tutorial.itely: Fix links.
11697         
11698         * Documentation/topdocs/index.tely:
11699         * Documentation/index.texi:
11700         * Documentation/header.html.in: Small website fixes and updates.
11701
11702         * debian/: Debian patch by Anthony Fok.
11703
11704 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11705
11706         * Documentation/footer.html.in: How time flies: It's already 2002!
11707
11708         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11709         more descriptive link names than 'here'.
11710
11711 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11712
11713         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11714
11715 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11716
11717         * lily/part-combine-music-iterator.cc (get_state): cleanup
11718         (get_music_info): cleanup.
11719
11720 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11721
11722         * scm/backend-documentation-lib.scm (interface-doc-string):
11723         crosslinks between interfaces and grobs. Headings for interfaces
11724         in grob explanation.
11725
11726 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11727
11728         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11729         dtd).  Add preliminary dtd.
11730         (re-sub-alist): Robustify.
11731
11732 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11733
11734         * lily/include/event-chord-iterator.hh,
11735         lily/context-specced-music-iterator.cc,
11736         lily/event.cc, lily/event-chord-iterator.cc: add
11737
11738 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11739
11740         * lily/: some (c) header fixes.
11741         
11742         * lily/request-chord.cc: Remove.
11743         
11744         * lily/include/event-chord-iterator.hh:
11745         * lily/include/event.hh:
11746         * lily/event-chord.cc: New file.
11747         
11748         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11749         requested.
11750
11751 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11752
11753         * lily/ : rename Request to Event
11754
11755         * lily/parser.yy (command_element): move clef stuff into Scheme.
11756
11757         * lily/:  rename length_mom () to get_length()
11758
11759         * lily/part-combine-music.cc: removed file and class.
11760
11761         * lily/context-specced-music-iterator.cc (class
11762         Context_specced_music_iterator): new file. Obsoletes the
11763         Context_specced_music type.
11764
11765         * scm/music-types.scm (make-repeated-music): put different kinds
11766         of repeated music into music-type table.
11767
11768         * VERSION: 1.7.1 released.
11769
11770         * scm/to-xml.scm: new file.
11771
11772         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11773         new Input representation: dump music as XML.
11774
11775         * scm/engraver-documentation-lib.scm
11776         (engraver-accepts-music-types?): add links from music to engraver,
11777         from music-type to engraver.
11778
11779         * lily/include/command-request.hh: removed
11780         lily/include/musical-request.hh: removed. Removed all _req classes
11781         except Key_change_req. Changes throughout.
11782
11783 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11784
11785         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11786
11787 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11788
11789         * lily/*.cc: specify accepts for many engravers.
11790
11791         * scm/music-documentation-lib.scm: dump music expressions and
11792         music subtypes.
11793
11794         * scm/documentation-lib.scm: complete revision.
11795         Use GOOPS objects to store document tree explicitly. Cleaned up and
11796         sped up doco generation a lot.
11797
11798 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11799
11800         * input/trip.ly (fugaIILeft): add arpeggio
11801
11802         * lily/translator-group.cc (try_music_on_nongroup_children):
11803         oops. The name symbol is in the cdr of the assoc handle.
11804
11805         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11806         Hyphen_req, Glissando_req, Break_req, Mark_req 
11807
11808 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11809
11810         * lily/musical-request.cc (music-duration-length,
11811         music-duration-compress): new functions.
11812
11813         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11814         throughout. Warning doesn't work yet.
11815
11816         * lily/translator-group.cc (try_music_on_nongroup_children):
11817         new implementation: store candidate acceptors in a hashTable.
11818
11819 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11820
11821         * scm/music-types.scm (music-descriptions): change name to
11822         internal-class-name
11823
11824         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11825
11826 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11827
11828         * lily/beam.cc (connect_beams): don't crash if there are quarter
11829         notes in beams.
11830
11831 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11832
11833         * Documentation/user/refman.itely: corrected ancient clef
11834         docu; added docu on ligatures
11835
11836 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11837
11838         * Documentation/user/glossary.tely,
11839         Documentation/user/refman.itely, input/les-nereides.ly,
11840         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11841         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11842         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11843         Stem properties: flag-style -> stroke-style, style -> flag-style.
11844
11845 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11846
11847         * scm/music-functions.scm (music-separator?): don't use name music
11848         property.
11849
11850 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11851
11852         * stepmake/stepmake/generic-targets.make (help): Document check
11853         target.
11854
11855         * lily/new-accidental-engraver.cc: Compile fix.
11856
11857 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11858
11859         * scripts/convert-ly.py: Add rule.
11860
11861         * input/test/music-creation.ly:
11862         * input/test/add-staccato.ly:
11863         * input/test/add-text-script.ly: ly-make-music.
11864
11865         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11866         More ly-make-music renamings.
11867
11868         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11869
11870         * lily/music-constructor.cc (make_music): Add debugging info.
11871
11872         * scm/music-functions.scm (make-simultaneous-music,
11873         (make-sequential-music, context-spec-music):
11874         * scm/music-types.scm (music-descriptions): Get lily to run.
11875
11876 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11877
11878         * lily/command-request.cc (transpose_key_alist): new function.
11879
11880         * lily/key-performer.cc (create_audio_elements): cleanup. 
11881
11882 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11883
11884         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11885
11886         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11887         events-accepted field.
11888
11889         * scm/music-types.scm: new file.
11890
11891         * lily/parser.yy: put music type initialization into scheme,
11892         similar to grob initialization.  Changes throughout.
11893
11894 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11895
11896         * Documentation/user/tutorial.itely: Fix links.
11897         
11898         * Documentation/index.texi: 
11899         * Documentation/header.html.in: 
11900         * Documentation/topdocs/index.tely: Small website fixes and updates.
11901
11902         * debian/: Debian patch by Anthony Fok.
11903
11904 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11905
11906         * Documentation/footer.html.in: How time flies: It's already 2002!
11907
11908         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11909         more descriptive link names than 'here'.
11910
11911         * ROADMAP: Remove test stuff.
11912
11913         * scripts/update-lily.py: Allow auto-building of stable and
11914         development versions.  Bugfixes.
11915
11916 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11917
11918         * VERSION: released 1.7.0
11919
11920         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11921
11922         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11923         positive line widths.
11924
11925 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11926
11927         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11928         go.  Fix comments.
11929
11930         * cygwin: Cygwin updates.
11931
11932 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11933
11934         * Documentation/windows/installing.texi (Top): version for python,
11935         urls for ghostscript (thanks to John Potelle)
11936         
11937         * lily/simultaneous-music-iterator.cc
11938         (Simultaneous_music_iterator): init children_list_ before
11939         triggering GC.
11940
11941         * lily/*-iterator.cc: be even more careful with smobbed copy
11942         constructors. 
11943
11944         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11945         LeftEdge item.
11946
11947 2002-09-15  Werner Lemberg  <wl@gnu.org>
11948
11949         Improving LilyPond's output to make them ordinary TeX boxes with
11950         predictable dimensions.  System boxes are now vertically centered on
11951         the baseline; this offset can be further controlled with
11952         \lilypondscoreshift.
11953
11954         * lily/system.cc (System::post_processing): Pass length of current
11955         system to `start-system' (including any horizontal indentation).
11956
11957         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11958         prettier.
11959         (lily-def): Append `%'.
11960         (start-system): Add parameter `wd'.  Output more TeX code to specify
11961         box dimensions.
11962         (stop-system, stop-last-system): Complement changes in
11963         `start-system'.
11964         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11965         Updated.
11966
11967         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11968         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11969         Write final `\endinput'.
11970
11971         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11972         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11973         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11974         files and macro definitions don't produce spurious spaces and
11975         paragraphs (using \endlinechar).
11976         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11977
11978         * Documentation/user/internals.itely: Improved formatting, fixing
11979         typos.  Added a section `Output details' to describe how the TeX
11980         code looks like.
11981
11982 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11983
11984         * lily/accidental-engraver.cc: Also work with partial measures.
11985
11986 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11987
11988         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11989         spanner.
11990
11991 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11992
11993         * lily/identifier-smob.cc (unpack_identifier): new file.
11994
11995         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11996         pass off scheme expressions as music identifiers.
11997
11998         * scm/lily.scm: reorganisation, cleanups.
11999
12000         * lily/main.cc: small cleanups.
12001
12002 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12003
12004         * lily/ly-module.{cc,hh}: new file.
12005
12006 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12007
12008         * lily/accidental-engraver.cc: Also work with partial measures.
12009
12010 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12011
12012         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12013
12014 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12015
12016         * lily/my-lily-lexer.cc: use SCM module in stead of
12017         Scheme_hash_table. Changes throughout.  
12018
12019 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12020
12021         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12022