]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
bdc094a535afdabfab96631e94cf16317736917d
[lilypond.git] / ChangeLog
1 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
4
5         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
6
7         * lily/include/paper-book.hh (class Paper_book): remove height_
8         member.
9
10         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
11
12         * lily/ly-module.cc (LY_DEFINE): bugfix.
13
14         * lily/paper-book.cc (book_title): separate function for the book
15         title.
16
17         * scm/page-layout.scm (default-book-title): only account for
18         markup fields.
19
20         * scm/framework-ps.scm: new file. Move high level interface from
21         output-ps.scm
22
23         * scm/music-functions.scm (def-grace-function): move macros from
24         ly/music-functions-init.ly
25
26         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
27         framework-tex.scm
28
29         * scm/framework-tex.scm (dump-line): new file. High level
30         interface for output (pages, systems, header). 
31
32         * lily/include/page.hh (class Page): add is_last_ field.
33
34         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
35
36         * lily/paper-book.cc (split_string): new function
37         (output): output multiple formats, i.e. --format=ps,tex
38
39         * scm/output-ps.scm (output-scopes): dump variables directly.
40         (define-fonts): rewrite for new interface
41
42         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
43
44         * lily/paper-outputter.cc (Paper_outputter): take format argument.
45
46         * lily/main.cc (parse_argv): don't set extension for output.
47
48         * lily/clef-engraver.cc (create_clef): remove
49         Staff_symbol_referencer::set_position() call. 
50
51 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
52
53         * ly/music-functions-init.ly (addlyrics): set the 'origin property
54         with the location argument in music function definitions.
55
56 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
57
58         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
59         staffsymbol dependency.
60
61         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
62         cleanups.
63
64         * lily/book.cc (process): return Paper_book
65         (to_stencil): use Book::process().
66
67         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
68         header_ field. Store in $globalheader
69
70         * lily/parser.yy (book_body): book header is initted to
71         $globalheader.
72         
73
74 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
75
76         * input/test/fill-a4.ly: removed.
77
78         * lily/parser.yy (output_def): push scope of parent_ Output_def
79         too.
80
81 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
82
83         * scm/output-gnome.scm: Update info.
84
85 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
86
87         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
88
89         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
90         than 1 module.
91
92         * lily/include/ly-module.hh (ly_use_module): rename is_module to
93         ly_c_module_p.
94
95         * scm/page-layout.scm (default-book-title): move Scheme titling
96         functions to here.
97
98         * lily/parser.yy (book_paper_block): remove scope too.
99
100         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
101
102         * lily/rest.cc: add direction to rest properties.
103
104         * lily/include/output-def.hh: new file, move from
105         music-output-def.hh
106
107 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
108
109         * scm/output-gnome.scm: Describe feta-cork hack.
110
111 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
112
113         * lily/include/book-paper-def.hh: derive from Output_def 
114
115         * lily/include/paper-def.hh: move all functionality out of class.
116         Junk header.
117
118         * lily/include/music-output-def.hh: rename Music_output_def to
119         Output_def.
120
121         * input/wilhelmus.ly: only set space for Paper formatting. 
122
123         * lily/include/midi-def.hh: remove file, remove class.
124         Move functions to Music-output-def.
125
126         * lily/music-output-def.cc (Music_output_def): remove separate
127         translator table. Lookup translators in scope directly. This
128         obviates Context suffix for context identifiers, i.e.
129
130         \context {
131           \Staff
132           .. 
133           }
134
135
136         will work.
137         
138
139         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
140
141         * Documentation/user/changing-defaults.itely (Horizontal spacing):
142         document spacing override hack.
143
144 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
145
146         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
147         installation info.  Support point-and-click.  Add +/- zoom
148         keybindings.
149
150 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
151
152         * VERSION: 2.3.2 released
153         
154         * lily/parser.yy (book_body): set default bookpaper.
155
156         * scm/output-tex.scm (header): kludge: hard code linewidth. 
157
158         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
159
160 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
161
162         * lily/score.cc (default_rendering): scale outputdef before
163         starting.
164
165 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
166
167         * scm/fret-diagrams.scm: Add header.
168
169         * scm/output-gnome.scm: Hello world :-)
170
171 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
172
173         * scripts/lilypond.py (run_dvips): only add papersize if present.
174
175         * lily/accidental-engraver.cc (update_local_key_signature): new
176         function, fold code from initialize() and process_music().
177         (update_local_key_signature): use deep copy. This fixes one
178         problem from custom-key-signatures.ly.
179         (number_accidentals_from_sig): tighter check for
180         accidental-too-old.
181
182         * ly/engraver-init.ly: remove localKeySignature
183         definition from ChoirStaff, StaffGroup, Score.
184         
185         * lily/percent-repeat-engraver.cc (try_music): add moments for
186         barlines too. Fixes: skipbars-percent-repeat.ly.
187
188 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
189
190         * lily/context-def.cc (filter_performers): don't go to cdrloc if
191         skipping last pair. Fixes: crash-bar-number.
192
193         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
194         D. Sorensen)
195
196         * input/test/fret-diagram.ly: new file.
197
198         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
199         (scale-paper): divide by scale.
200
201 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
202
203         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
204         case.
205
206 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
207
208         * scm/stencil.scm (fontify-text): reinstate function
209
210         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
211
212         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
213
214         * lily/parser.yy (book_paper_head): \bookpaper {} 
215
216         * python/midi.c: remove config.h
217
218 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
219
220         * scm/output-gnome.scm: Update.
221
222 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
223
224         * scm/output-gnome.scm: New file.
225
226         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
227
228 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
229
230         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
231         (find_scaled_font): move from Paper_def
232
233 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
234
235         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
236         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
237
238         * po/fr.po: update po.
239
240         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
241
242         * lily/book-paper-def.cc (print_smob): new file.
243
244 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
245
246         * buildscripts/lilypond-words.py: search words also from
247         music-functions-init.ly.
248
249 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
250
251         * ly/music-functions-init.ly (def-music-function): new helper
252         macro for defining music functions. \addlyrics \appoggiatura
253         \acciaccatura \grace \partcombine \autochange \applycontext
254         \applyoutput and \breathe are now defined here thanks to it.
255
256         * lily/parser.yy: 
257         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
258         \grace \partcombine \autochange \applycontext \applyoutput and
259         \breathe keywords removed from the parser.
260
261         * lily/parser.yy: 
262         * lily/music-function.cc (ly_make_music_function): 
263         * lily/lexer.ll (music_function_type): added a case for 0-arg
264         music functions.
265
266 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
267
268         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
269         refering to a music expression can be used in lily-inside-scheme:
270         #{ $music #}
271
272         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
273         and ly:parser-define, and change ly:parser-parse-string in order
274         to make #{ $music #} work.
275
276         * scm/new-markup.scm (compile-markup-expression): when an argument
277         is a string, use `make-simple-markup'.
278
279 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
280
281         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
282
283 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
284
285         * scripts/convert-ly.py (FatalConversionError.func): handle + in
286         font-size. (backportme)
287
288 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
289
290         * lily/paper-outputter.cc (output_stencil): dump font definitions
291         before each stencil.
292
293         * lily/include/paper-book.hh (struct Score_lines): new
294         struct. Collect info per Paper-score.
295
296         * lily/include/page.hh (class Page): to_stencil() returns Stencil
297         everywhere.
298
299         * lily/stencil.cc (find_expression_fonts): new function
300
301         * lily/paper-outputter.cc (output_stencil): use
302         interpret_stencil_expr
303
304         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
305         (interpret_stencil_expr): new function. Generic stencil
306         interpretation.
307
308         * lily/paper-def.cc (find_scaled_font): divide lookup
309         magnification by outpuscale for non-virtual fontmetrics. This
310         fixes ludicrously long font definitions for text
311         fonts. (backportme)
312
313         * lily/score-engraver.cc: remove
314         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
315
316 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
317
318         * input/test/markup-score.ly: Remove \notes.
319
320         * lily/parser.yy (book_body): Grok Composite_music and \header.
321         (markup): Push NOTES mode before score_block.
322
323         * VERSION: release 2.3.1
324         
325         * mf/feta-klef.mf: 
326         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
327
328         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
329
330         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
331
332 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
333
334         * scm/output-tex.scm (output-tex-string): tighten safe security.
335
336         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
337
338         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
339         allowed ly functions.
340
341         * lily/ly-module.cc (ly_module_define): only define variable if
342         bound.
343         (ly_make_anonymous_module): take safe option.
344
345 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
346
347         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
348
349 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
350
351         * input/regression/newaddlyrics.ly: Fix.
352
353         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
354         \score \notes.
355
356 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
357
358         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
359
360 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
361
362         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
363
364         * lily/paper-line.cc (Paper_line): don't store list of stencils,
365         but convert to single Stencil immediately.
366
367         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
368
369 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
370
371         * scm/output-sodipodi.scm: Resurrect sodipodi output.
372
373 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
374
375         * elisp/lilypond-mode.el: Changed the way defaults are created for
376         LilyPond-command-master.  LilyPond-mode will now check the
377         timestamps of the files to see which command has to run next.
378
379 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
380
381         * scm/bass-figure.scm (format-bass-figure): don't set
382         number-markup for strings. This fixes string in bass
383         figure. (backportme)
384
385         * lily/parser.yy (bass_number): insert number-markup into figure
386         definition.
387
388         * scm/define-music-properties.scm (all-music-properties): make
389         'figure a markup.
390
391         * scripts/convert-ly.py (conv): \apply -> \applymusic
392
393 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
394
395         * elisp/lilypond-mode.el: changed the order of some commands
396         ("Midi" after "2Midi"), use the user-defined
397         LilyPond-command-default as default instead of "LilyPond"
398
399         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
400         to set the master file for the next command.
401
402         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
403         with font-lock-reference-face.
404
405 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
406
407         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
408
409         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
410
411 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
412
413         * ly/music-functions-init.ly (TODO): new file.
414
415         * lily/parser.yy (Generic_prefix_music_scm): add more
416         music_function symbols.
417         (Prefix_composite_music): change \apply to music-function   
418
419         * lily/include/music-function.hh: rename to music-function
420
421 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
422
423         * lily/music-head.cc (LY_DEFINE): change order of args.
424
425         * input/regression/music-head.ly (texidoc): new file.
426
427         * lily/parser.yy (Generic_prefix_music): allow generic
428         music-transformation functions. 
429
430         * lily/include/music-head.hh (is_music_head): new file.
431
432         * lily/music-head.cc (get_music_head_transform): new file.
433
434 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
435
436         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
437         empty extent. This fixes ottava brackets on rests. (backportme)
438
439         * make/lilypond.redhat.spec.in (Group): ln png files for info.
440
441         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
442
443         * cygwin/lily-wins.py: update for the lily-wins.py script.
444
445 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
446
447         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
448         code. This will obviate typeset_grob () in the future.  The effect
449         of this is that improperly written spanner handling will result in
450         invalid spanner bounds.
451         (announce_grob): add to elems_ from here
452         (typeset_grob): comment out.  
453
454         * lily/include/engraver.hh (make_spanner): new calling interface
455         for make_{item,spanner}. This obviates most calls to
456         announce_grob().
457                 
458         * scm/music-functions.scm (set-accidental-style): use GrandStaff
459         iso. PianoStaff for piano styles.
460
461 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
462
463         * Documentation/user/music-glossary.tely: add segno after d.s.
464
465 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
466
467         * lily/include/audio-column.hh: remove unused variables.
468         (patch by Michael Welsh Duggan)
469
470         * flower/include/axes.hh (other_axis): inline Axes function
471         (thanks to David Brandon).
472
473 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
474
475         * cygwin/mknetrel: Install image links (backportme).
476
477         * Documentation/user/GNUmakefile (local-install-info): Activate
478         actual installing of image links (backportme).
479
480 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
481
482         * Documentation/user/notation.itely (Measure repeats): Removed
483         unnecessary (and confusing) \context Voice{.
484
485 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
486
487         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
488
489         * lily/page.cc (Page): Do not use ly_scheme_function for
490         volatile/configurable variables (FIXME: better name).
491
492         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
493         get_scmvar).
494
495 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
496
497         * scripts/convert-ly.py (FatalConversionError.subst): use
498         \transposition.
499
500 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
501
502         * lily/include/page.hh (class Page): Declare left_margin ().
503
504         * lily/page.cc: Remove paper var caching.
505
506 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
507
508         * Documentation/user/music-glossary.tely: Add name to @top node.
509         Remove comment from @table definitions (workaround for makinfo
510         bug).
511
512         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
513         ly:stencil-get-expr).  Update callers.
514         (ly:stencil-align-to!):  Return stencil too.
515
516         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
517         stencil.  Remove looped line-based page output.
518         (output_line): Use line stencil.  Remove looped stencil-based line
519         output.
520
521         * lily/page.cc (ly:page-paper-lines): New function.
522
523         * input/test/markup-score.ly: New file.
524
525         * scm/define-markup-commands.scm (stencil): New markup.
526
527         * lily/book.cc (to_stencil): New method.
528
529         * lily/parser.yy (markup): Use it to grok \score.
530
531 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
532
533         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
534
535         * lily/paper-book.cc (pages): Change signature.  Update callers.
536
537         * lily/include/page.hh:
538         * lily/page.cc: New file.
539
540         * lily/paper-line.cc (to_stencil): New method.
541         
542         * lily/paper-outputter.cc (output_stencil): New method.
543
544         * lily/paper-outputter.cc (output_line): Use them.
545
546         * lily/warn.cc: Remove.
547
548         * lily/my-lily-parser.cc (distill_inname): Remove.
549
550         * flower/include/file-name.hh: 
551         * flower/file-name.cc: New file.  Update users.
552
553         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
554         (find): New method of same name.
555
556         * lily/my-lily-parser.cc (ly:parse-file): Use it.
557
558         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
559         constant error message.
560
561 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
562
563         * input/test/{blank-notes.ly,staff-container.ly}: typos.
564
565 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
566
567         * Documentation/user/music-glossary.tely: @table @strong' replaced
568         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
569         (backportme).
570
571 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
572
573         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
574
575         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
576         #{ lily music expression #} that returns an equivalent scheme
577         music expression by parsing the string.
578
579 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
580
581         * lily/my-lily-parser.cc:
582         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
583         SCM string (foo.ly/toto.scm support).
584
585 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
586
587         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
588
589 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
590
591         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
592
593         * scripts/lilypond-book.py: LY code that includes \header is
594         not assumed to be a fragment.
595
596 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
597
598         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
599         tremolo beams up.
600
601         * lily/stem.cc (chord_start_y): Return 0 if no heads.
602         (get_default_stem_end_position): No tremolo head juggling if no
603         heads.  Fixes tremolo crash on rests (backportme).
604
605         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
606
607 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
608
609         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
610         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
611
612         * lily/lexer.ll: Allow \encoding in NOTES mode.
613
614         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
615         for lyrics, not for commands.
616
617         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
618         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
619
620         * input/regression/newaddlyrics.ly: New file.
621
622         * Documentation/topdocs/NEWS.texi: Update.
623
624         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
625         (Music_list): Allow embedded scm.
626
627         * lily/score.cc (ly:score-bookify): New function.
628
629         * lily/music.cc (ly:music-scorify): Idem.
630
631         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
632         (ly:parser-print-score): Idem.
633
634         * scm/lily.scm (default-toplevel-book-handler): Idem.
635         (default-toplevel-music-handler): Idem.
636         (default-toplevel-score-handler): Idem.
637
638         * ly/declarations-init.ly: Set default toplevel handlers.
639
640         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
641
642         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
643         printer for score at toplevel.
644
645 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
646
647         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
648         Fix for simple case: input/simple-song.ly, more complex stuff
649         does not work yet.
650
651 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
652
653         * lily/parser.yy (Prefix_composite_music): split Composite_music
654         in Prefix_composite_music and Grouped_music_list.
655         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
656
657 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
658
659         * scm/lily.scm (toplevel-expression): New define.
660
661         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
662
663         * lily/parser.yy (toplevel_expression): Use it.
664
665         * lily/include/my-lily-parser.hh: Smobbify.
666
667         * lily/my-lily-parser.cc (parse_string): New method.
668         
669         * lily/my-lily-parser.cc (ly:parse-string): New function.
670
671         * Documentation/user/lilypond.tely: Add comment and workaround for
672         gs-8.01 crash.  Fixes make web.
673
674         Simplification of toplevel music.
675         
676         * lily/lexer.ll, lily/parser.yy:
677
678         * In LYRICS mode, return LYRICS_STRING.  This fixes one
679         shift/reduce problem.
680
681         * Use NOTES mode at start of maininput.
682
683         * Grok toplevel composite music expression, put in score and book.
684
685         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
686
687         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
688
689         * input/simple.ly: New file.
690         
691         * input/simple-song.ly: Idem.
692
693 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
694
695         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
696         Sandberg.
697
698 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
699
700         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
701
702 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
703
704         * input/regression/accidental-octave.ly: doc automatic showing
705         of note names.
706
707 2004-04-16  Heikki Junes <janneke@gnu.org>
708
709         * po/fi.po: do "make po && make -C po po-update" at top-level,
710         then "cp po/out/fi.po po/fi.po" and update fields.
711
712         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
713
714 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
715
716         * Documentation/user/introduction.itely (About this manual): Fix
717         templates and regression urls (backportme).
718
719 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
720
721         * ly/engraver-init.ly (Score:graceSettings): Increase
722         beamed-lengths, especially for 32nd notes.
723
724         * Documentation/user/notation.itely (Grace notes): Correct the
725         syntax for add-grace-property example.
726
727 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
728
729         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
730         `Generated' tag.
731
732         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
733         Severely broken (the Debian package, at least).
734
735 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
736
737         * lily/context.cc (find_create_context): assign to lvalue.
738
739 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
740
741         * lily/include/translator.hh (class Translator): rename
742         get_parent_context() to context () to avoid confusion.
743
744         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
745
746         * lily/lexer.ll: change is_string -> ly_c_string_p 
747
748         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
749
750         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
751
752         * VERSION: release 2.3.0
753
754         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
755
756         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
757         if nonempty.
758
759         * lily/include/context.hh (class Context): make members protected.
760         (children_contexts): new accessor function.
761
762         * lily/include/translator.hh (class Translator): make
763         daddy_context_ protected.
764         (class Translator): clean up. 
765
766         * lily/include/context.hh (class Context): make daddy_context_
767         private.
768
769         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
770         higher for finding Voice. (backportme)  
771
772         * lily/include/context.hh (class Context): remove
773         find_context_below() as a method.
774
775         * Documentation/user/notation.itely (The Lyrics context): add note
776         about manual durations
777
778         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
779         encoding.
780
781         * scm/output-tex.scm (text): dump \inputencoding{} for text.
782
783 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
784
785         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
786         \usepackage{inputenc}
787
788         * lily/paper-book.cc (classic_output): don't advance Offset for
789         TeX output.
790
791         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
792         ec-sauter.map in rules
793
794         * mf/ecb.mf (font_identifier): new file, based on ecbx
795
796         * mf/ecb10.mf (gensize): new file.
797
798         * Documentation/topdocs/NEWS.texi (Top): document some more new
799         features.
800
801         * ly/declarations-init.ly: run convert-ly
802
803         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
804         from input-file-results. Remove input-file-results.* 
805
806 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
807
808         * scm/output-ps.scm (font-command): Fix, again.
809
810         * input/test/title-markup.ly: Add \noPagebreak test.
811
812         * lily/score-engraver.cc (try_music): Bugfix.
813
814 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
815
816         * lily/main.cc (main_with_guile): excise dependency options -M and
817         --dep-prefix
818
819         * lily/input-file-results.cc: excise Makefile dependency code
820
821         * Documentation/user/invoking.itexi (Invoking the lilypond
822         binary): remove dep doco
823         
824         * lily/main.cc (main_with_guile): call lilypond-main
825         
826         * scm/lily.scm (lilypond-main): new function: handle multiple files.
827
828         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
829         exception.
830
831         * lily/my-lily-parser.cc: remove paper_description function
832
833         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
834         new function.
835
836         * lily/main.cc: remove global_score_count.
837
838         * lily/book.cc (process): don't take header from global_input_file.
839
840         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
841
842         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
843
844         * lily/music-output-def.cc (LY_DEFINE): new function
845         ly_output_description. This function does the bulk for  setting,
846         parsing and breaking down of an input file.
847
848         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
849         anonymous modules globally. Let's hope they get GCd
850
851         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
852
853 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
854
855         * scm/output-ps.scm (header): Papersize from paper.
856
857         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
858         for classic output.
859
860         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
861         lilypondclassic is defined.
862         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
863
864         * input/regression/between-systems.ly: Remove.
865
866         * python/lilylib.py (get_bbox): Fix regular expression
867         for bounding box.
868
869         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
870
871         * scm/output-tex.scm (stop-page): Use it.
872
873         * scm/output-ps.scm (define-fonts): Bugfix.
874
875         * lily/grob.cc: Add penalty to interface.
876
877         * lily/include/paper-line.hh (class Paper_line): New member
878         var penalty_.
879
880         * lily/system.cc (get_line): Initialise Paper_line with
881         page-penalty's from original grobs.
882
883         * scm/define-music-properties.scm (all-music-properties): Add
884         page-penalty.
885
886         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
887
888         * lily/score-engraver.cc (try_music): Handle page-penalty.
889
890         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
891
892 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
893
894         * ly/declarations-init.ly (melismaEnd): typo
895
896         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
897
898         * scm/output-ps.scm (text): split string into spaces, use moveto
899         for setting space. 
900         
901 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
902
903         * po/nl.po: Update.
904
905         * scm/font.scm (add-cmr-fonts): Typo.
906
907 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
908
909         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
910         font-encoding.
911
912         * scm/define-grobs.scm (all-grob-descriptions): idem.
913
914         * lily/time-signature.cc (numbered_time_signature): idem.
915
916         * scm/font.scm (add-cmr-fonts): use real encoding names for
917         font-encoding.
918
919 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
920
921         * lily/paper-book.cc (classic_output): 
922         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
923         Fixes classic output.
924         (lilypondstart):
925         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
926         kludge.
927
928         * scripts/old-lilypond-book.py: Remove.
929
930         Page layout for SCOREs enclosed in a BOOK:
931
932         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
933         layout tweaking.
934
935         * input/les-nereides.ly (theScore): Add \book.
936         
937         * input/test/title-markup.ly: Add \book.
938
939         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
940         only if 'verbose.
941
942         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
943
944         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
945
946         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
947         * scm/output-tex.scm (start-system): Update for page layout by
948         LilyPond.
949
950         * scm/output-ps.scm (start-system): Previously (new-start-system).
951
952         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
953         passed to define-fonts.
954
955         * lily/paper-column.cc: 
956         * lily/system.cc (get_line):
957         * ly/property-init.ly (newpage): 
958         * scm/define-grob-properties.scm:
959         * scm/output-ps.scm: 
960         * scm/output-tex.scm: Remove between-system-string kludge.
961
962         * scm/output-ps.scm (define-fonts, font-command,
963         font-load-encoding): Handle ENCODING = #f.
964
965         * scm/output-tex.scm (output-scopes): Check if variable is bound.
966
967         * scm/define-markup-commands.scm (fill-line): Use
968         make-simple-markup (WAS: unexisting make-word-markup).
969
970         * lily/text-item.cc (interpret_markup): Bugfix, transpose
971         ENCODING, MARKUP parameters for interpret_string.
972
973         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
974
975         * lily/score.cc (book_rendering): New method.
976         (default_rendering): Create Paper_book helper locally, dump
977         output.
978
979         * lily/my-lily-lexer.cc (the_key_tab): Add book.
980
981         * lily/parser.yy: Handle \book.
982
983         * lily/include/book.hh: 
984         * lily/book.cc: New file.
985
986 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
987
988         * lily/text-item.cc (interpret_string): new file, select font with
989         encoding.
990
991         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
992
993         * scm/define-markup-commands.scm (encoded-simple): new markup command.
994
995         * lily/parser.yy (markup): take encoding from lexer.
996
997 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
998
999         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1000
1001         * scm/output-ps.scm: Remove some cruft.
1002
1003 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1004
1005         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1006
1007         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1008
1009 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1010
1011         * scm/font.scm (add-century-schoolbook-fonts):
1012         (make-century-schoolbook-tree): New function.
1013
1014         * input/test/title-markup.ly: Use Century Schoolbook font.
1015
1016 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1017
1018         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1019         to Erik Sandberg) 
1020
1021         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1022
1023         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1024
1025         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1026
1027         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1028
1029 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1030
1031         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1032         solo-state (at end of solo), we can set the solo status
1033         too. (backportme.)
1034
1035         * input/regression/part-combine-solo-end.ly: new file.
1036
1037 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1038
1039         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1040         flavour abc files.  Really ignore unknown keys (backportme).
1041
1042 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1043
1044         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1045         magnification_ when looking up in orig_.
1046
1047         * scm/output-tex.scm (text): switch off char-mapping.
1048
1049         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1050         because AFM's encoding field cannot have spaces.
1051
1052 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1053
1054         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1055
1056 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1057
1058         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1059
1060         * mf/cmr.enc: new file, without hi-bit ascii info. 
1061
1062         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1063         width. This removes the 'hook' at the end of a long slur.
1064
1065         * buildscripts/mf-to-table.py (parse_logfile): don't append
1066         encoding to fontname.
1067
1068 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1069
1070         * scm/output-ps.scm (define-fonts): Load .enc only once.
1071
1072         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1073         too.
1074
1075 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1076
1077         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1078         encoding field.
1079
1080         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1081
1082         * ly/portuges.ly (pitchnames): new file.
1083
1084         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1085         Michael Welsh Duggan
1086
1087         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1088
1089         * ly/nederlands.ly: add comment about digits.
1090
1091         * lily/scaled-font-metric.cc (derived_mark): idem.
1092
1093         * scm/encoding.scm (make-encoding-mapping): change permutation to
1094         mapping.
1095
1096         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1097         (Modified_font_metric): make alist for coding_description_
1098         (LY_DEFINE): remove coding-name.
1099
1100         * scm/output-tex.scm (text): remove debugging code.
1101
1102         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1103
1104         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1105         from infile.
1106
1107         * mf/feta-generic.mf: move fet_beginfont into generic code.
1108         use fetaMusic (without space) as encoding
1109
1110         * mf/feta-autometric.mf: take encoding argument
1111
1112         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1113
1114         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1115         use.
1116
1117         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1118         name.
1119
1120 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1121
1122         * input/test/title-markup.ly: Set inputencoding.
1123
1124         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1125
1126         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1127
1128         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1129         function.
1130         (coding-alist): Also hold filename, command.
1131         (read-encoding-file): Return symbols.
1132
1133 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1134
1135         * scm/output-tex.scm: remove fontify; text and char take a font
1136         argument.
1137
1138         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1139
1140         * lily/scaled-font-metric.cc (text_dimension): init
1141         coding_{permutation,table}_ too 
1142         (LY_DEFINE): ly:font-encoding, new function return
1143
1144         * lily/paper-def.cc (find_scaled_font): take input coding from
1145         inputcoding paper var.
1146
1147         * lily/performance.cc (output): remap modulo 16.
1148
1149         * lily/text-item.cc (interpret_markup): whoops, variable
1150         shadowing fixed.
1151
1152 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1153
1154         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1155         symbols, not symbols to strings.
1156         
1157         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1158         symbols, not symbols to strings.
1159
1160 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1161
1162         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1163         (ly:kpathsea-gulp-file): New function.
1164
1165         * scm/encoding.scm (read-encoding-file): Use it.
1166
1167 2004-04-06  Werner Lemberg  <wl@gnu.org>
1168
1169         * scm/encoding.scm (coding-alist): Fix typo.
1170
1171 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1172
1173         * lily/scaled-font-metric.cc (text_dimension): move function from
1174         Font_metric
1175         (make_scaled_font_metric): init coding_scheme_ to TeX
1176         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1177
1178         * lily/include/scaled-font-metric.hh (struct
1179         Modified_font_metric): rename from Scaled_font_metric
1180
1181         * scm/encoding.scm (read-encoding-file): split up large function,
1182         leave caching to (delay)
1183
1184         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1185
1186 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1187
1188         * lily/my-lily-lexer.cc (set_encoding): New method.
1189
1190         * lily/lexer.ll: Grok \encoding.
1191
1192         * lily/font-metric.cc (get_encoded_index): New function.
1193
1194         * lily/include/font-metric.hh (coding_scheme): New method.
1195
1196         * scm/encoding.scm: New file.
1197
1198         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1199
1200 2004-04-05  Werner Lemberg  <wl@gnu.org>
1201
1202         * Documentation/user/tutorial.itely: Revised (finished).
1203
1204         * Documentation/user/macros.itexi (@separate): Removed.
1205
1206 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1207
1208         * scm/output-ps.scm (define-fonts): fix scaling.
1209
1210         * lily/scaled-font-metric.cc (design_size): add function.
1211
1212         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1213         partial cut&paste of ly:font-magnification.
1214
1215 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1216
1217         * scm/output-ps.scm (define-fonts):
1218         (fontify): Update.
1219
1220 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1221
1222         * po/fr.po: update. (backportme).
1223
1224         * po/nl.po: update. (backportme). 
1225
1226         * mf/feta-beugel.mf: document why design size is not fixed.
1227
1228         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1229
1230 2004-04-04  Werner Lemberg  <wl@gnu.org>
1231
1232         * Documentation/user/tutorial.itely: Revised (continued).
1233
1234 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1235
1236         * po/nl.po: Update (backportme).
1237
1238 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1239
1240         * po/de.po: update. (backportme).
1241
1242         * scm/output-tex.scm (font-command): use ly: functions to
1243         construct name.
1244         (define-fonts): don't use alist, just dump \font definitions.
1245         (font-load-command): calculate proper scaling by taking
1246         outputscale from paper argument.
1247
1248         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1249         expression.
1250
1251         * lily/paper-outputter.cc (output_header): pass paper arg to
1252         define-fonts
1253
1254         * lily/paper-def.cc (font_descriptions): dump list of
1255         Scaled_font_metrics
1256         (find_scaled_font): take Font_metric argument, store
1257         Scaled_font_metrics in hash-table containing (size ->
1258         Scaled_font_metrics) alist.
1259         (get_dimension): rename from get_realvar
1260
1261         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1262         ly:font-magnification, ly:font-name: new functions
1263
1264 2004-04-03  Werner Lemberg  <wl@gnu.org>
1265
1266         * Documentation/user/dedication.itely,
1267         Documentation/user/preface.itely,
1268         Documentation/user/introduction.itely,
1269         Documentation/user/tutorial.itely: Revised.
1270         Removing leading spaces which distorts output if info files are read
1271         with stand-alone info.
1272         Removing superfluous inter-word spaces which also distorts output
1273         for stand-alone info.
1274         Using ` and ' instead of `` and '' everywhere to improve
1275         legilibility with stand-alone info
1276         Using @samp for single-letter input items and data which contains
1277         spaces, @code for other things.
1278
1279         * lily/grob-interface.cc: Adding copyright.
1280         (check_interfaces_for_property): Improve format of warning message.
1281
1282 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1283
1284         * lily/include/font-metric.hh (struct Font_metric): add
1285         design_size () method.
1286
1287         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1288
1289         * lily/afm.cc (read_afm_file): read design size.
1290
1291         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1292
1293         * scm/music-functions.scm (unfold-repeats): handle dots too.
1294
1295 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1296
1297         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1298         (backportme)
1299
1300 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1301
1302         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1303         lyric indent.  Revert melismaBusyProperties using \unset.
1304
1305 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1306
1307         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1308
1309         * lily/parser.yy (command_element): allow redefinition of |
1310         meaning.
1311
1312         * lily/break-align-engraver.cc (acknowledge_grob): construct
1313         LeftEdge where the first cause for alignment is coming from.
1314         This makes \override Staff.LeftEdge work as expected.
1315
1316         
1317         * lily/slur-performer.cc (Slur_performer): add inits
1318
1319         * lily/beam-performer.cc (Beam_performer): add inits
1320
1321 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1322
1323         * VERSION (PACKAGE_NAME): release 2.2.0
1324
1325         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1326
1327 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1328
1329         * lily/cluster.cc (height): Fix warning.
1330
1331         * lily/parser.yy: Janitorial cleanups.
1332
1333         * Documentation/user/tutorial.itely (Tutorial): Typo.
1334
1335 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1336
1337         * lily/change-iterator.cc (process): search at multiple context
1338         levels. This fixes 
1339
1340         
1341         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1342         not voice-state index for tie state. This fixes a partcombine
1343         problem with ties.
1344
1345         * Documentation/user/tutorial.itely (Commenting input files): add
1346         note about convert-ly.
1347
1348         * input/test/cadenza-skip.ly:  new file.
1349
1350 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1351
1352         * po/nl.po: Spelling fixes.
1353
1354         * autogen.sh (srcdir): Regenerate.
1355
1356         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1357         autogen.sh.
1358
1359         * configure.in: Use C++ to check for C++ header.
1360
1361         * po/nl.po: Update.
1362
1363         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1364
1365         * lily/event.cc (to_relative_octave): Translatable sentence should
1366         be one string.
1367
1368         * python/lilylib.py (warranty): Year range is not translatable.
1369         It's 2004 already!
1370
1371         * flower/warn.cc (non_fatal_error, warning, programming_error):
1372         Remove whitespace from translated string.
1373
1374 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1375
1376         * VERSION: release 2.1.37.
1377
1378 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1379
1380         * configure.in: check for C language.
1381
1382         * lily/source-file.cc: include strstream without h.
1383
1384         * scm/documentation-generate.scm (string-append): use name without
1385         .texi.
1386
1387         * autogen.sh (srcdir): SUSE fix.
1388
1389         * Documentation/user/notation.itely (Ancient clefs): idem.
1390
1391         * Documentation/user/lilypond-book.itely (Integrating HTML and
1392         music): idem.
1393
1394         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1395
1396         * lily/change-iterator.cc (process): use find_existing_context().
1397
1398         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1399
1400         * input/regression/repeat-unfold-tremolo.ly: new file.
1401
1402         * scm/music-functions.scm (unfold-repeats): undo music compression
1403         too.
1404
1405         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1406         (LY_DEFINE): ly:music-compress new function.
1407
1408         * scm/part-combiner.scm (determine-split-list): split for voice
1409         crossings
1410
1411         * input/regression/part-combine-cross.ly: new file.
1412
1413         * scm/part-combiner.scm (make-part-combine-music): don't do
1414         relative inside partcombine arguments.
1415
1416         * scm/music-functions.scm (make-non-relative-music): new function.
1417
1418         * Documentation/user/notation.itely (Automatic part combining):
1419         add note about \relative.
1420
1421         * lily/part-combine-iterator.cc (construct_children): add
1422         start_moment_ member.
1423
1424         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1425         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1426
1427         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1428
1429         * Documentation/user/changing-defaults.itely (Which properties to
1430         change): fixes.
1431
1432 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1433
1434         * po/fr.po: update.
1435
1436 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1437
1438         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1439
1440         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1441         Reinstate old code that issues warning.  Fixes --srcdir build.
1442
1443 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1444
1445         * input/wilhelmus.ly: New file.
1446
1447         * Documentation/user/notation.itely: 
1448         * Documentation/user/introduction.itely:
1449         * Documentation/user/tutorial.itely: Use quote ly-option instead
1450         of explicit @quotation.  This fixes too long lilypond linewidths
1451         resulting in overful hboxes.
1452
1453         * scripts/lilypond-book.py: Add ly-option: `quote'.
1454
1455 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1456
1457         * tex/titledefs.tex: Avoid that the first score line is extra
1458         indented if instrument is defined but not piece.
1459
1460 2004-03-30  Werner Lemberg  <wl@gnu.org>
1461
1462         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1463         `lilypond/' to info file name.
1464         (@usermanref) [info]: New variant.
1465
1466         * scm/documentation-generate.scm: Fix definition of @usermanref
1467         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1468         to info file name.
1469
1470 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1471
1472         * VERSION: release 2.1.36
1473         
1474         * Documentation/user/changing-defaults.itely (Interpretation
1475         contexts): rewrite introduction.
1476
1477 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1478
1479         * scm/define-markup-commands.scm: Use TeX accents instead of
1480         straight iso-8859-1 encoding in the doc string.
1481
1482 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1483
1484         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1485         space after dotted duration.
1486
1487 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1488
1489         * Documentation/user/introduction.itely: 
1490         * Documentation/user/notation.itely:
1491         * Documentation/user/tutorial.itely: Up all relative examples.
1492         Enclose @lilypond displays in @quotation.  Typos and corrections.
1493
1494         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1495
1496 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1497
1498         * scm/music-functions.scm (make-voice-props-revert): Revert also
1499         MultiMeasureRest staff-position in oneVoice.
1500
1501 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1502
1503         * Documentation/user/changing-defaults.itely, 
1504         Documentation/user/lilypond.tely: few fixes. Place no comma between
1505         two options: a and b, but commas between three options: a, b, and c.
1506         By this manner, grouping is possible: a and b, and c and d.
1507
1508 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1509
1510         * Documentation/user/GNUmakefile: add rule for .nexi
1511
1512 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1513
1514         * Documentation/user/music-glossary.tely: move glossary direntry
1515
1516         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1517         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1518
1519 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1520
1521         * stepmake/aclocal.m4: Verify that gettext configure check with
1522         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1523
1524 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1525
1526         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1527         glob.glob for .png filenames. This catches multipage pngs.  
1528
1529         * Documentation/user/changing-defaults.itely (Determining the grob
1530         property): fix references.
1531
1532         * lily/staff-symbol.cc (print): only add extent if non empty.
1533         This fixes staff-container.ly.
1534
1535         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1536         starting with a mmrest also works.
1537
1538         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1539         PNG for texinfo too.
1540
1541         * po/lilypond.pot: update translation strings.
1542
1543         * VERSION: 2.1.35 released
1544         
1545         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1546         context argument too.
1547
1548         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1549
1550         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1551
1552         * python/lilylib.py (command_name): don't return 1st path
1553         component.
1554
1555         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1556         .png case separately.
1557
1558         * python/lilylib.py (system): typo.
1559         
1560 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1561
1562         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1563         run indent-region.
1564
1565         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1566         Fixes compile.
1567
1568         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1569         Add header.
1570
1571 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1572
1573         * vim/lilypond-indent.vim: small fixes.
1574
1575 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1576
1577         * Documentation/user/notation.itely (Entering lyrics): Add example
1578         with correct english double quotes (at least for LaTeX output,
1579         maybe not a good idea if we switch to PS as the default output
1580         format).
1581
1582 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1583
1584         * lily/staff-performer.cc (create_audio_elements): play instrument
1585         changes before notes arrive. This fixes instrument of the first
1586         note in a score.
1587
1588         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1589         to 1.9.0 conversion.
1590
1591         * lily/mark-engraver.cc: doc string.
1592
1593         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1594
1595         * Documentation/user/introduction.itely (Introduction): new node.
1596
1597 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1598
1599         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1600
1601         * input/regression/spacing-ragged-last.ly: new file.
1602
1603         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1604         spacing.
1605
1606         * scm/font.scm: rewrite using GOOPS.
1607         
1608         * lily/context-def.cc (filter_engravers): derefence pointer.
1609
1610         * lily/lily-guile.cc (type_check_assignment): use
1611         ly_scheme_function iso. scm_primitive_eval where possible.
1612
1613         * lily/performance.cc (output): limit channels at 15. This fixes
1614         percussion inadvertently showing up in large scores.
1615
1616 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1617
1618         * input/regression/tuplet-gap.ly: new file.
1619
1620         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1621         (print): compute gap length from number size, include italic
1622         correction.
1623
1624         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1625         tuplet-bracket
1626
1627         * scm/paper.scm (set-default-paper-size): new function, to be
1628         called at toplevel.
1629         (set-paper-size): new function, to be called inside \paper {}
1630         (set-default-paper-size): new function, to be called at toplevel.
1631
1632         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1633
1634         * lily/beam-performer.cc (process_music): idem.
1635
1636         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1637         
1638         * tex/titledefs.tex: remove scshape for piece.
1639
1640         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1641         font-family
1642
1643         * lily/time-signature.cc (special_time_signature): font-encoding
1644         not family.
1645
1646         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1647         dynamic to head. This fixes p placement in morgenlied.
1648
1649 2004-03-23  Werner Lemberg  <wl@gnu.org>
1650
1651         * stepmake/stepmake/generic-targets.make (help): Improve text.
1652
1653 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1654
1655         * VERSION: 2.1.34 released
1656         
1657         * lily/main.cc (main_with_guile): switch debugging.
1658
1659         * lily/system.cc (get_line): plug leak.
1660
1661         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1662         and contents.
1663         (stencil2line): plug leak.
1664
1665         * Documentation/user/changing-defaults.itely (Determining a grob
1666         property):  new node.
1667         (Layout interfaces): new node.
1668         (Navigating the program reference): new node.
1669
1670         * lily/accidental-engraver.cc (acknowledge_grob): add property
1671         harmonicAccidentals
1672
1673         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1674         general cleanups.
1675         
1676         * input/les-nereides.ly (middleDynamics): resurrect Les
1677         nereides. Remove pedal hack.
1678
1679 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1680
1681         * input/regression/property-grace-polyphony.ly: new file.
1682
1683         * lily/translator-property.cc (execute_pushpop_property): only pop
1684         one instance of the property. This fixes << \\ >> together with
1685         \grace.
1686
1687         * lily/break-align-interface.cc (ordered_elements): we cannot
1688         modify the #'elements property, so return reordered array.
1689
1690 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1691
1692         * buildscripts/lilypond.words.py: remove.
1693         * buildscripts/lilypond-words.py: add new, renamed file. 
1694         Give generated targets and dirs explicitly in arguments.
1695
1696         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1697         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1698         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1699         
1700         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1701
1702         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1703
1704         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1705         orders.
1706
1707         * vim/GNUmakefile: add local-uninstall target.
1708
1709         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1710         
1711         * vim/vimrc: add a one-liner file.
1712
1713         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1714         vimrc in EXTRA_DIST_FILES.
1715
1716         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1717
1718 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1719
1720         * config.make.in: add vimdir.
1721
1722         * vim/GNUmakefile: add local-install.
1723
1724 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1725
1726         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1727         with \lilypondifundefined{blabla}. Solves problem with multiple
1728         titles in the same lilypond-book document.
1729
1730 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1731
1732         * scm/document-backend.scm (interface-doc): sort grob list for
1733         interface.
1734
1735         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1736         pre/post break align-order.
1737
1738         * spelling patch courtesy Edward Sutton.
1739
1740         * Documentation/user/changing-defaults.itely (Changing context
1741         default settings): new node.
1742         (Defining new  contexts): new node.
1743
1744         * scripts/lilypond-book.py (is_derived_class): use numbers
1745         iso. booleans.
1746
1747         * python/lilylib.py (make_ps_images): add margin to PS images.
1748
1749         * scripts/lilypond-book.py (is_derived_class): new function. Take
1750         class arg iso. object.
1751         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1752         for bug in GS/dvips.
1753
1754         * lily/text-item.cc (interpret_markup): idem.
1755
1756         * scm/define-markup-commands.scm: remove split around-space hack.
1757
1758         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1759         function, fold WL's fixes into one function.
1760
1761 2004-03-22  Werner Lemberg  <wl@gnu.org>
1762
1763         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1764         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1765         (Note_column::head_position_interval): Do proper rounding for
1766         calls to Staff_symbol_referencer::get_position.
1767
1768 2004-03-21  Werner Lemberg  <wl@gnu.org>
1769
1770         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1771         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1772         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1773         (My_lily_parser::parse_file): Improve formatting progress indication
1774         sent to stdout.
1775
1776 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1777
1778         * VERSION: 2.1.33 released.
1779
1780         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1781
1782         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1783
1784         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1785         warning is issued about dummy.dep.
1786
1787         * scm/new-font.scm: fix design sizes of nummer
1788
1789 2004-03-21  Werner Lemberg  <wl@gnu.org>
1790
1791         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1792         some annoying warnings from mkdir during `make install'.
1793
1794 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1795
1796         * lily/performer-group-performer.cc (do_announces): call
1797         Performer_group_performer::create_audio_elements () too.
1798
1799         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1800
1801         * scm/define-grobs.scm (all-grob-descriptions): add property
1802         break-align-orders
1803
1804         * lily/global-context.cc (get_default_interpreter): new
1805         function. Override from base class, so no new Score contexts are
1806         created.
1807
1808         * lily/include/stencil.hh (class Stencil): document origin field.
1809
1810         * lily/staff-symbol.cc (print): span staff-symbol on column
1811         extents for non-broken columns. 
1812
1813         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1814         key-signature.
1815
1816         * tex/titledefs.tex: don't use smallcaps for piece.
1817
1818         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1819         translated stencils in the output.
1820
1821         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1822
1823 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1824
1825         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1826         and init ties_created_
1827
1828         * VERSION: release 2.1.32
1829
1830         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1831         doc string from IMPLEMENT_CTOR_CALLBACK().
1832
1833         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1834         that engraver is in a performer hierarchy.
1835
1836 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1837
1838         * vim/lilypond-ftdetect.vim: new file.
1839
1840 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1841
1842         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1843         (compose_ly): default octave should be middle C.
1844
1845         * Documentation/user/changing-defaults.itely (Layout tunings
1846         within contexts): new node.
1847
1848         * lily/include/smobs.hh: document C++ smob interface.
1849
1850         * lily/function-documentation.cc: don't doc functions without
1851         docstring.
1852
1853 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1854
1855         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1856         direntry, so that `info lilypond' goes to Top.
1857
1858         * scm/output-ps.scm (polygon): Fix: add spaces.
1859
1860         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1861         solutions are now optimal too.
1862
1863         * input/test/page-breaks.ly: New file.
1864
1865         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1866         functions into safe module.
1867
1868         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1869         end, prepend zeros.
1870
1871         * scm/output-*.scm: Use ly:number->string rather than
1872         number->string.  Makes for saner output.
1873
1874         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1875         Fixes feta-nummer, feta-din scaling.
1876
1877 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1878
1879         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1880
1881         * scm/music-functions.scm (descend-to-context): new
1882         function. Similar to context-spec-music.
1883         (make-time-signature-set): specify Score as descend-only. This
1884         fixes the polymetric.ly example.
1885
1886         * lily/context-specced-music-iterator.cc (construct_children): add
1887         support for descend-only context spec.
1888
1889         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1890         determine ez-notation letter. 
1891
1892         * lily/system.cc (get_line): start with dumping layer 3. This
1893         fixes ez notation.
1894
1895 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1896
1897         * input/test/title-markup.ly: Stress breaking harder.
1898
1899         * scm/page-layout.scm (height-score): Overfull page scores twice
1900         as bad as underfull (was: by a power).
1901         (walk-lines): Omit first walk-path round (breaking after new node,
1902         without lines).
1903
1904         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1905         diff values are negative.
1906         (output): Bugfix: treat negative vfill differently.
1907
1908         * Documentation/user/lilypond.tely (direntry): Add note about why
1909         `info lilypond' brings up `Invoking LilyPond' node.
1910
1911 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1912
1913         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1914
1915         * lily/paper-book.cc: Remove cruft.
1916         (output): Bugfix: put vfill between lines.
1917         (pages): Bugfix: set page vars needed for filling.
1918
1919         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1920         (was: @ar).
1921
1922         * scm/page-layout.scm: Further development.
1923
1924         * ly/declarations-init.ly (paper): Define page-breaking.
1925
1926 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1927
1928         * lily/note-head.cc (brew_ez_stencil): add note-names
1929         property. Provides internationalization for note names.
1930
1931         * Documentation/user/changing-defaults.itely (Creating contexts):
1932         new node.
1933
1934         * lily/grace-iterator.cc (process): descend to child for \grace.
1935
1936         * lily/timing-translator.cc (initialize): Timing_translator adds
1937         Timing alias by itself.
1938
1939         * lily/context.cc (add_alias): new function.
1940
1941         * scm/lily.scm (tex-output-expression): new function, eval within
1942         drawing API. Guards against eval vulnerabilities.
1943
1944         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
1945
1946         * scm/output-ps.scm (scm): export lily drawing API.
1947
1948         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
1949         throughout.
1950
1951 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1952
1953         * scm/page-layout.scm (optimal-page-breaking): New function.
1954         
1955         * lily/paper-book.cc (pages): Use it.
1956
1957 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1958
1959         * lily/include/paper-line.hh (class Paper_line): Full smob.
1960
1961 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1962
1963         * lily/global-context.cc (run_iterator_on_me): fix grace note
1964         nesting by initting measurePosition.
1965
1966         * lily/timing-translator.cc (initialize): do no init
1967         measurePosition
1968         
1969         * lily/include/music-output-def.hh (class Music_output_def): add
1970         input_origin_ field.
1971
1972         * Documentation/user/changing-defaults.itely (Changing context
1973         properties on the fly): new node.
1974
1975         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
1976         function. Only have smobbed_copy (), and do not provide
1977         smobbed_copy() for non-simple smobs. Changes throughout.
1978
1979 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1980
1981         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
1982         start_moment_. Fix by Doug A. Linhardt.
1983
1984 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1985
1986         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
1987         accidentals for harmonic notes.
1988
1989         * lily/note-collision.cc (check_meshing_chords): don't merge heads
1990         of different style. (Thanks to Doug Linhardt).
1991
1992         * Documentation/user/changing-defaults.itely (Scheme tutorial):
1993         new node.
1994
1995 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
1996
1997         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
1998
1999         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2000         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2001         vim/lilypond-indent.vim: doc targets and deps in comments.
2002
2003 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2004
2005         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2006
2007         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2008
2009         * lily/include/paper-line.hh:
2010         * lily/include/paper-line.cc: New file.
2011
2012 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2013
2014         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2015
2016         * GNUmakefile.in: remove stray make out=www
2017
2018         * input/test/bagpipe.ly (gcdg): octave fixes.
2019
2020         * scm/define-markup-commands.scm (number): use font-encoding
2021         iso. font-family
2022
2023         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2024         font-encoding.
2025         
2026 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2027
2028         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2029         `output_format_global' and `PAGE_LAYOUT'.
2030
2031 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2032
2033         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2034         lily functions in safe mode.
2035
2036         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2037         Print filename for HTML, LATEX, before texidoc.
2038
2039         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2040         instructions in output-ps module.
2041
2042         * scm/lily.scm: Do not load output-ps module.
2043
2044         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2045         safe mode.
2046
2047 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2048
2049         * lily/span-dynamic-performer.cc (process_music): remove spurious
2050         warning.
2051
2052         * lily/context-def.cc (Context_def): init name to ""
2053
2054         * lily/font-interface.cc: add font-encoding property.
2055
2056         * scm/lily.scm (chain-assoc-get): bugfix.
2057
2058         * lily/paper-book.cc (stencil2line): protect static SCM.
2059
2060         * lily/font-interface.cc (text_font_alist_chain): rename function,
2061         and use text-font-defaults. 
2062
2063         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2064
2065         * scm/paper.scm (paper-set-staff-size): use new function.
2066
2067         * scm/new-font.scm (make-font-tree): new function.
2068
2069 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2070
2071         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2072
2073         * scm/lily.scm (get-output-module): New function.
2074         (output-alist): Remove ,ps-output-expression.
2075
2076         * scm/output-tex.scm (ps-output-expression): New function.
2077
2078         * scm/output-ps.scm (ps-output-expression): Remove.
2079         (header, start-page): Output page metadata.
2080
2081         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2082         initialise output_module_.  Do not write part of header.
2083         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2084         (output_header): Output full header.
2085
2086         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2087         FIXME.
2088
2089 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2090
2091         * scm/new-font.scm: new file. Tree based font lookup.
2092
2093         * scm/lily.scm (assoc-get): take default argument. Remove
2094         assoc-get-default.
2095         (chain-assoc-get): use chain-assoc-get everywhere.
2096
2097         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2098         autobeamsettings conversion bug.
2099
2100         * lily/include/global-context.hh (Context): clean-up data hiding.
2101
2102         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2103         data hiding.
2104
2105         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2106
2107         * input/regression/stem-shorten.ly: add chord case.
2108
2109         * lily/stem.cc (get_default_stem_end_position): shorten stems
2110         triggered by note-head positions, not by forced-direction. This
2111         fixes a bug with too short stems.  
2112  
2113 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2114
2115         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2116         Lilypond_snippet.output_latex): Always call output_print_filename.
2117
2118         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2119         expand pages.
2120
2121 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2122
2123         * scm/part-combiner.scm (make-autochange-music): switch rests
2124         before switched notes too.
2125
2126         * lily/figured-bass-engraver.cc (process_music): change calling
2127         convention.
2128
2129         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2130
2131         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2132         command.
2133
2134         * lily/include/stencil.hh (class Stencil): add origin field.
2135
2136         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2137         function.
2138
2139         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2140
2141         * lily/lexer.ll: remove support for \$ and $ in identifiers
2142
2143         * lily/sequential-iterator.cc: remove copy_grace_fixups
2144         (get_grace_fixup): slight abstraction of fixup code.
2145
2146         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2147
2148 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2149
2150         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2151         in insert-mode. add indenting rules.
2152
2153 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2154
2155         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2156         protect hack.
2157
2158         * scm/page-layout.scm:
2159         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2160         layout and titling should now match external latex based version.
2161
2162         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2163         header fields.
2164
2165         * ps/lilyponddefs.ps: Remove automatic page layout.
2166
2167         * scm/output-ps.scm (new-start-system): New interface function.
2168
2169         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2170
2171         * lily/paper-book.cc (output): Bugfix.
2172
2173 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2174
2175         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2176         
2177 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2178
2179         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2180         direntries.
2181
2182         * ps/lilyponddefs.ps: Bugfix.
2183
2184         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2185
2186 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2187
2188         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2189         cause. This should fix warnings.
2190
2191         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2192
2193         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2194         prevent aligned 6ths.
2195
2196         * lily/custos.cc (print): remove adjust-if-on-staffline.
2197
2198 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2199
2200         * lily/paper-book.cc: Do header and footer.
2201
2202 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2203
2204         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2205
2206         * scm/paper.scm (lineheight): Remove
2207         (head-sep, foot-sep): Add.
2208
2209 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2210
2211         * mf/feta-schrift.mf: reduce portato thickness.
2212
2213         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2214
2215         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2216         programming_error ().
2217
2218         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2219         bracket to last command column.
2220
2221         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2222         continues on next/prev system.
2223
2224         * input/regression/pedal-end.ly: new file.
2225
2226 2004-03-10  Werner Lemberg  <wl@gnu.org>
2227
2228         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2229         Remove pmx2ly stuff.
2230         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2231
2232 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2233
2234         * scm/page-layout.scm: New file.
2235
2236         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2237         settings.
2238         (Lilypond_snippet.is_outdated): Also check for PNG file.
2239         Workaround for interrupted (web) builds.
2240
2241         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2242
2243         * ps/lilyponddefs.ps: Use only very small top-marging.
2244         (init-paper): Also pop page size string.
2245         (start-page, stop-page): New function.
2246
2247         * scm/output-ps.scm (header-end): Remove stray exec commands.
2248
2249 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2250
2251         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2252
2253         * lily/score.cc (default_rendering): clean protection.
2254
2255         * lily/paper-book.cc (mark_smob): implement smob marking.
2256
2257         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2258
2259         * Documentation/user/*.itely: user manual edits. 
2260
2261 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2262
2263         * Documentation/user/converters.itely (Invoking musedata2ly):
2264         remove pmx2ly.
2265
2266         * scripts/pmx2ly: remove script.
2267         
2268 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2269
2270         * lily/score.cc (default_rendering): Protect paper-book members.
2271
2272         * lily/paper-def.cc (smobbed_copy): New method.
2273
2274         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2275         switch runtime.
2276
2277         * lily/include/music-output.hh (process): Change signature to
2278         return SCM.
2279
2280         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2281         method.
2282
2283         * lily/paper-score.cc (process): Return stencils rather than
2284         outputting directly.  Remove paper-book kludge.  Delete grobs.
2285         (output): Remove.
2286
2287         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2288
2289         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2290
2291         * lily/score.cc (default_rendering)
2292         (ly_render_output): Move adding paper-score two levels up.
2293
2294         * lily/system.cc (get_line):
2295         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2296
2297 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2298
2299         * scm/font.scm (paper20-font-vector): add more design sizes for
2300         number.
2301
2302         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2303         feta-nummber{5,7,11,13}.
2304
2305         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2306         for 12pt design size. 
2307
2308 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2309
2310         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2311
2312 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2313
2314         * lily/font-select.cc (properties_to_font_size_family): Fix
2315         warning message.
2316
2317         * Experimental PostScript latin1 encoding:
2318         
2319         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2320
2321         * scm/output-ps.scm: Experimental encoding using reencode-font.
2322         * scm/font.scm: Add latin1 `font-shape'.
2323         
2324         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2325
2326         * ps/lilyponddefs.ps (reencode-font): New function.
2327
2328         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2329
2330         * scm/output-tex.scm (start-page):
2331         (stop-page): New interface function.
2332
2333 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2334
2335         * lily/paper-outputter.cc (output_expr):
2336         (output_header):
2337         (output_line): New method.
2338
2339         * lily/system.cc (get_line):
2340         (get_lines): New method.
2341         (output_scheme):
2342         (output_line): Remove.
2343
2344         * scm/lily.scm (make-title): New function.
2345
2346         * lily/paper-book.cc: 
2347         * lily/include/paper-book.hh: New file.
2348
2349         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2350         ly-modules.hh).
2351
2352         * lily/ly-module.cc (ly_modules_lookup): New function.
2353
2354         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2355
2356         * scm/output-ps.scm (make-title): Remove.
2357         (output-scopes): Junk header-title test.
2358
2359 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2360
2361         * mf/feta-schrift.mf: thicker dot for portato.
2362
2363         * lily/accidental-placement.cc (position_accidentals): bugfix in
2364         offset, this fixes right-padding of AccidentalPlacement.
2365
2366         * lily/[h-z]*.cc: () formatting.
2367
2368         * Documentation/user/tutorial.itely (An orchestral part): more
2369         fixes for the tutorial.
2370
2371         * scm/translation-functions.scm (fraction-tuplet-formatter):
2372         reverse fraction.
2373
2374         * lily/parser.yy (context_def_spec_block): use \context instead of
2375         \translator.
2376
2377         * lily/[a-g].cc: () style cleanup.
2378
2379         * Documentation/user/tutorial.itely (Automatic and manual beams):
2380         editing of tutorial.
2381
2382 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2383
2384         * buildscripts/mf-to-table.py (base): write encoding name.
2385
2386 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2387
2388         * Documentation/user/GNUmakefile (local-install-info): Issue
2389         warning (for packager, ie, if not installing in /usr or /usr/local).
2390
2391         * lily/stencil-scheme.cc: 
2392         * lily/staff-symbol-referencer.cc: 
2393         * lily/script-column.cc: 
2394         * lily/pitch.cc: 
2395         * lily/music.cc: 
2396         * lily/grob-pq-engraver.cc: 
2397         * lily/font-interface.cc: 
2398         * lily/music-output-def.cc: 
2399         * lily/duration.cc: 
2400         * lily/grob-scheme.cc:
2401         * lily/context-scheme.cc: Put scheme name on first line in
2402         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2403         style cleanups.
2404
2405         * stepmake/stepmake/scm-vars.make: 
2406         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2407         Rename and split TAGS_FILES.
2408
2409         * GNUmakefile.in (ALL-TAGS): Remove.
2410         
2411         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2412         deeper TAGS files.  Fixes regexp tags in TOP dir.
2413
2414 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2415
2416         * VERSION: 2.1.29 released.
2417         
2418         * Documentation/user/changing-defaults.itely (Changing defaults):
2419         new file.
2420
2421         * Documentation/user/notation.itely (Notation manual): rename from 
2422         refman.itely
2423
2424         * Documentation/user/notation-appendices.itely (The Feta font):
2425         new file.
2426
2427         * Documentation/user/advanced.itely: add aborted attempt for
2428         advanced topics manual.
2429
2430 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2431
2432         * scm/new-markup.scm: display Markups in sane format. Patch by
2433         Nicolas Sceaux.
2434
2435 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2436
2437         * lily/main.cc: Cleanups.
2438         (setup_localisation): New function.
2439         (sane_putenv): Remove.
2440         (main_with_guile): New name (Was: main_prog).  Remove musings
2441         about possible preparation for GUILE heavy memory usage and
2442         practical uselessness.  Do not set environment variables
2443         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2444         name juggling.
2445         (parse_argv): New function.
2446         (copyright): New function.  It's 2004 already.
2447
2448         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2449         (distill_inname): Move from main.
2450
2451 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2452
2453         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2454
2455         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2456
2457         * Documentation/user/running.itely: new file.
2458
2459         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2460
2461         * lily/score-performer.cc (finish): call Translator::finalize ().
2462
2463 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2464
2465         * lilypond-ftpplugin.vim: renamed to the following file.
2466         * lilypond-ftplugin.vim: new file.
2467
2468         * GNUmakefile.in: update VIM_FILES.
2469
2470 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2471
2472         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2473         props.
2474
2475         * input/test/tie-sparse.ly: remove.
2476
2477         * lily/tie-performer.cc (try_music): copy & paste from
2478         Tie_engraver.
2479
2480         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2481         variable_ref twice.
2482
2483         * lily/key-performer.cc (create_audio_elements): use
2484         alterations-in-key.
2485
2486         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2487
2488 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2489
2490         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2491         handle also quarter tones (not shown as tests). test also flats.
2492
2493         * Documentation/index.html.in: small fixes.
2494
2495 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2496
2497         * input/regression/new-markup-scheme.ly: Typo.
2498
2499         * scm/define-markup-commands.scm (fill-line): New markup.
2500
2501         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2502         (output-paper-def): Fix alignment.
2503         (make-title): Fix height/width scaling.
2504
2505         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2506
2507         * input/test/title-markup.ly: Add remaining titles.  Layout and
2508         font size fixes.  Add simplistic latin1 test.
2509
2510 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2511
2512         * input/test/nested-groups.ly: remove. move content (to next). 
2513         * input/test/staff-bracket.ly: replace content (from prev), this 
2514         has been already in templates.
2515
2516 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2517
2518         * stepmake/autogen.sh: Only issue warning about running configure
2519         without arguments when autogen.sh will actually be running
2520         configure.
2521
2522 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2523
2524         * scm/new-markup.scm (stack-stencil-line): robustness.
2525
2526         * scm/define-markup-commands.scm (simple): robustification of
2527         simple-markup.
2528
2529         * Documentation/user/music-glossary.tely (Top): change central C
2530         to middle C.
2531
2532         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2533
2534 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2535
2536         * input/test/title-markup.ly (spaceTest): Add.
2537
2538         * lily/text-item.cc (interpret_markup): Make line markup from
2539         multi word markup.
2540
2541         * scm/define-markup-commands.scm (word): New markup command.
2542         (simple): Use it.
2543
2544         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2545
2546 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2547
2548         * vim/ftplugin/lilypond.vim:
2549         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2550         show matching paren in insert mode.
2551
2552 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2553
2554         * scm/output-ps.scm (make-title, output-scopes): Further
2555         development.
2556
2557         * input/test/title-markup.ly: New file.
2558
2559         * ps/lilyponddefs.ps: Disable PostScript titling.
2560
2561         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2562
2563 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2564
2565         * lily/arpeggio.cc (width_callback): remove padding.
2566  
2567         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2568
2569         * scm/define-music-types.scm: remove make-music-by-name.
2570
2571         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2572
2573 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2574
2575         * lily/paper-score.cc (process): Output titles using make-title.
2576
2577         * scm/output-ps.scm (output-stencil): Display directly instead of
2578         constructing string.
2579         (make-title): New function.
2580
2581 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2582
2583         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2584         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2585         Move documentation of LaTeX packages for latin1 characters to the
2586         lilypond-book manual.
2587
2588 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2589
2590         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2591
2592         * vimrc: add menu in console and shortcut <F10> for it.
2593
2594         * vim/:
2595         * vim/compiler/:
2596         * vim/syntax/:
2597         * vim/indent/:
2598         * vim/ftplugin/: new directories.
2599         
2600         * vim/filetype.vim: new file.
2601
2602         * lilypond.vim: remove files (see next).
2603         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2604
2605         * vimrc: remove file (see next).
2606         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2607
2608         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2609         add header. apply bindings only locally.
2610
2611         * vim/indent/lilypond.vim: new file.
2612
2613         * vim/ftplugin/lilypond.vim: remove errorformat.
2614         * vim/compiler/lilypond.vim: new file for errorformats.
2615
2616         * Documentation/topdocs/INSTALL.texi: give easier orders.
2617
2618         * ROADMAP: add vim/
2619
2620 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2621
2622         * Documentation/user/introduction.itely (Introduction): Use @image
2623         iso @html <img...>.  Add workaround for images in columns in info.
2624
2625         * stepmake/aclocal.m4: Store computed version in variable.
2626
2627         * configure.in: Export MAKEINFO_VERSION.
2628
2629         * config.make.in (MAKEINFO_VERSION): Add.
2630
2631         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2632
2633         * Documentation/user/GNUmakefile: Only build info with images when
2634         building web.
2635
2636         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2637
2638         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2639         stuff from documentation-targets.make
2640
2641 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2642
2643         * VERSION: 2.1.28 released
2644         
2645         * scripts/convert-ly.py (conv): 
2646
2647 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2648
2649         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2650         \arpeggioBoth. redefine \arpeggioBracket.
2651
2652         * Documentation/user/refman.itely: document new arpeggio
2653         functions.
2654
2655         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2656
2657         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2658
2659         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2660
2661 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2662
2663         * Documentation/user/introduction.itely (Automated engraving):
2664         rewrite introduction using website text.
2665
2666 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2667
2668         * scm/*.scm: make-music-by-name is replaced by make-music, which
2669         also accept music property settings, eg:
2670           (make-music 'TextScriptEvent 'direction DOWN 'text
2671               (make-simple-markup x))
2672
2673         Patch courtesy Nicolas Sceaux
2674
2675         * lily/beam-quanting.cc: cleanup, separate counts for left and
2676         right beam ends.
2677
2678         * lily/side-position-interface.cc (quantised_position): also
2679         quantize staccato position for forced stem directions. 
2680
2681 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2682
2683         * scm/*.scm: Patch by Nicolas Sceaux: 
2684
2685         * scm/music-functions.scm: ly:grob-property and ly:music-property
2686         are made procedure with setters.
2687
2688         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2689         
2690 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2691
2692         * input/test/[t-v]*.ly: finish rewriting texidocs.
2693
2694         * input/test/vaticana.ly: remove.
2695         * input/test/ligature-vaticana.ly: new, renamed file name.
2696
2697         * input/test/stem-centered.ly: remove.
2698         * input/test/mensural-note-heads.ly: new file. take content from
2699         removed file stem-centered.ly.
2700
2701         * input/test/scales-greek.ly: simplify.
2702
2703         * input/test/s*.ly: reformulate texidocs.
2704         
2705         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2706         of missing features.
2707
2708 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2709
2710         * input/test/[j-o]*.ly: update texidocs.
2711
2712 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2713
2714         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2715
2716         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2717         images.
2718
2719         * Documentation/user/lilypond.tely (@direntry): Update.
2720
2721         * stepmake/stepmake/documentation-targets.make
2722         (install-info,uninstall-info): Install into $(package_infodir).
2723         Install images.  Run install-info to update dir.
2724
2725         * config.make.in (package_infodir): Add.
2726
2727         * Documentation/user/GNUmakefile (info-with-images,
2728         local-install-info, local-uninstall-info): New target.
2729
2730 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2731
2732         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2733         gap/threshold.
2734
2735         * lily/beam-quanting.cc (score_slopes_dy): remove
2736         ROUND_TO_ZERO_SLOPE kludge.
2737
2738         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2739
2740         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2741
2742         * lily/global-context.cc (Global_context): alway accept Score
2743         (run_iterator_on_me): cast Context to Score_context, not
2744         Context_def.
2745
2746         * Documentation/user/refman.itely: documentation patch by Edward
2747         Sanford Sutton.
2748
2749         * mf/GNUmakefile: unset sauter-fonts.
2750
2751 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2752
2753         * scripts/lilypond-book.py (output_texinfo): Output @image
2754         descriptions for info too.
2755
2756         * input/test/chord-names-jazz.ly: 
2757         * input/test/embedded-scm.ly: Clarify.
2758
2759         * input/test/cautionaries.ly: Typo.
2760
2761         * lily/input-smob.cc (ly_input_location): Compile fix.
2762
2763 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2764
2765         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2766
2767         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2768         fixes problems with system defaults being reverted with \override
2769         on Score level.
2770
2771         * lily/global-context.cc (Global_context): apply property-ops to
2772         Global_context too. 
2773
2774 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2775
2776         * scm/output-ps.scm (stencil->string): Rewrite.
2777
2778 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2779
2780         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2781         impersonal style.
2782
2783 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2784
2785         * lily/input-smob.cc (ly_input_location: New function.
2786
2787         * scm/define-markup-commands.scm (upright): New markup command.
2788
2789         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2790
2791         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2792
2793         * scm/output-ps.scm (output-stencil): New function.
2794
2795         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2796         of snippet types; fixes @ignore and @verbatim blocks.
2797
2798 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2799
2800         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2801         to a file in printed documentation, instead, refer either to a 
2802         syntax or to an output.
2803
2804 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2805
2806         * input/regression/beam-center-slope.ly: Add test.
2807
2808 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2809
2810         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2811         (SAUTER_FONTS): Reinstate.
2812
2813         * scm/define-markup-commands.scm (caps): New markup command.
2814
2815         * scm/output-ps.scm (output-scopes): Experimental markup output.
2816
2817         * scm/: Add missing headers.
2818
2819         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2820
2821         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2822
2823 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2824
2825         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2826         Stray style cleanups.
2827
2828 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2829
2830         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2831         no dot combination.
2832
2833         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2834         substitute \override Staff.autoBeamSettings too
2835
2836         * Documentation/user/tutorial.itely: proofreading fixes by David
2837         Bobroff
2838
2839 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2840
2841         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2842
2843         * ps/music-drawing-routines.ps: 
2844         * ps/lilyponddefs.ps: Add end markers.
2845
2846 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2847
2848         * VERSION: 2.1.27 released.
2849         
2850         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2851
2852         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2853         obey documentation.
2854
2855 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2856
2857         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2858
2859         * scm/output-ps.scm: Resurrect.
2860         
2861         * scm/output-tex.scm: Minimal cleanups.
2862
2863         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2864
2865         * make/ly-rules.make: Remove any broken lily-*.tex files before
2866         lilypond-book run.
2867
2868         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2869         comment.
2870
2871         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2872         Enabled by default, may save 10% compile time.
2873
2874 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2875
2876         * lily/lyric-phrasing-engraver.cc: remove
2877         
2878         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2879         longer necessary. 
2880
2881         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2882         so lyric-phrasing-engraver is no longer necessary.
2883
2884         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2885         Grob_pq_engraver from Staff.
2886
2887         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2888         busyGrobs directly.
2889
2890         * input/regression/quote-transposition.ly: new file.
2891
2892         * lily/recording-group-engraver.cc (stop_translation_timestep):
2893         store instrumentTuning too. 
2894
2895         * lily/quote-iterator.cc (process): transpose events using
2896         instrumentTuning.
2897
2898         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2899         -> \tuning <pitch>
2900
2901         * lily/parser.yy (command_req): add \tuning command for setting
2902         instrument tuning of staff.
2903
2904         * Documentation/user/GNUmakefile
2905         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2906
2907         * Documentation/user/refman.itely (Customized accidental rules):
2908         typo.
2909
2910 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2911
2912         * Documentation/user/music-glossary.tely: remove the missing norwegian
2913         translation; they can be put in later properly.
2914
2915 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2916
2917         * lily/recording-group-engraver.cc (start_translation_timestep):
2918         init Recording_group_engraver twice.
2919
2920 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2921
2922         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2923         stray style cleanups:
2924
2925         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2926         -Wmissing-prototypes.
2927
2928         * flower/include/killing-cons.tcc (Killing_cons): Add template
2929         specifier for car_.
2930
2931         * flower/include/parray.hh (binsearchs): Add template specifier
2932         for maxkey.
2933
2934         * flower/include/interval.hh: Declare elem () with template specfier.
2935
2936 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2937
2938         * elisp/lilypond-indent.el (get-buffer-size): add customization
2939         groups for several variables (Reuben Thomas).
2940
2941 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2942
2943         * Documentation/user/invoking.itexi (Point and click): add index
2944         entry.
2945
2946         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
2947         go under beam.
2948
2949         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
2950         sarabande beam. 
2951
2952         * flower/warn.cc (programming_error): cross fingers not thumbs.
2953
2954         * lily/rest.cc (polyphonic_offset_callback): return 0 when
2955         staff-position is set.
2956
2957         * VERSION: release 2.1.26 
2958         
2959         * scm/chord-entry.scm (construct-chord): process transposition
2960         after processing explicit-11.  
2961
2962 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2963
2964         * lily/parser.yy (add_quote): add syntax for adding quotes:
2965         \addquote "id-string" Music
2966
2967         * scripts/lilypond-book.py (do_file): do not overwrite input file.
2968
2969         * scripts/convert-ly.py (conv): add rules for name changes.
2970
2971         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
2972         music/context/grob property functions. Internally, use
2973         get_property() and set_property() for both.
2974
2975 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
2976
2977         * elisp/lilypond-mode.el (get-buffer-size): define new function,
2978         for Emacs <= 20 (Laurent Martelli).
2979
2980 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2981
2982         * lily/parser.yy (command_element): extract quoted vector in
2983         parser.
2984
2985         * input/regression/quote.ly: new file.
2986
2987         * lily/sequential-iterator.cc (process): only process if moment >= 0.
2988
2989         * lily/parser.yy (command_element): \quote DURATION NAME: support
2990         cue notes. 
2991
2992         * lily/quote-iterator.cc (class Quote_iterator): new file.
2993
2994 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2995
2996         * lily/auto-beam-engraver.cc (try_music): accept and process
2997         beam-forbid-event.
2998
2999         * input/regression/auto-beam-no-beam.ly: new file.
3000
3001 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3002
3003         * lily/accidental.cc (print): Change font-relative-size ->
3004         font-size. Fixes cautionary-style = smaller.
3005
3006 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3007
3008         * lily/system-start-delimiter.cc (staff_brace): remove
3009         font-relative-size
3010
3011         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3012         forgotten with scm_list_n. Fixes spurious coredumps.
3013
3014         * lily/accidental-engraver.cc (stop_translation_timestep): move
3015         update of localKeySignature to stop_translation_timestep (). This
3016         makes sure that all ties are noticed at the right moment.
3017         (stop_translation_timestep): clear tie only when right-side
3018         notehead was seen.
3019         (number_accidentals_from_sig): cleanup. 
3020
3021         * input/regression/accidental-tie.ly (mus): new file
3022
3023         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3024         these longish tests.
3025
3026 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3027
3028         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3029
3030         * THANKS: update bugreporter list.
3031
3032         * lily/beam.cc (print): broken beams last until end of staff.
3033         (print): broken beams start from prefatory matter.
3034
3035         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3036
3037         * lily/paper-score.cc (process): dump header only once.
3038
3039         * lily/paper-outputter.cc (Paper_outputter): move logic into
3040         Scheme.
3041
3042         * scm/output-tex.scm (output-scopes): new function.
3043         (output-paper-def): new function
3044         (tex-string-def): new function
3045         (symbol->tex-key): new function
3046
3047         * scripts/convert-ly.py (conv): add rule for | ~
3048
3049 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3050
3051         * input/regression/{many}.ly: refresh, trying to guess how
3052         it was designed.
3053
3054 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3055
3056         * VERSION: release 2.1.25
3057
3058         * scm/define-translator-properties.scm
3059         (all-user-translation-properties): add printOctaveNames
3060
3061         * ly/engraver-init.ly: remove Note_event_swallower from
3062         NoteNamesContext.
3063
3064         * lily/note-name-engraver.cc (process_music): new property
3065         printOctaveNames
3066
3067         * lily/context.cc (find_existing_context): remove support for
3068         Current.
3069
3070         * scm/music-functions.scm (set-accidental-style): new function;
3071         duplicate accidental macros.
3072
3073         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3074
3075         * lily/note-name-engraver.cc (process_music):
3076         process_acknowledged_grobs () -> process_music ()
3077
3078         * scm/part-combiner.scm (determine-split-list): robustification.
3079
3080 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3081
3082         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3083         lines for falling into beam-gap.
3084         (score_forbidden_quants): check all staff lines for falling in
3085         beam gaps.
3086
3087         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3088         key/clef/time signatures. 
3089
3090         * input/test/ossia.ly: revise example.
3091
3092         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3093         cleanup.
3094         
3095         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3096         comply to Scheme standard.  Remove ly:get-paper-variable
3097
3098 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3099
3100         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3101
3102 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3103
3104         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3105         properties from Voice context. This fixes accidental size for
3106         staff-switches during grace contexts.
3107
3108         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3109         if necessary. Else, simply wipe dots.
3110
3111         * input/test/beam-alternate.ly: new file
3112
3113         * input/test/piano-staff-distance.ly: new file.
3114
3115         * lily/translator-group.cc (recurse_down_translators): use
3116         Direction for bottom-up/top-down.
3117
3118         * lily/include/translator.hh (class Translator): add
3119         process_music() and do_announces(). This obviates
3120         recurse_down_{engravers,performers}.
3121
3122         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3123         \melisma and \melismaEnd
3124
3125         * lily/melisma-engraver.cc (process_music): change to
3126         Melisma_translator, unify with performer. Accept
3127         ManualMelismaEvent.
3128
3129         * ly/engraver-init.ly: add Font_size_engraver.
3130
3131 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3132
3133         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3134         it hara-kiri.
3135
3136         * input/regression/{many}.ly: improve descriptions trying to figure
3137         out what is tested.
3138
3139 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3140
3141         * lily/slur.cc (broken_trend_offset): robustness fix.
3142
3143         * VERSION: release 2.1.24
3144
3145         * lily/context.cc (find_create_context): go to Score if it exists.
3146
3147         * lily/context-scheme.cc: new file.
3148
3149         * lily/score-translator.cc (get_output): new file.
3150
3151         * lily/include/grob-info.hh: origin_contexts() now does not
3152         include the originating engraver
3153
3154         * lily/translator-group.cc (translator_each): clean up contents,
3155         remove superfluous stubs. Engraver_group_engraver and
3156         Performer_group_performer are the only classes using multiple
3157         inheritance.
3158
3159         * lily/include/score-context.hh (class Score_context): interface
3160         between Score_{engraver,performer} and Global_context.
3161
3162         * lily/include/global-context.hh (Context): change from
3163         global-translator. This is the entry point for contexts; it is not
3164         tweakable using \translator{}. Score is no longer the top context,
3165         but sits underneath Global.
3166
3167         * lily/include/context.hh (class Context): brain surgery: split
3168         out Context functionality from Translator_group. Context is now a
3169         separate type from Translator.
3170
3171 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3172
3173         * lily/include/translator.hh (class Translator): make
3174         get_score_context() and get_global_translator (), and use the one
3175         which is appropriate.
3176
3177         * lily/context.cc: partially put functionality of Translator_group
3178         into Context.
3179
3180         * lily/include/context.hh (Translator): new class: put between
3181         Translator and Translator_group. 
3182
3183         * lily/new-accidental-engraver.cc: remove file.
3184
3185 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3186
3187         * input/regression/{many}.ly: improve descriptions: use complete 
3188         sentences, try to describe what is tested, avoid `we´, do not use 
3189         don't, ... 
3190
3191 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3192
3193         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3194         is at EOL.
3195
3196         * Documentation/user/lilypond.tely: declare the topmost node only
3197         once; removes empty line in @contents.
3198
3199         * Documentation/user/music-glossary.tely: really add Finnish author.
3200         Draw more beatiful `->´ arrow in html: &rarr;
3201
3202 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3203
3204         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3205
3206         * scripts/convert-ly.py (conv): add ly:music-list  change.
3207
3208         * lily/grob.cc: edit doc string.
3209
3210         * scm/define-grob-properties.scm (all-user-grob-properties):
3211         proofreading, editing of doc strings.
3212
3213         * input/regression/tablature-string-tunings.ly: new file.
3214
3215         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3216         listen to stringTunings
3217
3218         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3219         for self-alignment-[XY] code.
3220  
3221 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3222
3223         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3224         cond) into function. Cleanup.
3225
3226         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3227         
3228         * VERSION (PACKAGE_NAME): 2.1.23 released
3229
3230 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3231
3232         * Documentation/user/{refman,internals}.itely: small fixes.
3233
3234 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3235
3236         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3237         accidentals for harmonic notes
3238
3239         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3240         for harmonic notes.
3241
3242         * scm/document-backend.scm (interface-doc): prune Grob
3243         documentation: don't duplicate interface information.
3244
3245         * lily/*.cc: lots of updates of doc strings.
3246
3247 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3248
3249         * input/test/ac-extra-voice.ly (accompany): remove file.
3250
3251         * input/test/maximum-rest-count.ly: remove file.
3252
3253         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3254         conversion rule for \translator { }. Apply everywhere.  
3255
3256         * lily/parser.yy (music_property_def): set property for \once in
3257         the PropertyMusic itself, not the ContextSpec.
3258         (property_operation): change syntax within \translator { }
3259
3260         * scm/define-music-properties.scm (all-music-properties): clean up.
3261
3262         * lily/auto-beam-engraver.cc (test_moment): use
3263         updated_grob_properties() to retrieve autoBeam settings.
3264
3265         * lily/spacing-spanner.cc: bound shortest_playing_len by
3266         measure_length
3267
3268         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3269         multi-measure events for spacing computation.
3270
3271         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3272         elliptical, to 1.49.
3273
3274         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3275         vertical positioning for polyphony, without RestCollision object.
3276
3277         * lily/note-column.cc (add_head): prevent rests & note heads on
3278         one stem.
3279
3280         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3281         (do_shift): rewrite only-rests case: use common refpoints: the
3282         routine will have sensible results when other rest-translations
3283         have taken place.
3284
3285         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3286         < 0 case. 
3287
3288         * VERSION: 2.1.22 released
3289         
3290         * input/GNUmakefile (SUBDIRS): remove ascii-art
3291
3292 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3293
3294         * input/: Convert ly files that still had \property.  Fixes make
3295         web.  Remove exta spaces around '='. 
3296
3297         * scripts/convert-ly.py (conv): Redundant space fixes.
3298
3299         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3300
3301 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3302
3303         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3304         create scalable PS and PDFs  for input/{test,template,regression}.
3305
3306         * lily/context.cc (is_alias): move function.
3307         (is_alias): add Bottom as context alias. 
3308         (find_create_translator): add Bottom as a context alias for creation.
3309
3310         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3311
3312         * lily/parser.yy (music_property_def): new syntax for property
3313         assignments:
3314
3315         \set A.B = #C , \unset A.B
3316         \override A.B #C = #D, \revert A.B #C 
3317
3318         * lily/my-lily-lexer.cc: remove \property
3319
3320 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3321
3322         * Documentation/user/refman.itely: add dots after seealso refs.
3323
3324         * input/template/{many}.ly: harmonise descriptions.
3325
3326         * Documentation/user/music-glossary.itely: add Finnish author.
3327
3328 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3329
3330         * VERSION (PACKAGE_NAME): release 2.1.21
3331
3332 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3333
3334         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3335
3336         * scripts/lilypond-book.py (snippet_res): @include filename must
3337         not be empty.
3338
3339 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3340
3341         * scm/documentation-generate.scm (markup-doc-string): dump
3342         markup-commands.tely
3343
3344         * scm/define-markup-commands.scm (override): new file.
3345         Move documentation from refman into doc-strings. 
3346
3347         * input/test/staff-container.ly: fix example.
3348
3349         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3350         StaffContainer
3351
3352         * lily/grob.cc: remove point_dimension_callback
3353         (Grob): read forced dimensions from X-extent and Y-extent.
3354         (get_paper): remove preset_extent.
3355
3356         * scm/define-grobs.scm (all-grob-descriptions): remove
3357         point_dimension_callback. 
3358
3359         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3360         textscript to head. This makes no-spacing-rods work on
3361         DynamicText.
3362
3363         * lily/chord-name.cc: remove props chord, bass, inversion.
3364
3365         * Documentation/user/appendices.itely: add Scheme functions,
3366         context-properties and layout properties to manual.
3367
3368         * scm/part-combiner.scm (determine-split-list): include rests in a
3369         solo1/2 sequence.
3370
3371         * lily/new-part-combine-iterator.cc (substitute_both): new
3372         function.
3373         (class New_pc_iterator): add separate Voice=solo context, fixes
3374         autobeams going from chords to solo.
3375
3376 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3377
3378         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3379
3380         * Documentation/user/tutorial.itely:
3381         * Documentation/user/refman.itely: Add short note about being part
3382         of lilypond.tely.
3383
3384         * COPYING: Make note more clear with respect to files that are
3385         explicitely licenced otherwise (Documention/user/ comes to mind).
3386         
3387         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3388         comment about barfing of @c,{}.
3389
3390         * Documentation/user/music-glossary.tely: Add list of authors.
3391
3392         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3393         source (was: also in build log).
3394
3395 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3396
3397         * lily/side-position-interface.cc (general_side_position): if
3398         staff-padding is set, then include staff in support too.
3399
3400         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3401         module workbook
3402
3403         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3404
3405         * lily/tuplet-engraver.cc: remove tupletInvisible
3406
3407         * scm/define-translator-properties.scm: cleanup, separate in
3408         internal and user props. 
3409
3410         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3411         LyricsVoice -> Lyrics
3412
3413         * lily/new-part-combine-iterator.cc (process): only print warning
3414         for symbols.
3415
3416 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3417
3418         * scm/part-combiner.scm: Add proper header.
3419
3420         * All but lily/*: The great --2003 --2004 replace; the missing
3421         `bits'.
3422
3423         * TODO: Fix outline mode.  Add book notes.
3424
3425         * ROADMAP: Update.
3426
3427 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3428
3429         * scm/part-combiner.scm (make-autochange-music): use
3430         accumulator. Fixes stack overflow.
3431
3432         * lily/*: rename brew_molecule -> print , molecule-callback ->
3433         print-function
3434
3435         * scm/define-grob-properties.scm: cleanup. Separate into internal
3436         and user properties.
3437
3438         * lily/translator-property.cc (updated_grob_properties): new
3439         function
3440         (execute_pushpop_property): change to new convention:
3441         object property inits are stored as (cons ALIST BASED-ON). This
3442         storage format allows concurrent tweaks in different contexts.
3443
3444 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3445
3446         * TODO: new file.
3447
3448 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3449
3450         * debian/: Late Debian update (sorry Anthony).
3451
3452         * scripts/lilypond-book.py (do_file): Look for input_file in
3453         include path, or ask kpathsea if LATEX.
3454
3455         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3456         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3457         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3458         --header=texidoc.
3459
3460         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3461         relative.
3462
3463         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3464         only when filtering, default to input_base otherwise.  Coding
3465         style fixes.
3466
3467 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3468
3469         * lily/include/translator.hh (class Translator): add virtual
3470         qualifier.
3471
3472 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3473
3474         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3475
3476 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3477
3478         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3479
3480         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3481         (fixes make web).
3482
3483         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3484         live in $(out)-www).
3485
3486         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3487         dependencies.  Add link to .ly source in HTML output.
3488         (Lilypond_snippet.output_html): Handle multiple page picture
3489         output.
3490         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3491         Make usable for output_texinfo again.
3492
3493         * Documentation/user/GNUmakefile: Add static dependency for
3494         lilypond.tely includes.
3495
3496         * Documentation/user/tutorial.itely: Add some lost `relative'
3497         ly-options.
3498
3499 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3500
3501         * lily/include/translator-group.hh: move Music_output_def member
3502         to Global_translator.
3503
3504         * scripts/lilypond-book.py (do_file):  fix latex output.
3505
3506         * VERSION: release 2.1.20
3507         
3508         * scm/part-combiner.scm (determine-split-list): robustness fix 
3509
3510         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3511
3512         * lily/parser.yy (music_output_def_body): plug memory leak.
3513
3514         * lily/translator-group.cc (add_fresh_group_translator): plug
3515         memory leak: unprotect Translator_group once added.   
3516
3517         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3518
3519         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3520         write .dep file.
3521         (Lilypond_snippet.ly): add \renameinput.
3522
3523 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3524
3525         * Documentation/user/refman.itely (Markup command definition): Doc
3526         by Nicolas Sceaux. Rewrite by Han-Wen
3527
3528         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3529         thing of the line.
3530         (brew_molecule): only remove if hyphen is not at the end of line.
3531         (set_spacing_rods): new function: minimum-length specifies
3532         distance between syllables.
3533
3534         * scm/define-grobs.scm (all-grob-descriptions): add
3535         Hyphen_spanner::set_spacing_rods to LyricHyphen
3536
3537         * input/regression/lyric-hyphen-break.ly: new file.
3538
3539         * input/test/lyric-hyphen-retain.ly: new file.
3540
3541         * lily/new-part-combine-iterator.cc (construct_children):
3542         add Rest direction.
3543
3544 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3545
3546         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3547
3548         * Documentation/bibliography/engraving.bib (donemus1982):
3549         update entry.
3550
3551 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3552
3553         * scripts/lilypond-book.py (Substring.__init__): new class.
3554         (Snippet.output_texinfo): add texidoc option.
3555         (Include_snippet.replacement_text): new class.
3556         (Lilypond_snippet.__init__): new class
3557         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3558
3559         * Documentation/user/refman.itely (Sound): 
3560         note about number of channels.
3561
3562         * scm/music-functions.scm (voicify-music): add \context Staff for
3563         << \\ >> polyphony.
3564
3565         * lily/parser.yy (verbose_command_req): \skip now creates
3566         SkipMusic, and does not lead to spurious staves.
3567
3568         * scm/define-music-types.scm (music-descriptions): rename
3569         NonEventSkip to SkipMusic
3570
3571         * input/no-notation/midi-lyric-barcheck.ly: new file.
3572
3573         * input/regression/collision-dots-invert.ly: new file.
3574
3575         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3576         case.
3577
3578         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3579         die if melody died too.
3580
3581 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3582
3583         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3584         with reading from stdin.
3585
3586         * lily/slur-performer.cc (try_music): new file.
3587
3588         * lily/melisma-performer.cc (try_music): new file. Handle
3589         melismata to help lyrics.
3590
3591         * lily/beam-performer.cc (try_music): new file. Handle beam events
3592         to help lyrics.
3593
3594         * lily/score-performer.cc (one_time_step): reinstate
3595         process_music().
3596
3597         * lily/performer.cc (process_music): add to interface.
3598
3599         * lily/performer-group-performer.cc (process_music): new function.
3600
3601         * lily/dot-column.cc (do_shifts): do collision resolution before
3602         dot positioning.
3603         
3604         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3605         file, process printfilename option.
3606         (Snippet.__init__): rewrite: do not use global variables h or
3607         index.
3608         (main): really support -I option.
3609         (find_toplevel_snippets): new code.
3610         (find_toplevel_snippets): reinstate old version, without global
3611         variables.
3612
3613         * tex/texinfo.tex: really add file.
3614         
3615 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3616
3617         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3618         compatibility.
3619
3620 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3621
3622         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3623
3624         * scm/define-translator-properties.scm (drumPitchTable): add
3625         property.
3626
3627         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3628         function.
3629         (help_summary): docstrings.
3630         (do_file): strip the dir of input_base too.
3631
3632 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3633
3634         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3635
3636         * Documentation/user/lilypond-book.itely: Update.
3637
3638         * make/ly-rules.make: Update lilypond-book commands.
3639
3640         * Documentation/user/GNUmakefile: Update makeinfo commands,
3641         lilypond-book flags.
3642
3643         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3644         
3645         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3646
3647         * scripts/filter-lilypond-book.py: Remove.
3648
3649         * Documentation/user/*tely: Update options for new lilypond-book.
3650
3651         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3652         with @macros in @includes.
3653
3654 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3655
3656         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3657         make rest-collision only.
3658
3659         * lily/break-substitution.cc (substitute_one_mutable_property):
3660         clear all-elements using scm_assq_remove_x(). 
3661
3662         * lily/rest-collision.cc (do_shift): shift single rests
3663
3664         * flower/include/array.hh (class Array): rename to is_empty ()
3665
3666         * lily/drum-note-performer.cc: new file: perform drum notes.
3667
3668         * VERSION (PACKAGE_NAME): release 2.1.19.
3669         
3670 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3671
3672         * scripts/filter-lilypond-book.py
3673         (classic_lilypond_book_compatibility): New function.
3674
3675 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3676
3677         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3678
3679         * Grand 2003 -> 2004 search replace. 
3680
3681         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3682         (i.e. < > )
3683
3684         * ly/performer-init.ly: add DrumStaff
3685
3686         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3687         lyric-interface; this prevents lines with only extender lines from
3688         being junked.
3689  
3690         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3691
3692         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3693         extenders right, for once and for all (hopefully).
3694         
3695         * lily/break-substitution.cc (substitute_one_mutable_property):
3696         clear old 'all-elements for System grobs.
3697
3698         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3699         that associatedVoiceContext is always assigned when music & lyrics
3700         are found. 
3701
3702         * ly/engraver-init.ly: remove Lyrics context.
3703         (TabVoice): add noteheads engraver
3704
3705         * input/test/improv.ly: update: do not use Thread switching. 
3706
3707         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3708         squashedPosition is a number  
3709
3710         * Documentation/user/refman.itely (Automatic note splitting):
3711         remove Thread references.
3712
3713         * input/no-notation/pc-direction.ly: remove file.
3714
3715         * ly/engraver-init.ly: remove Thread
3716
3717         * input/regression/tie-chord-partial.ly: remove file.
3718
3719         * scripts/convert-ly.py (conv): \harmonic rule
3720
3721         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3722         notation for harmonic notes: <c' g''\harmonic>
3723
3724         * lily/lily-guile.cc (alist_to_hashq): new function
3725
3726         * scm/lily.scm (alist->hash-table): new function.
3727
3728         * Documentation/user/refman.itely (Percussion staves): update doco.
3729
3730         * input/regression/drums.ly (timb): updates
3731
3732         * lily/note-performer.cc (create_audio_elements): robustness fix.
3733
3734         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3735
3736 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3737
3738         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3739         discard valid matches.
3740
3741 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3742
3743         * lily/drum-note-engraver.cc: new file.
3744
3745         * ly/drumpitch-init.ly: move drum definitions
3746
3747         * scm/drums.scm: remove file.
3748
3749         * lily/*.cc: remove abort-event everywhere.
3750
3751         * lily/note-heads-engraver.cc (process_music): robustification.
3752
3753         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3754         robustification.
3755
3756         * lily/parser.yy (simple_element): add \drums mode.
3757         (simple_element): remove \pitchnames , \chordmodifiers. Use
3758         variables to store this. 
3759
3760         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3761         outside \notes.
3762
3763         * VERSION: release 2.1.18.
3764         
3765         * input/test: remove octave-duplicate.ly
3766
3767 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3768
3769         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3770
3771 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3772
3773         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3774         constructor from Music_iterator. Changes throughout.
3775
3776         * lily/include/music-iterator.hh (class Music_iterator): remove
3777         Music_iterator::skip and Music_iterator::get_pending_events from
3778         interface. Rename report_to -> get_outlet 
3779
3780         * lily/auto-change-iterator.cc: move contents from
3781         new-auto-change-iterator.cc from
3782
3783         * scm/part-combiner.scm: determine split-list from Scheme. 
3784
3785         * lily/new-auto-change-iterator.cc (process): new file.
3786
3787         * lily/parser.yy (part_combined_music): remove old PC cruft.
3788
3789         * ly/engraver-init.ly: remove old
3790         PC cruft.
3791
3792         * Documentation/user/refman.itely (The Lyrics context): note about
3793         extender lines.
3794
3795         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3796         to allow 0-length mmrest events.
3797
3798         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3799
3800         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3801
3802         * lily/spacing-engraver.cc (finalize): robustifications.
3803
3804         * input/regression/new-part-combine-solo-global.ly: new file.
3805
3806         * scm/part-combiner.scm: rewrite.
3807
3808 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3809
3810         * Documentation/user/refman.itely, input/puer-fragment.ly,
3811         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3812         updated for proper use of lyricsto; replaced "(" and ")" ->
3813         "\melisma" and "\melismaEnd"
3814
3815         * input/test/ancient-font.ly: small updates to reduce compile
3816         warnings (TODO: junk this file)
3817
3818         * input/test/gregorian-scripts.ly: added comment about bug
3819
3820         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3821         tiny robustness fix
3822
3823         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3824         recent changes in the feta code); temporarily mapped mensural g
3825         clef to a copy of petrucci g clef until mensural g clef will have
3826         been rewritten
3827
3828         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3829         between mensural and neo-mensural heads (this broke quite a while
3830         ago)
3831
3832         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3833
3834 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3835
3836         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3837         indication.  Fixes for verbatim, multi line comments.
3838
3839 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3840
3841         * input/regression/new-part-combine-solo.ly: more cases.
3842
3843         * lily/slur.cc (height): robustness fix.
3844
3845         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3846
3847         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3848         stemUp/stemDown.
3849
3850         * scm/music-functions.scm (determine-split-list): further analysis.
3851
3852         * lily/script-engraver.cc (try_music): discard duplicate
3853         articulations.
3854
3855         * input/regression/new-part-combine-solo.ly: new file
3856
3857         * input/regression/new-part-combine-a2.ly: new file.
3858
3859         * ly/performer-init.ly: add Devnull
3860
3861         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3862         for \musicglyph #"accidental-*"
3863         (conv): \newpartcombine rule.
3864
3865 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3866
3867         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3868
3869 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3870
3871         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3872         textwidth, --output.
3873
3874 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3875
3876         * scm/new-markup.scm (doubleflat): add accidental markups.
3877
3878         * VERSION: release 2.1.17
3879         
3880         * Documentation/user/refman.itely (Automatic part combining):
3881         revise documentation of the part-combiner.
3882
3883         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3884         
3885         * input/test/part-combine-{moment,staff}.ly: remove file.
3886
3887         * input/regression/pc-mmrest.ly (two): remove file.
3888
3889         * scm/define-music-types.scm (music-descriptions): add
3890         Solo{One,Two}Event and UnisonoEvent
3891
3892         * lily/new-part-combine-iterator.cc (unisono): add state_
3893         variable, signal changes with part-combine-event.
3894
3895         * input/regression/new-part-combine-text.ly: new file.
3896
3897         * lily/part-combine-engraver.cc: new file.
3898
3899 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3900
3901         * scripts/filter-lilypond-book.py: Handle snippet options.
3902
3903 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3904
3905         * scm/music-functions.scm (determine-split-list): detect solo1/2
3906         and unisono.
3907
3908         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3909         revert fix, document why.
3910
3911         * lily/tie-performer.cc (process_music): new function. Set melisma
3912         property.
3913
3914         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3915         always smaller than bracket size.
3916         (make_bracket): oops. Size of the gap was off by factor 2
3917
3918         * input/test/text-rotate.ly: new file.
3919
3920         * scm/new-markup.scm (markup): a macro that provides a
3921         LilyPond-like syntax in scheme for building markups, in order to
3922         help markup command definition. (Nicolas Sceaux)
3923
3924         * input/test/lyrics-skip-notes.ly: new example.
3925
3926         * lily/parser.yy (post_event): make HYPHEN into postfix event.
3927
3928         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
3929         use is_alias() iso. == . This fixes lyrics on
3930         GregorianTranscriptions. 
3931
3932 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3933
3934         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
3935         \thispagestyle{lastpage} to avoid that it's printed on the second
3936         last page when there's only a single score line on the last page.
3937         (The page breaking mechanism in TeX played some ugly tricks to us.)
3938
3939 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3940
3941         * scripts/filter-lilypond-book.py: Further development.
3942
3943         * input/regression/collision-dots-move.ly: New test.
3944
3945         * lily/note-collision.cc (check_meshing_chords): Move dots on left
3946         hand side note head of non-merged collision to the right.
3947
3948         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
3949         Construct children before accessing property from emtpy
3950         lyrics_context_.
3951         (construct_children): Find thread before finding LyricsVoice.
3952         Create LyricsVoice one if none found, fixes crash (thanks Erik
3953         Sandberg).
3954
3955 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3956
3957         * cygwin/: Forward port.
3958
3959 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3960
3961         * buildscripts/install-info-html.sh: Use Bash.
3962
3963         * cygwin/mknetrel: Patch from Bert.
3964
3965 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3966
3967         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
3968
3969         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
3970         try to copy *png, index.html (Bertalan Fodor).
3971
3972         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
3973
3974 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3975
3976         * lily/note-collision.cc (check_meshing_chords): Do not remove
3977         dots (from down head) when merging similar heads (thanks Matthias
3978         Kilian).  Simplify merge_possible tests and other cleanups
3979
3980         * input/regression/collision-merge-differently-dotted.ly: Add test
3981         for disappearing dots on similar heads for both voices.
3982
3983 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3984
3985         * Documentation/user/invoking.itexi (Invoking lilypond): Document
3986         that tagline overrides copyright for single page scores. Correct
3987         the default tagline value.
3988
3989 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3990
3991         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
3992
3993 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3994
3995         * buildscripts/lilypond-login.sh: Avoid warning about undefined
3996         TEXMF if it's previously unset.
3997
3998 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
3999
4000         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4001
4002         * input/test/trills.ly: fix the unfolding of lineprall.
4003
4004         * input/test/figured-bass-alternative.ly: fix accidental.
4005
4006 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4007
4008         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4009         
4010         * input/no-notation/dos-guile.ly: 
4011         * input/no-notation/dos-ps.ly: 
4012         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4013         
4014         * input/no-notation/safe-include.ly:
4015         * input/no-notation/safe-guile.ly:
4016         * input/no-notation/safe-ps.ly: 
4017         * input/no-notation/safe-tex.ly: New file.
4018
4019         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4020         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4021         options now.
4022         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4023         When in --safe-mode, set environment openout_any=p[aranoid].
4024
4025         * tex/ltest.tex: 
4026         * tex/lilyponddefs.tex: Add \nofiles.
4027
4028         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4029         options.
4030
4031         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4032         This allows building the user manual using a binary installation
4033         and a matching unpacked source tree.
4034
4035         * scm/lily.scm (safe-module): New variable. 
4036
4037         * lily/includable-lexer.cc (new_input): Fix error messages.
4038
4039         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4040         If SAFE, evaluate in safe-module.  Change callers.
4041
4042         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4043
4044         * lily/lexer.ll (embedded_scm): While processing main-input,
4045         invoke ly_parse_scm with safe mode if running in safe-mode.
4046         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4047         in init.ly for safe-mode.
4048
4049 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4050
4051         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4052         compatibility with old versions of geometry.sty (compat2
4053         already implied includehead).
4054         Change the page layout slightly so bottom + footskip = top +
4055         headheight + headsep = 16mm, the remaining paperheight-32mm
4056         are used for the music. Increase footskip to 5mm, so the top of
4057         the footer text doesn't touch the music.
4058
4059 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4060
4061         * VERSION: release 2.1.16
4062         
4063         * scm/music-functions.scm (determine-split-list): bugfix: only use
4064         new-active for both voices if both indexes advance. This fixes the
4065         biggest outstanding problem with new-pc. 
4066
4067         * lily/new-part-combine-iterator.cc (construct_children): set more
4068         directions.
4069
4070 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4071
4072         * scripts/convert-ly.py (conv): add instrument rule.
4073
4074         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4075
4076         * lily/side-position-interface.cc: remove add_staff_support ()
4077         Change all callers to use staff-padding.
4078
4079         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4080         make_spanner().
4081
4082         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4083
4084         * lily/text-engraver.cc: remove scriptHorizontal property.
4085
4086         * lily/beam.cc (least_squares): also set least-squares-dy for
4087         special case of slanted 2-stem beam to center.
4088
4089         * lily/side-position-interface.cc (out_of_staff): move contents of
4090         out_of_staff into aligned_side.
4091         remove out_of_staff().
4092
4093         * input/regression/measure-grouping.ly: fix warning.
4094
4095         * lily/side-position-interface.cc: add staff-padding support to
4096         Side_position_interface::aligned_side.
4097
4098         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4099         one get_property too many.
4100
4101         * flower/include/drul-array.hh (linear_combination): new function
4102         (scale_drul): new function
4103
4104         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4105         operations on empty intervals are silly.
4106
4107 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4108
4109         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4110         (iso gh_scm2int), fixes crash in new part-combiner.
4111
4112         * configure.in: Up mftrace to 1.0.27.
4113
4114 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4115
4116         * VERSION: release 2.1.15
4117         
4118         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4119         align all stanza numbers.
4120
4121 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4122
4123         * Documentation/user/{introduction.itely,refman.itely,
4124         converters.itely}: fix some text inside parentheses; text should
4125         be readable (even) if parentheses are either replaced with commas 
4126         or dropped out.
4127
4128 2004-01-25  Werner Lemberg  <wl@gnu.org>
4129
4130         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4131         input/test/vaticana.ly, input/test/ancient-font.ly,
4132         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4133         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4134         ly/params-as-init.ly, scm/define-grobs.scm,
4135         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4136
4137         * ly/params-as-init.ly: Removed.  Obsolete.
4138         * buildscripts/lilypond.words.py: Updated.
4139
4140 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4141
4142         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4143
4144         * mf/feta-din{4,5,7,9}.mf: remove.
4145         
4146         * lily/engraver.cc (internal_make_item): centralize item/spanner
4147         factory.
4148
4149         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4150         do correct chord conversion for ^"sim."  (backportme)
4151         (FatalConversionError.sub_articulations): substitute ^"foo" in
4152         chords too. (backportme)
4153
4154         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4155         for Fingering.
4156
4157         * lily/side-position-interface.cc (out_of_staff): don't do
4158         anything if staff-padding not defined. 
4159
4160         * mf/feta-params.mf (stafflines): introduce linethickness as
4161         general blackness of the font.
4162
4163         * lily/stem.cc (position_noteheads): rounding error robustness.
4164
4165         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4166         from beam-collision.ly 
4167
4168         * lily/beam.cc (rest_collision_callback): remove direction.
4169
4170         * scm/define-grobs.scm (all-grob-descriptions): remove
4171         enclose-bounds in OttavaBracket and PianoPedalBracket
4172
4173         * scm/new-markup.scm (def-markup-command) new macro, which takes
4174         care of defining the COMMAND-markup and make-COMMAND-markup
4175         procedures, setting markup-signature and keyword-signature object
4176         properties, and pushing the markup command in
4177         markup-function-list.
4178
4179         All markup commands are defined thanks to it.  Users may also use
4180         it to define their own markup commands. (Nicolas Sceaux)
4181
4182         * scm/new-markup.scm: Scheme style clean-up: there should be no
4183         parenthesis alone on a line; LET* should not be used where LET is
4184         enough. (Nicolas Sceaux)
4185
4186 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4187
4188         * scripts/filter-lilypond-book.py: Add script.
4189
4190 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4191
4192         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4193
4194 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4195
4196         * Documentation/user/refman.itely (Fingering instructions): add
4197         single note chords. 
4198
4199         * lily/multi-measure-rest-engraver.cc: use a single
4200         MultiMeasureEvent for mm rests. This prevents problems with the
4201         new part combiner.
4202
4203         * scm/music-functions.scm (determine-split-list): analysis has
4204         global effect: a difference halfway a phrase makes the entire
4205         phrase be typeset as apart.
4206         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4207
4208 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4209
4210         * ly/performer-init.ly: add Devnull.
4211
4212         * Documentation/user/refman.itely (Font selection): remove paper20
4213         ref.
4214         
4215 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4216
4217         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4218
4219 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4220
4221         * scm/music-functions.scm (determine-split-list): bugfixes.
4222
4223         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4224
4225         * input/test/scales-greek.ly: use C as base, results in different
4226         alterations at the clef.
4227
4228         * input/regression/pedal-ped.ly: new file.
4229
4230         * input/regression/pedal-bracket.ly: new file.
4231
4232         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4233         replace after_line_breaking()
4234
4235         * lily/line-interface.cc (line): read thickness.
4236         (line): dash-fraction = 0 always for dotted-line style.
4237
4238         * input/test/staff-lines.ly (lower): bugfix.
4239
4240         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4241         \accepts Devnull into Score.
4242
4243         * scm/lily.scm: remove bla.scm load.
4244
4245 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4246
4247         * VERSION: release 2.1.14
4248         
4249         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4250
4251         * lily/side-position-interface.cc (general_side_position): add
4252         Staff_symbol_referencer::staff_space ().
4253
4254         * lily/include/context-def.hh: rename from translator-def.hh
4255
4256 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4257
4258         * input/template/piano-dynamics.ly (pedal): Updated definition of
4259         Dynamics such that \cresc works, for example.
4260
4261 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4262
4263         * lily/stem.cc (calc_stem_info): use
4264         Staff_symbol_referencer::staff_space
4265
4266         * lily/beam-quanting.cc (quanting): scale Stem_info 
4267
4268         * lily/beam.cc (rest_collision_callback): use minimum-distance
4269         property for rest/beam collisions.
4270         (rest_collision_callback): bugfixes.
4271
4272         * lily/system.cc (post_processing): extra-offset is now relative
4273         to the size of the current staff.
4274
4275         * scm/music-functions.scm (notice-the-events-for-pc): record all
4276         voices, only analyze "one" and "two".
4277
4278         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4279         not parent. 
4280
4281         * lily/new-part-combine-iterator.cc (construct_children): create
4282         Devnull from Voice context
4283
4284         * scm/music-functions.scm (determine-split-list): bugfixes.
4285
4286         * lily/lily-guile.cc (robust_scm2int): new function
4287
4288         * lily/staff-symbol-referencer.cc (line_thickness): new
4289         function. Use throughout.
4290
4291         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4292         in its own context.  Add to preset font-size.
4293
4294         * lily/stem.cc (thickness): new function.
4295
4296         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4297         compute thickness from ledger-line-thickness.
4298
4299         * lily/note-head.cc (brew_ledger_lines): use
4300         Staff_symbol::get_ledger_line_thickness ().
4301
4302         * lily/beam.cc (rest_collision_callback): use
4303         Staff_symbol_referencer::staff_space().
4304
4305         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4306         Mus1 Mus2
4307
4308         * lily/include/translator.hh (class Translator): add accepts_list_
4309         so  \with { \denies / \accepts } also works.
4310
4311         * scm/music-functions.scm (determine-split-list): determine split
4312         list from music events.
4313
4314         * lily/new-part-combine-iterator.cc: more states.
4315
4316         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4317
4318 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4319
4320         * lily/system.cc (set_loose_columns): use the right prebroken cols
4321         for interpolating loose column position.
4322
4323         * lily/text-spanner.cc (brew_molecule): default to no vertical
4324         lines.
4325
4326         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4327         take space.
4328
4329         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4330
4331 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4332
4333         * scripts/convert-ly.py: Do not test filename when processing
4334         stdin.
4335
4336         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4337
4338 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4339
4340         * lily/axis-group-engraver.cc (finalize): extra check; if
4341         process_music () is never called, then staffline_ == 0.
4342
4343         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4344         check run_always ().
4345         
4346         * VERSION: release 2.1.13
4347
4348         * input/regression/note-head-style.ly (pattern): cleanup.
4349
4350         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4351         downloading.
4352
4353         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4354         kludge rehearsalmark placement.
4355
4356         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4357         , ly:spanner?
4358
4359         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4360         close to note head for accidentals.
4361
4362         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4363         tuplet direction.
4364
4365         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4366
4367 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4368
4369         * lily/include/music-iterator.hh (class Music_iterator): add
4370         substitute_outlet() to iterator API.
4371
4372         * lily/new-part-combine-iterator.cc (construct_children):
4373         New_pc_iterator: new class, better part combining.
4374
4375         * lily/tie-column.cc (werner_directions): new function
4376
4377         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4378
4379         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4380         empty objects group spanner as parent
4381
4382         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4383         slope against graphical slope.
4384
4385         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4386         for ottava bracket.
4387
4388         * lily/side-position-interface.cc (general_side_position):
4389         opps. reinstate *dir.
4390
4391         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4392         parser run.
4393
4394         * lily/tuplet-bracket.cc: remove calc_dy ().
4395
4396         * Documentation/user/refman.itely (Balloon help): document balloon
4397         help
4398
4399 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4400
4401         * scm/document-backend.scm (check-dangling-properties): Grob
4402         properties are defined define-grob-properties.scm.
4403         
4404 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4405         
4406         * VERSION: release 2.1.12
4407
4408         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4409         ChordName
4410
4411         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4412         relation to surroundings.
4413
4414         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4415         Y-extent to the note-extents: stay clear of the staff.
4416
4417 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4418
4419         * Documentation/user/GNUmakefile
4420         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4421         iso. copy.
4422
4423         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4424
4425         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4426
4427         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4428
4429         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4430
4431         * lily/line-interface.cc (line): remove thickness from calling interface.
4432
4433         * lily/hairpin.cc: use Line_interface
4434
4435         * lily/line-interface.cc: new file. Line_interface for everything
4436         with dotted/dashed lines.
4437         
4438
4439         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4440
4441         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4442         for constructing ottava brackets.
4443         
4444         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4445         the note heads.
4446
4447         * Documentation/user/internals.itely (Engravers and performers):
4448         fix broken link.
4449
4450         * scm/music-functions.scm (make-mark-set): new function.
4451
4452         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4453         functionally identical to beam.
4454
4455         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4456         () with beam (). 
4457
4458         * Documentation/user/refman.itely (Rehearsal marks): document new
4459         functionality.
4460
4461         * input/regression/rehearsal-mark-number.ly: new file.
4462
4463         * input/regression/rehearsal-mark-letter.ly: new file.
4464
4465         * scm/translation-functions.scm (number->mark-string): new function
4466         (format-mark-letters): new function
4467         (format-mark-numbers): new function
4468
4469         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4470         integer; formatting is done through markFormatter property.
4471         
4472         * scm/define-translator-properties.scm: fold all *-done properties
4473         into positioning-done.
4474
4475         * lily/beam.cc (position_beam): new function
4476         (brew_molecule): make sure that positions are calced before making
4477         the molecule.
4478
4479         * scm/output*.scm (beam):  take 4th argument for function.
4480
4481         * ps/music-drawing-routines.ps: take blot as 4th argument.
4482
4483         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4484         stem to avoid small dents.
4485         
4486 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4487
4488         * VERSION: release 2.1.11
4489
4490         * input/regression/balloon.ly: new file.
4491
4492         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4493         objects, and make help texts. 
4494
4495         * scm/new-markup.scm (parse-simple-duration): parse duration
4496         string to log & dots. (Thanks Nicolas!)
4497
4498         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4499         rule.
4500
4501 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4502
4503         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4504         Lemberg).
4505
4506         * THANKS: alphabetic order.
4507
4508 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4509
4510         * input/regression/note-head-harmonic.ly: new file.
4511
4512         * Documentation/user/internals.itely (Technical manual): explain
4513         difference between music, translation, layout.
4514
4515         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4516
4517         * scm/output-ascii-script.scm (bracket): rounding bfs.
4518
4519         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4520
4521         * ly/paper*.ly: remove files. 
4522         
4523         * scm/paper.scm (set-staff-size): new function: set default
4524         staff-size.
4525
4526         * scripts/convert-ly.py (conv): add conversion rule.
4527
4528         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4529         function.
4530
4531         * scm/paper.scm: new file.
4532         (set-staff-size): new function 
4533         (set-paper-size): new function
4534
4535         * lily/parser.yy (music_output_def_body): restructure definition,
4536         so first Scheme statement in \paper also happens in new scope. 
4537
4538         * lily/system.cc (post_processing): move uniquify_list () to
4539         dumping molecule stage.
4540
4541         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4542         this will mess up scores that use barchecks to shorten measures.
4543
4544         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4545         at 20pt too.
4546
4547         * Documentation/user/tutorial.itely (Printing lyrics): document
4548         \lyricsto
4549
4550         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4551
4552         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4553
4554         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4555         if Voice is not found.
4556
4557         * VERSION: release 2.1.10
4558         
4559         * input/{test,regression}/: remove old-relative 
4560
4561         * lily/lexer.ll: add empty markup signature. 
4562
4563         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4564         strut markup
4565
4566         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4567
4568         * scm/define-translator-properties.scm: update melismata property
4569         doco.
4570
4571         * lily/system.cc (output_lines): revert uniquify_list() patch,
4572         strange side effects seen.
4573         
4574         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4575         dash-period < 0.
4576
4577         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4578         for flute. 
4579
4580 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4581
4582         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4583
4584         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4585
4586         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4587         of line breaks.
4588         (brew_molecule): add padding to left, not right.
4589
4590         * lily/system.cc (uniquify_list): new function
4591         (output_lines): uniquify_list () on all-elements. This fixes
4592         double symbols in the output.
4593
4594         * lily/beam.cc (rest_collision_callback): don't move anything if
4595         staff-position is set.
4596
4597         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4598
4599         * lily/system.cc (typeset_grob): warn if adding twice.
4600
4601         * lily/sequential-iterator.cc (run_always): implement run_always().
4602         (also in other files.)
4603         
4604         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4605
4606         * lily/event.cc (to_relative_octave): add octave-check.
4607
4608         * Documentation/user/refman.itely (Line breaking): add noBreak.
4609
4610         * scm/new-markup.scm (normalsize-markup): add function.
4611         (sans-markup): new function.
4612
4613         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4614         come earlier nowadays.  This fixes beams on grace notes.
4615         
4616         * scm/music-functions.scm (direction-polyphonic-grobs): new
4617         variable, share between override and revert. This fixes script
4618         directions in polyphonic sections. (backportme)
4619
4620 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4621
4622         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4623         breakpoints.
4624
4625         * lily/break-align-interface.cc: add doco
4626
4627         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4628
4629 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4630
4631         * VERSION: release 2.1.9
4632
4633         * scm/document-markup.scm (markup-doc-node): add note about naming.
4634
4635         * scm/new-markup.scm (left-align-markup): bugfix. 
4636
4637         * Documentation/user/refman.itely (Ottava brackets): more doco for
4638         ottava.
4639
4640         * lily/side-position-interface.cc (out_of_staff): also do
4641         out_of_staff() correctly for d == DOWN.
4642
4643         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4644         horizontal line if they move to the right.
4645         
4646         * scm/define-grobs.scm (all-grob-descriptions): set
4647         text-repeat-if-broken for ottava spanner
4648
4649         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4650         property.
4651
4652         * mf/feta18.mf: design size is 18 not 22.5
4653
4654         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4655         Add a single LyricsVoice to a melody. Melismata may be set
4656         individually.
4657
4658         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4659
4660         * lily/dot-column.cc: add stdio.h
4661
4662 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4663
4664         * lily/item.cc: documentation for break-visibility (Thanks, John).
4665
4666 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4667
4668         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4669
4670         * lily/translator-def.cc: rename Translator_def to Context_def.
4671
4672         * Documentation/user/internals.itely (Lexical details): clarify
4673         string def.
4674
4675         * Documentation/user/refman.itely (Rhythmic music): add link to
4676         RhythmicStaff 
4677
4678 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4679
4680         * lily/translator.cc: document start_translation_timestep()
4681
4682         * scm/output-tex.scm (tex-encoded-fontswitch): use
4683         round for rounding (inexact->exact yields rationals)
4684
4685         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4686
4687         * lily/translator-group.cc (get_simple_trans_list): 
4688         new function; construct simple_trans_list_ lazily.
4689         
4690 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4691
4692         * lily/paper-outputter.cc (output_scope): Check if number before
4693         checking exact (guile cvs).
4694
4695         * scm/*: Escape backslashes in scheme strings (guile cvs).
4696
4697 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4698
4699         * Documentation/user/refman.itely (Tablatures basic): annotate
4700         seealso sections.
4701
4702         * lily/*.cc: cleanup of engraver initialize() functions.
4703
4704         * lily/repeat-acknowledge-engraver.cc
4705         (start_translation_timestep): remove first_b_
4706
4707         * lily/tab-note-heads-engraver.cc: listen to string number events
4708         inside < > too. (backportme).
4709
4710         * Documentation/user/refman.itely (Text scripts): add fatText to
4711         index.
4712
4713 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4714
4715         * VERSION: 2.1.8
4716
4717         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4718         footer.
4719
4720         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4721
4722         * lily/bar-check-iterator.cc (process): only warn if
4723         barCheckLastFail was changed.
4724
4725         * scm/define-translator-properties.scm (barCheckLastFail): add
4726         property.
4727
4728         * lily/main.cc (main_prog): print summary of failed files.
4729
4730         * lily/axis-group-engraver.cc: move all spanner creation to
4731         process_music (). Now staffs can be adjusted with \override too.
4732         (Jan, you are a brilliant programmer!)
4733         
4734         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4735
4736 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4737
4738         * Documentation/user/tutorial.itely (Integrating text and music):
4739         Show the commands to produce a PDF as well.
4740
4741 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4742
4743         * lily/translator-def.cc (get_translator_names): accept user
4744         tweaks too. 
4745
4746         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4747         as big as normal heads. 
4748
4749         * input/*ly: run convert-ly
4750         
4751         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4752         () if dependencies are fluked.
4753
4754         * scm/document-translation.scm (engraver-doc-string): update on
4755         latest string/symbol conventions.
4756
4757         * lily/translator-ctors.cc: use Scheme_hash_table.
4758
4759         * lily/translator-def.cc (get_translator_names): new function
4760         (add_context_mod): new function
4761         (get_accepted): new function
4762
4763         * lily/parser.yy (context_mod): put all modifications of
4764         \translator { } in a single production, encode as SCM.
4765
4766         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4767         to use read-only lists, so additions to the definition can be
4768         prepended easily.  
4769
4770         * Documentation/user/invoking.itexi (Editor support): add node on
4771         editor support.
4772
4773         * Documentation/user/refman.itely (Bar check): add lyrics example
4774         of bar checks. 
4775
4776         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4777
4778         * scripts/convert-ly.py (conv): add conversion rule.
4779
4780         * lily/parser.yy: use \change iso. \translator for staff switch.
4781
4782         * lily/my-lily-lexer.cc: add \change.
4783
4784         * scm/define-translator-properties.scm
4785         (default-melisma-properties): add definition.
4786
4787 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4788
4789         * Documentation/user/refman.itely (Bar lines): clarification of
4790         systemStartDelimiter. 
4791
4792         * input/test/slur-shape.ly (x): remove file.
4793
4794         * lily/translator-group.cc (apply_property_operations): new function.
4795
4796 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4797
4798         * lily/parser.yy (optional_prop_ops): allow \with {
4799         PROPERTYSETTINGS } following \context or \new.
4800
4801         * lily/my-lily-lexer.cc: add \with.
4802
4803         * lily/parser.yy (property_operation): clean up definition of
4804         property operations.
4805         (property_op_to_music): new function.
4806         (context_spec_music): new function
4807
4808         * VERSION: 2.1.7 released.
4809         
4810         * input/regression/collision-merge-dots.ly: new file.
4811
4812         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4813         then kill the dots too. 
4814
4815         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4816         set/unset breakableSeparationItem
4817
4818         * lily/separation-item.cc (relative_width): add function.
4819
4820         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4821         only-prebreak-interface
4822
4823         * lily/system.cc (output_lines): only junk only-prebreak-interface
4824         grobs.
4825
4826         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4827         read breakableSeparationItem
4828
4829         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4830
4831         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4832
4833         * lily/dot-column.cc (dot_config_badness): new function:
4834         select the best scoring dot configuration: dots should go close to
4835         the note heads, but be shifted up or down according to conventions.
4836         (print_dot_configuration): idem.
4837         (shift_one): idem
4838         (remove_collision): idem.
4839
4840         * input/regression/dots.ly: add more test cases.
4841
4842 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4843
4844         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4845
4846         * flower/include/interval.hh: rename elem_b to contains 
4847
4848         * lily/tie.cc: change 'heads to 'head-pair.
4849
4850         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4851         fill in 'heads field.
4852
4853         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4854         minimum-length for short ones, and shorten so collisions with the
4855         next syllable are avoided.
4856
4857         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4858         near-zero slopes.
4859         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4860
4861         * lily/dots.cc: remove quantized_position callback. All Y
4862         positioning is done by dot-column.cc
4863
4864         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4865         exhaustive test of all dot positions. This fixes disappearing dots
4866         in dotted chords.
4867
4868 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4869
4870         * mf/feta-klef.mf (test_staff): fatten up G clef
4871         (test_staff): fatten up f clef.
4872         
4873
4874 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4875
4876         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4877         * input/les-nereides.ly: Use latin1 characters for title, like
4878         Morgenlied.
4879
4880 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4881
4882         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4883         cmb10).
4884
4885         * lily/lyric-extender.cc (brew_molecule): add little space before
4886         extender line.
4887
4888         * lily/beam-quanting.cc (score_forbidden_quants): check if
4889         outer stafflines fall in any beam gaps.
4890
4891         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4892         for lyric texts.
4893
4894 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4895
4896         * VERSION: 2.1.6 released.
4897
4898         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4899         this shows the demerits of a user-defined beam position pair.
4900
4901         * scm/define-grobs.scm (all-grob-descriptions): set
4902         beamed-extreme-minimum-free-lengths to a different value.
4903
4904         * lily/scm-option.cc: add debug-beam scm-option
4905
4906         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4907
4908 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4909
4910         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4911
4912         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4913         space after barline.
4914
4915         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4916
4917         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4918         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4919         the other case, take standard column-breakable spacing. Do not
4920         warn about "no spacing wishes".
4921
4922         This fixes wide spaces after barlines in very loose lines.
4923
4924         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4925
4926 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4927
4928         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
4929         acknowledge_grob lyric-syllable, not lyric-text.
4930
4931         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
4932         dashes of length #'length separated by #'dash-period. 
4933
4934         * lily/lyric-extender.cc (brew_molecule): idem
4935
4936         * lily/multi-measure-rest.cc (big_rest): idem
4937
4938         * lily/system-start-delimiter.cc (simple_bar): idem
4939
4940         * lily/bar-line.cc (simple_barline): use rounded box
4941
4942         * VERSION: release 2.1.5
4943
4944         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4945         music): move note about dvips to more visible place.
4946
4947         * lily/lyric-phrasing-engraver.cc: move from
4948         new-phrasing-engraver.cc, remove old cruft (syllable-group,
4949         lyric-phrasing-engraver.hh)
4950         
4951         * lyric-align.ly: remove file
4952         
4953         * scripts/convert-ly.py (FatalConversionError.func): add removal
4954         rule for automaticMelismata
4955
4956         * ly/engraver-init.ly (ScoreContext): switch on
4957         New_phrasing_engraver by default.
4958
4959         * lily/slur-engraver.cc (class Slur_engraver):
4960         process_acknowledged_grobs -> process_music.
4961         (try_music): signal melismata correctly.
4962
4963         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
4964         word-space, right-trim-amount, and extend past right bound only
4965         for note heads.
4966
4967         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
4968         lyric-extender support: add note-heads to the extender
4969         automatically.
4970
4971         * lily/parser.yy: extender is now post_event. 
4972
4973         * lily/accidental-engraver.cc (number_accidentals): remove
4974         spurious warning about non-parent contexts.
4975
4976         * lily/music-output-def.cc (assign_translator): \translator { }
4977         for a Foo context implicitly redefines \FooContext.
4978
4979         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
4980         fixes.
4981
4982         * lily/slur.cc (brew_molecule): don't use stafflinethickness
4983         doubly in slur weight. 
4984
4985         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
4986         combination.
4987
4988         * scm/define-grobs.scm (all-grob-descriptions): change clef -
4989         staffbar distance.
4990
4991         * scripts/lilypond.py (global_latex_preamble): crank down size of
4992         the margins. Now there is a 12 mm top and bottom margin, which
4993         should correspond with the printable area of modern printers.
4994
4995         This enlarges the music height of the printable page a little.
4996
4997         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
4998         signs. Use \markup instead.
4999         (accreg_pen): tweak for accordeon asterisk.
5000
5001 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5002
5003         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5004
5005         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5006
5007         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5008
5009         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5010
5011         * scm/define-grobs.scm (all-grob-descriptions): change
5012         StanzaNumber description: make side support, i.s.o. breakable.
5013         use Instrument_name_engraver for texts in the margin.
5014
5015         * scm/define-translator-properties.scm: remove
5016         melismaEngraverBusy, stz property.
5017
5018         * *.cc: naming: change empty_b () into is_empty ()
5019
5020         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5021
5022         * input/regression/lyric-phrasing-new.ly: new file.
5023
5024         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5025         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5026         melismata are now left-aligned.
5027
5028 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5029
5030         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5031
5032         * mf/feta19.mf: remove.
5033         
5034         * mf/feta-klef.mf (test_staff): more tweaks
5035
5036         * mf/feta-toevallig.mf: more small size tweaks.
5037
5038         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5039         rests for smaller sizes.
5040
5041         * mf/feta-bolletjes.mf: fix cross heads.
5042
5043         * VERSION: release 2.1.4
5044         
5045         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5046         deprecated #'ancient font family
5047
5048         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5049         it is a string or number.
5050
5051         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5052         change calling convention of stem-attachment function. 
5053
5054         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5055
5056         * mf/feta-autometric.mf: dump WX/WY fields too
5057         
5058         * mf/parmesan-heads.mf: idem.
5059
5060         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5061         attachment coordinates.
5062
5063         * lily/note-head.cc (stem_attachment_coordinate): read stem
5064         attachment from the notehead glyphs WX/WY fields.
5065
5066         * lily/include/font-metric.hh (struct Font_metric): add methods
5067         get_indexed_wxwy (), make a distinction between looking up by
5068         index and ASCII  
5069
5070         * mf/feta-bolletjes.mf: rewrite note head MF code.
5071         (test_outlines): make heads more rotund for smaller sizes. 
5072
5073 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5074
5075         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5076         throughout. Font scaling fixes throughout.
5077
5078         * mf/feta-sleur,slur.mf: remove. 
5079
5080         * mf/feta-slag.mf: rewrite.
5081
5082 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5083
5084         * VERSION: release 2.1.3
5085
5086         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5087
5088         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5089
5090         * lily/mark-engraver.cc (process_music): fix mark
5091         \default. (backportme)
5092
5093         * stepmake/stepmake/automatically-generated.sub.make (default):
5094         use -n for head/tail commands. 
5095
5096         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5097         heads with the same pitch.
5098
5099 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5100
5101         * lily/recording-group-engraver.cc (finalize): set protected_scm
5102         member to '() before finalizing.
5103
5104         * lily/translator-group.cc (finalize): remove removal_processing () 
5105
5106         * lily/recording-group-engraver.cc: new engraver: record
5107         synchronized start & end times for each music object.
5108
5109         * lily/parser.yy (toplevel_expression): execute score rendering
5110         during parsing. Cleanup output-filename handling; this is no
5111         longer done with global variables.
5112         (translator_spec_body): allow \type modification too.
5113
5114         * lily/score.cc:  ly:run-translator: new function
5115         (LY_DEFINE): ly:render-output new function.
5116
5117         Separate interpreting and rendering, and make available as
5118         functions at Scheme level.
5119
5120 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5121
5122         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5123         (musicxml-node->string):
5124         (xml-node->string):
5125         (music-to-musicxml): New function.
5126
5127 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5128
5129         * VERSION: 2.1.2 released
5130
5131         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5132
5133         * scm/font.scm (paper20-font-vector): discouple font design sizes
5134         from sizes specified in .ly file: store all design sizes of a font
5135         in a single vector.
5136
5137         * lily/font-select.cc (get_font_by_design_size): new function
5138
5139         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5140         add parmesan,feta in sizes 14 and 18.
5141         
5142         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5143
5144         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5145         of fontSize: this now sets font-size
5146
5147 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5148
5149         * VERSION: 2.1.1 released
5150         
5151         * Documentation/user/refman.itely (Tuning objects): add note about
5152         concurrent tweaks in different contexts. 
5153
5154         * lily/tie-engraver.cc (acknowledge_grob): use
5155         Staff_symbol_referencer::get_position iso. reading staff-position
5156         directly.
5157
5158         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5159         currentMusicalColumn as left span-point for bracket. The bracket
5160         is too long when there are accidentals.
5161
5162 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5163
5164         * buildscripts/lilypond-profile.sh,
5165         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5166         Thanks to Reuben Thomas <rrt@mupsych.org>
5167
5168 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5169
5170         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5171         Wurbel <wurbel@univ-tln.fr>.
5172
5173 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5174
5175         * scripts/midi2ly.py: Add space after chords.
5176
5177 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5178
5179         * input/regression/{many}: add few @code{ ... }.
5180
5181 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5182
5183         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5184         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5185         Removed cmbx5, cmbx6 (which are included in teTeX)
5186         and cmbxti14 which is not used in fonts.scm.
5187
5188 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5189
5190         * lily/midi-item.cc: fine tune quarter tones.
5191
5192 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5193
5194         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5195         new function, warn how many cents are missing in fine tuning.
5196
5197 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5198
5199         * input/bugs/rhytmicstaff-tie.ly: add file.
5200
5201         * THANKS: Create skeleton for 2.1.
5202
5203 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5204
5205         * input/test/bar-lines.ly (TODO): dashed "|".
5206
5207 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5208
5209         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5210         input/regression/tie-chord.ly: Fix spell for tying.
5211
5212         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5213
5214         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5215         new file (renamed, see above).
5216
5217         * Documentation/user/lilypond-book.itely
5218         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5219         * input/example-1.ly input/example-2.ly input/example-3.ly
5220         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5221         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5222         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5223         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5224         * scripts/lilypond-book.py scripts/lilypond.py
5225         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5226         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5227
5228         * Documentation/user/lilypond.tely: update version.
5229
5230         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5231         Remove extra spaces in each @node, fixes spaces.
5232
5233 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5234
5235         * scripts/lilypond-book.py (output_dict): Add definition of
5236         \lilypondbook also for LaTeX output. Solves several bug reports.
5237
5238 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5239
5240         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5241
5242 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5243
5244         * input/test/transposition.ly: Fix key signatures, given in comments.
5245
5246 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5247
5248         * scm/midi.scm (instrument-names-alist),
5249         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5250
5251 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5252
5253         * input/test/temporary-stave.ly (texidoc): New example based on an
5254         email question from Ralph Little.
5255
5256 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5257
5258         * VERSION: release 2.1.0
5259         
5260         * lily/note-performer.cc (try_music): accept busy-playing-event.
5261
5262         * lily/swallow-perf.cc (try_music): return false for
5263         busy-playing-event and melisma-playing-event.
5264
5265 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5266
5267         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5268         >> in \score.
5269
5270 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5271
5272         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5273         that articulation_substitute will not move beam start again.
5274         (articulation_substitute): Bugfix: remove stray space so that new
5275         old chords ending '>>' does not get broken up.
5276         (sub_chord): Use TAB for indentation (not spaces).
5277         
5278         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5279         Bugfix for startup: Use ?^ instead of ?\^.
5280
5281 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5282
5283         * lily/lyric-combine-music-iterator.cc
5284         (Lyric_combine_music_iterator): change init order, to prevent GC
5285         segfaults.
5286
5287         * lily/context-specced-music-iterator.cc (construct_children): 
5288         only change  translator if found. This fixes a core dump problem.
5289
5290 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5291
5292         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5293         comparison.
5294
5295         * mf/feta-bolletjes.mf: make hole in half note little
5296         smaller for stem attachment.
5297
5298         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5299
5300         * mf/feta-banier.mf: don't draw stem with flag, just small square
5301         attachment.
5302
5303         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5304
5305         * mf/feta-banier.mf: remove upstem/downstem characters.
5306
5307         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5308
5309         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5310         stafflinethickness (in the default)
5311
5312         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5313
5314         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5315
5316         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5317
5318         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5319
5320         * lily/include/directional-element-interface.hh:
5321         junk class, make {get,set}_grob_direction functions.
5322
5323         * lily/slur.cc (get_attachment): do something sensible when
5324         attaching to stem without heads (eg. a rest).
5325
5326         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5327         forcing up to staff.  remove #'support-head property
5328         (brew_molecule): small cleanup.
5329         (flag): remove #'grace property.
5330
5331 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5332
5333         * cygwin/postinstall-lilypond.sh: 
5334         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5335         (Volker Zell).
5336
5337 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5338
5339         * scripts/lilypond-book.py: resurrect 'eps' option. 
5340         (TexiPaper.to_eps): use -Ppdf for EPS files.
5341
5342         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5343
5344         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5345
5346         * VERSION: release 2.0.1
5347
5348         * lily/bezier.cc (get_other_coordinate): change assert into
5349         warning.
5350
5351         * lily/note-head.cc (internal_brew_molecule): make left protusion
5352         smaller, to accomodate for natural sign.
5353         (internal_brew_molecule): only do this when the accidental is
5354         close enough.
5355         (extent): new function
5356
5357         * lily/skyline.cc (merge_skyline): new function
5358         (heighten_skyline): new function
5359
5360         * lily/accidental-placement.cc (position_accidentals) 
5361         (position_accidentals): fix todo.
5362
5363 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5364
5365         * input/test/+.ly (texidoc): put version number inline.
5366
5367         * GNUmakefile.in: remove rsync-web target.
5368         
5369         * input/regression/bar-scripts.ly (onestaff): raggedright
5370
5371 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5372
5373         * lily/*.cc: remove #if 0'd code in couple of places.
5374
5375         * lily/midi-stream.cc (operator <<): rewrite.
5376
5377         * lily/note-head.cc (internal_brew_molecule): 
5378         only make ledgers when the Staff symbol has lines.
5379
5380         * ly/property-init.ly (arpeggioBracket): simplify
5381
5382         * lily/translator-group.cc (execute_pushpop_property): use
5383         SCM_EQ_P for comparing keys. This fixes reverting
5384         auto-beam-settings.
5385
5386 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5387 *
5388         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5389         midi_debug_global_b.
5390         (operator <<): Normalise loop.
5391
5392 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5393
5394         * scripts/lilypond.py (escape_path): revise.
5395
5396         * scm/music-functions.scm (set-output-property): new function.
5397         
5398 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5399
5400         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5401         use addmakeflags again.
5402
5403         * cygwin/lily-wins.py (escape_shell): New function; use it.
5404
5405         * scripts/lilypond.py (escape_shell): Escape quotes and other
5406         spaces too.  Do not escape escaping backslashes.
5407
5408         * make/srcdir.make.in (web-install): Must call install-WWW now.
5409
5410         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5411         dependency
5412
5413 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5414
5415         * scripts/lilypond.py (escape_path): escape quotes too. 
5416
5417         * Documentation/user/lilypond.tely (Unified index): rename Index
5418         to accomodate Windows breakage.
5419
5420         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5421
5422         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5423         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5424         target not a source.
5425
5426 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5427
5428         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5429         addmakeflags.  Build and install doc and web also when building on
5430         Cygwin.
5431
5432         * mf/GNUmakefile: Bugfix.
5433
5434         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5435         target web.
5436
5437         * cygwin/lily-wins.py: Quote filename.
5438
5439 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5440
5441         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5442
5443 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5444
5445         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5446         settings.
5447
5448         * configure.in: Require g++ > 3.0.4.
5449
5450         * mf/GNUmakefile: Bugfix: Add list.ly target.
5451         
5452         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5453
5454         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5455         make omf directory, add uninstall targets.
5456
5457 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5458
5459         * lily/tie-performer.cc (initialize): init prev_event
5460
5461         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5462
5463         * lily/script-engraver.cc (make_script_from_event): don't crash on
5464         non-string articulation-type.
5465
5466         * lily/new-fingering-engraver.cc (add_script): don't crash on
5467         0 scripts 
5468         (acknowledge_grob): warn about text script events.
5469
5470 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5471
5472         * buildscript/lilypond.words: fix path for drums.scm.
5473
5474 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5475
5476         * lily/spacing-spanner.cc (note_spacing): don't make longer
5477         durations than measure-length.
5478
5479         * VERSION: release 2.0.0
5480
5481         * GNUmakefile.in (rsync-web): version independent rsync target.
5482
5483         * input/test/+.ly (texidoc): idem.
5484
5485         * input/regression/+.ly: print version number.
5486
5487         * input/regression/accidentals.ly (mel): shorten.
5488
5489         * input/regression/accidental-octave.ly (texidoc): shorten.
5490
5491         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5492
5493         * input/regression/completion-heads-polyphony.ly: octave
5494
5495         * input/regression/beam-manual.ly: remove
5496
5497         * input/regression/beam-chord.ly: remove
5498
5499         * input/regression/grace-dynamic.ly: remove
5500         
5501         * input/regression/grace-volta-repeat.ly: octave fixes.
5502
5503         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5504
5505         * lily/parser.yy (step_number): semitones for chord entry too.
5506         (make_chord_step): more robust code, semitones. 
5507
5508         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5509
5510         * input/regression/breathing-sign.ly (texidoc): split ancient and
5511         normal breathing signs.
5512
5513         * scm/define-grobs.scm (all-grob-descriptions): swap
5514         beamed-extreme-minimum-free-lengths and
5515         beamed-minimum-free-lengths; the 'extreme' case should allow
5516         shorter stems. This fixes forced directions on beamed 32nd and
5517         shorter notes.
5518
5519         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5520         quartertones, not semitones.
5521         (NoteNamesContext): swallow more event types
5522
5523         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5524
5525         * VERSION (PACKAGE_NAME): release 1.9.10
5526
5527 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5528
5529         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5530         set note head as cause of note-column.  This gives a better error
5531         message.
5532
5533 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5534
5535         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5536
5537 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5538
5539         * mf/GNUmakefile (pfa_warning): instruct 
5540
5541         * stepmake/aclocal.m4: typo.
5542
5543         * Documentation/user/cheatsheet.itely: more verbose examples.
5544
5545         * input/regression/clefs.ly: remove bogus docstring.
5546
5547 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5548
5549         * GNUmakefile.in (SUBDIRS): Add elisp.
5550
5551         * elisp/lilypond-mode.el: 
5552         * elisp/lilypond-init.el: 
5553         * elisp/lilypond-indent.el: 
5554         * elisp/lilypond-font-lock.el: Move from top dir.
5555
5556         * stepmake/stepmake/elisp-vars.make: New file.
5557
5558         * config.make.in (elispdir): Add.
5559
5560         * Documentation/topdocs/INSTALL.texi: Typo.
5561
5562         * make/ly-rules.make: Test for files instead of touching void and
5563         ignoring errors.
5564
5565         * GNUmakefile.in:
5566         * make/lilypond.redhat.spec.in:
5567         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5568         <builddir>, adding
5569         
5570              (push "<builddir>/share/lilypond/elisp" load-path)
5571
5572         to your ~/.emacs.el should give you LilyPond-mode again.
5573
5574         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5575         regexp for DOS/Windows, we are too paranoid to fix others.
5576
5577 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5578
5579         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5580
5581         * input/test/chord-names-jazz.ly (banterProperties): fix
5582
5583         * lily/parser.yy (bass_mod): bass figure alterations are semi
5584         tones, not quarter tones
5585
5586         * lily/beam.cc (set_stem_lengths): only lengthen stems
5587         for gapped beams.
5588
5589         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5590         by beamcount.
5591
5592         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5593         a warning that the warning may erroneous.
5594
5595         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5596         target.
5597
5598         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5599         targets.
5600
5601         * GNUmakefile.in ($(config_h)): config.h should depend on
5602         config.hh.in .
5603         (lilypond.words): remove fontball stuff.
5604
5605         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5606
5607         * configure.in: remove pktrace reference.
5608
5609         * GNUmakefile.in (rsync-web): permissions and ownership for
5610         website.
5611
5612         * lily/volta-engraver.cc (staff_eligible): new function.
5613         (stop_translation_timestep): kill off spanners if not eligible.
5614
5615         * VERSION (PATCH_LEVEL): release 1.9.9
5616
5617         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5618
5619         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5620         length is more important than forbidden quants.
5621         
5622 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5623
5624         * buildscripts/lilypond.words: order words in search order,
5625         add lilypond.words.vim to be generated.
5626
5627         * lilypond.vim: use lilypond.words.vim for keyword matching.
5628
5629         * lilypond-mode.el: use search order. fix word selection rules.
5630
5631         * lilypond-font-lock.el: fix fontifying long durations.
5632
5633         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5634
5635 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5636
5637         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5638
5639         * stepmake/stepmake/generic-targets.make:
5640         * stepmake/stepmake/bin/make-version.py: 
5641         * stepmake/aclocal.m4:
5642         * make/stepmake.make:
5643         * make/toplevel-version.make: Build fixes: remove last traces of
5644           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5645
5646         * lily/beam.cc: Add gap-count property.
5647
5648 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5649
5650         * scm/define-grob-properties.scm (gap-count): add gap-count
5651
5652         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5653
5654 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5655
5656         * cygwin/mknetrel.doc: Typo.
5657
5658         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5659
5660         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5661
5662 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5663
5664         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5665         sizes. Remove support for 'ledger'(=tabloid+landscape).
5666
5667 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5668
5669         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5670         sauter PFAs.
5671
5672         * configure.in: remove VERSION stuff once again.
5673
5674         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5675
5676         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5677         for chord names.
5678
5679         * mf/GNUmakefile: always trace pfa fonts.
5680         (SAUTER_FONTS): add cmss[567] too fonts
5681
5682         * configure.in: require mftrace. 
5683
5684         * lily/staff-performer.cc (new_instrument_string): don't look at
5685         instrument property.
5686
5687         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5688         is_direction is the C++ one. Similar for ly_axis_p and
5689         ly_number_pair_p
5690
5691 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5692
5693         * lily/beam.cc (brew_molecule): read gap-count to determine
5694         number of tremolo (gapped) beams.
5695
5696         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5697         shorter than 1/8
5698
5699         * flower/include/array.hh (default_compare): new function
5700
5701         * cygwin/mknetrel: Native fixes.
5702
5703         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5704
5705 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5706
5707         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5708         feature for Windows.
5709
5710         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5711
5712         * cygwin/mknetrel: Updates for native use on Cygwin.
5713
5714         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5715
5716         * stepmake/stepmake/help2man-rules.make: 
5717         * cygwin/mknetrel: Bugfix for manpages.
5718
5719         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5720         $(builddir).  Stepmake is a normal subdirectory now, that is not
5721         configured.  Another srcdir build fix.
5722
5723         * Documentation/topdocs/INSTALL.texi,
5724         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5725         lilypond-init.el, lilypond-mode.el, debian/rules,
5726         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5727         rename generated file lilypond.words to lilypond.words.el.
5728
5729 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5730
5731         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5732
5733         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5734         GNUmakefile.in.
5735
5736 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5737
5738         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5739         when cross building.
5740
5741         * configure.in: srcdir build fix.
5742
5743         * cygwin/GNUmakefile:
5744         * cygwin/lily-wins.py:
5745         * cygwin/postremove-lilypond.sh: 
5746         * cygwin/postinstall-lilypond.sh: Merge from stable.
5747
5748         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5749         s/ly2dvi/lilypond/.
5750
5751 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5752
5753         * lily/slur.cc (after_line_breaking): only set control points if
5754         none supplied yet.
5755
5756         * input/test/slur-manual.ly: new file.
5757
5758         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5759         <<  >> chords too.
5760
5761         * VERSION (PACKAGE_NAME): release 1.9.8
5762
5763         * scripts/lilypond.py (escape_path): escape spaces in directory names
5764
5765         * input/test/text-spanner.ly: fixes.
5766
5767 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5768
5769         * buildscripts/lilypond.words.py: add drum names as note names to
5770         Emacs-mode.
5771
5772 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5773
5774         * input/regression/hairpin-dashed.ly: new file.
5775
5776         * scripts/convert-ly.py (conv): warn about dash-length.
5777
5778         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5779         automatically if we get a new one.
5780
5781         * lily/lookup.cc (dashed_line): new function
5782
5783         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5784         dash-fraction.
5785
5786 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5787
5788         * buildscripts/lilypond.words.py: extract note names.
5789
5790         * lilypond-mode.el: take note names from lilypond.words -file.
5791         small fix in the use of string-match.
5792
5793         * lilypond-font-lock.el: use lilypond.words for note names, add 
5794         maxima to note a duration.
5795
5796 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5797
5798         * lily/breathing-sign.cc: remove railtracks() function. 
5799
5800         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5801
5802         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5803         (brew_molecule): bugfix don't make arpeggio shorter when
5804         arpeggio-direction is set.
5805
5806         *  debian/rules: small corrections in the (Pedro K)
5807
5808         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5809         examples.
5810
5811         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5812         special (repeat) bar comes along.
5813
5814         * input/regression/auto-beam-bar.ly: update.
5815
5816         * scripts/lilypond-book.py (output_dict): remove support for the
5817         EPS option.
5818
5819         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5820         VerticalAlignment and VerticalAxisGroup this fixes the size
5821         computations for the entire system.
5822  
5823         * input/les-nereides.ly (bass): remove superfluous fontSize.
5824
5825         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5826         causes directory of file to be added to include path.
5827
5828         * input/regression/beam-break.ly: test single stem beams.
5829
5830         * input/regression/system-start-bracket.ly: fix.
5831
5832         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5833
5834         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5835
5836         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5837         (score_stem_lengths): do something sensible for single stem beams.
5838
5839         * lily/beam.cc (least_squares): add kludge for single stem beams.
5840
5841         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5842         keySignature to list of broken things.
5843
5844         * input/regression/keys.ly: fix.
5845
5846         * VERSION (PACKAGE_NAME): release 1.9.7
5847
5848         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5849
5850         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5851
5852         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5853         (quartertone_pitch): new function
5854
5855         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5856         flat. WARNING: FONT CHANGED.
5857
5858         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5859
5860         * lily/accidental-placement.cc (add_accidental): support for
5861         quarter tones.
5862
5863         * ly/LANGUAGEs.ly: use symbols for alterations.
5864
5865         * mf/feta-toevallig.mf: change accidental codes. 
5866
5867         * scm/lily.scm (ly:get-option): switch on debugging only for
5868         --verbose.
5869
5870         * lily/lily-guile.cc: remove ly:verbose?
5871
5872         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5873
5874         * lily/parser.yy (TODO): only do gh_call() for apply with
5875         procedure argument.
5876
5877         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5878         stuff in accordance with new timing of tie-events.
5879
5880         * lily/my-lily-lexer.cc: remove \outputproperty
5881
5882         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5883
5884         * scm/define-translator-properties.scm (melismaBusyProperties):
5885         add melismaBusyProperties property.
5886
5887 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5888
5889         * input/test/ambitus-mixed.ly (texidoc): new file.
5890
5891         * buildscripts/mutopia-index.py (find): prune debugging
5892
5893         * lily/side-position-interface.cc: doc updates
5894
5895         * Documentation/user/refman.itely: updates, tweaks.
5896
5897         * lily/parser.yy (Simple_music): remove outputproperty
5898
5899         * make/stepmake.make: use VERSION again; importing VERSION via
5900         autoconf dependencies is too hairy.
5901
5902 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5903
5904         * lilypond-mode.el: allow `-' for keywords and identifiers.
5905
5906 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5907
5908         * VERSION: release 1.9.6
5909         
5910         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5911         iso. ly2dvi.
5912
5913         * Documentation/user/*.itely: fixes everywhere
5914
5915         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5916         produce ties from the engraver itself, do not broadcast TieEvent.
5917
5918         * lily/my-lily-lexer.cc: remove pitch & duration.
5919
5920         * lily/parser.yy (TODO): remove \pitch and \duration
5921
5922         * input/test/explicit.ly: remove file.
5923
5924         * Documentation/user/refman.itely (Pitches): remove \pitch 
5925         \duration command.
5926
5927 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5928
5929         * buildscripts/lilypond.words.py: add all slur types to Emacs
5930         insertion menu, suppose everything is postfixed by dropping 
5931         unnecessary `-' -marks.
5932
5933 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5934
5935         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
5936         tremoloed stems.
5937
5938         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
5939         head for flagged stems.
5940
5941         * lily/stem.cc (get_default_stem_end_position): futz with extra
5942         stem length if there is a stem tremolo.
5943
5944         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
5945         it would be too small.
5946
5947         * lily/font-metric.cc: return #f for non-existent glyph.
5948         
5949         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
5950         exported through config.make.
5951
5952         * input/regression/clef-oct.ly: new file.
5953
5954         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
5955         transposition.
5956
5957         * input/template/*.ly: remove old relative.
5958
5959         * ly/english.ly: add X names for double sharp.
5960
5961 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5962
5963         * lily/font-select.cc: new file handle font selection routines.
5964
5965         * lily/parser.yy: add ; (Patrick Atamaniuk)
5966
5967         * input/test/time-signature-double.ly: use markups for double time
5968         sigs.
5969
5970         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
5971         ChordNames.SeparationItem #'padding for adjusting space after chords.
5972         
5973         * lily/music-output-def.cc (LY_DEFINE): 
5974         new function ly:paper-lookup.
5975         
5976         * mf/parmesan-clefs.mf: use # quantities for char_box
5977         offsets. Fixes overflow errors in the PFA. 
5978
5979         * scm/new-markup.scm (strut-markup): change calling interface for
5980         markup. Pass paper-def, not grob. This would allow \markup to be
5981         used separately from grobs.
5982
5983         * lily/paper-def.cc: new function ly:paper-font; this function
5984         replaces ly:get-font.
5985
5986         * lily/include/font-interface.hh (struct Font_interface): take
5987         Paper_def iso. Grob for get_font().
5988
5989 2003-09-14  Graham Percival  <gperlist@shaw.ca>
5990
5991         * Documentation/user/ tutorial.itely, refman.itely: add warning
5992         about \key and accidentals.
5993
5994 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5995
5996         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
5997
5998         * Documentation/user/*.itely: manual tweaks
5999
6000 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6001
6002         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6003         cleanup; bugfix: exact_center
6004
6005         * Documentation/user/refman.itely: added more documentation on
6006         ambitus according to recent questions on lilypond-user list
6007
6008 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6009
6010         * input/regression/ottava.ly (texidoc): demo 15ma too.
6011
6012         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6013
6014         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6015         octave fixes.
6016
6017 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6018
6019         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6020         problems on older Mac editors.
6021
6022 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6023
6024         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6025
6026 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6027
6028         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6029         mf/parmesan-clefs.mf: added comments on character alignment and
6030         set_char_box() conventions
6031
6032         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6033         set_char_box()'s
6034
6035         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6036
6037 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6038
6039         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6040
6041 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6042
6043         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6044         shortened to avoid almost-collision with staff line; code cleanup;
6045         other custodes: fixed char boxes; code cleanup
6046
6047 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6048
6049         * configure.in: release 1.9.5
6050         
6051         * scripts/lilypond.py (global_latex_preamble): only set
6052         twosideshift if 'twoside' is in latexoptions 
6053
6054         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6055
6056         * VERSION: remove
6057
6058         * scripts/*2ly.py: update <> syntax
6059
6060 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6061
6062         * lily/chord-name-engraver.cc (process_music): add origin for
6063         chord name.
6064
6065         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6066
6067         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6068         bass notes for exceptions too.
6069
6070         * scm/define-grobs.scm (all-grob-descriptions): rename
6071         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6072
6073         * scm/define-grob-properties.scm (remove-first): add remove-first
6074         property for orchestral scores.
6075
6076         * Documentation/user/*.itely: switch <<>> and <> 
6077
6078         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6079         last_line only once. This fixes the two consecutive glissandi problem.
6080
6081 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6082
6083         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6084         error message "flexa-width undefined"
6085
6086         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6087         lily/include/gregorian-ligature.hh: print warning when ignoring
6088         head prefixes on flexa shapes
6089
6090         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6091         space before a series of inclinatum heads
6092
6093         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6094         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6095         cleanups
6096
6097         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6098         and char_box
6099
6100 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6101
6102         * input/regression/breathing-sign.ly: tiny fixes
6103
6104         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6105         semantical collision with vaticana ligatures
6106
6107         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6108         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6109         now consistent with mensural ligatures
6110
6111         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6112         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6113         context pitches and staff position; dto. for virga stem; removed
6114         obsolete virga and clivis characters from parmesan font (WARNING:
6115         font changed)
6116
6117         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6118         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6119
6120         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6121         scm/define-grob-properties.scm: consistency fix: renamed
6122         join_left->add_cauda
6123
6124         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6125         appendix length; bugfix: yoffs_bt for reverse direction punctum
6126         characters
6127
6128         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6129         small cleanups; added more docu
6130
6131         * lily/mensural-ligature-engraver.cc,
6132         lily/vaticana-ligature-engraver.cc,
6133         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6134         computation to CoherentLigatureEngraver
6135
6136         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6137         scm/define-grob-properties.scm: bugfix: added missing linea and
6138         cavum properties; bugfix: removed dead semivocalis property
6139
6140         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6141         length; redesigned quilisma, stropha and auctum
6142
6143         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6144         line thickness
6145
6146         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6147         Documentation/user/refman.itely: bugfix: introduced shifted
6148         epiphonus head to avoid collision with adjacent plica
6149
6150 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6151
6152         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6153
6154         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6155
6156 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6157
6158         * Documentation/user/tutorial.itely (A lead sheet): remove
6159         duplicate chords.
6160
6161         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6162
6163 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6164
6165         * Documentation/bibliography/computer-notation.bib (isbn): add
6166         xivcim publication.
6167
6168 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6169
6170         * GNUmakefile.in: drop lilypond.words for generation.
6171
6172 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6173
6174         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6175
6176         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6177
6178 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6179
6180         * input/test/figured-bass-alternate.ly (fl): new file.
6181
6182         * Documentation/topdocs/README.texi (Top): clarifications.
6183
6184         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6185         theses of Gieseking and Renz.
6186
6187         * GNUmakefile.in (README_FILES): remove README.mandrake.
6188
6189 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6190
6191         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6192         from source files and search patterns listed in the script.
6193
6194         * GNUmakefile.in: add target `lilypond.words'.
6195
6196         * lilypond.words: remove file, generated by `make lilypond.words'.
6197
6198         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6199
6200 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6201
6202         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6203
6204 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6205
6206         * VERSION: 1.9.4 released
6207
6208         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6209         rule for < > <-> << >> substitution
6210
6211         * lily/lexer.ll: exchange meaning of << >> and < > 
6212
6213         * VERSION (PACKAGE_NAME): 1.9.3 released
6214
6215         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6216         pages unconditionally.
6217
6218 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6219
6220         * Documentation/user/music-glossary.tely (Top): small syntax
6221         fixes.
6222
6223         * scm/music-functions.scm (remove-tag): filter \tagged music
6224         expressions.
6225
6226         * input/regression/tag-filter.ly (texidoc): new file.
6227
6228         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6229         symbol2 .. ) etc. 
6230
6231         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6232         convert rule.
6233
6234         * Documentation/user/refman.itely (Fingering instructions): adjust
6235         manual.
6236
6237         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6238         for borderline cases (e.g. 1 fingering.)
6239         (position_scripts): revise interface, use fingerOrientations to
6240         set fingering positions.
6241
6242         * scm/document-translation.scm (context-doc): add aliases to
6243         automated documentation.
6244
6245         * make/lilypond-vars.make: remove stepmake compat glue.
6246
6247         * make/generic-vars.make: remove cruft.
6248
6249         * lily/main.cc (main): don't identify binary.
6250
6251 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6252
6253         * lily/include/translator.hh (class Translator): remove
6254         type_string_ , use symbol for context name throughout.
6255         Changes through whole source tree.
6256
6257         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6258         set PDF as default, and always make PDF.
6259
6260         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6261
6262 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6263
6264         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6265         Documentation/user/refman.itely input/regression/allfontstyle.ly
6266         input/regression/grace-types.ly:
6267         fix spelling for acciaccatura (Webster's 1913).
6268
6269 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6270
6271         * lily/main.cc (usage): adjust blurb, include url.
6272
6273         * input/regression/breathing-sign.ly (texidoc): transpose up
6274
6275 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6276
6277         * input/regression/breathing-sign.ly: changed ancient examples to
6278         be relevant (by request of Han-Wen); updated BreathingSign text
6279         property according to new syntax.
6280
6281         * ly/gregorian-init.ly: updated BreathingSign text property
6282         according to new syntax
6283
6284 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6285
6286         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6287         (Clef): index entries for clefs.
6288
6289         * python/lilylib.py (system): remove errorlog files.
6290         
6291 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6292
6293         * lilypond.words: add \new and new graces. Add dynamics to menus
6294         keeping 1.8.x compatibility; after all the engraving relating to 
6295         notes becomes postfixed `-' marks will be removed.
6296
6297 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6298
6299         * lily/molecule.cc (align_to): idem.
6300
6301         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6302         
6303         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6304         accacciatura everywhere.
6305
6306         * VERSION (PACKAGE_NAME): released 1.9.2
6307
6308         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6309
6310         * scm/document-markup.scm (markup-doc-node): sort markup function
6311         list.
6312
6313         * lily/paper-outputter.cc (output_version): change "Lily was here"
6314         into  "Engraved by LilyPond"
6315
6316         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6317         on unquoted strings before \notenames.
6318
6319         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6320         increases the number of s/r reductions to 4.
6321
6322         * scm/new-markup.scm (fraction-markup): \fraction command.
6323
6324         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6325         mode
6326
6327         * lily/lookup.cc (round_filled_box): rename function.
6328         (LY_DEFINE): round-filled-box: change signature.
6329
6330         * Documentation/user/refman.itely: revise section explaining grace
6331         notes.
6332
6333         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6334         ly:set-context-property
6335
6336         * input/*/*.ly (vmus): use \new everywhere.
6337
6338         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6339
6340         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6341         default
6342
6343         * scm/music-functions.scm (set-stop-grace-properties)
6344         (set-start-grace-properties, add-grace-property): new functions
6345         for modular grace tweak control.
6346
6347         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6348         
6349 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6350
6351         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6352
6353         * GNUmakefile.in (install-pfa-fonts):
6354         (get-pfa-fonts): New target.
6355
6356         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6357         install-pfa-fonts help.
6358
6359 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6360
6361         * lily/translator-scheme.cc (LY_DEFINE):
6362         ly:context-pushpop-property new function.
6363         (LY_DEFINE): new function ly:translator-find  
6364         new function ly:translator?
6365         (LY_DEFINE): new function ly:context?
6366
6367         * lily/translator-def.cc: remove
6368         Translator_def::apply_pushpop_property().
6369
6370         * python/lilylib.py (read_pipe): only store and display error log
6371         if verbose not set.
6372         (read_pipe): only display log if it contains something.
6373
6374 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6375
6376         * Documentation/misc/GNUmakefile: Re-add.
6377         (TEXTS): Add CHANGES.
6378
6379 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6380
6381         * lilypond.words: add \newcontext.
6382
6383 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6384
6385         * lily/tie-performer.cc (stop_translation_timestep): only flush
6386         tied_notes when we have actually made a tie. Fixes bugs with ties
6387         in polyphonic scores.
6388
6389 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6390
6391         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6392         they do not exist.
6393
6394 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6395
6396         * VERSION (PACKAGE_NAME): released 1.9.1 
6397
6398         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6399         Instrument_name_engraver
6400
6401         * lily/tie-performer.cc (create_audio_elements): bugfix
6402
6403         * Documentation/user/music-glossary.tely (Top): comment out
6404         font-style statements.
6405
6406         * input/test/force-hshift.ly: revise example.
6407
6408         * Documentation/bibliography/engraving.bib (note): typos.
6409
6410         * configure.in: bump GCC requirements to 3.x
6411
6412         * lily/include/audio-item.hh (class Audio_tie): rename
6413         note_l_drul_ to note_drul_
6414
6415         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6416
6417         * lily/parser.yy (relative_music): whoops. All \relative were off
6418         by ...  a lot .... Ahem.
6419
6420         * scm/define-music-types.scm (music-descriptions): idem.
6421
6422         * lily/beam-engraver.cc: move new-beam-event to beam-event
6423
6424         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6425         to Tie_engraver
6426
6427         * input/regression/bar-number.ly: remove unnecessary old-relative
6428         options.
6429         
6430         * Documentation/user/internals.itely (Creating contexts): document
6431         \newcontext
6432
6433         * lily/parser.yy (Composite_music): add \newcontext
6434
6435         * Documentation/user/refman.itely (MIDI block): add note about
6436         dotted tempos.
6437
6438         * scm/font.scm: remove old markup legacy
6439
6440         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6441
6442         * lily/breathing-sign.cc (brew_molecule): remove function
6443
6444         * lily/text-item.cc: remove old-style markups.
6445         (interpret_markup): C++ version of markup function
6446         (brew_molecule): idem.
6447
6448         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6449         as Scheme variable.
6450
6451         * scripts/convert-ly.py (conv): dashes rule.
6452         Apply rule.
6453
6454         * Documentation/user/lilypond-book.itely: syntax fixes. 
6455
6456 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6457
6458         * VERSION (PACKAGE_NAME): release 1.9.0
6459
6460         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6461         note about dvips. (Should backport.)
6462
6463         * scripts/convert-ly.py
6464         (FatalConversionError.articulation_substitute): add
6465         convert-new-chords code. Remove convert-new-chords.py
6466
6467         * Documentation/user/refman.itely (Octave check): document
6468         \octave.
6469
6470         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6471         \relative changes.
6472
6473         * lily/parser.yy (command_element): octave check:
6474
6475            \octave PITCH
6476
6477         checks that PITCH (without octave) yields PITCH (with octave) in
6478         \relative
6479
6480         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6481
6482         * lily/scm-option.cc: ly:set-option now has the default argument
6483         #t.
6484
6485         * lily/lexer.ll: add \renameinput
6486
6487         * python/lilylib.py (command_name): robustifications.
6488
6489         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6490         /dev/stderr. This is ash compatible.
6491
6492         * ly/init.ly: add warning if compatibility was not necessary.
6493
6494         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6495
6496         * flower/include/string-handle.icc: formatting cleanups, rename
6497         references by ref_count_.
6498
6499 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6500
6501         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6502         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6503         package libs separately, fix conflicting php variable out=/dev/vc/
6504         invoking `unset out', declare menus, use only one icon-file, fix
6505         doc-path in menu.
6506
6507 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6508
6509         * scripts/convert-ly.py (FatalConversionError.conv): typo
6510
6511         * Documentation/misc/GNUmakefile: restore misc directory.
6512
6513         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6514
6515         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6516         Petites-Preludes 
6517
6518         * input/test/partial-blank.ly (quickmeasure): syntax
6519
6520         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6521         attachment property.
6522
6523         * Documentation/user/refman.itely: remove superfluous -'s 
6524         (Grace notes): ) fixes.
6525
6526         * lily/music.cc: generic compress(), transpose() functions. Remove
6527         others.
6528
6529         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6530         style markup entry.
6531
6532         * lily/parser.yy: all articulations postfix; remove obligatory -
6533         for [,  ) and \!
6534         
6535         * lily/music.cc (to_relative_octave): write generic
6536         to_relative_octave function; various relative cleanups.
6537         Hmmm.
6538
6539         * lily/scm-option.cc: add options new-relative and old-relative
6540
6541         * po/sv.po: new po file.
6542
6543         * Documentation/user/refman.itely (Dynamics): website
6544         fixes. (should backport!)
6545
6546 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6547
6548         * make/lilypond.mandrake.spec.in: declare version only once.
6549
6550 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6551
6552         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6553         meaning for now.
6554
6555 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6556
6557         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6558
6559         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6560
6561         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6562
6563         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6564
6565         * lily/music.cc (var): add ly:music-transpose function.
6566
6567         * lily/parser.yy (pre_events): remove prefix articulations.
6568
6569         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6570
6571         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6572
6573         * Documentation/user/refman.itely (Text markup): add comment about
6574         markup in header.
6575
6576 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6577
6578         * lily/paper-outputter.cc (write_header_fields_to_file): 
6579         only dump value if it is a string.
6580
6581         * flower/include/dictionary.hh: remove.
6582         
6583         * Documentation/ChangeLog-1.5: add back old log.
6584
6585         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6586         .pfas from a .deb.
6587
6588 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6589
6590         * Documentation/bibliography/engraving.bib: add entry for
6591         Jaschinski's Notation
6592
6593 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6594
6595         * Documentation/user/refman.itely (Beaming): add note about
6596         allowBeamBreak
6597
6598 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6599
6600         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6601         GregorianTranscription contexts
6602
6603         * ly/engraver-init.ly: vaticana contexts: minor fixes
6604
6605         * Documentation/user/refman.itely (Ancient notation): added note
6606         on appendix length bug
6607
6608         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6609         input/test/vaticana.ly: use vaticana contexts; small fixes
6610
6611 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6612
6613         * flower/hash.cc: Remove.
6614
6615         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6616         to (nonexistent?) hash_func_ identifier.
6617
6618         * python/midi.c (midi_error, midi_warning): Use char const* for
6619         __FUNCTION__ argument.
6620
6621         * python/gettext.py: Remove.  We already require python 2.1, which
6622         includes gettext.py.
6623
6624         * configure.in: Require python 2.1, as INSTALL.texi says.
6625         it.
6626
6627         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6628         versions 1.50 and 1.75.  Remove note about lexer patch.
6629
6630 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6631
6632         * Documentation/topdocs/INSTALL.texi: Update type1 font
6633         description to actual situation.  Add comment about new font ball
6634         layout.
6635
6636         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6637         in $LILYPONDPREFIX suffices for installation.
6638
6639 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6640
6641         * debian/control (Build-Depends): Add flex-old as alternative to
6642         flex.  Deprecate bison 1.75.
6643
6644 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6645
6646         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6647         Vaticana contexts
6648
6649         * Documentation/user/refman.itely (Ancient notation): documented
6650         some bugs; tiny fixes; added docu on Vaticana contexts
6651
6652         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6653         scripts
6654
6655 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6656
6657         * Documentation/user/refman.itely (Ancient notation): added some
6658         introductory words; added section on ancient time signatures;
6659         added some @seealso and @refcommands; small fixes and
6660         beautifications
6661
6662 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6663
6664         * input/regression/note-head-style.ly: many fixes and updates
6665
6666         * Documentation/user/refman.itely: added small sections on ancient
6667         accidentals, rests and flags; revised ancient note head section;
6668         small wording/spelling fixes
6669
6670         * input/test/rests.ly: layout fixes
6671
6672 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6673
6674         * input/puer-fragment.ly: bugfix: central C position of do clef
6675
6676         * ly/gregorian-init.ly: workaround: add small padding space before
6677         divisiones (the correct fix would be the spacing engine to handle
6678         this)
6679
6680 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6681
6682         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6683         cue-notes.ly: minor fixes.
6684
6685 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6686
6687         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6688         input/test/custos-style.ly
6689
6690         * Documentation/index.html.in: bugfix: link to Tutorial.html
6691
6692         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6693         to neumes; bugfix: "et": epiphonus, not just a simple pes
6694
6695 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6696
6697         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6698
6699         * lilypond.words: add new features: markup, column, center, \[ \].
6700         
6701 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6702
6703         * Documentation/topdocs/NEWS.texi, DEDICATION,
6704         stepmake/bin/add-html-footer.py
6705         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6706         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6707         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6708         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6709         added (only) after a sentence which is complete; if the sentence is 
6710         not ended a comma `,' or nothing is used. fix also spaces.
6711
6712 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6713
6714         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6715         requirements to plain 1.6.
6716
6717         * buildscripts/mutopia-index.py (read_lilypond_header): update
6718         mutopia-index.py to 1.4 syntax [sic]
6719
6720 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6721
6722         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6723
6724 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6725
6726         * Documentation/index.html.in: url for regression pdf
6727
6728         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6729
6730         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6731
6732         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6733
6734         * VERSION: 1.8.0 released
6735         
6736         * GNUmakefile.in (local-WWW-post): footify build fix.
6737
6738         * configure.in: require GUILE 1.6.4
6739
6740         * Documentation/user/GNUmakefile: don't copy *.png for
6741         lilypond-internals
6742
6743         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6744         local-WWW-post target.
6745         (rsync-web): add rsync-web target
6746
6747         * Documentation/user/introduction.itely (Music notation and
6748         engraving): add neume example
6749
6750         * input/puer-fragment.ly (cantus): add puer-fragment
6751
6752 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6753
6754         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6755         to notes, so that equalizer is actualy being used.
6756
6757         * scm/midi.scm (instrument-equalizer-alist):
6758         (absolute-volume-alist): Define public, so that user can copy or
6759         override.
6760
6761         * lily/key-performer.cc (create_audio_elements): Check for minor
6762         key.  Only if key is minor, set MIDI key to minor.
6763
6764 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6765
6766         * Documentation/user/refman.itely (Hiding staffs): fixes.
6767
6768         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6769
6770         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6771         vertical extents to deal with Hara kiri correctly.
6772
6773         * input/regression/hara-kiri-short.ly: remove
6774
6775         * input/regression/hara-kiri-pianostaff.ly: update test.
6776
6777         * Documentation/user/*.tely: remove WEBTITLE
6778
6779         * scm/output-tex.scm (comment): idem.
6780
6781         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6782
6783         * scm/music-functions.scm (make-lyric-event): new function
6784
6785         * scm/lily.scm (lilypond-version): new function
6786
6787         * input/test/version-output.ly: new file.
6788
6789         * Documentation/user/lilypond.tely: add version number to
6790         front-page.
6791
6792 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6793
6794         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6795
6796 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6797
6798         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6799
6800         * Documentation/user/refman.itely (Hiding staffs): rename node.
6801
6802 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6803
6804         * input/regression/new-markup-syntax.ly (texidoc): remove
6805         molecule-callback override.
6806
6807 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6808
6809         * input/les-nereides.ly: Mark tweaks with %tweak.
6810
6811         * Debian patch, see debian/changelog (Anthony Fok).
6812
6813 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6814
6815         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6816         problem.
6817
6818 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6819
6820         * Documentation/user/refman.itely (Text markup): Fix language bug.
6821
6822 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6823
6824         * input/* : postfix syntax fixes.
6825
6826         * Documentation/user/refman.itely (Text markup): add note about
6827         raise/lower with ^ or _ .
6828         
6829         * po/fi.po: fix \\apply strings.
6830
6831         * lily/parser.yy (open_event): warn for prefix articulations.
6832
6833 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6834
6835         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6836         fix also on parmesan font.
6837
6838 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6839
6840         * VERSION 1.7.30 released
6841         
6842         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6843
6844         * buildscripts/mutopia-index.py (headertext): rewording
6845
6846 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6847
6848         * scm/new-markup.scm (strut-markup): new markup function.
6849
6850         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6851         space also when no accidental is there.
6852
6853 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6854
6855         * input/les-nereides.ly: Updates.
6856
6857 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6858
6859         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6860         which repeats the tag insertion selected from "Insert tag" menu.
6861
6862 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6863
6864         * lily/all-font-metrics.cc (find_font): load AFM files first only
6865         for feta fonts. This fixes problems with TeXlive and other TeX
6866         distros that include AFM files for the CM fonts. 
6867
6868         * scm/font.scm (qualifiers-to-font-name): remove.
6869
6870         * lily/paper-def.cc: remove get_var.
6871
6872         * input/trip.ly: remove file.
6873         
6874         * input/regression/spacing-note-flags.ly (raggedright): remove
6875         stafflinethickness
6876
6877         * input/les-nereides.ly: update to new syntax, cleanups.
6878
6879 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6880
6881         * Documentation/user/refman.itely: Clarify shortest-note problem
6882         of autobeamer.
6883
6884 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6885
6886         * lilypond-mode.el: Add each word to regexps only once.
6887
6888         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6889         is based on the syntax definitions in lilypond.words. Remove all 
6890         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6891         LilyPond->Insert menu is generated by the entries in lilypond.words 
6892         to which have been given a syntax definition.
6893
6894         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6895         \notes, \relative, \score, \simultaneous, \transpose.
6896
6897         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6898
6899         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6900         
6901         * lilypond-mode.el: add menu keywords separately.
6902
6903         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6904
6905 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6906
6907         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6908         current ugly installation method for PFA fonts.
6909
6910 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6911
6912         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6913         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6914
6915         * Documentation/user/music-glossary.tely: update legato.
6916
6917 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6918
6919         * lexer-gcc-3.0.patch: Remove.
6920
6921         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6922
6923 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6924
6925         * debian/rules (binary-arch): remove NEWS.
6926
6927 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
6928
6929         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
6930         stepmake/bin{ many }: polish the `--help's of different scripts;
6931         model taken from the core-utils of Linux.
6932
6933         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
6934
6935 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6936
6937         * flower/parse-afm.cc (parseCharMetrics): add warnings.
6938
6939         * flower/libc-extension.cc: idem.
6940
6941         * flower/include/libc-extension.hh: protect against isinf macros.
6942
6943 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
6944
6945         * { many }: Use two uppercase letters in LilyPond.
6946
6947         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
6948
6949         * VERSION: 1.7.29 released.
6950         
6951 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6952
6953         * lily/tie.cc: add TODO comment.
6954
6955         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
6956
6957         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
6958         linejoins and linecaps. This fixes problems with occasional spikes
6959         on slur/tie endings.
6960         
6961         * input/regression/font-name.ly: don't use PS fonts for
6962         compatibility reasons. 
6963
6964         * mutopia/claop.py (accents): update to 1.8
6965
6966         * Documentation/user/music-glossary.tely (Top): remove 13pt.
6967
6968         * Documentation/user/macros.itexi: don't color glossary links.
6969
6970         * Documentation/user/invoking.itexi (Error messages): new section
6971
6972 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6973
6974         * input/regression/font-name.ly: add file.
6975
6976         * scm/document-backend.scm (grob-doc): remove <hr> from
6977         lilypond-internals
6978
6979         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
6980         reqd version to 1.6.4 
6981
6982         * lily/font-interface.cc (get_font): bugfix: take font-name from
6983         alist chain too. This fixes font-name override for \markup.
6984
6985 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6986
6987         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
6988
6989         * input/test/polymetric-differing-notes.ly: Compile fix.
6990
6991 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
6992
6993         * Documentation/user/refman.itely: fixed typo
6994
6995         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
6996         before flexa
6997
6998 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6999
7000         * input/test/{ many }: search & fix some typos.
7001
7002 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7003
7004         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7005         images.
7006
7007         * scm/music-functions.scm (make-voice-props-set): set Script /
7008         TextScript dir for polyphony too.
7009
7010         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7011         before clef.
7012
7013         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7014
7015 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7016
7017         * Documentation/user/refman.itely (Percussion): Small
7018         clarifications and fixes.
7019
7020         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7021         threads. This fixes different heads playing simultaneously.
7022
7023 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7024
7025         * Documentation/user/{ many }: increase readability (read through 
7026         User manual from `one big page').
7027
7028 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7029
7030         * input/test/polymetric-differing-notes.ly: add example with
7031         disparate note values.
7032
7033         * input/test/polymetric.ly: rename from poly-metric
7034
7035         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7036         iso. outname.
7037
7038         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7039         G-clef bbox to real char extents. This fixes the G-clef being
7040         offset too much to the right.
7041         document perc clef offset.
7042
7043         WARNING: FONT CHANGED.
7044
7045         * Documentation/user/tutorial.itely (Tutorial): move menu.
7046
7047 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7048
7049         * buildscripts/lilypond-profile.sh (Error): trim error message.
7050
7051         * Documentation/user/invoking.itexi (Invoking the lilypond
7052         binary): add note about path.
7053
7054         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7055         suppresses superfluous spaces.
7056
7057 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7058
7059         * buildscripts/lilypond-profile.sh: Add documentation to error
7060         message.
7061
7062         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7063
7064 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7065
7066         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7067         <mike@ossmann.com>)
7068
7069         * Documentation/bibliography/computer-notation.bib (pages): prune
7070         unscientific language.
7071
7072         * Documentation/user/GNUmakefile: copy unsplit file to
7073         lilypond.html (idem for lilypond-internals).
7074
7075         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7076
7077         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7078
7079         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7080
7081         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7082         fix.
7083         
7084 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7085
7086         * Documentation/user/{ various }: bind text snippets with their
7087         examples, e.g. by punctuation: This is an example.
7088
7089 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7090
7091         * ly/performer-init.ly (VoiceContext): Typos.
7092
7093         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7094         builds, leave final-install to toplevel srcdir makefile.
7095
7096         * make/srcdir.make.in (install): New target.
7097
7098 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7099
7100         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7101         This fixes core dump on MIDI output (Simon Weatherill).
7102
7103         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7104         on local-WWW-post.
7105
7106 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7107
7108         * make/lilypond.redhat.spec.in: add dvips to reqs.
7109
7110 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7111
7112         * make/srcdir.make.in (web): Add special web target.
7113
7114         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7115         from inner $(LOOP).
7116
7117         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7118
7119         * stepmake/stepmake/generic-targets.make (www-targets-help):
7120         * GNUmakefile.in (web-install): Install in $(webdir).
7121
7122         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7123
7124         * cygwin/changelog: 
7125         * cygwin/mknetrel: Update.
7126
7127         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7128         (html-doc): Remove (use: web).
7129
7130         * stepmake/stepmake/script-rules.make: 
7131         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7132         Fix $(config_make) dependencies for srcdir build.
7133
7134         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7135         target for srcdir build.
7136
7137         * stepmake/make/stepmake.make: 
7138         * make/srcdir.make.in: 
7139         * GNUmakefile.in:
7140         * make/stepmake.make (config_make): Rename variable (was:
7141         configuration).
7142
7143 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7144
7145         * Documentation/user/internals.itely (Manipulating music
7146         expressions): run lilypond on example too.
7147
7148         * flower/include/libc-extension.hh: move lrint define to
7149         header. bugfix.
7150         
7151 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7152
7153         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7154         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7155         do we recurse whole tree?).
7156
7157         * GNUmakefile.in (html-doc): Resurrect.
7158
7159         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7160         obsolete $(package-icon) dependency.
7161
7162 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7163
7164         * Documentation/user/refman.itely (Automatic staff changes):
7165         add seealso 
7166
7167         * Documentation/index.html.in: link to bigpage.
7168
7169         * Documentation/user/tutorial.itely (Tutorial): streamline.
7170
7171         * Documentation/index.html.in: url typo.
7172
7173         * VERSION (PACKAGE_NAME): release 1.7.28
7174
7175         * python/lilylib.py (error_log): remove '/' from name.
7176
7177         * input/regression/pedal.ly: remove; dups input/test/
7178         
7179         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7180
7181         * Documentation/index.html.in: python style doco index.
7182
7183         * Documentation/{footer,header}.html.in (src): remove, 
7184
7185         * Documentation/pictures: remove all but lelie-logo.xpm.
7186
7187         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7188         before running makeinfo.
7189
7190         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7191         @code{}
7192
7193 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7194
7195         * input/test/bar-number-regular-interval.ly: rename.
7196
7197         * Documentation/user/*: various fixes. 
7198
7199 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7200
7201         * Documentation/{ many }: polish for update-all-menus. typos.
7202
7203         * po/fi.po: fixes.
7204
7205         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7206
7207         * buildscripts/mutopia-index.py: polish.
7208
7209         * input/regression/{ many }, input/test{ many }: polish texidocs.
7210
7211 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7212
7213         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7214         pedal-style
7215
7216         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7217         iso. edge-widen.
7218
7219         * lily/piano-pedal-engraver.cc (process_music): change from
7220         process_acknowledged ()
7221
7222         * lily/piano-pedal-bracket.cc: new file. Change
7223         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7224         cleaned up.
7225
7226         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7227
7228         * input/regression/tuplets.ly (texidoc): rename file.
7229
7230         * po/fr.po: update
7231
7232         * buildscripts/lilypond-profile.sh: error message if script is not
7233         sourced.
7234
7235         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7236         bracket-flare
7237         (make_bracket): simplify code.
7238
7239         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7240         argument.
7241
7242         * python/lilylib.py (lilypond_version_check): new function
7243
7244         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7245
7246         * scripts/ly2dvi.py (run_lilypond): add version check.
7247
7248         * scripts/lilypond-book.py (option_definitions): typo
7249
7250         * scripts/ly2dvi.py (include_path): typo
7251
7252         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7253
7254         * lily/parse-scm.cc (parse_handler): typo
7255
7256         * Documentation/user/macros.itexi: use @heading for headings.
7257
7258         * Documentation/user/refman.itely: updates, fixes.
7259
7260 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7261
7262         * po/fi.po: add Finnish translations. fixes.
7263
7264         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7265
7266         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7267         from lily/glissando-engraver.cc.
7268
7269 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7270
7271         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7272         for non-first _broken_ bracket.
7273
7274         * Documentation/user/refman.itely: corrections.
7275
7276 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7277
7278         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7279         support of the fingerings.
7280
7281         * po/fr.po: French translation update.
7282
7283         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7284         strings.
7285
7286 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7287
7288         * Documentation/user/introduction.itely: Small fixes.
7289
7290 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7291
7292         * Documentation/topdocs/AUTHORS.texi: polish.
7293
7294 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7295
7296         * Documentation/user/introduction.itely: revise
7297
7298         * Documentation/user/tutorial.itely: reorganise.
7299
7300         * Documentation/topdocs/index.tely: remove.
7301
7302         * Documentation/header.html.in: prune.
7303
7304         * GNUmakefile.in: clean up web building.
7305
7306         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7307         target.
7308
7309 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7310
7311         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7312
7313         * lilypond-mode.el: turn on blink-matching-paren.
7314
7315 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7316
7317         * scm/output-sodipodi.scm (svg-header): Fix typo.
7318
7319 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7320
7321         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7322         fixes a security hole.
7323
7324         * scripts/lilypond-book.py (original_dir): remove temp_dir
7325
7326         * scm/document-translation.scm: use @code tags.
7327
7328 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7329
7330         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7331
7332         * lilypond-mode.el: add a buffer-local post-command-hook to set
7333         context dependent syntax-table after each cursor event. Remove old
7334         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7335
7336         * lilypond-indent.el: update comments.
7337
7338         * Documentation/footer.html.in: add period.
7339
7340 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7341
7342         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7343
7344         * scm/document-translation.scm (document-property-operation): add
7345         @code{} tags.
7346
7347         * VERSION (PACKAGE_NAME): release 1.7.27
7348
7349         * config.make.in: add PAPER variable
7350
7351         * buildscripts/new-chords.py (help): add help text
7352
7353         * Documentation/user/introduction.itely (Typography and program
7354         architecture):  fixes.
7355
7356         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7357         for texinfo and dvips. This fixes problems with PDF output of the
7358         wrong size.
7359
7360         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7361         DVIPS_PAPERSIZE variable
7362
7363         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7364         TEXINFO_PAPERSIZE variable 
7365
7366 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7367
7368         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7369
7370         * mf/feta-toevallig.mf: lowres fixes.
7371
7372 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7373
7374         * NEWS: Typo and fill-paragraph fixes.
7375
7376         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7377         cast #define.
7378
7379         * configure.in: 
7380         * config.hh.in: Check for lrint.
7381
7382 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7383
7384         * VERSION: 1.7.26 released
7385
7386         * lily/separation-item.cc: add padding property.
7387
7388         * input/test/*.ly: various fixes, remove solo-a2.ly
7389
7390         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7391         bugfix. Fixes old-style markup compatibility.
7392
7393         * Documentation/user/introduction.itely (Introduction): historical
7394         elucidations
7395
7396         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7397
7398         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7399
7400         * Documentation/index.texi (Top): cleanup.
7401
7402         * Documentation/user/introduction.itely (Introduction): rewrite
7403         introduction, 
7404         (Music notation and  engraving): about notation. Add flat-picture
7405
7406 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7407
7408         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7409         separation items. This keeps lyrics from bumping into each other.
7410
7411 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7412
7413         * GNUmakefile.in (topdocs-web): New target.
7414         (local-web): Depend on topdocs-web; fixes html-doc.
7415
7416 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7417
7418         * po/lilypond.pot: run po-replace
7419
7420         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7421
7422         * scm/drums.scm (reset-drum-kit): new function.
7423
7424         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7425
7426         * scripts/update-lily.py: remove
7427         
7428         * VERSION: release 1.7.25
7429         
7430         * Documentation/user/introduction.itely (Introduction): rewrite
7431         start of introduction.
7432
7433 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7434
7435         * lily/all-font-metrics.cc: fixed typo
7436
7437 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7438
7439         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7440         LilyPond-mode-context-set-syntax-table): new functions to define
7441         the syntax table according to context.
7442
7443         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7444
7445 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7446
7447         * Documentation/user/refman.itely (Figured bass): 
7448         language nit courtesy http://www.vocabula.com
7449
7450         * GNUmakefile.in: remove no kpathsea hack.
7451
7452         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7453         doco.
7454
7455         * GNUmakefile.in: remove web-doc target.
7456
7457         * lily/all-font-metrics.cc (find_afm): add message about
7458         buildscripts/clean-fonts.sh 
7459
7460         * scm/define-music-properties.scm (figure): use string for 'figure
7461
7462         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7463
7464         * input/regression/ : add raggedright = ##t where applicable. 
7465         
7466         * scm/bass-figure.scm (make-bass-figure-markup): add
7467         alignBassFigureAccidentals property.
7468
7469         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7470         bracket.
7471
7472         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7473         syllables widths into account for minimum-length.
7474
7475         * input/test/staff-container.ly: update file
7476
7477         * input/test/stem.ly: remove
7478
7479         * lily/event.cc (LY_DEFINE): add ly: prefix.
7480
7481         * input/test/clef-manual-control.ly: from manual-clef
7482
7483         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7484
7485         * input/test/different-time-signatures.ly: move to poly-metric.ly
7486
7487         * input/test/hara-kiri*,scales.ly: remove
7488         
7489         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7490         with chord-names-jazz.ly)
7491
7492         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7493         get scalable cm fonts too.
7494
7495         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7496         --encoding for mftrace if present.
7497
7498         * input/regression/slur-area.ly: move from test/
7499
7500         * input/test/: remove simple-slur-endings slur-attachment
7501         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7502         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7503         slur-symmetry slur-symmetry tie-broken.ly
7504
7505         * scm/drums.scm (set-drum-kit): add function.
7506
7507         * Documentation/user/refman.itely (Percussion staves): use
7508         set-drum-kit
7509
7510         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7511         too
7512         (Global_measure.set_timesig): handle 3/8 time sig too.
7513
7514         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7515         note about triangle note heads.
7516
7517         * scm/drums.scm: use alist for instrument-settings. This fixes the
7518         bug with assigning to drums in the .ly file.
7519
7520         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7521         CHANGED.
7522
7523         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7524         cluster-beacon-interface
7525
7526         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7527
7528         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7529
7530         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7531
7532         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7533         to get positions.
7534
7535         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7536         make ClusterSpannerBeacon to record Y positions. This removes the
7537         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7538         make cluster-note-events.
7539
7540 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7541
7542         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7543
7544         * configure.in: Use lily/main.cc as identifying source file.
7545
7546         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7547
7548         * config.hh.in: 
7549         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7550
7551         * configure.in: Require PYTHON >= 2.0.
7552
7553         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7554           $PYTHON for include dir location.
7555         (STEPMAKE_PYTHON): New function.  Use
7556         
7557             PYTHON=foo ./configure
7558
7559           to override.
7560
7561 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7562
7563         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7564         something.
7565
7566         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7567         ftp.lilypond.org everywhere.
7568
7569 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7570
7571         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7572         detected.
7573
7574         * Documentation/user/refman.itely (Grace notes): note on explicit
7575         contexts
7576
7577 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7578
7579         * lilypond-font-lock.el: add a comment about LilyPond specific
7580         escape characters: ^, - and _, in the syntax table.
7581
7582         * Documentation/user/appendices.itely: a majuscule fix.
7583
7584 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7585
7586         * input/test/trills.ly (endHorizScript): fixes.
7587
7588         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7589         notation, move from regression.
7590
7591         * input/test/script-stack.ly: change name from stacked-scripts
7592
7593         * input/test/ossia.ly: octave errors.
7594
7595         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7596         for midi-volume-equaliser
7597
7598 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7599
7600         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7601         cm fonts.
7602
7603         * mf/feta-beugel.mf: don't multiply font_count by 10.
7604
7605         * lily/lookup.cc (horizontal_line): new function. Use
7606         horizontal-line in output backends.
7607
7608         * Documentation/user/tutorial.itely (An orchestral part): new
7609         section on orchestral stuff and identifiers.
7610
7611 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7612
7613         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7614         some interference to other modes.
7615
7616 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7617
7618         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7619         not maximum of spacing wishes in polyphonic situations.
7620
7621         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7622         number
7623
7624         * lilypond-indent.el: remove paren matching. 
7625
7626         * lily/text-item.cc (interpret_new_markup): new function
7627         use iso. text2molecule.
7628
7629         * lily/main.cc (notice): change FSF address 
7630
7631         * po/de.po: update PO file to 1.6.
7632
7633 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7634
7635         * Documentation/user/ {many}: Add periods and remove spaces.
7636         
7637 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7638
7639         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7640         Disable buffer-locally default paren hook and make a new one. 
7641
7642         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7643         locally LilyPond-paren-mode. Add todo for mouse double-click.
7644
7645 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7646
7647         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7648         Disable buffer-locally default paren idle timer and make a new one. 
7649
7650         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7651         locally LilyPond-show-paren-mode. Add to menu a toggle for
7652         LilyPond-show-paren-function.
7653
7654 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7655
7656         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7657
7658 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7659
7660         * Documentation/user/refman.itely: spelling fix.
7661
7662         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7663         paren highlight function definitions. add todo for
7664         LilyPond-show-paren-mode.
7665
7666 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7667
7668         * input/template/jazz-combo.ly: new file.
7669
7670 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7671
7672         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7673         lo-res fixes.
7674
7675         * mf/feta-schrift.mf: bugfix in varcoda sign.
7676         WARNING: FONT CHANGED
7677
7678         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7679         in accordance with lexer.ll.   
7680
7681 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7682
7683         * Documentation/user/tutorial.itely: Edit introduction.
7684
7685 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7686
7687         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7688         ly:grob-staff-position
7689
7690 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7691
7692         * scm/to-xml.scm: import srfi-1
7693
7694         * VERSION (MAJOR_VERSION):  release 1.7.24
7695
7696         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7697
7698         * scripts/lilypond-book.py (do_file): put texidoc before image.
7699         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7700
7701         * input/regression/*.ly: fix snippet octaves 
7702
7703         * input/test/spanner-after-break-tweak.ly: import
7704         broken-spanner-adjustment
7705
7706         * input/no-notation/midi-transposing.ly: move from input/test/
7707
7708         * input/test/: remove chord-markup
7709
7710         * input/regression/instrument-name-partial.ly: move from input/test.
7711
7712         * input/test/vertical-text.ly: remove
7713
7714         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7715         space above lyrics lines.
7716
7717         * input/test/uniform-breaking.ly: remove file.
7718
7719         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7720         uniform spacing density. 
7721
7722         * input/test/chords.ly (keys): remove file.
7723
7724         * scm/documentation-lib.scm (oop): use srfi-1 too.
7725
7726         * input/regression/*.ly: add \version
7727
7728         * Documentation/user/*.itely: various fixes.
7729
7730         * buildscripts/mf-to-table.py (base): break table every three
7731         symbols.
7732
7733         * input/:  remove %% new-chords-done %% .
7734
7735         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7736         os-music.ly
7737         
7738 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7739
7740         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7741
7742         * scm/new-markup.scm (box-markup): new function.
7743         (box-markup): new function. Contributed by Dick Schoeller
7744         <schoeller@attbi.com>
7745
7746         * scm/lily.scm: remove reduce-no-unit 
7747         (list-insert-separator): use fold-right
7748
7749         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7750         of arguments. 
7751
7752         * NEWS: more neutral language for ancient notation 
7753
7754         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7755         inside pointing beaming for chord tremolo.
7756
7757         * Documentation/user/lilypond-book.itely: minor editing
7758
7759 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7760
7761         * NEWS: added news for 1.8 regarding ancient notation
7762
7763         * Documentation/user/refman.itely (Gregorian square neumes
7764         ligatures): fixed typo
7765
7766         * lily/vaticana-ligature-engraver.cc,
7767         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7768         lower/upper head of Pes only when heads are stacked
7769
7770         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7771         scm/define-grob-properties.scm: cleanup: make "join-left" a
7772         boolean grob property and save delta pitch in grob property
7773         "delta-pitch" instead
7774
7775         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7776
7777 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7778
7779         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7780         completely borked
7781
7782         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7783         (try_music): bug fix: beam multiplicity was completely borked.
7784
7785         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7786         first-n, butfirst-n in favor of srfi-1 functions.
7787         remove string-join, string-pad in favor of srfi-13 functions.
7788
7789         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7790
7791         * NEWS: use complete sentences.
7792
7793         * Documentation/user/introduction.itely (Example applications):
7794         add note about databases and lilypond-book.
7795
7796         * input/test/volta.ly: remove file
7797
7798         * input/regression/volta-broken-left-edge.ly: simplify file
7799
7800 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7801
7802         * Documentation/user/refman.itely (Constructing a tweak): new
7803         subsection.
7804
7805         * Documentation/user/tutorial.itely (Fine tuning layout): add
7806         common tweaks.
7807
7808         * scm/define-grobs.scm (TextScript): use new brewer.
7809
7810 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7811
7812         * VERSION: release 1.7.23
7813
7814         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7815
7816         * python/lilylib.py (make_ps_images): bugfixes.
7817
7818         * input/regression/volta-multi-staff.ly: new file.
7819
7820         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7821
7822         * Documentation/user/tutorial.itely (Piano staffs): new section.
7823         (Setting variables): new section
7824         (Fine tuning layout): new section
7825
7826         * input/just-friends.ly: remove file. Superseeded by
7827         input/test/chords-without-melody.ly
7828
7829         * ly/property-init.ly: add all commands to refman.
7830
7831         * scm/define-translator-properties.scm: remove
7832         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7833
7834         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7835         name. Underscores botch up PS output.
7836
7837         * scm/define-translator-properties.scm: remove
7838         textNonEmpty, oneBeat, regularSpacingDelta
7839
7840         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7841         rule for automaticBars.
7842
7843         * lily/timing-engraver.cc (start_translation_timestep): change
7844         barNonAuto to automaticBars
7845
7846 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7847
7848         * input/test/perform-tie.ly: delete file.
7849
7850 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7851
7852         * Documentation/user/refman.itely (Gregorian square neumes
7853         ligatures): bugfix: do not show ledger lines in neumes table
7854         (fixed by setting staff symbol to transparent rather than removing
7855         it from staff context)
7856
7857 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7858
7859         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7860         glue into brew-new-markup-molecule.
7861
7862         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7863
7864         * Documentation/user/introduction.itely (Computerized typography):
7865         new section
7866
7867         * Documentation/user/tutorial.itely (An orchestral part): remove
7868         pc example from tutorial.
7869
7870         * input/tutorial/lilbook.tex: use screech-boink
7871
7872         * scripts/lilypond-book.py (compile_all_files): split formatting
7873         output body and scheduling lilypond compilation.
7874         (format_lilypond_output_bodies): new function
7875         (format_lilypond_block): new function
7876         (html_pages): allow multi-page images in HTML
7877
7878         * python/lilylib.py (make_ps_images): rename function from
7879         make_preview, merge with make_page_images
7880
7881 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7882
7883         * input/test/key-clefs.ly: moved to regression.
7884
7885         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7886
7887         * input/no-notation/README: added note about midi-*.ly files.
7888
7889         * input/test/two-key.ly: moved to no-notation/parse5.ly
7890
7891         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7892         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7893
7894         * input/test/ {various}: modified comments, marked some for deletion.
7895
7896         * input/test/lines.ly: deleted file; duplicate of
7897         embedded-postscript.ly
7898
7899         * input/test/mmrest-collision: moved to regression.
7900
7901 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7902
7903         * scm/chord-name.scm (note-name->markup): don't superscript root
7904         alterations in chordnames.
7905
7906 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7907
7908         * Documentation/user/refman.itely (Multi measure rests): more
7909         index/cross-referencing.
7910
7911         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7912
7913         * scm/font.scm: remove properties-to-font-name code.
7914
7915         * scm/define-grob-properties.scm: remove 'type
7916
7917         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7918         conversion
7919
7920         * lily/text-spanner.cc: change 'type grob prop to 'style 
7921
7922         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7923         "first" flag to decide whether to make a start-repeat
7924
7925         * input/regression/grace-volta-repeat-2.ly: new file.
7926
7927 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7928
7929         * lilypond-indent.el: rename generic functions to LilyPond-*
7930
7931 2003-06-22  Graham Percival  <gperlist@shaw.ca>
7932
7933         * input/test/thumb.ly: delete, merged into refman.
7934
7935         * Documentation/user/refman.itely: added thumb info to Fingering.
7936
7937         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
7938         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
7939         vertical-align.ly : deleted files.
7940
7941 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7942
7943         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
7944
7945         * lily/line-spanner.cc (broken_trend_offset): remove function.
7946         (get_broken_offset): idem.
7947         (brew_molecule): rewrite the line-break case.
7948
7949         * input/regression/follow-voice-break.ly:  new file.
7950
7951         * lily/line-spanner.cc (after_line_breaking): remove lines at the
7952         start of a system.
7953
7954 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7955
7956         * input/test/tuplet-rest.ly: moved to regression.
7957
7958         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
7959         deleted file.
7960
7961         * input/test/ {many} : marked file for possible deletion.
7962
7963 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7964
7965         * input/regression/beam-funky.ly: add note about (disputed)
7966         correct beaming.
7967
7968         * ly/engraver-init.ly (ScoreContext): put key-signature after
7969         staff-bar
7970         
7971 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7972
7973         * input/test/ broken.ly lyric-phrasing.ly: deleted.
7974
7975         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
7976
7977         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
7978
7979         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
7980         stem-extend was deleted (it was duplicate example, and not as
7981         good).
7982
7983         * input/test/[s-z]*.ly: add texidoc index.
7984
7985 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7986
7987         * lily/slur.cc (get_boundary_notecolumn_y): change name from
7988         get_first_notecolumn_y
7989
7990         * lily/spanner.cc (broken_spanner_index): new function.
7991
7992 2003-06-19  Graham Percival  <gperlist@shaw.ca>
7993
7994         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
7995         lyric-hyphen.ly : moved to regression.
7996
7997         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
7998         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
7999
8000         * input/test/instrument-name-mmrest.ly: moved to
8001         ../regression/multi-measure-rest-instr-name.ly
8002
8003         * input/test/knee-sym.ly: moved to
8004         ../regression/beam-knee-symmetry.ly.
8005
8006         * input/test/hymn.ly: change comments.
8007
8008         * input/test/[p-r]*.ly: add texidoc index.
8009
8010 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8011
8012         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8013         to postfix syntax
8014         
8015         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8016         syntax.
8017
8018         * VERSION: release 1.7.22
8019
8020 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8021
8022         * input/test/[h-k]*.ly: added texidoc index.
8023
8024         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8025
8026         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8027
8028         * input/test/ various : mark files for deletion or moving to
8029         regression.
8030
8031         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8032
8033         * input/test/[l-o]*.ly: added texidoc index.
8034
8035 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8036
8037         * scm/music-functions.scm (make-ottava-set): 
8038         only do ottavation if centralCPosition is set.
8039
8040         * lily/translator-scheme.cc (ly:context-property-where-defined):
8041         return '() if not found.
8042
8043 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8044
8045         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8046         Use one command for both commenting and uncommenting.
8047
8048         * lilypond-indent.el (LilyPond-comment-region): new function,
8049         (un)comments each line separately.
8050
8051         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8052         
8053         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8054         imenu is not added by default; adapted from f90.el,
8055         makes Help-menu, which does not fit, visible in XEmacs.
8056         
8057 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8058
8059         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8060         show-paren-mode sets blink-matching-paren-on-screen local.
8061         Try to make show-paren-function to paren-highlight local.
8062
8063         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8064         Copy definitions of Emacs' show-paren-function and
8065         XEmacs' paren-highlight and make minimal changes;
8066         add comments about locality. 
8067         Fix matching first open-paren-char in '<< .. >>'.
8068
8069 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8070
8071         * input/test/g*: added texidoc index.
8072
8073         * input/test/[a-g]*: added raggedright==#t when it
8074          seemed appropiate.
8075
8076         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8077
8078         * Documentation/topdoc/INSTALL.texi: removed false warnings
8079         about gcc 3.3.
8080
8081 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8082
8083         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8084
8085         * input/test/chords-without-melody.ly (texidoc): add from
8086         input/just-friends.ly
8087
8088         * input/regression/size{13--26}.ly: move from input/
8089
8090         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8091         input/{star-spangled-banner,twinkle}.ly: remove 
8092         
8093         * lily/slur.cc: remove slur over rest warnings.
8094
8095         * lily/note-spacing.cc (get_spacing): include left part of right
8096         object in fixed space. This fixes stretched space before
8097         accidentals.
8098
8099         * input/regression/spacing-accidental-stretch.ly: new file.
8100
8101 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8102
8103         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8104         Reduce to 16pt.
8105
8106 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8107
8108         * input/regression/spacing-knee.ly: docstring
8109
8110         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8111
8112         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8113         input/tutorial/{test,solar,flowing}.ly: remove
8114
8115         * input/rhythm.ly: remove
8116
8117         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8118
8119         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8120         update syntax. 
8121
8122         * scm/define-grobs.scm (all-grob-descriptions): set
8123         knee-spacing-correction to 1.0
8124
8125         * lily/note-spacing.cc (stem_dir_correction): compute knee
8126         correction using stem-thickness and head width.
8127
8128         * input/regression/beam-quanting-horizontal.ly: update texidoc
8129
8130         * scm/define-grobs.scm (all-grob-descriptions): set
8131         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8132         This fixes 32nd beams for noteheads in spaces quants.
8133
8134         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8135
8136 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8137
8138         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8139
8140 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8141
8142         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8143
8144         * VERSION (PACKAGE_NAME): release 1.7.21
8145
8146         * input/regression/stem-shorten.ly: new file.
8147
8148         * lily/stem.cc (get_default_stem_end_position): revise stem
8149         shortening code.
8150
8151         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8152
8153         * input/test/{scripts,volta-start,sleur}.ly: remove
8154         
8155         * input/regression/span-bar.ly: smaller file.
8156
8157         * input/regression/spacing-{natural,tight,loose}.ly: remove
8158
8159         * input/test/markup.ly: remove
8160
8161         * scripts/lilypond-book.py: put printfilename in separate chunk,
8162         so texidoc is printed after the filename.  
8163
8164 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8165
8166         * make/lilypond.mandrake.spec.in: fix docdirs.
8167
8168 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8169
8170         * input/regression/beam-french.ly: bugfix.
8171
8172         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8173
8174         * input/regression/(various).ly: add raggedright = #t.
8175
8176         * input/regression/auto-beam.ly: move from abe.ly
8177
8178 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8179
8180         * input/test/f*.ly: added texinfo index.
8181         
8182         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8183
8184 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8185
8186         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8187         quant penalty for beam just outside staff.
8188
8189         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8190         from beam-pos.ly,  remove non-horizontal tests. 
8191
8192         * input/test/(various): cleanup header info. 
8193
8194         * input/test/tchaikovsky.ly: remove file.
8195
8196         * scm/chord-generic-names.scm: move from
8197         double-plus-new-chord-name.scm
8198
8199         * input/test/orchestscore.ly: remove file
8200
8201         * Documentation/user/refman.itely (Vocal music): update documentation.
8202
8203         * scm/define-translator-properties.scm (chordNoteNamer): remove
8204         chordNameStyle, use chordNameFunction
8205
8206         * scm/chord-name.scm (set-chord-name-style): remove
8207         set-chord-name-style. Use \property chordNameFunction.
8208
8209 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8210
8211         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8212         music): remove @TeX{} command.
8213
8214 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8215
8216         * lilypond-indent.el (scan-sexps): Renamed to
8217         aargh-this-breaks-other-emacs-modes-scan-sexps.
8218
8219 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8220
8221         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8222         closing slurs: '()', etc. Add comments.
8223
8224         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8225
8226         * lilypond-font-lock.el: match unending string at eof.
8227
8228         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8229         
8230 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8231
8232         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8233         input/test/beam-dir.ly input/test/beam-position.ly    
8234         input/test/beam-suspect.ly input/test/beam-trend.ly    
8235         input/test/beams.ly input/test/crescendo-text.ly : deleted
8236         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8237         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8238         * input/test/default-bars.ly: moved to bar-always.ly
8239         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8240
8241 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8242
8243         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8244
8245 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8246
8247         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8248
8249 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8250
8251         * lilypond-indent.el: Match better slurs in scheme expressions.
8252         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8253
8254         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8255
8256 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8257
8258         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8259
8260         * input/ac-extra-voice.ly: Add texidoc.
8261
8262         * ly/chord-modifiers-init.ly: 
8263         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8264         and chordNameExceptionsPartial for new chord names.
8265
8266         * input/test/chord-names-dpnj.ly: 
8267         * input/test/dpncnt.ly: Update.
8268
8269         * scm/chord-name.scm: 
8270         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8271         chord selection and options.
8272
8273         * ly/chord-modifiers-init.ly: Add exceptions 
8274
8275         * scm/define-translator-properties.scm (chordNameStyle) 
8276         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8277
8278 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8279
8280         * ly/property-init.ly (germanChords): Added.
8281         (semiGermanChords): Added.
8282         
8283         * input/test/chord-names-german.ly: Use new macros
8284         
8285 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8286
8287         * lilypond-indent.el: Use similar parenthesis highlighting for 
8288         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8289         functions; removed LilyPond-show-paren-function. Fix indenting.
8290         Turn paren-matching on also in XEmacs.
8291
8292         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8293         as needed by parenthesis highlighting functions (in scan-sexp).
8294
8295 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8296
8297         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8298         function.
8299         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8300
8301 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8302
8303         * lilypond-indent.el: tune regexp for show-paren-function.
8304
8305 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8306
8307         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8308         for all LilyPond-produced tex snippets.
8309
8310         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8311         fixes one line --preview output of ly2dvi.
8312
8313 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8314
8315         * lilypond-indent.el: match only one type of slurs in
8316         LilyPond-show-paren-function.
8317
8318 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8319
8320         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8321         * debian/lilypond1.7.dirs: 
8322         * debian/lilypond1.7-doc.dirs: New file.
8323
8324         * input/regression/chord-name-exceptions.ly: Add parameter for
8325         ignatzekExceptions.  Quote hash in docstring.
8326
8327 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8328
8329         * lilypond-indent.el (show-paren-function): define show-paren-function
8330         as LilyPond-blink-matching-open and use it for closing parens.
8331         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8332
8333         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8334         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8335         LilyPond-blink-matching-paren in order to match both open and close
8336         brackets.
8337         
8338 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8339
8340         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8341         testing by modifying the code from FSF Emacs paren.el. Add comments.
8342
8343 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8344
8345         * input/test/dpncnt.ly: Transpose example to match new
8346         default \chords octave.  Add comment.
8347         
8348         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8349         comment about octave change.
8350
8351 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8352
8353         * input/test/[d,e]: added texinfo index tags.
8354         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8355
8356 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8357
8358         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8359
8360 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8361
8362         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8363         as in blink-matching-open.
8364
8365 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8366
8367         * input/test/[a-c]: more comments in files.
8368         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8369         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8370         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8371         mark file for proposed deletion.
8372         * input/test: renaming files:
8373         auto-beam-4-8.ly to beam-auto-4-8.ly
8374         auto-beam-override.ly to beam-auto-override.ly
8375         auto-beam.ly to beam-auto.ly
8376         blank.ly to blank-paper.ly
8377         absolute-volume.ly to dynamic-absolute-volume.ly
8378
8379 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8380
8381         * input/test/dpncnt.ly: 
8382         * input/test/chord-names-dpnj.ly: Resurrect.
8383
8384         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8385
8386         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8387
8388         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8389         Better docstring, add parameter OMIT-ROOT, tidy up.
8390
8391 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8392
8393         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8394
8395 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8396
8397         * scm/output-ascii-script.scm (as-font-alist-alist):
8398         (as-properties-to-font-name):
8399         (as-make-style-sheet): Remove.
8400
8401         * scm/font.scm (as-make-font-list): New function.
8402         (as-font-sheet-alist): New variable.
8403
8404         * ly/paper-as9-init.ly: 
8405         * ly/paper-as5-init.ly: Update.
8406
8407         * ly/paper-as5.ly:
8408         * ly/paper-as9.ly: New file.
8409
8410 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8411
8412         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8413
8414 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8415         * input/sondag-morgen/*: removed due to copyright concerns.
8416         * input/[a,b]*.ly: added a newline at the end of the texinfo
8417         doc string (produces better output in HTML version).
8418         * input/c*.ly: added texinfo index and added comments to
8419         aid in future changes to input/test/ files.
8420
8421 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8422         
8423         * Documentation/user/refman.itely: fixed build problem (missing
8424         file) caused by previous renaming.
8425
8426 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8427         
8428         * input/test/[a,b]*.ly: added texinfo index and added comments to
8429         aid in future changes to input/test/ files.
8430         * input/test/bar-number-every-5-reset.ly: renamed to
8431         bar-number-every-five-reset.ly
8432         * input/test/bar-script-visibility.ly: renamed to
8433         bar-number-show-all.ly
8434
8435 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8436
8437         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8438         to Voice.
8439
8440         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8441         out note-line and glissando functionality.
8442         
8443         * lily/line-spanner.cc (brew_molecule): cleanup.
8444
8445 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8446
8447         * scripts/as2text.scm: Use rdelim module.
8448         (start-system): Rename from start-line.
8449         (stop-system): Rename from stop-line.
8450         (af-gulp-file): Use string iso symbol for getenv.
8451
8452         * scm/output-ascii-script.scm: Add guile and lily modules.
8453         (font-name-alist): New variable.
8454         (draw-line): New function.
8455
8456         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8457         (Were these silently removed, without ChangeLog entry?)
8458
8459 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8460
8461         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8462         process 2nd ottava correctly.
8463
8464 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8465
8466         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8467
8468 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8469
8470         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8471
8472 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8473
8474         * VERSION: release 1.7.20
8475         
8476         * lily/text-spanner.cc (brew_molecule): clean up function. This
8477         fixes bugs with broken 8va spanners.
8478
8479         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8480         This prevents spurious line-breaks with raggedright
8481         
8482 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8483
8484         * lily/key-performer.cc (create_audio_elements): always use major
8485         key
8486
8487         * Documentation/user/internals.itely: updates
8488
8489         * input/regression/beam-break.ly: new file.
8490
8491         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8492         beams if starting or terminating stems have 'beaming set.)
8493
8494         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8495         property.
8496
8497         * lily/parser.yy (verbose_command_req): add comment about scales.
8498
8499 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8500
8501         * lilypond-indent.el: adjust regexps in bracket-matching.
8502
8503 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8504
8505         * Documentation/user/refman.itely: more tiny fixes
8506
8507         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8508         "Chord names"; added table with input syntax for solesmes neumes
8509         table; added some words about rationale on input syntax design
8510
8511         * lily/gregorian-ligature-engraver.cc,
8512         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8513         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8514         alignment of Pes Initio Debilis
8515
8516         * Documentation/user/refman.itely,
8517         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8518         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8519         bugs in the solesmes neumes table
8520
8521 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8522
8523         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8524         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8525
8526         * lilypond-mode.el: fix tag-score. small improvements.
8527
8528 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8529
8530         * .cvsignore: Add aclocal.m4.
8531
8532         * lily/music-constructor.cc: Include <assert.h>.
8533
8534 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8535
8536         * ly/engraver-init.ly (HaraKiriStaffContext): use
8537         RemoveEmptyStaffContext instead.
8538
8539         * Documentation/user/refman.itely: updates
8540
8541 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8542
8543         * Documentation/user/refman.itely: added solesmes neumes table;
8544         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8545         bugfix: "Ornaments" -> "Articulations"
8546
8547         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8548
8549 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8550
8551         * lilypond-indent.el: Add a message about trying to match \] or \).
8552         
8553 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8554         
8555         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8556         obsolete "arithmetic_*"
8557
8558         * input/bugs/ligatures.ly: removed (will be put into a different
8559         directory later)
8560
8561 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8562
8563         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8564         libkpathsea (Maurizio Tomasi).
8565
8566 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8567
8568         * input/regression/repeat-slash.ly (texidoc): new file
8569
8570         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8571         slash repeats separately. Slash repeats and %
8572         repeats can now be nested.
8573
8574 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8575
8576         * lilypond-indent.el: Add preliminary test for closing \] and \).
8577         
8578 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8579
8580         * lily/gregorian-ligature-engraver.cc,
8581         lily/vaticana-ligature-engraver.cc,
8582         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8583         mf/parmesan-heads.mf: various semivocalis related bugfixes
8584
8585         * input/bugs/ligatures.ly: new file demonstrating problems with
8586         ligatures
8587         
8588 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8589
8590         * lilypond-mode.el,
8591         lilypond-font-lock.el,
8592         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8593
8594 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8595
8596         * lilypond-mode.el: Remove outdated code. Stress the difference 
8597         between Emacs and XEmacs definitions.
8598
8599         * lilypond-mode.el,
8600         lilypond-indent.el: Define a function interactive only when necessary.
8601
8602 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8603
8604         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8605         Use inactive regions also in XEmacs.
8606
8607 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8608
8609         * Documentation/user/refman.itely (Repeat syntax): more updates
8610
8611         * lily/simple-spacer.cc (solve): move solution process into
8612         solve(). This fixes a bug with collisions and raggedright = ##t.
8613  
8614         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8615
8616         * ly/engraver-init.ly: remove GraceContext. Update examples.
8617
8618 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8619
8620         * GNUmakefile.in (fonts): Also make fontball.
8621
8622         * Website fixes:
8623
8624         * ly/engraver-init.ly (GraceContext): Add.
8625
8626         * run:
8627
8628             convert-ly $(find . -name *.ly)
8629
8630         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8631         new chords.
8632
8633 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8634
8635         * VERSION: 1.7.19 released
8636         
8637         * scm/music-functions.scm (set-octavation): new function.
8638
8639         * input/regression/ottava.ly: new file
8640
8641         * lily/translator-scheme.cc (LY_DEFINE): new function
8642         ly:unset-context-property
8643         (LY_DEFINE) new function ly:context-property-where-defined: 
8644
8645 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8646
8647         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8648
8649         * lilypond.words: add few.
8650
8651         * input/test/script-chart.ly: fix typo.
8652
8653 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8654
8655         * scm/define-grobs.scm: uniform naming for definitions and output
8656         routine files. 
8657
8658         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8659         scm/context-description.scm
8660
8661         * lily/parser.yy (translator_spec_body): add \description to the
8662         \translator{} body syntax.
8663
8664         * lily/ottava-engraver.cc: new file.
8665
8666         * scm/chord-name.scm (natural-chord-alteration): replace old
8667         chord stuff. 
8668
8669         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8670
8671         * Documentation/user/refman.itely (Metronome marks): update doco.
8672
8673         * input/regression/markup-note.ly: new file
8674
8675         * input/regression/metronome-marking.ly: new file
8676
8677         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8678
8679         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8680         metronome marks.
8681
8682 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8683
8684         * Documentation/user/GNUmakefile: Compatibility fix for new
8685         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8686         for making binary packages; info splitting bug has been fixed.
8687
8688         * Documentation/user/refman.itely: Compile fixes.
8689
8690 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8691
8692         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8693         Count \midi -keywords also for a region.
8694
8695 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8696
8697         * lily/lookup.cc (LY_DEFINE): new function
8698
8699         * Documentation/user/tutorial.itely: updates
8700
8701 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8702
8703         * lilypond-mode.el: Allow Midi on buffer.
8704         Use only '.ly'-extension, remove '.sly' and '.fly'.
8705         Allow use of inactive regions. Invoke next Command on Master file, 
8706         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8707
8708 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8709
8710         * Documentation/user/tutorial.itely: updates.
8711
8712 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8713
8714         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8715
8716 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8717
8718         * lily/coherent-ligature-engraver.cc: fixed typo
8719
8720         * lily/coherent-ligature-engraver.cc,
8721         lily/gregorian-ligature-engraver.cc,
8722         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8723         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8724         lily/vaticana-ligature-engraver.cc,
8725         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8726         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8727         removed all ligature specific stuff from NoteHead code
8728
8729         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8730         ligatures now use regular noteheads
8731
8732         * lily/vaticana-ligature.cc: tiny code cleanups
8733
8734         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8735         space between two adjacent noteheads of the same pitch
8736
8737         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8738         description; cleanup: removed obsolete font-family settings
8739
8740 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8741
8742         * lily/coherent-ligature-engraver.cc,
8743         lily/gregorian-ligature-engraver.cc,
8744         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8745         lily/mensural-ligature-engraver.cc,
8746         lily/vaticana-ligature-engraver.cc,
8747         lily/include/gregorian-ligature-engraver.hh: updated for new
8748         Coherent_ligature_engraver; added comments that describe the basic
8749         design ideas of the ligature implementation
8750
8751         * lily/coherent-ligature-engraver.cc,
8752         lily/include/coherent-ligature-engraver.hh: new file: shared code
8753         between mensural ligatures and Gregorian chant notation ligatures
8754
8755 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8756
8757         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8758         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8759         use only two arguments in sit-for, use no arguments in
8760         read-char-exclusive, backspace is not a character (127) in XEmacs.
8761
8762         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8763
8764 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8765
8766         * lilypond-mode.el: un-commenting works after syntax-table fix.
8767
8768         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8769         group, verbose commenting for syntax table.
8770
8771         * lilypond-indent.el: add TODO for ligature slurs.
8772
8773 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8774
8775         * lilypond-mode.el: Move comments of parenthesis matching away,
8776         (blink-matching-paren-on-screen) fix blinking in Emacs.
8777
8778         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8779         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8780
8781         * lilypond-indent.el: Add TODO for parenthesis matching.
8782
8783 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8784
8785         * lilypond-mode.el: Fix XEmacs: 
8786         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8787         invoke explicitly easy-menu-add (in Emacs done automatically).
8788         
8789         * lilypond.words: Add few words from input/*/*.ly.
8790
8791 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8792
8793         * VERSION (PATCH_LEVEL): release 1.7.18
8794
8795         * scripts/lilypond-book.py: only print basename for printfilename
8796         option
8797
8798         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8799         and syntax updates.
8800
8801 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8802
8803         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8804         better parametrisation. Move fatness of bulb downward.
8805
8806         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8807         glyph names. Underscores are not allowed .ps encoding files.
8808
8809 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8810
8811         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8812         variable "packed" for packed right-ragged mode
8813
8814         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8815         unused variable ragged; fixed indentation
8816
8817         * Documentation/user/refman.itely: tiny cleanups in ancient
8818         clef and custos section
8819
8820 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8821
8822         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8823         \applyoutput PROCEDURE
8824
8825         * lily/my-lily-lexer.cc: add \applyoutput.
8826
8827         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8828
8829         * lily/text-item.cc: clean text-interface description
8830
8831 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8832
8833         * input/{regression,test}/: use postfix for slur endings and beam
8834         begins.
8835
8836         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8837         style beams too. 
8838
8839         * input/regression/lyrics-melisma-beam.ly: new file.
8840
8841         * lily/lyric-engraver.cc (process_music): change from
8842         process_acknowledged_grobs()
8843
8844         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8845         functions to set and revert auto-beam settings.
8846
8847 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8848
8849         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8850
8851 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8852
8853         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8854         Documentation/user/lilypond.tely: fixed some typos; updated author
8855         info
8856
8857         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8858         #"" -> #'flag-style = #'()
8859
8860         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8861         cleanup: removed dead #includes
8862
8863         * lily/gregorian-ligature-engraver.cc,
8864         lily/include/gregorian-ligature.hh,
8865         scm/grob-property-description.scm: small cleanups, small spacing
8866         fixes
8867
8868         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8869         lily/vaticana-ligature.cc,
8870         lily/include/gregorian-ligature-engraver.hh,
8871         scm/grob-property-description.scm, scm/music-types.scm:
8872         "porrectus" -> "pes or flexa"
8873
8874         * ly/engraver-init.ly, scm/grob-description.scm,
8875         scm/grob-property-description.scm: junked porrectus, now handled
8876         by ligature code
8877
8878         * scm/grob-description.scm: bugfix: added space-alist entry for
8879         breathing sign/custos
8880
8881 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8882
8883         * Another grand 2003 update.
8884         
8885         * Remove mentioning of `mudela'; There's no such thing.
8886
8887 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8888
8889         * Documentation/user/preface.itely (Preface to version 1.8): update
8890
8891         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8892
8893         * Documentation/user/converters.itely (Invoking convert-ly): revise
8894
8895         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8896
8897         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8898
8899 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8900
8901         * Documentation/user/internals.itely: more updates.
8902
8903 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8904
8905         * Documentation/user/refman.itely: revise 
8906
8907         * Documentation/user/internals.itely: revise
8908
8909         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8910
8911 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8912
8913         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8914         beautification: reformatted ancient clefs section; cleanup: small
8915         wording fixes
8916
8917 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8918
8919         * lilypond.words: added words for chant notation, sorted
8920         alphabetically through "sort lilypond.words"
8921
8922 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8923
8924         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8925         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8926         chant notation
8927
8928 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
8929
8930         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
8931         prevent TeX from interpreting them as long dash
8932
8933         * input/test/vaticana.ly: updated
8934
8935         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
8936         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
8937         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
8938         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
8939         fixes
8940
8941         * mf/parmesan-heads.mf: ledger endings: removed dead code
8942
8943 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8944
8945         * VERSION: 1.7.17 released
8946         
8947         * Documentation/user/GNUmakefile
8948         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
8949         files too.
8950
8951         * scm/document-markup.scm: new file: document all markup
8952         functions.
8953
8954         * scm/documentation-generate.scm: rename all documentation modules
8955         to document-*.scm
8956
8957         * scripts/lilypond-book.py: generate link to .ly file iso. link to
8958         .png
8959
8960         * input/test/divisiones.ly: added
8961
8962         * input/regression/output-property.ly: new file
8963
8964         * lily/cluster.cc: change cluster-interface to use style property
8965
8966 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
8967
8968         * input/test/chord-names-german.ly: modified.
8969
8970         * scm/chords-ignatzek.scm:
8971           chord-name->german-markup: Added
8972           note-name->german-markup: Changed (now producing lowercase notenames)
8973
8974         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
8975         
8976 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8977
8978         * scripts/convert-ly.py (FatalConversionError.conv):
8979         divisiominima -> divisioMinima, etc.
8980
8981         * ly/engraver-init.ly (FiguredBassContext): add
8982         Separating_line_group_engraver to Figured bass context.
8983
8984         * ly/german-chords-init.ly: remove file
8985
8986         * input/test/chord-names-german.ly (scm): new file.
8987
8988         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
8989
8990         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
8991         Chord_name_engraver
8992
8993         * Documentation/user/refman.itely: lots of updates.
8994
8995         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
8996         new file
8997
8998         * input/test/bar-number-every-5-reset.ly: new file.
8999
9000 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9001
9002         * input/regression/chord-name-major7.ly: new file
9003
9004         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9005         if specced explicitly.
9006
9007         * input/regression/chord-name-entry-11.ly: new file.
9008
9009         * input/test/slur-beautiful.ly: new file.
9010
9011         * Documentation/user/refman.itely: updates.
9012
9013         * input/regression/collisions.ly (threevoice): cleanup.
9014
9015         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9016
9017 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9018
9019         * Documentation/user/*.itely: various updates.
9020
9021         * ly/spanners-init.ly: enddecr/ endcr.
9022
9023         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9024         of tutorial
9025
9026 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9027
9028         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9029
9030         * lily/new-chord-name-engraver.cc (process_music): use octavation
9031         (a number) instead of original-pitch to store inversions. This
9032         fixes a problem with transposed chords with inversions.  
9033
9034 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9035
9036         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9037         used in includable-lexer.hh.
9038
9039         * lily/includable-lexer.cc: Bugfix: include config.h.
9040
9041         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9042         circumvention of Debian packaging bug.
9043
9044 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9045
9046         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9047         
9048         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9049
9050         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9051         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9052
9053         * lily/include/includable-lexer.hh: 
9054         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9055
9056         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9057
9058         * aclocal.m4: Regenerate.
9059
9060         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9061         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9062
9063         * scm/pdf.scm (use-modules): Include lily.
9064
9065         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9066         Noordkamp).
9067         (use-modules): Include lily.
9068         (lily-def): Bugfix: include tex-val in let.
9069
9070 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9071
9072         * lilypond-mode.el: sensible error if lilypond.words not found.
9073
9074         * lilypond.words: add few words.
9075
9076 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9077
9078         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9079
9080         * mf/parmesan-scripts.mf: fixed typo in char name
9081
9082 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9083
9084         * VERSION: 1.7.16 released
9085
9086         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9087         (this is a security vulnerability).
9088
9089         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9090
9091         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9092         add staff support.
9093
9094 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9095
9096         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9097         ly/script-init.ly, scm/script.scm: bugfix: renamed
9098         fermata->signumcongruentiae to fix naming clash with feta font
9099
9100 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9101
9102         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9103
9104         * lily/multi-measure-rest-engraver.cc
9105         (start_translation_timestep): use grace timing too for determining
9106         when to make mmrest.
9107         (start_translation_timestep): clear numbers too.
9108
9109 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9110
9111         * scm/music-types.scm: compile fix: escape braces
9112
9113         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9114         work around font selection problem
9115
9116         * Documentation/user/refman.itely: BreathingSign: added docu for
9117         property "text"
9118
9119 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9120
9121         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9122         information.
9123
9124 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9125
9126         * lily/multi-measure-rest-engraver.cc (class
9127         Multi_measure_rest_engraver): make multiple Number objects, one
9128         for each MultiMeasureTextEvent.
9129
9130         * scm/music-functions.scm (glue-mm-rest-texts): use
9131         MultiMeasureTextEvent
9132
9133         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9134
9135         * Documentation/user/refman.itely (Multi measure rests): update.
9136
9137 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9138
9139         * lily/ly-module.cc (ly_copy_module_variables): use
9140         scm_internal_hash_fold() for iterating modules.
9141
9142 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9143
9144         * Documentation/user/refman.itely: Section Custodes: added more
9145         example code
9146
9147         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9148         neo-mensural rests to parmesan font
9149
9150         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9151         header
9152
9153 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9154
9155         * Documentation/user/macros.itexi: @fileref macro.
9156
9157         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9158         each file. 
9159
9160 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9161
9162         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9163         Documentation/topdocs/AUTHORS.texi: updated my email address
9164
9165         * Documentation/user/refman.itely: updated custos documentation;
9166         beautified divisiones example; beautified articulations table
9167
9168         * lily/breathing-sign.cc: bugfix: finalis molecule
9169
9170 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9171
9172         * Documentation/user/refman.itely: added docu for
9173         contemporary fermata symbols, gregorian breathing signs; small fixes
9174
9175         * ly/gregorian-init.ly: removed obsolete #'type props
9176
9177 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9178
9179         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9180         minimum-length property correctly.
9181
9182 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9183
9184         * scm/music-functions.scm (make-multi-measure-rest): set input
9185         locations for multimeasure rests.
9186
9187 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9188
9189         * input/regression/breathing-sign.ly: updated to for ancient
9190         notation
9191
9192 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9193
9194         * scripts/ly2dvi.py: Add newline.
9195
9196 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9197
9198         * scripts/ly2dvi.py (dependency_files): Compile fix.
9199
9200 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9201
9202         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9203         (make_html_menu_file): --html menu. 
9204
9205 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9206
9207         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9208
9209 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9210
9211         * input/screech-boink.ly: new file.
9212
9213 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9214
9215         * scripts/lilypond-book.py (make_lilypond_file): convert
9216         lilypond-file to lilypond block directly, without going through
9217         begin/end lilypond text.
9218         
9219
9220 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9221
9222         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9223         scm/grob-description.scm: moved Michael's original breathing sign
9224         code in brew_molecule() to divisio_minima(); provided new
9225         brew_molecule() that effectively replaces the
9226         Text_item::brew_molecule callback (with additional fallback to
9227         Michael's original code); added callbacks for brewing divisio
9228         maior/maxima and finalis
9229
9230         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9231         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9232
9233         * script-init.ly: added shortfermata, longfermata,
9234         verylongfermata, varcoda
9235
9236         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9237         longfermata, verylongfermata, varcomma, varcoda
9238
9239 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9240
9241         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9242           Remove all noquote and insert a few quote.
9243         
9244         * Documentation/user/lilypond-book.itely (Music fragment options),
9245           scripts/lilypond-book.py: Don't include quotation blocks by
9246           default. Introduce option quote instead of noquote
9247
9248 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9249
9250         * VERSION: 1.7.15 released
9251         
9252         * Documentation/user/lilypond.tely: omf updates.
9253
9254         * buildscripts/texi2omf.py (omf_vars): include version.date
9255
9256         * make/lilypond.redhat.spec.in: fixes for spec file. 
9257
9258         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9259         by function definition: lily now requires a recent GNU Make.
9260
9261         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9262         writing.
9263
9264         * make/ly-rules.make: remove .ly -> .tex rule
9265
9266         * Documentation/user/refman.itely (Figured bass): revised figured
9267         bass example.
9268
9269 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9270
9271         * stepmake/stepmake/omf-targets.make (local-install): add
9272         scrollkeeper-update message.
9273
9274         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9275         to binary.
9276         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9277
9278         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9279
9280         * Documentation/user/converters.itely (Invoking midi2ly): add
9281         track/channel notice.
9282
9283 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9284
9285         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9286
9287         * lily/parser.yy (scalar): DIGIT is also a scalar.
9288
9289         * Documentation/user/music-glossary.tely: add @omf tags
9290
9291         * Documentation/user/lilypond.tely: add @omf tags
9292
9293         * scm/generate-documentation.scm (string-append): add @omf tags.
9294
9295         * stepmake/stepmake/omf-*: new files 
9296
9297         * input/regression/multi-measure-rest.ly (texidoc): add doco
9298
9299         * GNUmakefile.in (web-doc-install): add web-doc-install target
9300
9301         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9302         fixes crashes while dumping MIDI.
9303
9304         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9305         midi
9306
9307 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9308
9309         * buildscripts/texi2omf.py: new file.
9310
9311         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9312         font-name
9313
9314 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9315
9316         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9317
9318         * lily/sequential-iterator.cc (descend_to_child): call
9319         descend_to_child() for all types of music.
9320
9321 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9322
9323         * scm/translator-property-description.scm: Add
9324         bassFigureFormatFunction.  Replace some entries.
9325
9326 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9327
9328         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9329         clean out.
9330
9331 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9332
9333         * scripts/midi2ly.py (Note.dump): never dump duration for
9334         dump_dur=0.
9335
9336         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9337         new function
9338
9339         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9340         figures using new markups. Much simpler, and should improve layout
9341         a little.
9342
9343         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9344
9345 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9346
9347         * ly/engraver-init.ly: use Hara kiri by default for 
9348         ChordNames, FiguredBass and Lyrics(Voice) context. 
9349
9350         * lily/axis-group-engraver.cc (acknowledge_grob): use
9351         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9352
9353         * scm/new-markup.scm (markup-function-list): add bracket,
9354         vbracket.
9355
9356         * ly/engraver-init.ly (ChordNamesContext): set
9357         minimumVerticalExtent
9358
9359 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9360
9361         * input/test/time-signature-double.ly: new file 
9362
9363         * input/regression/collision-head-chords.ly (texidoc): new file.
9364
9365         * lily/type-swallow-translator.cc: add note swallow translator 
9366
9367         * input/test/time-signature-double.ly: new file.
9368
9369         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9370
9371         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9372         (FiguredBassContext): idem.
9373
9374         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9375
9376         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9377
9378         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9379
9380         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9381         .afm dependency
9382
9383         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9384
9385         * python/lilylib.py (make_page_images): add function.
9386
9387         * scripts/ly2dvi.py (run_latex): include title in preview image.
9388
9389         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9390         from lilypond-book for <ly2dvifile> tags in HTML.
9391
9392         * scripts/ly2dvi.py (option_definitions): add --debug option to
9393         print out environment.
9394
9395         * input/regression/tie-chord-partial.ly: new file.
9396
9397 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9398
9399         * lilypond.words: add 3
9400
9401 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9402
9403         * scm/new-markup.scm (markup-function-list): add finger-markup
9404
9405         * input/tutorial/brahms-tweaked.ly: new markup 
9406
9407         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9408
9409         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9410         crash when processing '() markup
9411
9412         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9413
9414         * lily/breathing-sign.cc (railtracks): another caesura.
9415
9416         * mf/feta-schrift.mf: caesura symbol. 
9417
9418 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9419
9420         * scripts/convert-ly.py (FatalConversionError.conv): add
9421         ly:molecule-XXX conversions.
9422
9423         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9424
9425         * input/regression/multi-measure-rest-text.ly: new file.
9426
9427         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9428         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9429
9430         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9431         ScoreContext
9432
9433         * scm/new-markup.scm (center-markup): \center markup.
9434
9435         * scm/music-functions.scm: remove pitchify scripts.
9436
9437         * lily/music.cc (print_smob): display music name if available 
9438
9439 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9440
9441         * Documentation/user/refman.itely (Instrument names): remove
9442         \turnOff doco.
9443
9444 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9445
9446         * lily/score.cc (mark_smob): bugfix.
9447
9448         * input/regression/rehearsal-mark.ly: new file.
9449
9450         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9451         report error at the current token again.
9452
9453 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9454
9455         * cygwin/mknetrel: Exit if doc build fails.
9456
9457         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9458
9459 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9460
9461         * scm/music-types.scm (music-descriptions): add doc strings
9462
9463 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9464
9465         * lily/lexer.ll: 
9466         * lily/include/my-lily-lexer.hh: 
9467         * lily/include/includable-lexer.hh: Add flex kludge.
9468
9469         * config.hh.in: 
9470         * config.make.in: 
9471         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9472         cruft.
9473         
9474         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9475         code.
9476
9477 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9478
9479         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9480
9481         * lily/parser.yy (new_chord): Compile fix.
9482
9483 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9484
9485         * Documentation/user/refman.itely (Tuning groups of objects):
9486         remove documentation for \turnOff. 
9487
9488         * lily/percent-repeat-engraver.cc (try_music): add correct
9489         processing moments for double-measure percents as well.
9490
9491         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9492
9493         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9494         grob prop type. 
9495
9496         * Documentation/user/refman.itely (Printing named chords): add
9497         chord name tweak doco.
9498
9499         * input/template/gregorian-transcription.ly: new file.
9500
9501 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9502
9503         * VERSION: 1.7.13 released
9504         
9505         * input/test/*: lots of cleanups/comment-outs/removals in chord
9506         examples
9507         
9508         * input/regression/*: lots of cleanups/comment-outs/removals in
9509         chord examples
9510         
9511         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9512         options
9513
9514         * lily/new-chord-name-engraver.cc (process_music): give original
9515         inversion pitch to chord name routine.
9516
9517         * input/tutorial/os-score.ly: update to new markup
9518
9519         * Documentation/user/appendices.itely: simply include
9520         chords-ignatzek. 
9521
9522         * Documentation/user/refman.itely (Chords mode): add documentation
9523         for chord mode.
9524
9525         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9526         not present in chord.
9527         (construct-chord): add inversion and bass support.
9528
9529         * lily/chord.cc: junk contents.
9530
9531 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9532
9533         * Documentation/user/refman.itely:
9534         * Documentation/user/music-glossary.tely: fix. 
9535
9536 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9537
9538         * scm/chord-entry.scm (construct-chord): move chord construction
9539         to Scheme.
9540
9541         * lily/parser.yy (new_chord): new setup for chord entry.
9542
9543 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9544
9545         * lilypond.words:
9546         * Documentation/user/music-glossary.tely: add ambitus.
9547
9548 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9549
9550         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9551
9552         * lily/include/*.hh: string() -> to_string()
9553
9554         * scm/chords-ignatzek.scm: new file.
9555
9556         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9557         standard chord name exceptions.
9558
9559         * scm/translator-property-description.scm (chordNameSeparator):
9560         add property.
9561         (majorSevenSymbol): add property
9562
9563         * lily/translator-scheme.cc (ly:context-properties): new function
9564         (ly:context-parent): new function.
9565         (print_smob): print context name.
9566
9567         * lily/music.cc (ly:get-music-length): new function
9568         (print_smob): don't print properties.
9569
9570         * lily/duration.cc (duration<?): new function
9571
9572         * input/regression/chords-funky-ignatzek.ly: new file.
9573
9574         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9575         jazz chords.
9576
9577         * lily/pitch.cc (ly:pitch-diff): new function.
9578
9579         * input/regression/chords-ignatzek.ly: new file.
9580
9581 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9582
9583         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9584         pitches for jazz chords.
9585
9586 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9587
9588         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9589
9590 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9591
9592         * lilypond.words: add 1
9593
9594 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9595
9596         * Documentation/topdocs/AUTHORS.texi: refine.
9597
9598 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9599
9600         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9601         
9602         * lilypond.words: add one.
9603
9604 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9605
9606         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9607         Fontify bass note in chords, e.g., e in c1/e.
9608         
9609 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9610
9611         * Documentation/user/music-glossary.tely: Dutch updates and
9612         additions (Arent Storm).
9613
9614 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9615
9616         * input/regression/ambitus.ly:  move file.      
9617
9618         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9619
9620         * lily/event.cc (transpose): add tonic property to Key_change_req
9621         and to Key_engraver.
9622
9623 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9624
9625         * Documentation/user/refman.itely: fix typo.
9626
9627         * lilypond.words: removed wrong identifiers.
9628
9629 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9630
9631         * mf/feta-toevallig.mf: make flat stem shorter 
9632
9633 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9634
9635         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9636
9637         * lilypond.words: add from Phrasing slur.
9638         
9639 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9640
9641         * lilypond-mode.el: allow launching multiple ViewPS processes.
9642         
9643         * lilypond.words: add from Text markup.
9644
9645 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9646
9647         * input/test/ossia.ly (texidoc): add comment.
9648
9649         * input/regression/voice-follower.ly: new file.
9650
9651         * mf/feta-toevallig.mf: make flat heavier.
9652
9653         * lily/cluster-engraver.cc: clean up Cluster engraver
9654
9655         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9656         Engraver. Use Note_column to compute Y positions and deal with
9657         line break stuff.
9658
9659 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9660
9661         * lily/stem.cc: move french-beaming to stem.
9662
9663 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9664
9665         * lilypond-font-lock.el: fontify all durations in chords.
9666
9667         * lilypond.words: add from lily/my-lily-lexer.cc
9668
9669 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9670
9671         * VERSION: release 1.7.12
9672
9673         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9674
9675         * lily/gregorian-ligature.cc: new file
9676
9677         * lily/*: the Great 2003 search & replace.
9678
9679         * Documentation/user/refman.itely (Manual repeat commands): add
9680         note about font selection.
9681
9682 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9683
9684         * lilypond-mode.el: propose recompiling midi while invoking playing,
9685         not while stopping playing.
9686
9687 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9688
9689         * lilypond.words: add one.
9690
9691         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9692         and expressional note grouping. Fontify chord modes.
9693
9694 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9695
9696         * Documentation/user/music-glossary.tely (Top): translate melisma.
9697
9698 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9699
9700         * Documentation/user/music-glossary.tely (Top): add melisma.
9701
9702 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9703
9704         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9705         interfaces for (abstract) grob GregorianLigature
9706
9707         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9708         renamed head* -> glyph_name*, x-shift* -> x-offset*
9709
9710         * scm/grob-property-description.scm: bugfix: added missing descriptions
9711
9712 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9713
9714         * input/test/chord-names-dpnj.ly: New file.
9715
9716         * scm/double-plus-new-chord-name.scm: Implement full and partial
9717         exceptions.
9718
9719         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9720
9721         * scm/double-plus-new-chord-name.scm
9722         (double-plus-new-chord->markup): Fix sub->markup.
9723
9724
9725 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9726
9727         * lily/custos-engraver.cc: added TODO; editorial changes
9728
9729         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9730         consistency with other ligature engravers; removed access on (now)
9731         private variable _ligature of Ligature_engraver
9732
9733         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9734         renamed last_bound -> last_bound_; issue programming_error on
9735         abstract method calls; moved primitives code from
9736         Mensural_bracket_engraver to here (because almost ligature
9737         engravers will need it); renamed try_stop_ligature () ->
9738         typeset_ligature (); bugfix: store primitives of finished ligature
9739         in separate variable finished_primitives_ to avoid clash on input
9740         like "\] \["; added current_ligature () to enable access on
9741         private variable _ligature
9742
9743         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9744         (now in super class); renamed try_stop_ligature () ->
9745         typeset_ligature ()
9746
9747         * lily/mensural-ligature.cc: issue programming_error on abstract
9748         method calls
9749
9750         * lily/note-heads-engraver.cc: added TODO comment upon bool
9751         in_ligature
9752
9753         * mf/parmesan-heads.mf: fixed some of set_char_box()
9754
9755         * scm/grob-description.scm: added VaticanaLigature
9756
9757         * scm/grob-property-description.scm: added neume prefix properties
9758
9759         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9760         lily/include/gregorian-ligature-engraver.hh,
9761         lily/include/gregorian-ligature.hh: new files; framework for
9762         gregorian ligature engravers such as vaticana
9763
9764         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9765         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9766         vaticana style ligature implementation (still somewhat uncomplete)
9767
9768 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9769
9770         * VERSION: release 1.7.11
9771
9772         * scripts/convert-ly.py: add ly:pitch-transpose rule
9773
9774 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9775
9776         * input/test/dpncnt.ly: New file.
9777
9778         * lily/my-lily-lexer.cc: Add chordnames keyword.
9779
9780         * lily/parser.yy (chordnames_block): Parse chord name exception
9781         lists, see input/test/dpncnt.ly.
9782
9783         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9784         function.
9785
9786         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9787         filter-out too.
9788
9789         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9790         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9791         pitch functions (except for ly:make-pitch, but that's apparently
9792         some sort of scheme naming standard?).
9793
9794         * scm/lily.scm (!=): define-public.
9795
9796         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9797
9798 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9799
9800         * scm/double-plus-new-chord-name.scm
9801         (double-plus-new-chord-name->markup): New file.
9802
9803 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9804
9805         * python/lilylib.py (make_preview): don't suppress progress for
9806         bbox extraction.
9807
9808 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9809
9810         * Documentation/user/appendices.itely (scheme): update for new syntax.
9811
9812         * input/regression/chord-name-styles.ly: new file
9813
9814         * lily/instrument-name-engraver.cc: create instrument names
9815         without barline too.  Allows instrument name on ChordNames  
9816
9817         * scm/new-markup.scm (interpret-markup): allow simple strings as
9818         markup too.
9819
9820 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9821
9822         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9823         (step->markup-accidental): Fix: add accidental.
9824         (chord::inner-name-american): 
9825         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9826         append stray '/' if last superscript addition was 'o'.
9827
9828         * scm/new-markup.scm (normal-size-sub-markup) 
9829         (normal-size-super-markup): New function.
9830
9831         * lily/source-file.cc (Source_file): Add warning for possibly
9832         intentional but suspicious initialization.
9833
9834         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9835         add comments about cut-and-paste programming.
9836
9837         * flower/rational.cc (lcm): Not used; comment out.
9838
9839 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9840
9841         * lily/new-fingering-engraver.cc (position_scripts): use
9842         fingerHorizontalDirection to determine fingering horizontal
9843         directions.
9844  
9845         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9846         fingering support.
9847
9848         * scripts/convert-ly.py (FatalConversionError.conv): add style
9849         conversion rule. 
9850
9851         * scm/chord-name.scm (set-chord-name-style): new function.
9852         (new-chord-name-brew-molecule): revise to interpret markup only
9853         (new-chord->markup): cleanuppish rewrite. To be called from the
9854         new engraver.
9855
9856         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9857         Markup earlier, during interpreting.
9858
9859         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9860         style settings. Rename to chord-names-*.ly
9861
9862 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9863
9864         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9865         markup code and update to new markup.  Most probably broke some of
9866         it.
9867         
9868 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9869
9870         * Documentation/user/refman.itely: added docu for ambitus and
9871         clusters
9872
9873         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9874         ly_quote_scm() in lookup.cc
9875
9876         * mf/parmesan-clefs.mf: set_char_box fix
9877
9878         * lily/cluster-engraver.cc: junk implicit protection; use
9879         Protected_scm instead
9880
9881 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9882
9883         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9884         throughout.
9885
9886         * scm/new-markup.scm: Turn-off error-triggering test code.
9887
9888 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9889
9890         * scm/new-markup.scm (markup-thrower-typecheck) 
9891         (markup-typecheck?):  add full typechecking functions.
9892         (make-markup-maker): add make-FOO-markup functions.
9893         (markup-argument-list-error): nice error checking messages.
9894         (make-markup): better function: less quoting escapades.
9895
9896 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9897
9898         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9899
9900 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9901
9902         * cygwin/lilypond.hint (requires): Add cygwin.
9903
9904         * .cvsignore: Remove stepmake (huh!?!), add lib.
9905
9906         * GNUmakefile.in: Add libdir links for builddir runs.
9907
9908         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9909         instead of datadir.
9910
9911         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9912         local_lilypond_libdir.
9913
9914         * config.make.in (lilypond_libdir): Add.
9915
9916         * stepmake/stepmake/substitute-rules.make: 
9917         * stepmake/stepmake/script-rules.make: 
9918         * stepmake/stepmake/python-module-rules.make:
9919         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9920         lilypond-python-module patch.
9921
9922 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9923
9924         * Documentation/user/refman.itely (Graphical interfaces): add note
9925         about xml2ly.
9926
9927 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9928
9929         * scripts/ly2dvi.py (run_dvips): remove trailing newline
9930
9931 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9932
9933         * VERSION: released 1.7.10
9934
9935         * scripts/musedata2ly.py (): idem
9936
9937         * scripts/midi2ly.py (dump_chord): idem
9938
9939         * scripts/etf2ly.py (version): idem 
9940
9941         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
9942
9943         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
9944
9945         * scm/tex.scm (tex-output-expression): remove eval compat
9946         glut. Other output files too.
9947
9948         * scm/chord-name.scm: don't export anything from chord module.
9949
9950         * input/test/american-chords.ly: idem
9951
9952         * input/test/banter-chords.ly (texidoc): idem
9953
9954         * input/test/Cc-chords.ly: add breakage notes.
9955
9956         * Documentation/user/refman.itely (Text markup): rewrite manual
9957         section.
9958
9959         * lily/parser.yy (scalar): allow \markup { } as property value. 
9960
9961         * scm/chord-name.scm: complete new markup usage
9962
9963         * scm/grob-description.scm (all-grob-descriptions): use new markup
9964         texts by default
9965
9966 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9967
9968         * scm/chord-name.scm: partial move to new markup texts.
9969
9970 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9971
9972         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
9973
9974         * scm/bass-figure.scm (brew-bass-figure): make stack direction
9975         settable.
9976
9977 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
9978
9979         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
9980         invoked for old midi, wait for killing.
9981
9982 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
9983
9984         * Documentation/user/music-glossary.tely: Finnishing.
9985
9986 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9987
9988         * mf/feta-nummer-code.mf: some kerning pairs.
9989
9990 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
9991
9992         * scm/output-lib.scm (set-bar-number-visibility): Context-function
9993         Added.
9994
9995         * Documentation/user/refman.itely (Bar numbers):
9996         set-bar-number-visibility added, modulo-bar-number removed again
9997         (sorry).
9998
9999 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10000
10001         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10002
10003         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10004
10005         * Documentation/user/music-glossary.tely: translate into Finnish.
10006
10007 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10008
10009         * lilypond-mode.el: add shortcut for 2midi
10010
10011         * lilypond-font-lock.el: fontify lyrics
10012
10013 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10014
10015         * scm/drums.scm : use 1.7.x names.
10016
10017         * input/regression/drums.ly : Don't use << chords >>
10018
10019 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10020
10021         * lilypond-mode.el: tidy, add TODO
10022
10023         * make/lilypond.mandrake.spec.in: install-info quietly.
10024
10025 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10026
10027         * input/test/markup.ly: use new syntax.
10028
10029 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10030
10031         * ly/params-init.ly (interscoreline): add word-space
10032
10033         * input/test/metronome.ly (eighthNote): idem.
10034
10035         * input/test/script-priority.ly: use new markup
10036
10037         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10038
10039         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10040
10041         * lily/parser.yy (gen_text_def): bugfix.
10042         (full_markup): allow markup identifier.
10043
10044 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10045
10046         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10047         jobs at the same time. Add horizontal lines to Command menu.
10048         Allow one compiling job -- propose killing others before a new one.
10049
10050         * lilypond.words: add markup, teeny, etc.
10051
10052 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10053
10054         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10055         Allow only one type of midi process; launching Midi either stops
10056         midis or plays the current midi and launching MidiAll stops midis
10057         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10058         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10059
10060 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10061
10062         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10063         markup  for new markup texts.
10064
10065         * lily/mark-engraver.cc (process_music): idem
10066         
10067         * lily/instrument-name-engraver.cc (create_text): idem
10068
10069         * scm/new-markup.scm (magnify-markup): new function.
10070
10071         * scm/molecule.scm (stack-lines): bugfix.
10072
10073         * lily/font-interface.cc (get_font): take font-magnification from
10074         alist chain.
10075
10076 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10077
10078         * lily/molecule-scheme.cc: move scheme functions to separate file.
10079
10080         * lily/font-metric.cc  (ly_get_glyph): new function. 
10081         
10082         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10083         (italic-markup, dynamic-markup): new functions
10084         (font-markup): new function
10085
10086         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10087         padding and minimum
10088
10089 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10090
10091         * lily/accidental-engraver.cc:
10092         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10093
10094 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10095
10096         * lilypond.vim:
10097         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10098         [a-zA-Z] for user defined identifiers. Separate note cases 
10099         with and without a duration (allow cis\longaX).
10100
10101         * lilypond.words: Add words from Info.
10102
10103 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10104
10105         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10106
10107 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10108
10109         * lilypond-mode.el: Propose reverting buffer before a command if
10110         it was edited with an another editor.
10111
10112 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10113
10114         * lily/molecule.cc (ly_translate_molecule): new function
10115
10116         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10117         into libdir
10118
10119         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10120
10121         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10122
10123 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10124
10125         * lilypond.words: take \words from Info-index.
10126
10127 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10128
10129         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10130
10131 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10132
10133         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10134
10135 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10136
10137         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10138         and lilypond-documentation.
10139
10140 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10141
10142         * lily/parser.yy: Compile fix (bison 1.75).
10143
10144 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10145
10146         * VERSION: 1.7.9 released
10147
10148         * scm/music-functions.scm (shift-one-duration-log): refactor.
10149         Use music-map.
10150
10151         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10152
10153         * NEWS: update.
10154
10155         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10156         argument
10157         
10158         * scm/music-functions.scm (display-music): new function
10159         (music-map): change arg order.
10160
10161         * input/regression/new-markup-syntax.scm: new file
10162
10163         * lily/parser.yy (markup): add \markup { .. } syntax.
10164
10165         * scm/new-markup.scm (override-markup): new function
10166         (lookup-markup): new function
10167         (music-markup): new function
10168         (lookup-markup-command): use markup-signature to store argument
10169         format for parser.
10170
10171         * lily/lexer.ll: preliminary \markup syntax. 
10172
10173 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10174
10175         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10176         add pre/post-dependencies and menus with icons from source.
10177
10178         * Documentation/pictures/lilypond-48x48.xpm:
10179         * Documentation/pictures/lilypond-32x32.xpm:
10180         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10181         transparent.
10182
10183         * stepmake/stepmake/generic-targets.make:
10184         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10185
10186 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10187
10188         * input/regression/music-map.ly (texidoc): new file.
10189
10190         * scm/music-functions.scm (music-map): new function
10191
10192 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10193
10194         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10195
10196 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10197
10198         * input/test/to-xml.ly:
10199         * lily/ligature-engraver.cc: Fixes documentation.
10200
10201         * lilypond.mandrake.spec.in:
10202         * lilypond.redhat.spec.in: Add lilypond.words.
10203
10204         * Documentation/user/refman.itely: Mention Info inside emacs.
10205         
10206         * lilypond.suse.spec.in:
10207         * lilypond.redhat.spec.in:
10208         * lilypond.mandrake.spec.in: Set root-owner for doc
10209         (tobbe@nyvalls.se).
10210
10211 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10212
10213         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10214         os.popen.read ().
10215
10216 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10217
10218         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10219
10220         * python/lilylib.py (error): add space
10221
10222 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10223
10224         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10225         distribution.
10226
10227 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10228
10229         * lily/paper-outputter.cc (Paper_outputter): close port when
10230         finishing score.
10231
10232 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10233
10234         * scm/sodipodi.scm: Fixes.
10235
10236 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10237
10238         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10239
10240         * buildscripts/make-font-dir.py: Fix. 
10241
10242 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10243
10244         * lilypond-mode.el: Add support for Info inside Emacs.
10245
10246 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10247
10248         * buildscripts/make-font-dir.py: 
10249         * mf/GNUmakefile: Make sodipodi font map.
10250
10251         * scm/sodipodi.scm: Add more output functions.
10252
10253         * mf/feta-nummer.mf: 
10254         * mf/feta-beugel.mf: Add font_coding_scheme.
10255
10256         * lily/paper-outputter.cc (output_header): Fix creator string.
10257
10258 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10259
10260         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10261         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10262
10263         * lilypond.words: add two (Everybody can add/remove words now!).
10264
10265         * debian/rules:
10266         * make/lilypond.suse.spec.in:
10267         * make/lilypond.mandrake.spec.in:
10268         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10269
10270         * Documentation/user/refman.itely: Mention autocompletion.
10271
10272 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10273
10274         * scripts/ly2dvi.py: Add paper sizes.
10275
10276         * lily/timing-engraver.cc: 
10277         * lily/time-signature.cc: 
10278         * lily/span-bar.cc: 
10279         * lily/grob-scheme.cc: Code formatting fixes.
10280
10281         * scm/sodipodi.scm: 
10282         * scm/sketch.scm:
10283         * buildscripts/mf-to-table.py: 
10284         * buildscripts/make-font-dir.py: Font testing.
10285
10286 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10287
10288         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10289         inserts try-completion and shows all-completions.
10290
10291         * lilypond.words: '\' -> '\\'
10292
10293         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10294         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10295         
10296         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10297         and LilyPond-reserved-words.
10298         
10299 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10300
10301         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10302         from load-path.
10303         
10304         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10305         the mini-buffer with Control-Shift-c.
10306         
10307 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10308
10309         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10310         duration. This fixes \tempo taking time.
10311
10312 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10313
10314         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10315         Allow for text markup in repeatCommands. 
10316
10317 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10318
10319         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10320         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10321         Get rid of skeleton.el-dependency.
10322
10323         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10324
10325 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10326
10327         * lily/beam-engraver.cc (stop_translation_timestep): reset
10328         now_stop_ev_
10329
10330         * lily/scm-option.cc: add parse-protect to ly:set-option
10331
10332         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10333
10334 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10335
10336         * lily/include/ligature-bracket.hh: removed
10337         * lily/ligature-bracket.cc: removed
10338
10339         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10340         .tex
10341
10342         * lily/beam.cc (set_beaming): don't change beam count on rests.
10343         (brew_molecule): always set flag-width > 0.
10344
10345 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10346
10347         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10348         chars, remove instructions; instead, refer to lilypond-init.el and
10349         Documentation/topdocs/INSTALL.texi.
10350
10351         * lilypond.words: add identifiers and reserved words.
10352
10353         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10354         files and adding a load-path.
10355
10356         * lilypond-init.el: Instructions, extracted from 
10357         Documentation/topdocs/INSTALL.texi. 
10358         
10359 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10360
10361         * VERSION: 1.7.8 released 
10362
10363         * lily/grob.cc (warning): better robustness fix.
10364
10365 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10366
10367         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10368
10369         * lily/cluster-engraver.cc: stick better to variable naming
10370         conventions
10371
10372         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10373         until stop_translation_timestep()
10374
10375         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10376         min/max coordinates to backend, but no musical info such as
10377         pitches
10378
10379         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10380
10381         * lily/grob.cc: robustness fix: warning(): do not crash if
10382         cause is not set
10383
10384         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10385         the much more elaborated tuplet brackets than the very naive and
10386         simple ligature bracket grob
10387
10388 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10389
10390         * Documentation/user/refman.itely (Analysis brackets): add
10391         horizontal bracket doco.
10392
10393         * ly/property-init.ly (setMmRestFermata): added.
10394
10395         * Documentation/user/refman.itely (Multi measure rests): fermatas
10396         on mm rests.
10397
10398         * input/regression/apply-context.ly (texidoc): new file
10399
10400         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10401         code to be executed during interpretation. Possible applications:
10402         smart octavation, more advanced bar checks. 
10403
10404         * lily/apply-context-iterator.cc: new file.
10405
10406 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10407
10408         * input/test/new-markup.ly: new file.
10409
10410         * lily/text-item.cc (text_to_molecule): new function
10411
10412         * scm/new-markup.scm (lambda): new file
10413
10414         * lily/function-documentation.cc (ly_add_function_documentation):
10415         add proc property as well
10416
10417 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10418
10419         * Documentation/user/music-glossary.tely (Top): add custos.
10420
10421 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10422
10423         * Documentation/topdocs/INSTALL.texi: advise how to include source
10424         path to Emacs load-path and improve language.
10425
10426 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10427
10428         * GNUmakefile.in: config.h message fix.
10429
10430         * autogen.sh:
10431         * aclocal.m4: Regenerate.
10432
10433         * configure.in: 
10434         * config.make.in: 
10435         * stepmake/config.make.in: 
10436         * stepmake/configure.in: 
10437         * stepmake/autogen.sh: 
10438         * stepmake/aclocal.m4: Update for autoconf 2.56.
10439
10440 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10441
10442         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10443         to install Emacs-mode. Instructions how to use vim-mode.
10444
10445 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10446
10447         * scm/music-types.scm (music-descriptions): no length for tempo event.
10448
10449         * input/*.ly: add \version everywhere.
10450         
10451         * input/*.ly: update syntax to 1.7 + new-chords.
10452
10453         * VERSION: 1.7.7 released.
10454         
10455         * Documentation/user/*.tely: new chord syntax.
10456
10457         * input/regression/[bc]*.ly (texidoc): syntax updates.
10458         
10459 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10460
10461         * lilypond.words: add vocabulary to be used in auto-completion
10462
10463         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10464
10465         * lilypond.vim: allow note name at EOF
10466
10467 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10468
10469         * buildscripts/new-chords.py (edit): -e option: inline editing.
10470
10471         * input/regression/a*.ly (texidoc): syntax updates.
10472
10473         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10474         music): elucidations. 
10475
10476 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10477
10478         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10479         ly/spanners-init.ly, scm/grob-description.scm,
10480         scm/grob-property-description.scm, scm/music-types.scm,
10481         lily/cluster-engraver.cc, lily/cluster.cc,
10482         lily/include/cluster.hh, input/test/cluster.ly: cluster
10483         implementation
10484
10485         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10486         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10487         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10488
10489         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10490
10491         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10492
10493         * scm/grob-description.scm: bugfix: by default, use default note
10494         head style when engraving ligatures
10495
10496         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10497
10498         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10499         events
10500
10501         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10502
10503         * input/test/ancient-font.ly: bugfix: style -> flag-style
10504
10505         * lily/ligature-engraver.cc: indentation fix
10506
10507         * lily/parser.yy: indentation fixes
10508         
10509 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10510
10511         * input/regression/measure-grouping.ly: more elaborate example.
10512
10513         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10514         ly:div-moment. New functions 
10515
10516         * scm/music-functions.scm (set-time-signature): new function,
10517         allow inline time sig settings with measure grouping.
10518
10519         * lily/parser.yy (command_element): move time sig construction
10520         into Scheme.
10521
10522         * lily/side-position-interface.cc (out_of_staff): new function,
10523         like padding, but keep minimum distance from staff. Easier than
10524         linespanners (dynamics, pedals), but roughly the same effect.
10525
10526 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10527
10528         * emacs-mode.el: Added spanish-note-replacements 
10529         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10530
10531         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10532
10533 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10534
10535         * lilypond.vim: Do not fontify cises, desis, etc.
10536
10537         * vimrc: view dvi with <S-F6>
10538
10539 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10540
10541         * lily/lookup.cc (triangle): new function.
10542
10543         * input/regression/measure-grouping.ly (texidoc): new file: show
10544         triangles and brackets for beat groups of 3 and 2.
10545
10546         * lily/include/measure-grouping-spanner.hh (class
10547         Measure_grouping): new file.
10548
10549         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10550
10551         * lily/measure-grouping-engraver.cc (class
10552         Measure_grouping_engraver): new file.
10553
10554 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10555
10556         * Merge from stable:
10557
10558             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10559         
10560         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10561         stylesheet.
10562
10563         * ly/paper19.ly: Include paper19-init.ly.
10564
10565         * ly/paper19-init.ly: New file.
10566
10567         * Documentation/user/tutorial.itely (First steps): Fix first
10568         example for font test.
10569
10570         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10571
10572         * ChangeLog: Add 1.7.6 release marker (see below).
10573
10574         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10575         Add .py files.
10576
10577 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10578
10579         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10580
10581         * input/tutorial/*.ly: update to new syntax.
10582
10583         * lily/parser.yy (Composite_music): new transpose syntax,
10584         \transpose FROM TO MUSIC. 
10585
10586 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10587
10588         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10589         latex progress/error output to stderr (by default this goes to
10590         stdout).  Show lilypond progress, even when not verbose.
10591
10592         * python/lilylib.py (system): New optional parameter to control
10593         showing of progress.
10594
10595         * scm/backend-documentation-lib.scm (check-dangling-properties):
10596         Fix error message.
10597
10598         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10599         axis, extent.
10600
10601         * scm/grob-property-description.scm (magnify): Remove.
10602         (extent, axis): Add.
10603
10604 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10605
10606         * VERSION: Release 1.7.6.
10607
10608         * scripts/convert-ly.py: more uniformization substitutions.
10609
10610         * buildscripts/new-chords.py (sub_chords): new file.
10611
10612 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10613
10614         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10615         lilypond.map.  Include sauter fonts too.  Cleanups.
10616
10617 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10618
10619         * Documentation/user/tutorial.itely (First steps): change to new
10620         chord/tie/slur/beam notation.
10621
10622         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10623         ties.
10624
10625         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10626         engraver. Process ties in postfix notation, i.e. c8-~ c
10627
10628         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10629
10630         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10631
10632         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10633
10634         * lily/beam-engraver.cc (try_music): accept new-beam-events
10635
10636         * input/regression/chord-scripts.ly (texidoc): new file
10637
10638         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10639         script-events.
10640
10641         * scm/script.scm (default-script-alist): cleanup.
10642
10643         * lily/script-engraver.cc (make_script_from_event): cleanup.
10644
10645         * lily/lyric-combine-music-iterator.cc
10646         (Lyric_combine_music_iterator): remove superfluous events.
10647         (melisma_busy): new function. Fix broken melismas.
10648
10649 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10650
10651         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10652         Remove nonvalid settings. Use descriptive key names.
10653         Use <Return> to indicate the pressing of that key.
10654
10655 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10656
10657         * scripts/lilypond-book.py (option_definitions): Typo.
10658
10659         * scripts/ly2dvi.py: Updates.
10660
10661         * python/lilylib.py (setup_environment, print_environment)
10662         (get_bbox, make_preview): Merge and remove from ly2dvi and
10663         lilypond-book.
10664
10665         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10666
10667         * .cvsignore: Remove some cruft.
10668
10669         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10670         path.
10671
10672         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10673         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10674         throughout.
10675
10676         * python/lilylib.py (quiet_system): Junk
10677         (system): Display error log upon failure.
10678         (read_pipe): New function.  Cleanups and fixes.
10679
10680         * python/*.py: Rename from *.py.in.
10681         
10682         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10683
10684         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10685
10686 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10687
10688         * python/GNUmakefile: Bugfix: handle modules.
10689
10690         * stepmake/stepmake/python-module-targets.make (default): Add
10691         compiled modules. 
10692
10693         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10694         compiling modules.
10695
10696         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10697         Bugfix.  (OUT_PYC_MODULES): Add.
10698
10699 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10700
10701         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10702         Use default paths. Refresh description.
10703
10704 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10705
10706         * VERSION: 1.7.5 released
10707
10708         * input/regression/finger-chords.ly (texidoc): new file.
10709
10710         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10711         support
10712
10713         * lily/fingering-engraver.cc (process_music): remove kludgy
10714         scriptHorizontal stuff.
10715
10716         * lily/script.cc: remove staff-support property.
10717
10718         * lily/new-fingering-engraver.cc (add_fingering): new
10719         file. Fingering engraver for new style chords.
10720
10721 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10722
10723         * lily/parser.yy (bare_number): allow 4 \cm (without
10724         decimal dot). (should backport to 1.6?)
10725
10726         * ly/declarations-init.ly: use Scheme for dimension defs.
10727
10728         * lily/parser.yy (TODO): remove hard coded dimensions, add
10729         REAL NUMBER_IDENTIFIER production.
10730
10731         * lily/rest-collision.cc (force_shift_callback): rewrite using
10732         -done property.
10733
10734         * scm/grob-property-description.scm (rest-collision-done): add
10735         property.
10736         
10737         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10738
10739 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10740
10741         * input/regression/multi-measure-rest-center.ly: new file.
10742
10743         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10744         off horizontally by 0.05 ss. Fixed.
10745
10746 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10747
10748         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10749
10750         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10751
10752 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10753
10754         * lily/tie.cc (get_control_points): also avoid staff lines on the
10755         just outside the outer staff lines
10756
10757 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10758
10759         * ly/params-init.ly: Just define style-alist, no need to
10760         define-public.
10761
10762         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10763         (thanks Han-Wen).
10764
10765         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10766         (FET_FILES): = FONT_FILES.
10767
10768         * Merge from stable:
10769
10770             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10771
10772 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10773
10774         * VERSION: 1.7.4 released.  
10775         
10776         * scm/generate-documentation.scm (string-append): add macro
10777         definitions.
10778
10779         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10780         normal texts.
10781
10782         * lily/multi-measure-rest-engraver.cc: make separate
10783         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10784
10785         * lily/multi-measure-rest.cc: remove text handling. Remove
10786         number-threshold.
10787
10788 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10789
10790         * scm/music-types.scm: doc patch by Graham Percival
10791
10792 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10793
10794         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10795         encoding part.
10796         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10797         (sketch_p): Sketch wants only first four elements of X11 font spec.
10798
10799         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10800
10801         * mf/feta-autometric.mf: Write foundry and family to log.
10802
10803         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10804         font translation table.
10805
10806         * buildscripts/mf-to-table.py: Better font info into afm.
10807
10808         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10809         1.0.9 required.
10810
10811         * configure.in: Whine for mftrace 1.0.9.
10812
10813 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10814
10815         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10816
10817         * lily/main.cc (main_prog): don't try to load init.EXT when
10818         processing foo.EXT.
10819
10820 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10821
10822         * scm/tex.scm (zigzig-line): added.
10823
10824         * scm/ps.scm (zigzag-line): added.
10825
10826         * ps/music-drawing-routines.ps (subvec): added.
10827         (draw_zigzag_line): added.
10828         
10829         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10830         grob properties zigzag-width and zigzag-length.
10831
10832         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10833
10834 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10835
10836         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10837         svg output, including font.
10838
10839 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10840
10841         * scm/lily.scm: Register sodipodi output module.
10842
10843         * scm/sodipodi.scm: New file.
10844
10845         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10846
10847         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10848         comment, after header.
10849         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10850         FullName.  Fix FontName key.
10851
10852 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10853
10854         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10855         and breve rests.
10856         
10857         * input/test/blank-notes.ly: bugfix
10858
10859         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10860         rests. (Kim Shrier)
10861
10862         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10863         
10864 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10865
10866         * scm/tex.scm: 
10867         * scm/ps.scm: Cleanup and remove obsolete junk.
10868
10869         * Documentation/user/internals.itely:
10870         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10871
10872         * lily/parser.yy: Identify shift/reduce problems.
10873
10874         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10875         make-style-sheet.  Too specific for convert-ly?
10876
10877 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10878
10879         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10880
10881         * input/test/*.ly: various fixes.
10882
10883         * lily/music.cc (name): bugfix
10884
10885         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10886
10887         * lily/input-file-results.cc (code): set-point-and-click! ->
10888         set-point-and-click
10889         
10890 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10891
10892         * Use uniform ly: prefix for exported scheme primitive functions.
10893
10894         * scm/music-types.scm: junk compat glue
10895
10896         * scripts/convert-ly.py: add rules for stuff below, junk
10897         compatibility glue for spanrequest.
10898
10899         * lily/parser.yy (verbose_event): remove \spanrequest,
10900         \commandspanrequest, \script. 
10901         
10902         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10903
10904         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10905         for \penalty, \glissando.
10906
10907         * VERSION: release 1.7.3
10908         
10909 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10910
10911         * lily/accidental-engraver.cc: Fix
10912         grace-in-the-beginning-of-measure bug caused by the resent
10913         partial-measure fix.
10914
10915         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10916         overlap looks too crowded)
10917         
10918 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10919
10920         * lily/parser.yy (assignment): allow SCM expression as assignment.
10921
10922         * lily/include/music-output-def.hh (class Music_output_def):
10923         * lily/music-output-def.cc: 
10924         * lily/paper-def.cc: 
10925         * scm/font.scm (markup-to-properties):
10926         * lily/parser.yy (music_output_def_body): 
10927         remove style_sheet_
10928
10929 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10930
10931         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
10932         length.
10933
10934         * input/regression/spacing-to-grace.ly: new file.
10935
10936         * input/regression/spacing-end-of-line.ly: new file.
10937
10938         * lily/note-spacing.cc (get_spacing): take into account breakable
10939         stuff sticking out at the left (time sig change at line break).
10940
10941         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
10942         raggedright code.
10943
10944         * scm/music-functions.scm (make-voice-props-set): add
10945         staff-position for mm rests.
10946  
10947         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
10948         before grace notes a little.
10949
10950         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
10951
10952         * lily/break-align-interface.cc (do_alignment): right-edge spacing
10953         key adds space at the end of line. 
10954
10955 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10956
10957         * scm/sketch.scm: Fix beams.
10958
10959         * buildscripts/mf-to-table.py: Add EncodingScheme.
10960
10961         * scm/sketch.scm: Resurrect.
10962
10963 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10964
10965         * lily/multi-measure-rest.cc: use breve rests for measure lengths
10966         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
10967
10968 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10969
10970         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
10971
10972         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10973
10974 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10975
10976         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
10977         token for origin information.
10978
10979         * lily/parser.yy (My_lily_lexer): do identifier location and
10980         cloning from lexer.
10981
10982         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10983         logic out of the parser. Add bar checks on both ends.
10984
10985         * Documentation/user/refman.itely (Multi measure rests): add more
10986         notes about mm rests.
10987
10988 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10989
10990         * input/regression/bar-scripts.ly: Re-enable.
10991
10992         * lily/parser.yy:
10993         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
10994         released rsn.  Bison 1.50 has a crucial bug and won't work.
10995
10996         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10997
10998
10999 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11000
11001         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11002
11003 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11004
11005         * Actually merge changes since 1.6.4 besides ChangeLog, and
11006         resolve conflicts.  Lots of updates, hope all is well.
11007         
11008         * cygwin/lilypond.hint (requires): Add ghostscript.
11009
11010         * scm: Update some (c).
11011         
11012 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11013
11014         * input/test/{various}.ly: add \header fields and texidoc strings.
11015
11016 2002-10-05  Werner Lemberg  <wl@gnu.org>
11017
11018         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11019         renamed to `output_latex_quoted'.
11020         Added `output_latex_noquote'.
11021         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11022         mode.
11023
11024 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11025
11026         * ChangeLog: Add 1.6.6 release marker.  See below.
11027
11028         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11029
11030         * scripts/midi2ly.py: Fix global syntax warnings.
11031
11032         * GNUmakefile.in: Generate builddir locale tree too.
11033
11034         * scripts/ly2dvi.py:
11035         * scripts/midi2ly.py: 
11036         * scripts/mup2ly.py: 
11037         * scripts/update-lily.py:
11038         * lily/main.cc (setup_paths): Fix for locales setup.
11039
11040 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11041
11042         * Documentation/windows/installing.texi: Soften wording about
11043         necessity of becoming Administrator.  tommie@iae.nl reports this
11044         does not seem to be necessary for his flavour of Windows 2000.
11045         Explicitely discourage text mode mounts.
11046
11047 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11048
11049         * lily/rest.cc (after_line_breaking): backport dot position fix.
11050
11051         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11052         rests. Thanks to Klaus Zimmermann for finding this bug.
11053
11054 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11055
11056         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11057
11058 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11059
11060         * Documentation/user/music-glossary.tely: fix links.
11061
11062 2002-10-21  Werner Lemberg  <wl@gnu.org>
11063
11064         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11065         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11066         scaling factor) only once and use them in the definition of
11067         \embeddedps.
11068         * ps/music-drawing-routines.ps (skeel): Removed.
11069
11070 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11071
11072         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11073         Solaris7, as we don't use nested $( ) constructs.
11074
11075 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11076
11077         * VERSION: Release 1.6.6.
11078         
11079 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11080
11081         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11082         as workaround for /bin/sh problems on Solaris7.
11083
11084 2002-10-19  Werner Lemberg  <wl@gnu.org>
11085
11086         * GNUmakefile.in (web-doc): Fix typos.
11087         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11088         `music-drawing-routines.ps' but emit \special{header=...} once.
11089         * scm/tex.scm (header-end): Updated.
11090
11091 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11092
11093         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11094         undefined tremolo. 
11095
11096 2002-10-15  Werner Lemberg  <wl@gnu.org>
11097
11098         * scripts/lilypond-book.py (g_make_html): New global variable.
11099         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11100         if `g_make_html' isn't set.
11101         [main]: Add format `texi-html'.
11102         (option_definitions): Updated.
11103         * Documentation/user/lilypond-book.itely: Updated.
11104
11105         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11106         * make/ly-rules.make (%.texi, %.nexi): Use it.
11107         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11108         format to lilypond-book.
11109         * GNUmakefile.in (web-doc): Ditto.
11110
11111 2002-10-14  Werner Lemberg  <wl@gnu.org>
11112
11113         Further improve TeX output.  The produced files are about 40%
11114         smaller.  `lilyponddefs.tex' is now read only once.
11115
11116         * tex/lilyponddefs.tex: Remove footer stuff.
11117         (\ifundefined): Renamed to...
11118         (\lilypondundefined): This.  Use LaTeX's definition to
11119         make it nestable and make it global.
11120         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11121         output.
11122         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11123         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11124         them global.
11125         (\placebox): Renamed to...
11126         (\lyitem): This.
11127         Make it global and call \outputscale by itself.
11128         (\lybox, \lyvrule): New macros to reduce input data.
11129         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11130         New auxiliary macros.
11131         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11132         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11133         to...
11134         (\lilypondspace): This and made it global.
11135         (\turnOnPostScript): Renamed to...
11136         (\lilypondpostscript): This and made it global.
11137         (\turnOnExperimentalFeatures): Renamed to...
11138         (\lilypondexperimentalfeatures): This and made it global.
11139         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11140         (\lilypondsetdimen): This and made it global.
11141         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11142         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11143         (all, $(outdir)/music-drawing-routines.ps): New rules.
11144         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11145         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11146         start-system, stop-system, stop-last-system, filledbox): Updated to
11147         use the changed macros from lilyponddefs.tex.
11148         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11149
11150 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11151
11152         * Documentation/windows/installing.texi: Update.
11153
11154 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11155
11156         * VERSION: 1.6.5 released
11157
11158         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11159
11160 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11161
11162         * scm/translator-property-description.scm (voltaOnThisStaff): add
11163         property.
11164
11165 2002-09-28  Werner Lemberg  <wl@gnu.org>
11166
11167         * scm/tex.scm (header-end): Suppress page numbering.
11168
11169         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11170         Fix quotation for HTML output.
11171
11172 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11173         
11174         * Documentation/user/refman.itely: grammar and phrasing
11175           fixes to "Note Entry" section.  Also adds a few new examples.
11176
11177 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11178
11179         * flower/include/string-data.icc: include string.h
11180
11181 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11182
11183         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11184
11185 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11186
11187         * Documentation/user/GNUmakefile (extra-local-help): Add.
11188
11189         * stepmake/stepmake/www-targets.make (local-help): Add.
11190
11191 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11192
11193         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11194         packages.
11195
11196         * Documentation/topdocs/README.texi (Top): building documentation
11197         (not website.)
11198
11199 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11200
11201         * Documentation/user/refman.itely: 
11202         * Documentation/user/tutorial.itely: 
11203         * Documentation/user/music-glossary.tely: Merge changes.
11204
11205         * Documentation/user/glossary.html.in: 
11206         * Documentation/index.texi: 
11207         * Documentation/header.html.in: Accomodate renaming of glossary.
11208         
11209         * Documentation/user/tutorial.itely: Add some glossary references.
11210         
11211         * Documentation/user/refman.itely: Minor fixes.
11212         
11213         * Documentation/user/lilypond.tely: Add glossary do direntry.
11214
11215         * Documentation/user/music-glossary.tely: Rename (previously:
11216         glossary.tely).  Fix anchor placement.
11217
11218         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11219
11220 2002-09-23  Werner Lemberg  <wl@gnu.org>
11221
11222         * scripts/lilypond-book.py (output_dict): Fix handling of
11223         various environments by avoid extraneous newlines.
11224         Rename `output-all' regexp for html to `output-html'.
11225         Replace `output-all' regexp for texi with `output-texi-quote'
11226         and `output-texi-noquote'.
11227         (compose_full_body): Don't override `linewidth' user option
11228         for `singleline'.
11229         (schedule_lilypond_block): Don't indent text specified with
11230         `intertext' option.
11231         Add new option `noquote'.
11232         (compile_all_files): Use latex instead of tex to compile ly
11233         files directly.
11234
11235         * Documentation/user/lilypond-book.itely: Updated and revised.
11236         Improve layout.
11237
11238         * Documentation/user/glossary.tely,
11239         Documentation/user/introduction.itely,
11240         Documentation/user/tutorial.itely,
11241         Documentation/user/refman.itely,
11242         Documentation/user/appendices.itely: Fix overfull LilyPond
11243         boxes caused by the new lilypond-book code.  Other minor
11244         fixes.
11245
11246         * Documentation/user/macros.itexi (@texiflat): Don't emit
11247         trailing space.
11248
11249         * scm/tex.scm (end-output, header-end): Add preamble and
11250         postamble to make lilypond output directly compilable with
11251         latex.
11252
11253         
11254 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11255
11256         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11257         instructions.
11258
11259 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11260
11261         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11262
11263 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11264
11265         * lily/beam.cc (connect_beams): don't crash if there are quarter
11266         notes in beams.
11267
11268 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11269
11270         * Documentation/user/refman.itely: corrected ancient clef
11271         docu; added docu on ligatures
11272
11273 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11274
11275         * Documentation/user/glossary.tely,
11276         Documentation/user/refman.itely, input/les-nereides.ly,
11277         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11278         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11279         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11280         Stem properties: flag-style -> stroke-style, style -> flag-style.
11281
11282
11283 2002-09-22  Werner Lemberg  <wl@gnu.org>
11284
11285         * scripts/lilypond-book.py: Add option `notime' to suppress
11286         printing of a time signature.  Specify default indentation of 0pt
11287         if single line fragment.  Don't emit redundant `\paper{ }'.
11288
11289         * Documentation/user/lilypond-book.itely: Updated.
11290
11291         * Documentation/user/glossary.tely: Completely reformatting.
11292
11293 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11294
11295         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11296
11297 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11298
11299         * Documentation/user/tutorial.itely: Fix links.
11300         
11301         * Documentation/topdocs/index.tely:
11302         * Documentation/index.texi:
11303         * Documentation/header.html.in: Small website fixes and updates.
11304
11305         * debian/: Debian patch by Anthony Fok.
11306
11307 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11308
11309         * Documentation/footer.html.in: How time flies: It's already 2002!
11310
11311         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11312         more descriptive link names than 'here'.
11313
11314 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11315
11316         * VERSION: 1.7.2 released
11317         * VERSION: 1.6.4 released
11318         
11319         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11320
11321         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11322         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11323
11324         * mf/feta-din.mf (test): add x-height and space.
11325
11326         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11327         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11328
11329         * ly/grace-init.ly: add-to-grace-init: function to portably add
11330         settings to \grace. 
11331
11332         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11333         if we get an absolute dynamic event.
11334  
11335         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11336
11337         * lily/source-file.cc (get_line): oops. All line numbers were off
11338         by 2. Fix that. 
11339
11340         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11341         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11342
11343         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11344
11345         * lily/parser.yy (number_factor): remove (number) as number
11346         expression. ("Let them eat Lisp").
11347
11348 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11349
11350         * lily/horizontal-bracket.cc: new file.
11351
11352         * lily/horizontal-bracket-engraver.cc: new file.
11353
11354         * input/regression/note-group-bracket.ly: new file. Support
11355         horizontal note brackets for music analysis.
11356
11357         * lily/stem.cc (flag): new flag-style: no-flag.
11358
11359         * input/test/stem-cross-staff.ly: new file
11360         
11361         * Documentation/user/internals.itely: Improved formatting, fixing
11362         typos.  Added a section `Output details' to describe how the TeX
11363         code looks like.
11364
11365         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11366
11367         * lily/parser.yy: remove \dynamicscript.
11368
11369         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11370         definitions. 
11371
11372         * python/midi.c (midi_error): take two arguments.
11373
11374         * Merge 1.6.5 changes:
11375         
11376 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11377
11378         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11379         staff-space.  Previous 1.5 was probably meant as half-spaces.
11380         (cautionary-style): parentheses (was: smaller).  This is what doco
11381         says, and it seems more logical.
11382
11383         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11384         for 2nd sentence.
11385
11386 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11387
11388         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11389
11390 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11391
11392         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11393
11394 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11395
11396         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11397
11398 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11399
11400         * scm/translator-property-description.scm (voltaOnThisStaff): add
11401         property.
11402
11403 2002-09-28  Werner Lemberg  <wl@gnu.org>
11404
11405         * scm/tex.scm (header-end): Suppress page numbering.
11406
11407         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11408         Fix quotation for HTML output.
11409
11410 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11411         
11412         * Documentation/user/refman.itely: grammar and phrasing
11413           fixes to "Note Entry" section.  Also adds a few new examples.
11414
11415 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11416
11417         * flower/include/string-data.icc: include string.h
11418
11419 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11420
11421         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11422
11423 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11424
11425         * Documentation/user/GNUmakefile (extra-local-help): Add.
11426
11427         * stepmake/stepmake/www-targets.make (local-help): Add.
11428
11429 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11430
11431         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11432         packages.
11433
11434         * Documentation/topdocs/README.texi (Top): building documentation
11435         (not website.)
11436
11437 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11438
11439         * Documentation/user/refman.itely: 
11440         * Documentation/user/tutorial.itely: 
11441         * Documentation/user/music-glossary.tely: Merge changes.
11442
11443         * Documentation/user/glossary.html.in: 
11444         * Documentation/index.texi: 
11445         * Documentation/header.html.in: Accomodate renaming of glossary.
11446         
11447         * Documentation/user/tutorial.itely: Add some glossary references.
11448         
11449         * Documentation/user/refman.itely: Minor fixes.
11450         
11451         * Documentation/user/lilypond.tely: Add glossary do direntry.
11452
11453         * Documentation/user/music-glossary.tely: Rename (previously:
11454         glossary.tely).  Fix anchor placement.
11455
11456         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11457
11458 2002-09-23  Werner Lemberg  <wl@gnu.org>
11459
11460         * scripts/lilypond-book.py (output_dict): Fix handling of
11461         various environments by avoid extraneous newlines.
11462         Rename `output-all' regexp for html to `output-html'.
11463         Replace `output-all' regexp for texi with `output-texi-quote'
11464         and `output-texi-noquote'.
11465         (compose_full_body): Don't override `linewidth' user option
11466         for `singleline'.
11467         (schedule_lilypond_block): Don't indent text specified with
11468         `intertext' option.
11469         Add new option `noquote'.
11470         (compile_all_files): Use latex instead of tex to compile ly
11471         files directly.
11472
11473         * Documentation/user/lilypond-book.itely: Updated and revised.
11474         Improve layout.
11475
11476         * Documentation/user/glossary.tely,
11477         Documentation/user/introduction.itely,
11478         Documentation/user/tutorial.itely,
11479         Documentation/user/refman.itely,
11480         Documentation/user/appendices.itely: Fix overfull LilyPond
11481         boxes caused by the new lilypond-book code.  Other minor
11482         fixes.
11483
11484         * Documentation/user/macros.itexi (@texiflat): Don't emit
11485         trailing space.
11486
11487         * scm/tex.scm (end-output, header-end): Add preamble and
11488         postamble to make lilypond output directly compilable with
11489         latex.
11490
11491         
11492 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11493
11494         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11495         instructions.
11496
11497 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11498
11499         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11500
11501 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11502
11503         * lily/beam.cc (connect_beams): don't crash if there are quarter
11504         notes in beams.
11505
11506 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11507
11508         * Documentation/user/refman.itely: corrected ancient clef
11509         docu; added docu on ligatures
11510
11511 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11512
11513         * Documentation/user/glossary.tely,
11514         Documentation/user/refman.itely, input/les-nereides.ly,
11515         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11516         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11517         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11518         Stem properties: flag-style -> stroke-style, style -> flag-style.
11519
11520 2002-09-22  Werner Lemberg  <wl@gnu.org>
11521
11522         * scripts/lilypond-book.py: Add option `notime' to suppress
11523         printing of a time signature.  Specify default indentation of 0pt
11524         if single line fragment.  Don't emit redundant `\paper{ }'.
11525
11526         * Documentation/user/lilypond-book.itely: Updated.
11527
11528         * Documentation/user/glossary.tely: Completely reformatting.
11529
11530 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11531
11532         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11533
11534 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11535
11536         * Documentation/user/tutorial.itely: Fix links.
11537         
11538         * Documentation/topdocs/index.tely:
11539         * Documentation/index.texi:
11540         * Documentation/header.html.in: Small website fixes and updates.
11541
11542         * debian/: Debian patch by Anthony Fok.
11543
11544 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11545
11546         * Documentation/footer.html.in: How time flies: It's already 2002!
11547
11548         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11549         more descriptive link names than 'here'.
11550
11551 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11552
11553         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11554
11555 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11556
11557         * lily/part-combine-music-iterator.cc (get_state): cleanup
11558         (get_music_info): cleanup.
11559
11560 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11561
11562         * scm/backend-documentation-lib.scm (interface-doc-string):
11563         crosslinks between interfaces and grobs. Headings for interfaces
11564         in grob explanation.
11565
11566 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11567
11568         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11569         dtd).  Add preliminary dtd.
11570         (re-sub-alist): Robustify.
11571
11572 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11573
11574         * lily/include/event-chord-iterator.hh,
11575         lily/context-specced-music-iterator.cc,
11576         lily/event.cc, lily/event-chord-iterator.cc: add
11577
11578 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11579
11580         * lily/: some (c) header fixes.
11581         
11582         * lily/request-chord.cc: Remove.
11583         
11584         * lily/include/event-chord-iterator.hh:
11585         * lily/include/event.hh:
11586         * lily/event-chord.cc: New file.
11587         
11588         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11589         requested.
11590
11591 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11592
11593         * lily/ : rename Request to Event
11594
11595         * lily/parser.yy (command_element): move clef stuff into Scheme.
11596
11597         * lily/:  rename length_mom () to get_length()
11598
11599         * lily/part-combine-music.cc: removed file and class.
11600
11601         * lily/context-specced-music-iterator.cc (class
11602         Context_specced_music_iterator): new file. Obsoletes the
11603         Context_specced_music type.
11604
11605         * scm/music-types.scm (make-repeated-music): put different kinds
11606         of repeated music into music-type table.
11607
11608         * VERSION: 1.7.1 released.
11609
11610         * scm/to-xml.scm: new file.
11611
11612         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11613         new Input representation: dump music as XML.
11614
11615         * scm/engraver-documentation-lib.scm
11616         (engraver-accepts-music-types?): add links from music to engraver,
11617         from music-type to engraver.
11618
11619         * lily/include/command-request.hh: removed
11620         lily/include/musical-request.hh: removed. Removed all _req classes
11621         except Key_change_req. Changes throughout.
11622
11623 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11624
11625         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11626
11627 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11628
11629         * lily/*.cc: specify accepts for many engravers.
11630
11631         * scm/music-documentation-lib.scm: dump music expressions and
11632         music subtypes.
11633
11634         * scm/documentation-lib.scm: complete revision.
11635         Use GOOPS objects to store document tree explicitly. Cleaned up and
11636         sped up doco generation a lot.
11637
11638 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11639
11640         * input/trip.ly (fugaIILeft): add arpeggio
11641
11642         * lily/translator-group.cc (try_music_on_nongroup_children):
11643         oops. The name symbol is in the cdr of the assoc handle.
11644
11645         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11646         Hyphen_req, Glissando_req, Break_req, Mark_req 
11647
11648 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11649
11650         * lily/musical-request.cc (music-duration-length,
11651         music-duration-compress): new functions.
11652
11653         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11654         throughout. Warning doesn't work yet.
11655
11656         * lily/translator-group.cc (try_music_on_nongroup_children):
11657         new implementation: store candidate acceptors in a hashTable.
11658
11659 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11660
11661         * scm/music-types.scm (music-descriptions): change name to
11662         internal-class-name
11663
11664         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11665
11666 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11667
11668         * lily/beam.cc (connect_beams): don't crash if there are quarter
11669         notes in beams.
11670
11671 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11672
11673         * Documentation/user/refman.itely: corrected ancient clef
11674         docu; added docu on ligatures
11675
11676 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11677
11678         * Documentation/user/glossary.tely,
11679         Documentation/user/refman.itely, input/les-nereides.ly,
11680         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11681         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11682         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11683         Stem properties: flag-style -> stroke-style, style -> flag-style.
11684
11685 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11686
11687         * scm/music-functions.scm (music-separator?): don't use name music
11688         property.
11689
11690 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11691
11692         * stepmake/stepmake/generic-targets.make (help): Document check
11693         target.
11694
11695         * lily/new-accidental-engraver.cc: Compile fix.
11696
11697 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11698
11699         * scripts/convert-ly.py: Add rule.
11700
11701         * input/test/music-creation.ly:
11702         * input/test/add-staccato.ly:
11703         * input/test/add-text-script.ly: ly-make-music.
11704
11705         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11706         More ly-make-music renamings.
11707
11708         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11709
11710         * lily/music-constructor.cc (make_music): Add debugging info.
11711
11712         * scm/music-functions.scm (make-simultaneous-music,
11713         (make-sequential-music, context-spec-music):
11714         * scm/music-types.scm (music-descriptions): Get lily to run.
11715
11716 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11717
11718         * lily/command-request.cc (transpose_key_alist): new function.
11719
11720         * lily/key-performer.cc (create_audio_elements): cleanup. 
11721
11722 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11723
11724         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11725
11726         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11727         events-accepted field.
11728
11729         * scm/music-types.scm: new file.
11730
11731         * lily/parser.yy: put music type initialization into scheme,
11732         similar to grob initialization.  Changes throughout.
11733
11734 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11735
11736         * Documentation/user/tutorial.itely: Fix links.
11737         
11738         * Documentation/index.texi: 
11739         * Documentation/header.html.in: 
11740         * Documentation/topdocs/index.tely: Small website fixes and updates.
11741
11742         * debian/: Debian patch by Anthony Fok.
11743
11744 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11745
11746         * Documentation/footer.html.in: How time flies: It's already 2002!
11747
11748         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11749         more descriptive link names than 'here'.
11750
11751         * ROADMAP: Remove test stuff.
11752
11753         * scripts/update-lily.py: Allow auto-building of stable and
11754         development versions.  Bugfixes.
11755
11756 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11757
11758         * VERSION: released 1.7.0
11759
11760         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11761
11762         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11763         positive line widths.
11764
11765 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11766
11767         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11768         go.  Fix comments.
11769
11770         * cygwin: Cygwin updates.
11771
11772 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11773
11774         * Documentation/windows/installing.texi (Top): version for python,
11775         urls for ghostscript (thanks to John Potelle)
11776         
11777         * lily/simultaneous-music-iterator.cc
11778         (Simultaneous_music_iterator): init children_list_ before
11779         triggering GC.
11780
11781         * lily/*-iterator.cc: be even more careful with smobbed copy
11782         constructors. 
11783
11784         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11785         LeftEdge item.
11786
11787 2002-09-15  Werner Lemberg  <wl@gnu.org>
11788
11789         Improving LilyPond's output to make them ordinary TeX boxes with
11790         predictable dimensions.  System boxes are now vertically centered on
11791         the baseline; this offset can be further controlled with
11792         \lilypondscoreshift.
11793
11794         * lily/system.cc (System::post_processing): Pass length of current
11795         system to `start-system' (including any horizontal indentation).
11796
11797         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11798         prettier.
11799         (lily-def): Append `%'.
11800         (start-system): Add parameter `wd'.  Output more TeX code to specify
11801         box dimensions.
11802         (stop-system, stop-last-system): Complement changes in
11803         `start-system'.
11804         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11805         Updated.
11806
11807         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11808         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11809         Write final `\endinput'.
11810
11811         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11812         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11813         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11814         files and macro definitions don't produce spurious spaces and
11815         paragraphs (using \endlinechar).
11816         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11817
11818         * Documentation/user/internals.itely: Improved formatting, fixing
11819         typos.  Added a section `Output details' to describe how the TeX
11820         code looks like.
11821
11822 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11823
11824         * lily/accidental-engraver.cc: Also work with partial measures.
11825
11826 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11827
11828         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11829         spanner.
11830
11831 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11832
11833         * lily/identifier-smob.cc (unpack_identifier): new file.
11834
11835         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11836         pass off scheme expressions as music identifiers.
11837
11838         * scm/lily.scm: reorganisation, cleanups.
11839
11840         * lily/main.cc: small cleanups.
11841
11842 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11843
11844         * lily/ly-module.{cc,hh}: new file.
11845
11846 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11847
11848         * lily/accidental-engraver.cc: Also work with partial measures.
11849
11850 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11851
11852         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11853
11854 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11855
11856         * lily/my-lily-lexer.cc: use SCM module in stead of
11857         Scheme_hash_table. Changes throughout.  
11858
11859 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11860
11861         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11862