]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
Add C-q, C-w keybindings. Update
[lilypond.git] / ChangeLog
1 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
4         installation info.  Support point-and-click.  Add +/- zoom
5         keybindings.
6
7 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8
9         * lily/parser.yy (book_body): set default bookpaper.
10
11         * scm/output-tex.scm (header): kludge: hard code linewidth. 
12
13         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
14
15 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
16
17         * lily/score.cc (default_rendering): scale outputdef before
18         starting.
19
20 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
21
22         * scm/fret-diagrams.scm: Add header.
23
24         * scm/output-gnome.scm: Hello world :-)
25
26 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
27
28         * scripts/lilypond.py (run_dvips): only add papersize if present.
29
30         * lily/accidental-engraver.cc (update_local_key_signature): new
31         function, fold code from initialize() and process_music().
32         (update_local_key_signature): use deep copy. This fixes one
33         problem from custom-key-signatures.ly.
34         (number_accidentals_from_sig): tighter check for
35         accidental-too-old.
36
37         * ly/engraver-init.ly: remove localKeySignature
38         definition from ChoirStaff, StaffGroup, Score.
39         
40         * lily/percent-repeat-engraver.cc (try_music): add moments for
41         barlines too. Fixes: skipbars-percent-repeat.ly.
42
43 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
44
45         * lily/context-def.cc (filter_performers): don't go to cdrloc if
46         skipping last pair. Fixes: crash-bar-number.
47
48         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
49         D. Sorensen)
50
51         * input/test/fret-diagram.ly: new file.
52
53         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
54         (scale-paper): divide by scale.
55
56 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
57
58         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
59         case.
60
61 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
62
63         * scm/stencil.scm (fontify-text): reinstate function
64
65         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
66
67         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
68
69         * lily/parser.yy (book_paper_head): \bookpaper {} 
70
71         * python/midi.c: remove config.h
72
73 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
74
75         * scm/output-gnome.scm: Update.
76
77 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
78
79         * scm/output-gnome.scm: New file.
80
81         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
82
83 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
84
85         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
86         (find_scaled_font): move from Paper_def
87
88 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
89
90         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
91         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
92
93         * po/fr.po: update po.
94
95         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
96
97         * lily/book-paper-def.cc (print_smob): new file.
98
99 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
100
101         * buildscripts/lilypond-words.py: search words also from
102         music-functions-init.ly.
103
104 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
105
106         * ly/music-functions-init.ly (def-music-function): new helper
107         macro for defining music functions. \addlyrics \appoggiatura
108         \acciaccatura \grace \partcombine \autochange \applycontext
109         \applyoutput and \breathe are now defined here thanks to it.
110
111         * lily/parser.yy: 
112         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
113         \grace \partcombine \autochange \applycontext \applyoutput and
114         \breathe keywords removed from the parser.
115
116         * lily/parser.yy: 
117         * lily/music-function.cc (ly_make_music_function): 
118         * lily/lexer.ll (music_function_type): added a case for 0-arg
119         music functions.
120
121 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
122
123         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
124         refering to a music expression can be used in lily-inside-scheme:
125         #{ $music #}
126
127         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
128         and ly:parser-define, and change ly:parser-parse-string in order
129         to make #{ $music #} work.
130
131         * scm/new-markup.scm (compile-markup-expression): when an argument
132         is a string, use `make-simple-markup'.
133
134 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
135
136         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
137
138 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
139
140         * scripts/convert-ly.py (FatalConversionError.func): handle + in
141         font-size. (backportme)
142
143 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
144
145         * lily/paper-outputter.cc (output_stencil): dump font definitions
146         before each stencil.
147
148         * lily/include/paper-book.hh (struct Score_lines): new
149         struct. Collect info per Paper-score.
150
151         * lily/include/page.hh (class Page): to_stencil() returns Stencil
152         everywhere.
153
154         * lily/stencil.cc (find_expression_fonts): new function
155
156         * lily/paper-outputter.cc (output_stencil): use
157         interpret_stencil_expr
158
159         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
160         (interpret_stencil_expr): new function. Generic stencil
161         interpretation.
162
163         * lily/paper-def.cc (find_scaled_font): divide lookup
164         magnification by outpuscale for non-virtual fontmetrics. This
165         fixes ludicrously long font definitions for text
166         fonts. (backportme)
167
168         * lily/score-engraver.cc: remove
169         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
170
171 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
172
173         * input/test/markup-score.ly: Remove \notes.
174
175         * lily/parser.yy (book_body): Grok Composite_music and \header.
176         (markup): Push NOTES mode before score_block.
177
178         * VERSION: release 2.3.1
179         
180         * mf/feta-klef.mf: 
181         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
182
183         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
184
185         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
186
187 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
188
189         * scm/output-tex.scm (output-tex-string): tighten safe security.
190
191         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
192
193         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
194         allowed ly functions.
195
196         * lily/ly-module.cc (ly_module_define): only define variable if
197         bound.
198         (ly_make_anonymous_module): take safe option.
199
200 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
201
202         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
203
204 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
205
206         * input/regression/newaddlyrics.ly: Fix.
207
208         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
209         \score \notes.
210
211 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
212
213         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
214
215 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
216
217         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
218
219         * lily/paper-line.cc (Paper_line): don't store list of stencils,
220         but convert to single Stencil immediately.
221
222         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
223
224 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
225
226         * scm/output-sodipodi.scm: Resurrect sodipodi output.
227
228 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
229
230         * elisp/lilypond-mode.el: Changed the way defaults are created for
231         LilyPond-command-master.  LilyPond-mode will now check the
232         timestamps of the files to see which command has to run next.
233
234 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
235
236         * scm/bass-figure.scm (format-bass-figure): don't set
237         number-markup for strings. This fixes string in bass
238         figure. (backportme)
239
240         * lily/parser.yy (bass_number): insert number-markup into figure
241         definition.
242
243         * scm/define-music-properties.scm (all-music-properties): make
244         'figure a markup.
245
246         * scripts/convert-ly.py (conv): \apply -> \applymusic
247
248 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
249
250         * elisp/lilypond-mode.el: changed the order of some commands
251         ("Midi" after "2Midi"), use the user-defined
252         LilyPond-command-default as default instead of "LilyPond"
253
254         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
255         to set the master file for the next command.
256
257         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
258         with font-lock-reference-face.
259
260 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
261
262         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
263
264         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
265
266 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
267
268         * ly/music-functions-init.ly (TODO): new file.
269
270         * lily/parser.yy (Generic_prefix_music_scm): add more
271         music_function symbols.
272         (Prefix_composite_music): change \apply to music-function   
273
274         * lily/include/music-function.hh: rename to music-function
275
276 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
277
278         * lily/music-head.cc (LY_DEFINE): change order of args.
279
280         * input/regression/music-head.ly (texidoc): new file.
281
282         * lily/parser.yy (Generic_prefix_music): allow generic
283         music-transformation functions. 
284
285         * lily/include/music-head.hh (is_music_head): new file.
286
287         * lily/music-head.cc (get_music_head_transform): new file.
288
289 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
290
291         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
292         empty extent. This fixes ottava brackets on rests. (backportme)
293
294         * make/lilypond.redhat.spec.in (Group): ln png files for info.
295
296         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
297
298         * cygwin/lily-wins.py: update for the lily-wins.py script.
299
300 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
301
302         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
303         code. This will obviate typeset_grob () in the future.  The effect
304         of this is that improperly written spanner handling will result in
305         invalid spanner bounds.
306         (announce_grob): add to elems_ from here
307         (typeset_grob): comment out.  
308
309         * lily/include/engraver.hh (make_spanner): new calling interface
310         for make_{item,spanner}. This obviates most calls to
311         announce_grob().
312                 
313         * scm/music-functions.scm (set-accidental-style): use GrandStaff
314         iso. PianoStaff for piano styles.
315
316 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
317
318         * Documentation/user/music-glossary.tely: add segno after d.s.
319
320 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
321
322         * lily/include/audio-column.hh: remove unused variables.
323         (patch by Michael Welsh Duggan)
324
325         * flower/include/axes.hh (other_axis): inline Axes function
326         (thanks to David Brandon).
327
328 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
329
330         * cygwin/mknetrel: Install image links (backportme).
331
332         * Documentation/user/GNUmakefile (local-install-info): Activate
333         actual installing of image links (backportme).
334
335 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
336
337         * Documentation/user/notation.itely (Measure repeats): Removed
338         unnecessary (and confusing) \context Voice{.
339
340 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
341
342         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
343
344         * lily/page.cc (Page): Do not use ly_scheme_function for
345         volatile/configurable variables (FIXME: better name).
346
347         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
348         get_scmvar).
349
350 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
351
352         * scripts/convert-ly.py (FatalConversionError.subst): use
353         \transposition.
354
355 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
356
357         * lily/include/page.hh (class Page): Declare left_margin ().
358
359         * lily/page.cc: Remove paper var caching.
360
361 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
362
363         * Documentation/user/music-glossary.tely: Add name to @top node.
364         Remove comment from @table definitions (workaround for makinfo
365         bug).
366
367         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
368         ly:stencil-get-expr).  Update callers.
369         (ly:stencil-align-to!):  Return stencil too.
370
371         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
372         stencil.  Remove looped line-based page output.
373         (output_line): Use line stencil.  Remove looped stencil-based line
374         output.
375
376         * lily/page.cc (ly:page-paper-lines): New function.
377
378         * input/test/markup-score.ly: New file.
379
380         * scm/define-markup-commands.scm (stencil): New markup.
381
382         * lily/book.cc (to_stencil): New method.
383
384         * lily/parser.yy (markup): Use it to grok \score.
385
386 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
387
388         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
389
390         * lily/paper-book.cc (pages): Change signature.  Update callers.
391
392         * lily/include/page.hh:
393         * lily/page.cc: New file.
394
395         * lily/paper-line.cc (to_stencil): New method.
396         
397         * lily/paper-outputter.cc (output_stencil): New method.
398
399         * lily/paper-outputter.cc (output_line): Use them.
400
401         * lily/warn.cc: Remove.
402
403         * lily/my-lily-parser.cc (distill_inname): Remove.
404
405         * flower/include/file-name.hh: 
406         * flower/file-name.cc: New file.  Update users.
407
408         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
409         (find): New method of same name.
410
411         * lily/my-lily-parser.cc (ly:parse-file): Use it.
412
413         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
414         constant error message.
415
416 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
417
418         * input/test/{blank-notes.ly,staff-container.ly}: typos.
419
420 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
421
422         * Documentation/user/music-glossary.tely: @table @strong' replaced
423         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
424         (backportme).
425
426 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
427
428         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
429
430         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
431         #{ lily music expression #} that returns an equivalent scheme
432         music expression by parsing the string.
433
434 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
435
436         * lily/my-lily-parser.cc:
437         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
438         SCM string (foo.ly/toto.scm support).
439
440 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
441
442         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
443
444 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
445
446         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
447
448         * scripts/lilypond-book.py: LY code that includes \header is
449         not assumed to be a fragment.
450
451 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
452
453         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
454         tremolo beams up.
455
456         * lily/stem.cc (chord_start_y): Return 0 if no heads.
457         (get_default_stem_end_position): No tremolo head juggling if no
458         heads.  Fixes tremolo crash on rests (backportme).
459
460         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
461
462 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
463
464         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
465         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
466
467         * lily/lexer.ll: Allow \encoding in NOTES mode.
468
469         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
470         for lyrics, not for commands.
471
472         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
473         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
474
475         * input/regression/newaddlyrics.ly: New file.
476
477         * Documentation/topdocs/NEWS.texi: Update.
478
479         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
480         (Music_list): Allow embedded scm.
481
482         * lily/score.cc (ly:score-bookify): New function.
483
484         * lily/music.cc (ly:music-scorify): Idem.
485
486         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
487         (ly:parser-print-score): Idem.
488
489         * scm/lily.scm (default-toplevel-book-handler): Idem.
490         (default-toplevel-music-handler): Idem.
491         (default-toplevel-score-handler): Idem.
492
493         * ly/declarations-init.ly: Set default toplevel handlers.
494
495         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
496
497         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
498         printer for score at toplevel.
499
500 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
501
502         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
503         Fix for simple case: input/simple-song.ly, more complex stuff
504         does not work yet.
505
506 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
507
508         * lily/parser.yy (Prefix_composite_music): split Composite_music
509         in Prefix_composite_music and Grouped_music_list.
510         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
511
512 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
513
514         * scm/lily.scm (toplevel-expression): New define.
515
516         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
517
518         * lily/parser.yy (toplevel_expression): Use it.
519
520         * lily/include/my-lily-parser.hh: Smobbify.
521
522         * lily/my-lily-parser.cc (parse_string): New method.
523         
524         * lily/my-lily-parser.cc (ly:parse-string): New function.
525
526         * Documentation/user/lilypond.tely: Add comment and workaround for
527         gs-8.01 crash.  Fixes make web.
528
529         Simplification of toplevel music.
530         
531         * lily/lexer.ll, lily/parser.yy:
532
533         * In LYRICS mode, return LYRICS_STRING.  This fixes one
534         shift/reduce problem.
535
536         * Use NOTES mode at start of maininput.
537
538         * Grok toplevel composite music expression, put in score and book.
539
540         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
541
542         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
543
544         * input/simple.ly: New file.
545         
546         * input/simple-song.ly: Idem.
547
548 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
549
550         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
551         Sandberg.
552
553 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
554
555         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
556
557 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
558
559         * input/regression/accidental-octave.ly: doc automatic showing
560         of note names.
561
562 2004-04-16  Heikki Junes <janneke@gnu.org>
563
564         * po/fi.po: do "make po && make -C po po-update" at top-level,
565         then "cp po/out/fi.po po/fi.po" and update fields.
566
567         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
568
569 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
570
571         * Documentation/user/introduction.itely (About this manual): Fix
572         templates and regression urls (backportme).
573
574 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
575
576         * ly/engraver-init.ly (Score:graceSettings): Increase
577         beamed-lengths, especially for 32nd notes.
578
579         * Documentation/user/notation.itely (Grace notes): Correct the
580         syntax for add-grace-property example.
581
582 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
583
584         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
585         `Generated' tag.
586
587         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
588         Severely broken (the Debian package, at least).
589
590 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
591
592         * lily/context.cc (find_create_context): assign to lvalue.
593
594 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
595
596         * lily/include/translator.hh (class Translator): rename
597         get_parent_context() to context () to avoid confusion.
598
599         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
600
601         * lily/lexer.ll: change is_string -> ly_c_string_p 
602
603         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
604
605         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
606
607         * VERSION: release 2.3.0
608
609         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
610
611         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
612         if nonempty.
613
614         * lily/include/context.hh (class Context): make members protected.
615         (children_contexts): new accessor function.
616
617         * lily/include/translator.hh (class Translator): make
618         daddy_context_ protected.
619         (class Translator): clean up. 
620
621         * lily/include/context.hh (class Context): make daddy_context_
622         private.
623
624         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
625         higher for finding Voice. (backportme)  
626
627         * lily/include/context.hh (class Context): remove
628         find_context_below() as a method.
629
630         * Documentation/user/notation.itely (The Lyrics context): add note
631         about manual durations
632
633         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
634         encoding.
635
636         * scm/output-tex.scm (text): dump \inputencoding{} for text.
637
638 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
639
640         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
641         \usepackage{inputenc}
642
643         * lily/paper-book.cc (classic_output): don't advance Offset for
644         TeX output.
645
646         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
647         ec-sauter.map in rules
648
649         * mf/ecb.mf (font_identifier): new file, based on ecbx
650
651         * mf/ecb10.mf (gensize): new file.
652
653         * Documentation/topdocs/NEWS.texi (Top): document some more new
654         features.
655
656         * ly/declarations-init.ly: run convert-ly
657
658         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
659         from input-file-results. Remove input-file-results.* 
660
661 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
662
663         * scm/output-ps.scm (font-command): Fix, again.
664
665         * input/test/title-markup.ly: Add \noPagebreak test.
666
667         * lily/score-engraver.cc (try_music): Bugfix.
668
669 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
670
671         * lily/main.cc (main_with_guile): excise dependency options -M and
672         --dep-prefix
673
674         * lily/input-file-results.cc: excise Makefile dependency code
675
676         * Documentation/user/invoking.itexi (Invoking the lilypond
677         binary): remove dep doco
678         
679         * lily/main.cc (main_with_guile): call lilypond-main
680         
681         * scm/lily.scm (lilypond-main): new function: handle multiple files.
682
683         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
684         exception.
685
686         * lily/my-lily-parser.cc: remove paper_description function
687
688         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
689         new function.
690
691         * lily/main.cc: remove global_score_count.
692
693         * lily/book.cc (process): don't take header from global_input_file.
694
695         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
696
697         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
698
699         * lily/music-output-def.cc (LY_DEFINE): new function
700         ly_output_description. This function does the bulk for  setting,
701         parsing and breaking down of an input file.
702
703         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
704         anonymous modules globally. Let's hope they get GCd
705
706         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
707
708 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
709
710         * scm/output-ps.scm (header): Papersize from paper.
711
712         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
713         for classic output.
714
715         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
716         lilypondclassic is defined.
717         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
718
719         * input/regression/between-systems.ly: Remove.
720
721         * python/lilylib.py (get_bbox): Fix regular expression
722         for bounding box.
723
724         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
725
726         * scm/output-tex.scm (stop-page): Use it.
727
728         * scm/output-ps.scm (define-fonts): Bugfix.
729
730         * lily/grob.cc: Add penalty to interface.
731
732         * lily/include/paper-line.hh (class Paper_line): New member
733         var penalty_.
734
735         * lily/system.cc (get_line): Initialise Paper_line with
736         page-penalty's from original grobs.
737
738         * scm/define-music-properties.scm (all-music-properties): Add
739         page-penalty.
740
741         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
742
743         * lily/score-engraver.cc (try_music): Handle page-penalty.
744
745         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
746
747 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
748
749         * ly/declarations-init.ly (melismaEnd): typo
750
751         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
752
753         * scm/output-ps.scm (text): split string into spaces, use moveto
754         for setting space. 
755         
756 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
757
758         * po/nl.po: Update.
759
760         * scm/font.scm (add-cmr-fonts): Typo.
761
762 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
763
764         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
765         font-encoding.
766
767         * scm/define-grobs.scm (all-grob-descriptions): idem.
768
769         * lily/time-signature.cc (numbered_time_signature): idem.
770
771         * scm/font.scm (add-cmr-fonts): use real encoding names for
772         font-encoding.
773
774 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
775
776         * lily/paper-book.cc (classic_output): 
777         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
778         Fixes classic output.
779         (lilypondstart):
780         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
781         kludge.
782
783         * scripts/old-lilypond-book.py: Remove.
784
785         Page layout for SCOREs enclosed in a BOOK:
786
787         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
788         layout tweaking.
789
790         * input/les-nereides.ly (theScore): Add \book.
791         
792         * input/test/title-markup.ly: Add \book.
793
794         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
795         only if 'verbose.
796
797         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
798
799         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
800
801         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
802         * scm/output-tex.scm (start-system): Update for page layout by
803         LilyPond.
804
805         * scm/output-ps.scm (start-system): Previously (new-start-system).
806
807         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
808         passed to define-fonts.
809
810         * lily/paper-column.cc: 
811         * lily/system.cc (get_line):
812         * ly/property-init.ly (newpage): 
813         * scm/define-grob-properties.scm:
814         * scm/output-ps.scm: 
815         * scm/output-tex.scm: Remove between-system-string kludge.
816
817         * scm/output-ps.scm (define-fonts, font-command,
818         font-load-encoding): Handle ENCODING = #f.
819
820         * scm/output-tex.scm (output-scopes): Check if variable is bound.
821
822         * scm/define-markup-commands.scm (fill-line): Use
823         make-simple-markup (WAS: unexisting make-word-markup).
824
825         * lily/text-item.cc (interpret_markup): Bugfix, transpose
826         ENCODING, MARKUP parameters for interpret_string.
827
828         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
829
830         * lily/score.cc (book_rendering): New method.
831         (default_rendering): Create Paper_book helper locally, dump
832         output.
833
834         * lily/my-lily-lexer.cc (the_key_tab): Add book.
835
836         * lily/parser.yy: Handle \book.
837
838         * lily/include/book.hh: 
839         * lily/book.cc: New file.
840
841 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
842
843         * lily/text-item.cc (interpret_string): new file, select font with
844         encoding.
845
846         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
847
848         * scm/define-markup-commands.scm (encoded-simple): new markup command.
849
850         * lily/parser.yy (markup): take encoding from lexer.
851
852 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
853
854         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
855
856         * scm/output-ps.scm: Remove some cruft.
857
858 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
859
860         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
861
862         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
863
864 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
865
866         * scm/font.scm (add-century-schoolbook-fonts):
867         (make-century-schoolbook-tree): New function.
868
869         * input/test/title-markup.ly: Use Century Schoolbook font.
870
871 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
872
873         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
874         to Erik Sandberg) 
875
876         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
877
878         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
879
880         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
881
882         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
883
884 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
885
886         * scm/part-combiner.scm (determine-split-list): bugfix: if no
887         solo-state (at end of solo), we can set the solo status
888         too. (backportme.)
889
890         * input/regression/part-combine-solo-end.ly: new file.
891
892 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
893
894         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
895         flavour abc files.  Really ignore unknown keys (backportme).
896
897 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
898
899         * lily/scaled-font-metric.cc (text_dimension): only multiply with
900         magnification_ when looking up in orig_.
901
902         * scm/output-tex.scm (text): switch off char-mapping.
903
904         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
905         because AFM's encoding field cannot have spaces.
906
907 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
908
909         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
910
911 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
912
913         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
914
915         * mf/cmr.enc: new file, without hi-bit ascii info. 
916
917         * lily/bezier-bow.cc (slur_shape): make indent dependent on
918         width. This removes the 'hook' at the end of a long slur.
919
920         * buildscripts/mf-to-table.py (parse_logfile): don't append
921         encoding to fontname.
922
923 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
924
925         * scm/output-ps.scm (define-fonts): Load .enc only once.
926
927         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
928         too.
929
930 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
931
932         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
933         encoding field.
934
935         * lily/stencil-scheme.cc: remove ly:fontify-atom 
936
937         * ly/portuges.ly (pitchnames): new file.
938
939         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
940         Michael Welsh Duggan
941
942         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
943
944         * ly/nederlands.ly: add comment about digits.
945
946         * lily/scaled-font-metric.cc (derived_mark): idem.
947
948         * scm/encoding.scm (make-encoding-mapping): change permutation to
949         mapping.
950
951         * lily/scaled-font-metric.cc (derived_mark): is a const method.
952         (Modified_font_metric): make alist for coding_description_
953         (LY_DEFINE): remove coding-name.
954
955         * scm/output-tex.scm (text): remove debugging code.
956
957         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
958
959         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
960         from infile.
961
962         * mf/feta-generic.mf: move fet_beginfont into generic code.
963         use fetaMusic (without space) as encoding
964
965         * mf/feta-autometric.mf: take encoding argument
966
967         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
968
969         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
970         use.
971
972         * scm/encoding.scm (read-encoding-file): use symbol for glyph
973         name.
974
975 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
976
977         * input/test/title-markup.ly: Set inputencoding.
978
979         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
980
981         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
982
983         * scm/encoding.scm (get-coding-filename, get-coding-command): New
984         function.
985         (coding-alist): Also hold filename, command.
986         (read-encoding-file): Return symbols.
987
988 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
989
990         * scm/output-tex.scm: remove fontify; text and char take a font
991         argument.
992
993         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
994
995         * lily/scaled-font-metric.cc (text_dimension): init
996         coding_{permutation,table}_ too 
997         (LY_DEFINE): ly:font-encoding, new function return
998
999         * lily/paper-def.cc (find_scaled_font): take input coding from
1000         inputcoding paper var.
1001
1002         * lily/performance.cc (output): remap modulo 16.
1003
1004         * lily/text-item.cc (interpret_markup): whoops, variable
1005         shadowing fixed.
1006
1007 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1008
1009         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1010         symbols, not symbols to strings.
1011         
1012         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1013         symbols, not symbols to strings.
1014
1015 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1016
1017         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1018         (ly:kpathsea-gulp-file): New function.
1019
1020         * scm/encoding.scm (read-encoding-file): Use it.
1021
1022 2004-04-06  Werner Lemberg  <wl@gnu.org>
1023
1024         * scm/encoding.scm (coding-alist): Fix typo.
1025
1026 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1027
1028         * lily/scaled-font-metric.cc (text_dimension): move function from
1029         Font_metric
1030         (make_scaled_font_metric): init coding_scheme_ to TeX
1031         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1032
1033         * lily/include/scaled-font-metric.hh (struct
1034         Modified_font_metric): rename from Scaled_font_metric
1035
1036         * scm/encoding.scm (read-encoding-file): split up large function,
1037         leave caching to (delay)
1038
1039         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1040
1041 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1042
1043         * lily/my-lily-lexer.cc (set_encoding): New method.
1044
1045         * lily/lexer.ll: Grok \encoding.
1046
1047         * lily/font-metric.cc (get_encoded_index): New function.
1048
1049         * lily/include/font-metric.hh (coding_scheme): New method.
1050
1051         * scm/encoding.scm: New file.
1052
1053         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1054
1055 2004-04-05  Werner Lemberg  <wl@gnu.org>
1056
1057         * Documentation/user/tutorial.itely: Revised (finished).
1058
1059         * Documentation/user/macros.itexi (@separate): Removed.
1060
1061 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1062
1063         * scm/output-ps.scm (define-fonts): fix scaling.
1064
1065         * lily/scaled-font-metric.cc (design_size): add function.
1066
1067         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1068         partial cut&paste of ly:font-magnification.
1069
1070 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1071
1072         * scm/output-ps.scm (define-fonts):
1073         (fontify): Update.
1074
1075 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1076
1077         * po/fr.po: update. (backportme).
1078
1079         * po/nl.po: update. (backportme). 
1080
1081         * mf/feta-beugel.mf: document why design size is not fixed.
1082
1083         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1084
1085 2004-04-04  Werner Lemberg  <wl@gnu.org>
1086
1087         * Documentation/user/tutorial.itely: Revised (continued).
1088
1089 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1090
1091         * po/nl.po: Update (backportme).
1092
1093 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1094
1095         * po/de.po: update. (backportme).
1096
1097         * scm/output-tex.scm (font-command): use ly: functions to
1098         construct name.
1099         (define-fonts): don't use alist, just dump \font definitions.
1100         (font-load-command): calculate proper scaling by taking
1101         outputscale from paper argument.
1102
1103         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1104         expression.
1105
1106         * lily/paper-outputter.cc (output_header): pass paper arg to
1107         define-fonts
1108
1109         * lily/paper-def.cc (font_descriptions): dump list of
1110         Scaled_font_metrics
1111         (find_scaled_font): take Font_metric argument, store
1112         Scaled_font_metrics in hash-table containing (size ->
1113         Scaled_font_metrics) alist.
1114         (get_dimension): rename from get_realvar
1115
1116         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1117         ly:font-magnification, ly:font-name: new functions
1118
1119 2004-04-03  Werner Lemberg  <wl@gnu.org>
1120
1121         * Documentation/user/dedication.itely,
1122         Documentation/user/preface.itely,
1123         Documentation/user/introduction.itely,
1124         Documentation/user/tutorial.itely: Revised.
1125         Removing leading spaces which distorts output if info files are read
1126         with stand-alone info.
1127         Removing superfluous inter-word spaces which also distorts output
1128         for stand-alone info.
1129         Using ` and ' instead of `` and '' everywhere to improve
1130         legilibility with stand-alone info
1131         Using @samp for single-letter input items and data which contains
1132         spaces, @code for other things.
1133
1134         * lily/grob-interface.cc: Adding copyright.
1135         (check_interfaces_for_property): Improve format of warning message.
1136
1137 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1138
1139         * lily/include/font-metric.hh (struct Font_metric): add
1140         design_size () method.
1141
1142         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1143
1144         * lily/afm.cc (read_afm_file): read design size.
1145
1146         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1147
1148         * scm/music-functions.scm (unfold-repeats): handle dots too.
1149
1150 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1151
1152         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1153         (backportme)
1154
1155 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1156
1157         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1158         lyric indent.  Revert melismaBusyProperties using \unset.
1159
1160 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1161
1162         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1163
1164         * lily/parser.yy (command_element): allow redefinition of |
1165         meaning.
1166
1167         * lily/break-align-engraver.cc (acknowledge_grob): construct
1168         LeftEdge where the first cause for alignment is coming from.
1169         This makes \override Staff.LeftEdge work as expected.
1170
1171         
1172         * lily/slur-performer.cc (Slur_performer): add inits
1173
1174         * lily/beam-performer.cc (Beam_performer): add inits
1175
1176 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1177
1178         * VERSION (PACKAGE_NAME): release 2.2.0
1179
1180         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1181
1182 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1183
1184         * lily/cluster.cc (height): Fix warning.
1185
1186         * lily/parser.yy: Janitorial cleanups.
1187
1188         * Documentation/user/tutorial.itely (Tutorial): Typo.
1189
1190 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1191
1192         * lily/change-iterator.cc (process): search at multiple context
1193         levels. This fixes 
1194
1195         
1196         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1197         not voice-state index for tie state. This fixes a partcombine
1198         problem with ties.
1199
1200         * Documentation/user/tutorial.itely (Commenting input files): add
1201         note about convert-ly.
1202
1203         * input/test/cadenza-skip.ly:  new file.
1204
1205 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1206
1207         * po/nl.po: Spelling fixes.
1208
1209         * autogen.sh (srcdir): Regenerate.
1210
1211         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1212         autogen.sh.
1213
1214         * configure.in: Use C++ to check for C++ header.
1215
1216         * po/nl.po: Update.
1217
1218         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1219
1220         * lily/event.cc (to_relative_octave): Translatable sentence should
1221         be one string.
1222
1223         * python/lilylib.py (warranty): Year range is not translatable.
1224         It's 2004 already!
1225
1226         * flower/warn.cc (non_fatal_error, warning, programming_error):
1227         Remove whitespace from translated string.
1228
1229 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1230
1231         * VERSION: release 2.1.37.
1232
1233 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1234
1235         * configure.in: check for C language.
1236
1237         * lily/source-file.cc: include strstream without h.
1238
1239         * scm/documentation-generate.scm (string-append): use name without
1240         .texi.
1241
1242         * autogen.sh (srcdir): SUSE fix.
1243
1244         * Documentation/user/notation.itely (Ancient clefs): idem.
1245
1246         * Documentation/user/lilypond-book.itely (Integrating HTML and
1247         music): idem.
1248
1249         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1250
1251         * lily/change-iterator.cc (process): use find_existing_context().
1252
1253         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1254
1255         * input/regression/repeat-unfold-tremolo.ly: new file.
1256
1257         * scm/music-functions.scm (unfold-repeats): undo music compression
1258         too.
1259
1260         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1261         (LY_DEFINE): ly:music-compress new function.
1262
1263         * scm/part-combiner.scm (determine-split-list): split for voice
1264         crossings
1265
1266         * input/regression/part-combine-cross.ly: new file.
1267
1268         * scm/part-combiner.scm (make-part-combine-music): don't do
1269         relative inside partcombine arguments.
1270
1271         * scm/music-functions.scm (make-non-relative-music): new function.
1272
1273         * Documentation/user/notation.itely (Automatic part combining):
1274         add note about \relative.
1275
1276         * lily/part-combine-iterator.cc (construct_children): add
1277         start_moment_ member.
1278
1279         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1280         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1281
1282         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1283
1284         * Documentation/user/changing-defaults.itely (Which properties to
1285         change): fixes.
1286
1287 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1288
1289         * po/fr.po: update.
1290
1291 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1292
1293         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1294
1295         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1296         Reinstate old code that issues warning.  Fixes --srcdir build.
1297
1298 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1299
1300         * input/wilhelmus.ly: New file.
1301
1302         * Documentation/user/notation.itely: 
1303         * Documentation/user/introduction.itely:
1304         * Documentation/user/tutorial.itely: Use quote ly-option instead
1305         of explicit @quotation.  This fixes too long lilypond linewidths
1306         resulting in overful hboxes.
1307
1308         * scripts/lilypond-book.py: Add ly-option: `quote'.
1309
1310 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1311
1312         * tex/titledefs.tex: Avoid that the first score line is extra
1313         indented if instrument is defined but not piece.
1314
1315 2004-03-30  Werner Lemberg  <wl@gnu.org>
1316
1317         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1318         `lilypond/' to info file name.
1319         (@usermanref) [info]: New variant.
1320
1321         * scm/documentation-generate.scm: Fix definition of @usermanref
1322         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1323         to info file name.
1324
1325 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1326
1327         * VERSION: release 2.1.36
1328         
1329         * Documentation/user/changing-defaults.itely (Interpretation
1330         contexts): rewrite introduction.
1331
1332 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1333
1334         * scm/define-markup-commands.scm: Use TeX accents instead of
1335         straight iso-8859-1 encoding in the doc string.
1336
1337 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1338
1339         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1340         space after dotted duration.
1341
1342 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1343
1344         * Documentation/user/introduction.itely: 
1345         * Documentation/user/notation.itely:
1346         * Documentation/user/tutorial.itely: Up all relative examples.
1347         Enclose @lilypond displays in @quotation.  Typos and corrections.
1348
1349         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1350
1351 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1352
1353         * scm/music-functions.scm (make-voice-props-revert): Revert also
1354         MultiMeasureRest staff-position in oneVoice.
1355
1356 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1357
1358         * Documentation/user/changing-defaults.itely, 
1359         Documentation/user/lilypond.tely: few fixes. Place no comma between
1360         two options: a and b, but commas between three options: a, b, and c.
1361         By this manner, grouping is possible: a and b, and c and d.
1362
1363 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1364
1365         * Documentation/user/GNUmakefile: add rule for .nexi
1366
1367 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1368
1369         * Documentation/user/music-glossary.tely: move glossary direntry
1370
1371         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1372         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1373
1374 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1375
1376         * stepmake/aclocal.m4: Verify that gettext configure check with
1377         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1378
1379 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1380
1381         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1382         glob.glob for .png filenames. This catches multipage pngs.  
1383
1384         * Documentation/user/changing-defaults.itely (Determining the grob
1385         property): fix references.
1386
1387         * lily/staff-symbol.cc (print): only add extent if non empty.
1388         This fixes staff-container.ly.
1389
1390         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1391         starting with a mmrest also works.
1392
1393         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1394         PNG for texinfo too.
1395
1396         * po/lilypond.pot: update translation strings.
1397
1398         * VERSION: 2.1.35 released
1399         
1400         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1401         context argument too.
1402
1403         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1404
1405         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1406
1407         * python/lilylib.py (command_name): don't return 1st path
1408         component.
1409
1410         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1411         .png case separately.
1412
1413         * python/lilylib.py (system): typo.
1414         
1415 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1416
1417         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1418         run indent-region.
1419
1420         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1421         Fixes compile.
1422
1423         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1424         Add header.
1425
1426 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1427
1428         * vim/lilypond-indent.vim: small fixes.
1429
1430 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1431
1432         * Documentation/user/notation.itely (Entering lyrics): Add example
1433         with correct english double quotes (at least for LaTeX output,
1434         maybe not a good idea if we switch to PS as the default output
1435         format).
1436
1437 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1438
1439         * lily/staff-performer.cc (create_audio_elements): play instrument
1440         changes before notes arrive. This fixes instrument of the first
1441         note in a score.
1442
1443         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1444         to 1.9.0 conversion.
1445
1446         * lily/mark-engraver.cc: doc string.
1447
1448         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1449
1450         * Documentation/user/introduction.itely (Introduction): new node.
1451
1452 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1453
1454         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1455
1456         * input/regression/spacing-ragged-last.ly: new file.
1457
1458         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1459         spacing.
1460
1461         * scm/font.scm: rewrite using GOOPS.
1462         
1463         * lily/context-def.cc (filter_engravers): derefence pointer.
1464
1465         * lily/lily-guile.cc (type_check_assignment): use
1466         ly_scheme_function iso. scm_primitive_eval where possible.
1467
1468         * lily/performance.cc (output): limit channels at 15. This fixes
1469         percussion inadvertently showing up in large scores.
1470
1471 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1472
1473         * input/regression/tuplet-gap.ly: new file.
1474
1475         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1476         (print): compute gap length from number size, include italic
1477         correction.
1478
1479         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1480         tuplet-bracket
1481
1482         * scm/paper.scm (set-default-paper-size): new function, to be
1483         called at toplevel.
1484         (set-paper-size): new function, to be called inside \paper {}
1485         (set-default-paper-size): new function, to be called at toplevel.
1486
1487         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1488
1489         * lily/beam-performer.cc (process_music): idem.
1490
1491         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1492         
1493         * tex/titledefs.tex: remove scshape for piece.
1494
1495         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1496         font-family
1497
1498         * lily/time-signature.cc (special_time_signature): font-encoding
1499         not family.
1500
1501         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1502         dynamic to head. This fixes p placement in morgenlied.
1503
1504 2004-03-23  Werner Lemberg  <wl@gnu.org>
1505
1506         * stepmake/stepmake/generic-targets.make (help): Improve text.
1507
1508 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1509
1510         * VERSION: 2.1.34 released
1511         
1512         * lily/main.cc (main_with_guile): switch debugging.
1513
1514         * lily/system.cc (get_line): plug leak.
1515
1516         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1517         and contents.
1518         (stencil2line): plug leak.
1519
1520         * Documentation/user/changing-defaults.itely (Determining a grob
1521         property):  new node.
1522         (Layout interfaces): new node.
1523         (Navigating the program reference): new node.
1524
1525         * lily/accidental-engraver.cc (acknowledge_grob): add property
1526         harmonicAccidentals
1527
1528         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1529         general cleanups.
1530         
1531         * input/les-nereides.ly (middleDynamics): resurrect Les
1532         nereides. Remove pedal hack.
1533
1534 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1535
1536         * input/regression/property-grace-polyphony.ly: new file.
1537
1538         * lily/translator-property.cc (execute_pushpop_property): only pop
1539         one instance of the property. This fixes << \\ >> together with
1540         \grace.
1541
1542         * lily/break-align-interface.cc (ordered_elements): we cannot
1543         modify the #'elements property, so return reordered array.
1544
1545 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1546
1547         * buildscripts/lilypond.words.py: remove.
1548         * buildscripts/lilypond-words.py: add new, renamed file. 
1549         Give generated targets and dirs explicitly in arguments.
1550
1551         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1552         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1553         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1554         
1555         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1556
1557         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1558
1559         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1560         orders.
1561
1562         * vim/GNUmakefile: add local-uninstall target.
1563
1564         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1565         
1566         * vim/vimrc: add a one-liner file.
1567
1568         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1569         vimrc in EXTRA_DIST_FILES.
1570
1571         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1572
1573 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1574
1575         * config.make.in: add vimdir.
1576
1577         * vim/GNUmakefile: add local-install.
1578
1579 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1580
1581         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1582         with \lilypondifundefined{blabla}. Solves problem with multiple
1583         titles in the same lilypond-book document.
1584
1585 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1586
1587         * scm/document-backend.scm (interface-doc): sort grob list for
1588         interface.
1589
1590         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1591         pre/post break align-order.
1592
1593         * spelling patch courtesy Edward Sutton.
1594
1595         * Documentation/user/changing-defaults.itely (Changing context
1596         default settings): new node.
1597         (Defining new  contexts): new node.
1598
1599         * scripts/lilypond-book.py (is_derived_class): use numbers
1600         iso. booleans.
1601
1602         * python/lilylib.py (make_ps_images): add margin to PS images.
1603
1604         * scripts/lilypond-book.py (is_derived_class): new function. Take
1605         class arg iso. object.
1606         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1607         for bug in GS/dvips.
1608
1609         * lily/text-item.cc (interpret_markup): idem.
1610
1611         * scm/define-markup-commands.scm: remove split around-space hack.
1612
1613         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1614         function, fold WL's fixes into one function.
1615
1616 2004-03-22  Werner Lemberg  <wl@gnu.org>
1617
1618         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1619         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1620         (Note_column::head_position_interval): Do proper rounding for
1621         calls to Staff_symbol_referencer::get_position.
1622
1623 2004-03-21  Werner Lemberg  <wl@gnu.org>
1624
1625         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1626         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1627         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1628         (My_lily_parser::parse_file): Improve formatting progress indication
1629         sent to stdout.
1630
1631 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1632
1633         * VERSION: 2.1.33 released.
1634
1635         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1636
1637         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1638
1639         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1640         warning is issued about dummy.dep.
1641
1642         * scm/new-font.scm: fix design sizes of nummer
1643
1644 2004-03-21  Werner Lemberg  <wl@gnu.org>
1645
1646         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1647         some annoying warnings from mkdir during `make install'.
1648
1649 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1650
1651         * lily/performer-group-performer.cc (do_announces): call
1652         Performer_group_performer::create_audio_elements () too.
1653
1654         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1655
1656         * scm/define-grobs.scm (all-grob-descriptions): add property
1657         break-align-orders
1658
1659         * lily/global-context.cc (get_default_interpreter): new
1660         function. Override from base class, so no new Score contexts are
1661         created.
1662
1663         * lily/include/stencil.hh (class Stencil): document origin field.
1664
1665         * lily/staff-symbol.cc (print): span staff-symbol on column
1666         extents for non-broken columns. 
1667
1668         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1669         key-signature.
1670
1671         * tex/titledefs.tex: don't use smallcaps for piece.
1672
1673         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1674         translated stencils in the output.
1675
1676         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1677
1678 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1679
1680         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1681         and init ties_created_
1682
1683         * VERSION: release 2.1.32
1684
1685         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1686         doc string from IMPLEMENT_CTOR_CALLBACK().
1687
1688         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1689         that engraver is in a performer hierarchy.
1690
1691 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1692
1693         * vim/lilypond-ftdetect.vim: new file.
1694
1695 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1696
1697         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1698         (compose_ly): default octave should be middle C.
1699
1700         * Documentation/user/changing-defaults.itely (Layout tunings
1701         within contexts): new node.
1702
1703         * lily/include/smobs.hh: document C++ smob interface.
1704
1705         * lily/function-documentation.cc: don't doc functions without
1706         docstring.
1707
1708 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1709
1710         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1711         direntry, so that `info lilypond' goes to Top.
1712
1713         * scm/output-ps.scm (polygon): Fix: add spaces.
1714
1715         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1716         solutions are now optimal too.
1717
1718         * input/test/page-breaks.ly: New file.
1719
1720         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1721         functions into safe module.
1722
1723         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1724         end, prepend zeros.
1725
1726         * scm/output-*.scm: Use ly:number->string rather than
1727         number->string.  Makes for saner output.
1728
1729         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1730         Fixes feta-nummer, feta-din scaling.
1731
1732 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1733
1734         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1735
1736         * scm/music-functions.scm (descend-to-context): new
1737         function. Similar to context-spec-music.
1738         (make-time-signature-set): specify Score as descend-only. This
1739         fixes the polymetric.ly example.
1740
1741         * lily/context-specced-music-iterator.cc (construct_children): add
1742         support for descend-only context spec.
1743
1744         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1745         determine ez-notation letter. 
1746
1747         * lily/system.cc (get_line): start with dumping layer 3. This
1748         fixes ez notation.
1749
1750 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1751
1752         * input/test/title-markup.ly: Stress breaking harder.
1753
1754         * scm/page-layout.scm (height-score): Overfull page scores twice
1755         as bad as underfull (was: by a power).
1756         (walk-lines): Omit first walk-path round (breaking after new node,
1757         without lines).
1758
1759         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1760         diff values are negative.
1761         (output): Bugfix: treat negative vfill differently.
1762
1763         * Documentation/user/lilypond.tely (direntry): Add note about why
1764         `info lilypond' brings up `Invoking LilyPond' node.
1765
1766 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1767
1768         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1769
1770         * lily/paper-book.cc: Remove cruft.
1771         (output): Bugfix: put vfill between lines.
1772         (pages): Bugfix: set page vars needed for filling.
1773
1774         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1775         (was: @ar).
1776
1777         * scm/page-layout.scm: Further development.
1778
1779         * ly/declarations-init.ly (paper): Define page-breaking.
1780
1781 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1782
1783         * lily/note-head.cc (brew_ez_stencil): add note-names
1784         property. Provides internationalization for note names.
1785
1786         * Documentation/user/changing-defaults.itely (Creating contexts):
1787         new node.
1788
1789         * lily/grace-iterator.cc (process): descend to child for \grace.
1790
1791         * lily/timing-translator.cc (initialize): Timing_translator adds
1792         Timing alias by itself.
1793
1794         * lily/context.cc (add_alias): new function.
1795
1796         * scm/lily.scm (tex-output-expression): new function, eval within
1797         drawing API. Guards against eval vulnerabilities.
1798
1799         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
1800
1801         * scm/output-ps.scm (scm): export lily drawing API.
1802
1803         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
1804         throughout.
1805
1806 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1807
1808         * scm/page-layout.scm (optimal-page-breaking): New function.
1809         
1810         * lily/paper-book.cc (pages): Use it.
1811
1812 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1813
1814         * lily/include/paper-line.hh (class Paper_line): Full smob.
1815
1816 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1817
1818         * lily/global-context.cc (run_iterator_on_me): fix grace note
1819         nesting by initting measurePosition.
1820
1821         * lily/timing-translator.cc (initialize): do no init
1822         measurePosition
1823         
1824         * lily/include/music-output-def.hh (class Music_output_def): add
1825         input_origin_ field.
1826
1827         * Documentation/user/changing-defaults.itely (Changing context
1828         properties on the fly): new node.
1829
1830         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
1831         function. Only have smobbed_copy (), and do not provide
1832         smobbed_copy() for non-simple smobs. Changes throughout.
1833
1834 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1835
1836         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
1837         start_moment_. Fix by Doug A. Linhardt.
1838
1839 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1840
1841         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
1842         accidentals for harmonic notes.
1843
1844         * lily/note-collision.cc (check_meshing_chords): don't merge heads
1845         of different style. (Thanks to Doug Linhardt).
1846
1847         * Documentation/user/changing-defaults.itely (Scheme tutorial):
1848         new node.
1849
1850 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
1851
1852         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
1853
1854         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
1855         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
1856         vim/lilypond-indent.vim: doc targets and deps in comments.
1857
1858 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1859
1860         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
1861
1862         * lily/system.cc (get_line): Return Paper_line.  Change all users.
1863
1864         * lily/include/paper-line.hh:
1865         * lily/include/paper-line.cc: New file.
1866
1867 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1868
1869         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
1870
1871         * GNUmakefile.in: remove stray make out=www
1872
1873         * input/test/bagpipe.ly (gcdg): octave fixes.
1874
1875         * scm/define-markup-commands.scm (number): use font-encoding
1876         iso. font-family
1877
1878         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
1879         font-encoding.
1880         
1881 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
1882
1883         * lily/parse-scm.cc: compile-bugfix: add missing header files for
1884         `output_format_global' and `PAGE_LAYOUT'.
1885
1886 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1887
1888         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
1889         lily functions in safe mode.
1890
1891         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
1892         Print filename for HTML, LATEX, before texidoc.
1893
1894         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
1895         instructions in output-ps module.
1896
1897         * scm/lily.scm: Do not load output-ps module.
1898
1899         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
1900         safe mode.
1901
1902 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1903
1904         * lily/span-dynamic-performer.cc (process_music): remove spurious
1905         warning.
1906
1907         * lily/context-def.cc (Context_def): init name to ""
1908
1909         * lily/font-interface.cc: add font-encoding property.
1910
1911         * scm/lily.scm (chain-assoc-get): bugfix.
1912
1913         * lily/paper-book.cc (stencil2line): protect static SCM.
1914
1915         * lily/font-interface.cc (text_font_alist_chain): rename function,
1916         and use text-font-defaults. 
1917
1918         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
1919
1920         * scm/paper.scm (paper-set-staff-size): use new function.
1921
1922         * scm/new-font.scm (make-font-tree): new function.
1923
1924 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1925
1926         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
1927
1928         * scm/lily.scm (get-output-module): New function.
1929         (output-alist): Remove ,ps-output-expression.
1930
1931         * scm/output-tex.scm (ps-output-expression): New function.
1932
1933         * scm/output-ps.scm (ps-output-expression): Remove.
1934         (header, start-page): Output page metadata.
1935
1936         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
1937         initialise output_module_.  Do not write part of header.
1938         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
1939         (output_header): Output full header.
1940
1941         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
1942         FIXME.
1943
1944 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1945
1946         * scm/new-font.scm: new file. Tree based font lookup.
1947
1948         * scm/lily.scm (assoc-get): take default argument. Remove
1949         assoc-get-default.
1950         (chain-assoc-get): use chain-assoc-get everywhere.
1951
1952         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1953         autobeamsettings conversion bug.
1954
1955         * lily/include/global-context.hh (Context): clean-up data hiding.
1956
1957         * lily/include/music-iterator.hh (class Music_iterator): clean-up
1958         data hiding.
1959
1960         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
1961
1962         * input/regression/stem-shorten.ly: add chord case.
1963
1964         * lily/stem.cc (get_default_stem_end_position): shorten stems
1965         triggered by note-head positions, not by forced-direction. This
1966         fixes a bug with too short stems.  
1967  
1968 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1969
1970         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
1971         Lilypond_snippet.output_latex): Always call output_print_filename.
1972
1973         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
1974         expand pages.
1975
1976 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1977
1978         * scm/part-combiner.scm (make-autochange-music): switch rests
1979         before switched notes too.
1980
1981         * lily/figured-bass-engraver.cc (process_music): change calling
1982         convention.
1983
1984         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
1985
1986         * scm/define-markup-commands.scm (bracketed-y-column): new markup
1987         command.
1988
1989         * lily/include/stencil.hh (class Stencil): add origin field.
1990
1991         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
1992         function.
1993
1994         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
1995
1996         * lily/lexer.ll: remove support for \$ and $ in identifiers
1997
1998         * lily/sequential-iterator.cc: remove copy_grace_fixups
1999         (get_grace_fixup): slight abstraction of fixup code.
2000
2001         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2002
2003 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2004
2005         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2006         in insert-mode. add indenting rules.
2007
2008 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2009
2010         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2011         protect hack.
2012
2013         * scm/page-layout.scm:
2014         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2015         layout and titling should now match external latex based version.
2016
2017         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2018         header fields.
2019
2020         * ps/lilyponddefs.ps: Remove automatic page layout.
2021
2022         * scm/output-ps.scm (new-start-system): New interface function.
2023
2024         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2025
2026         * lily/paper-book.cc (output): Bugfix.
2027
2028 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2029
2030         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2031         
2032 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2033
2034         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2035         direntries.
2036
2037         * ps/lilyponddefs.ps: Bugfix.
2038
2039         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2040
2041 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2042
2043         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2044         cause. This should fix warnings.
2045
2046         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2047
2048         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2049         prevent aligned 6ths.
2050
2051         * lily/custos.cc (print): remove adjust-if-on-staffline.
2052
2053 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2054
2055         * lily/paper-book.cc: Do header and footer.
2056
2057 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2058
2059         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2060
2061         * scm/paper.scm (lineheight): Remove
2062         (head-sep, foot-sep): Add.
2063
2064 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2065
2066         * mf/feta-schrift.mf: reduce portato thickness.
2067
2068         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2069
2070         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2071         programming_error ().
2072
2073         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2074         bracket to last command column.
2075
2076         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2077         continues on next/prev system.
2078
2079         * input/regression/pedal-end.ly: new file.
2080
2081 2004-03-10  Werner Lemberg  <wl@gnu.org>
2082
2083         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2084         Remove pmx2ly stuff.
2085         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2086
2087 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2088
2089         * scm/page-layout.scm: New file.
2090
2091         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2092         settings.
2093         (Lilypond_snippet.is_outdated): Also check for PNG file.
2094         Workaround for interrupted (web) builds.
2095
2096         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2097
2098         * ps/lilyponddefs.ps: Use only very small top-marging.
2099         (init-paper): Also pop page size string.
2100         (start-page, stop-page): New function.
2101
2102         * scm/output-ps.scm (header-end): Remove stray exec commands.
2103
2104 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2105
2106         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2107
2108         * lily/score.cc (default_rendering): clean protection.
2109
2110         * lily/paper-book.cc (mark_smob): implement smob marking.
2111
2112         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2113
2114         * Documentation/user/*.itely: user manual edits. 
2115
2116 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2117
2118         * Documentation/user/converters.itely (Invoking musedata2ly):
2119         remove pmx2ly.
2120
2121         * scripts/pmx2ly: remove script.
2122         
2123 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2124
2125         * lily/score.cc (default_rendering): Protect paper-book members.
2126
2127         * lily/paper-def.cc (smobbed_copy): New method.
2128
2129         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2130         switch runtime.
2131
2132         * lily/include/music-output.hh (process): Change signature to
2133         return SCM.
2134
2135         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2136         method.
2137
2138         * lily/paper-score.cc (process): Return stencils rather than
2139         outputting directly.  Remove paper-book kludge.  Delete grobs.
2140         (output): Remove.
2141
2142         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2143
2144         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2145
2146         * lily/score.cc (default_rendering)
2147         (ly_render_output): Move adding paper-score two levels up.
2148
2149         * lily/system.cc (get_line):
2150         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2151
2152 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2153
2154         * scm/font.scm (paper20-font-vector): add more design sizes for
2155         number.
2156
2157         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2158         feta-nummber{5,7,11,13}.
2159
2160         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2161         for 12pt design size. 
2162
2163 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2164
2165         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2166
2167 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2168
2169         * lily/font-select.cc (properties_to_font_size_family): Fix
2170         warning message.
2171
2172         * Experimental PostScript latin1 encoding:
2173         
2174         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2175
2176         * scm/output-ps.scm: Experimental encoding using reencode-font.
2177         * scm/font.scm: Add latin1 `font-shape'.
2178         
2179         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2180
2181         * ps/lilyponddefs.ps (reencode-font): New function.
2182
2183         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2184
2185         * scm/output-tex.scm (start-page):
2186         (stop-page): New interface function.
2187
2188 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2189
2190         * lily/paper-outputter.cc (output_expr):
2191         (output_header):
2192         (output_line): New method.
2193
2194         * lily/system.cc (get_line):
2195         (get_lines): New method.
2196         (output_scheme):
2197         (output_line): Remove.
2198
2199         * scm/lily.scm (make-title): New function.
2200
2201         * lily/paper-book.cc: 
2202         * lily/include/paper-book.hh: New file.
2203
2204         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2205         ly-modules.hh).
2206
2207         * lily/ly-module.cc (ly_modules_lookup): New function.
2208
2209         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2210
2211         * scm/output-ps.scm (make-title): Remove.
2212         (output-scopes): Junk header-title test.
2213
2214 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2215
2216         * mf/feta-schrift.mf: thicker dot for portato.
2217
2218         * lily/accidental-placement.cc (position_accidentals): bugfix in
2219         offset, this fixes right-padding of AccidentalPlacement.
2220
2221         * lily/[h-z]*.cc: () formatting.
2222
2223         * Documentation/user/tutorial.itely (An orchestral part): more
2224         fixes for the tutorial.
2225
2226         * scm/translation-functions.scm (fraction-tuplet-formatter):
2227         reverse fraction.
2228
2229         * lily/parser.yy (context_def_spec_block): use \context instead of
2230         \translator.
2231
2232         * lily/[a-g].cc: () style cleanup.
2233
2234         * Documentation/user/tutorial.itely (Automatic and manual beams):
2235         editing of tutorial.
2236
2237 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2238
2239         * buildscripts/mf-to-table.py (base): write encoding name.
2240
2241 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2242
2243         * Documentation/user/GNUmakefile (local-install-info): Issue
2244         warning (for packager, ie, if not installing in /usr or /usr/local).
2245
2246         * lily/stencil-scheme.cc: 
2247         * lily/staff-symbol-referencer.cc: 
2248         * lily/script-column.cc: 
2249         * lily/pitch.cc: 
2250         * lily/music.cc: 
2251         * lily/grob-pq-engraver.cc: 
2252         * lily/font-interface.cc: 
2253         * lily/music-output-def.cc: 
2254         * lily/duration.cc: 
2255         * lily/grob-scheme.cc:
2256         * lily/context-scheme.cc: Put scheme name on first line in
2257         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2258         style cleanups.
2259
2260         * stepmake/stepmake/scm-vars.make: 
2261         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2262         Rename and split TAGS_FILES.
2263
2264         * GNUmakefile.in (ALL-TAGS): Remove.
2265         
2266         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2267         deeper TAGS files.  Fixes regexp tags in TOP dir.
2268
2269 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2270
2271         * VERSION: 2.1.29 released.
2272         
2273         * Documentation/user/changing-defaults.itely (Changing defaults):
2274         new file.
2275
2276         * Documentation/user/notation.itely (Notation manual): rename from 
2277         refman.itely
2278
2279         * Documentation/user/notation-appendices.itely (The Feta font):
2280         new file.
2281
2282         * Documentation/user/advanced.itely: add aborted attempt for
2283         advanced topics manual.
2284
2285 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2286
2287         * scm/new-markup.scm: display Markups in sane format. Patch by
2288         Nicolas Sceaux.
2289
2290 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2291
2292         * lily/main.cc: Cleanups.
2293         (setup_localisation): New function.
2294         (sane_putenv): Remove.
2295         (main_with_guile): New name (Was: main_prog).  Remove musings
2296         about possible preparation for GUILE heavy memory usage and
2297         practical uselessness.  Do not set environment variables
2298         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2299         name juggling.
2300         (parse_argv): New function.
2301         (copyright): New function.  It's 2004 already.
2302
2303         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2304         (distill_inname): Move from main.
2305
2306 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2307
2308         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2309
2310         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2311
2312         * Documentation/user/running.itely: new file.
2313
2314         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2315
2316         * lily/score-performer.cc (finish): call Translator::finalize ().
2317
2318 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2319
2320         * lilypond-ftpplugin.vim: renamed to the following file.
2321         * lilypond-ftplugin.vim: new file.
2322
2323         * GNUmakefile.in: update VIM_FILES.
2324
2325 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2326
2327         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2328         props.
2329
2330         * input/test/tie-sparse.ly: remove.
2331
2332         * lily/tie-performer.cc (try_music): copy & paste from
2333         Tie_engraver.
2334
2335         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2336         variable_ref twice.
2337
2338         * lily/key-performer.cc (create_audio_elements): use
2339         alterations-in-key.
2340
2341         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2342
2343 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2344
2345         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2346         handle also quarter tones (not shown as tests). test also flats.
2347
2348         * Documentation/index.html.in: small fixes.
2349
2350 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2351
2352         * input/regression/new-markup-scheme.ly: Typo.
2353
2354         * scm/define-markup-commands.scm (fill-line): New markup.
2355
2356         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2357         (output-paper-def): Fix alignment.
2358         (make-title): Fix height/width scaling.
2359
2360         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2361
2362         * input/test/title-markup.ly: Add remaining titles.  Layout and
2363         font size fixes.  Add simplistic latin1 test.
2364
2365 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2366
2367         * input/test/nested-groups.ly: remove. move content (to next). 
2368         * input/test/staff-bracket.ly: replace content (from prev), this 
2369         has been already in templates.
2370
2371 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2372
2373         * stepmake/autogen.sh: Only issue warning about running configure
2374         without arguments when autogen.sh will actually be running
2375         configure.
2376
2377 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2378
2379         * scm/new-markup.scm (stack-stencil-line): robustness.
2380
2381         * scm/define-markup-commands.scm (simple): robustification of
2382         simple-markup.
2383
2384         * Documentation/user/music-glossary.tely (Top): change central C
2385         to middle C.
2386
2387         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2388
2389 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2390
2391         * input/test/title-markup.ly (spaceTest): Add.
2392
2393         * lily/text-item.cc (interpret_markup): Make line markup from
2394         multi word markup.
2395
2396         * scm/define-markup-commands.scm (word): New markup command.
2397         (simple): Use it.
2398
2399         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2400
2401 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2402
2403         * vim/ftplugin/lilypond.vim:
2404         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2405         show matching paren in insert mode.
2406
2407 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2408
2409         * scm/output-ps.scm (make-title, output-scopes): Further
2410         development.
2411
2412         * input/test/title-markup.ly: New file.
2413
2414         * ps/lilyponddefs.ps: Disable PostScript titling.
2415
2416         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2417
2418 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2419
2420         * lily/arpeggio.cc (width_callback): remove padding.
2421  
2422         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2423
2424         * scm/define-music-types.scm: remove make-music-by-name.
2425
2426         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2427
2428 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2429
2430         * lily/paper-score.cc (process): Output titles using make-title.
2431
2432         * scm/output-ps.scm (output-stencil): Display directly instead of
2433         constructing string.
2434         (make-title): New function.
2435
2436 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2437
2438         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2439         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2440         Move documentation of LaTeX packages for latin1 characters to the
2441         lilypond-book manual.
2442
2443 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2444
2445         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2446
2447         * vimrc: add menu in console and shortcut <F10> for it.
2448
2449         * vim/:
2450         * vim/compiler/:
2451         * vim/syntax/:
2452         * vim/indent/:
2453         * vim/ftplugin/: new directories.
2454         
2455         * vim/filetype.vim: new file.
2456
2457         * lilypond.vim: remove files (see next).
2458         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2459
2460         * vimrc: remove file (see next).
2461         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2462
2463         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2464         add header. apply bindings only locally.
2465
2466         * vim/indent/lilypond.vim: new file.
2467
2468         * vim/ftplugin/lilypond.vim: remove errorformat.
2469         * vim/compiler/lilypond.vim: new file for errorformats.
2470
2471         * Documentation/topdocs/INSTALL.texi: give easier orders.
2472
2473         * ROADMAP: add vim/
2474
2475 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2476
2477         * Documentation/user/introduction.itely (Introduction): Use @image
2478         iso @html <img...>.  Add workaround for images in columns in info.
2479
2480         * stepmake/aclocal.m4: Store computed version in variable.
2481
2482         * configure.in: Export MAKEINFO_VERSION.
2483
2484         * config.make.in (MAKEINFO_VERSION): Add.
2485
2486         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2487
2488         * Documentation/user/GNUmakefile: Only build info with images when
2489         building web.
2490
2491         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2492
2493         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2494         stuff from documentation-targets.make
2495
2496 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2497
2498         * VERSION: 2.1.28 released
2499         
2500         * scripts/convert-ly.py (conv): 
2501
2502 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2503
2504         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2505         \arpeggioBoth. redefine \arpeggioBracket.
2506
2507         * Documentation/user/refman.itely: document new arpeggio
2508         functions.
2509
2510         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2511
2512         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2513
2514         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2515
2516 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2517
2518         * Documentation/user/introduction.itely (Automated engraving):
2519         rewrite introduction using website text.
2520
2521 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2522
2523         * scm/*.scm: make-music-by-name is replaced by make-music, which
2524         also accept music property settings, eg:
2525           (make-music 'TextScriptEvent 'direction DOWN 'text
2526               (make-simple-markup x))
2527
2528         Patch courtesy Nicolas Sceaux
2529
2530         * lily/beam-quanting.cc: cleanup, separate counts for left and
2531         right beam ends.
2532
2533         * lily/side-position-interface.cc (quantised_position): also
2534         quantize staccato position for forced stem directions. 
2535
2536 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2537
2538         * scm/*.scm: Patch by Nicolas Sceaux: 
2539
2540         * scm/music-functions.scm: ly:grob-property and ly:music-property
2541         are made procedure with setters.
2542
2543         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2544         
2545 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2546
2547         * input/test/[t-v]*.ly: finish rewriting texidocs.
2548
2549         * input/test/vaticana.ly: remove.
2550         * input/test/ligature-vaticana.ly: new, renamed file name.
2551
2552         * input/test/stem-centered.ly: remove.
2553         * input/test/mensural-note-heads.ly: new file. take content from
2554         removed file stem-centered.ly.
2555
2556         * input/test/scales-greek.ly: simplify.
2557
2558         * input/test/s*.ly: reformulate texidocs.
2559         
2560         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2561         of missing features.
2562
2563 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2564
2565         * input/test/[j-o]*.ly: update texidocs.
2566
2567 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2568
2569         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2570
2571         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2572         images.
2573
2574         * Documentation/user/lilypond.tely (@direntry): Update.
2575
2576         * stepmake/stepmake/documentation-targets.make
2577         (install-info,uninstall-info): Install into $(package_infodir).
2578         Install images.  Run install-info to update dir.
2579
2580         * config.make.in (package_infodir): Add.
2581
2582         * Documentation/user/GNUmakefile (info-with-images,
2583         local-install-info, local-uninstall-info): New target.
2584
2585 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2586
2587         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2588         gap/threshold.
2589
2590         * lily/beam-quanting.cc (score_slopes_dy): remove
2591         ROUND_TO_ZERO_SLOPE kludge.
2592
2593         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2594
2595         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2596
2597         * lily/global-context.cc (Global_context): alway accept Score
2598         (run_iterator_on_me): cast Context to Score_context, not
2599         Context_def.
2600
2601         * Documentation/user/refman.itely: documentation patch by Edward
2602         Sanford Sutton.
2603
2604         * mf/GNUmakefile: unset sauter-fonts.
2605
2606 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2607
2608         * scripts/lilypond-book.py (output_texinfo): Output @image
2609         descriptions for info too.
2610
2611         * input/test/chord-names-jazz.ly: 
2612         * input/test/embedded-scm.ly: Clarify.
2613
2614         * input/test/cautionaries.ly: Typo.
2615
2616         * lily/input-smob.cc (ly_input_location): Compile fix.
2617
2618 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2619
2620         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2621
2622         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2623         fixes problems with system defaults being reverted with \override
2624         on Score level.
2625
2626         * lily/global-context.cc (Global_context): apply property-ops to
2627         Global_context too. 
2628
2629 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2630
2631         * scm/output-ps.scm (stencil->string): Rewrite.
2632
2633 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2634
2635         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2636         impersonal style.
2637
2638 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2639
2640         * lily/input-smob.cc (ly_input_location: New function.
2641
2642         * scm/define-markup-commands.scm (upright): New markup command.
2643
2644         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2645
2646         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2647
2648         * scm/output-ps.scm (output-stencil): New function.
2649
2650         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2651         of snippet types; fixes @ignore and @verbatim blocks.
2652
2653 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2654
2655         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2656         to a file in printed documentation, instead, refer either to a 
2657         syntax or to an output.
2658
2659 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2660
2661         * input/regression/beam-center-slope.ly: Add test.
2662
2663 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2664
2665         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2666         (SAUTER_FONTS): Reinstate.
2667
2668         * scm/define-markup-commands.scm (caps): New markup command.
2669
2670         * scm/output-ps.scm (output-scopes): Experimental markup output.
2671
2672         * scm/: Add missing headers.
2673
2674         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2675
2676         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2677
2678 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2679
2680         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2681         Stray style cleanups.
2682
2683 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2684
2685         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2686         no dot combination.
2687
2688         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2689         substitute \override Staff.autoBeamSettings too
2690
2691         * Documentation/user/tutorial.itely: proofreading fixes by David
2692         Bobroff
2693
2694 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2695
2696         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2697
2698         * ps/music-drawing-routines.ps: 
2699         * ps/lilyponddefs.ps: Add end markers.
2700
2701 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2702
2703         * VERSION: 2.1.27 released.
2704         
2705         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2706
2707         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2708         obey documentation.
2709
2710 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2711
2712         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2713
2714         * scm/output-ps.scm: Resurrect.
2715         
2716         * scm/output-tex.scm: Minimal cleanups.
2717
2718         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2719
2720         * make/ly-rules.make: Remove any broken lily-*.tex files before
2721         lilypond-book run.
2722
2723         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2724         comment.
2725
2726         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2727         Enabled by default, may save 10% compile time.
2728
2729 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2730
2731         * lily/lyric-phrasing-engraver.cc: remove
2732         
2733         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2734         longer necessary. 
2735
2736         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2737         so lyric-phrasing-engraver is no longer necessary.
2738
2739         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2740         Grob_pq_engraver from Staff.
2741
2742         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2743         busyGrobs directly.
2744
2745         * input/regression/quote-transposition.ly: new file.
2746
2747         * lily/recording-group-engraver.cc (stop_translation_timestep):
2748         store instrumentTuning too. 
2749
2750         * lily/quote-iterator.cc (process): transpose events using
2751         instrumentTuning.
2752
2753         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2754         -> \tuning <pitch>
2755
2756         * lily/parser.yy (command_req): add \tuning command for setting
2757         instrument tuning of staff.
2758
2759         * Documentation/user/GNUmakefile
2760         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2761
2762         * Documentation/user/refman.itely (Customized accidental rules):
2763         typo.
2764
2765 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2766
2767         * Documentation/user/music-glossary.tely: remove the missing norwegian
2768         translation; they can be put in later properly.
2769
2770 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2771
2772         * lily/recording-group-engraver.cc (start_translation_timestep):
2773         init Recording_group_engraver twice.
2774
2775 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2776
2777         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2778         stray style cleanups:
2779
2780         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2781         -Wmissing-prototypes.
2782
2783         * flower/include/killing-cons.tcc (Killing_cons): Add template
2784         specifier for car_.
2785
2786         * flower/include/parray.hh (binsearchs): Add template specifier
2787         for maxkey.
2788
2789         * flower/include/interval.hh: Declare elem () with template specfier.
2790
2791 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2792
2793         * elisp/lilypond-indent.el (get-buffer-size): add customization
2794         groups for several variables (Reuben Thomas).
2795
2796 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2797
2798         * Documentation/user/invoking.itexi (Point and click): add index
2799         entry.
2800
2801         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
2802         go under beam.
2803
2804         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
2805         sarabande beam. 
2806
2807         * flower/warn.cc (programming_error): cross fingers not thumbs.
2808
2809         * lily/rest.cc (polyphonic_offset_callback): return 0 when
2810         staff-position is set.
2811
2812         * VERSION: release 2.1.26 
2813         
2814         * scm/chord-entry.scm (construct-chord): process transposition
2815         after processing explicit-11.  
2816
2817 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2818
2819         * lily/parser.yy (add_quote): add syntax for adding quotes:
2820         \addquote "id-string" Music
2821
2822         * scripts/lilypond-book.py (do_file): do not overwrite input file.
2823
2824         * scripts/convert-ly.py (conv): add rules for name changes.
2825
2826         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
2827         music/context/grob property functions. Internally, use
2828         get_property() and set_property() for both.
2829
2830 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
2831
2832         * elisp/lilypond-mode.el (get-buffer-size): define new function,
2833         for Emacs <= 20 (Laurent Martelli).
2834
2835 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2836
2837         * lily/parser.yy (command_element): extract quoted vector in
2838         parser.
2839
2840         * input/regression/quote.ly: new file.
2841
2842         * lily/sequential-iterator.cc (process): only process if moment >= 0.
2843
2844         * lily/parser.yy (command_element): \quote DURATION NAME: support
2845         cue notes. 
2846
2847         * lily/quote-iterator.cc (class Quote_iterator): new file.
2848
2849 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2850
2851         * lily/auto-beam-engraver.cc (try_music): accept and process
2852         beam-forbid-event.
2853
2854         * input/regression/auto-beam-no-beam.ly: new file.
2855
2856 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2857
2858         * lily/accidental.cc (print): Change font-relative-size ->
2859         font-size. Fixes cautionary-style = smaller.
2860
2861 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2862
2863         * lily/system-start-delimiter.cc (staff_brace): remove
2864         font-relative-size
2865
2866         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
2867         forgotten with scm_list_n. Fixes spurious coredumps.
2868
2869         * lily/accidental-engraver.cc (stop_translation_timestep): move
2870         update of localKeySignature to stop_translation_timestep (). This
2871         makes sure that all ties are noticed at the right moment.
2872         (stop_translation_timestep): clear tie only when right-side
2873         notehead was seen.
2874         (number_accidentals_from_sig): cleanup. 
2875
2876         * input/regression/accidental-tie.ly (mus): new file
2877
2878         * input/regression/tie-accidental, tie-break-accidental.ly: remove
2879         these longish tests.
2880
2881 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2882
2883         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
2884
2885         * THANKS: update bugreporter list.
2886
2887         * lily/beam.cc (print): broken beams last until end of staff.
2888         (print): broken beams start from prefatory matter.
2889
2890         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
2891
2892         * lily/paper-score.cc (process): dump header only once.
2893
2894         * lily/paper-outputter.cc (Paper_outputter): move logic into
2895         Scheme.
2896
2897         * scm/output-tex.scm (output-scopes): new function.
2898         (output-paper-def): new function
2899         (tex-string-def): new function
2900         (symbol->tex-key): new function
2901
2902         * scripts/convert-ly.py (conv): add rule for | ~
2903
2904 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
2905
2906         * input/regression/{many}.ly: refresh, trying to guess how
2907         it was designed.
2908
2909 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2910
2911         * VERSION: release 2.1.25
2912
2913         * scm/define-translator-properties.scm
2914         (all-user-translation-properties): add printOctaveNames
2915
2916         * ly/engraver-init.ly: remove Note_event_swallower from
2917         NoteNamesContext.
2918
2919         * lily/note-name-engraver.cc (process_music): new property
2920         printOctaveNames
2921
2922         * lily/context.cc (find_existing_context): remove support for
2923         Current.
2924
2925         * scm/music-functions.scm (set-accidental-style): new function;
2926         duplicate accidental macros.
2927
2928         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
2929
2930         * lily/note-name-engraver.cc (process_music):
2931         process_acknowledged_grobs () -> process_music ()
2932
2933         * scm/part-combiner.scm (determine-split-list): robustification.
2934
2935 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2936
2937         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
2938         lines for falling into beam-gap.
2939         (score_forbidden_quants): check all staff lines for falling in
2940         beam gaps.
2941
2942         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
2943         key/clef/time signatures. 
2944
2945         * input/test/ossia.ly: revise example.
2946
2947         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
2948         cleanup.
2949         
2950         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
2951         comply to Scheme standard.  Remove ly:get-paper-variable
2952
2953 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2954
2955         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
2956
2957 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2958
2959         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
2960         properties from Voice context. This fixes accidental size for
2961         staff-switches during grace contexts.
2962
2963         * lily/note-collision.cc (check_meshing_chords): only wipe heads
2964         if necessary. Else, simply wipe dots.
2965
2966         * input/test/beam-alternate.ly: new file
2967
2968         * input/test/piano-staff-distance.ly: new file.
2969
2970         * lily/translator-group.cc (recurse_down_translators): use
2971         Direction for bottom-up/top-down.
2972
2973         * lily/include/translator.hh (class Translator): add
2974         process_music() and do_announces(). This obviates
2975         recurse_down_{engravers,performers}.
2976
2977         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
2978         \melisma and \melismaEnd
2979
2980         * lily/melisma-engraver.cc (process_music): change to
2981         Melisma_translator, unify with performer. Accept
2982         ManualMelismaEvent.
2983
2984         * ly/engraver-init.ly: add Font_size_engraver.
2985
2986 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2987
2988         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
2989         it hara-kiri.
2990
2991         * input/regression/{many}.ly: improve descriptions trying to figure
2992         out what is tested.
2993
2994 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2995
2996         * lily/slur.cc (broken_trend_offset): robustness fix.
2997
2998         * VERSION: release 2.1.24
2999
3000         * lily/context.cc (find_create_context): go to Score if it exists.
3001
3002         * lily/context-scheme.cc: new file.
3003
3004         * lily/score-translator.cc (get_output): new file.
3005
3006         * lily/include/grob-info.hh: origin_contexts() now does not
3007         include the originating engraver
3008
3009         * lily/translator-group.cc (translator_each): clean up contents,
3010         remove superfluous stubs. Engraver_group_engraver and
3011         Performer_group_performer are the only classes using multiple
3012         inheritance.
3013
3014         * lily/include/score-context.hh (class Score_context): interface
3015         between Score_{engraver,performer} and Global_context.
3016
3017         * lily/include/global-context.hh (Context): change from
3018         global-translator. This is the entry point for contexts; it is not
3019         tweakable using \translator{}. Score is no longer the top context,
3020         but sits underneath Global.
3021
3022         * lily/include/context.hh (class Context): brain surgery: split
3023         out Context functionality from Translator_group. Context is now a
3024         separate type from Translator.
3025
3026 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3027
3028         * lily/include/translator.hh (class Translator): make
3029         get_score_context() and get_global_translator (), and use the one
3030         which is appropriate.
3031
3032         * lily/context.cc: partially put functionality of Translator_group
3033         into Context.
3034
3035         * lily/include/context.hh (Translator): new class: put between
3036         Translator and Translator_group. 
3037
3038         * lily/new-accidental-engraver.cc: remove file.
3039
3040 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3041
3042         * input/regression/{many}.ly: improve descriptions: use complete 
3043         sentences, try to describe what is tested, avoid `we´, do not use 
3044         don't, ... 
3045
3046 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3047
3048         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3049         is at EOL.
3050
3051         * Documentation/user/lilypond.tely: declare the topmost node only
3052         once; removes empty line in @contents.
3053
3054         * Documentation/user/music-glossary.tely: really add Finnish author.
3055         Draw more beatiful `->´ arrow in html: &rarr;
3056
3057 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3058
3059         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3060
3061         * scripts/convert-ly.py (conv): add ly:music-list  change.
3062
3063         * lily/grob.cc: edit doc string.
3064
3065         * scm/define-grob-properties.scm (all-user-grob-properties):
3066         proofreading, editing of doc strings.
3067
3068         * input/regression/tablature-string-tunings.ly: new file.
3069
3070         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3071         listen to stringTunings
3072
3073         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3074         for self-alignment-[XY] code.
3075  
3076 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3077
3078         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3079         cond) into function. Cleanup.
3080
3081         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3082         
3083         * VERSION (PACKAGE_NAME): 2.1.23 released
3084
3085 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3086
3087         * Documentation/user/{refman,internals}.itely: small fixes.
3088
3089 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3090
3091         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3092         accidentals for harmonic notes
3093
3094         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3095         for harmonic notes.
3096
3097         * scm/document-backend.scm (interface-doc): prune Grob
3098         documentation: don't duplicate interface information.
3099
3100         * lily/*.cc: lots of updates of doc strings.
3101
3102 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3103
3104         * input/test/ac-extra-voice.ly (accompany): remove file.
3105
3106         * input/test/maximum-rest-count.ly: remove file.
3107
3108         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3109         conversion rule for \translator { }. Apply everywhere.  
3110
3111         * lily/parser.yy (music_property_def): set property for \once in
3112         the PropertyMusic itself, not the ContextSpec.
3113         (property_operation): change syntax within \translator { }
3114
3115         * scm/define-music-properties.scm (all-music-properties): clean up.
3116
3117         * lily/auto-beam-engraver.cc (test_moment): use
3118         updated_grob_properties() to retrieve autoBeam settings.
3119
3120         * lily/spacing-spanner.cc: bound shortest_playing_len by
3121         measure_length
3122
3123         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3124         multi-measure events for spacing computation.
3125
3126         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3127         elliptical, to 1.49.
3128
3129         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3130         vertical positioning for polyphony, without RestCollision object.
3131
3132         * lily/note-column.cc (add_head): prevent rests & note heads on
3133         one stem.
3134
3135         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3136         (do_shift): rewrite only-rests case: use common refpoints: the
3137         routine will have sensible results when other rest-translations
3138         have taken place.
3139
3140         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3141         < 0 case. 
3142
3143         * VERSION: 2.1.22 released
3144         
3145         * input/GNUmakefile (SUBDIRS): remove ascii-art
3146
3147 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3148
3149         * input/: Convert ly files that still had \property.  Fixes make
3150         web.  Remove exta spaces around '='. 
3151
3152         * scripts/convert-ly.py (conv): Redundant space fixes.
3153
3154         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3155
3156 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3157
3158         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3159         create scalable PS and PDFs  for input/{test,template,regression}.
3160
3161         * lily/context.cc (is_alias): move function.
3162         (is_alias): add Bottom as context alias. 
3163         (find_create_translator): add Bottom as a context alias for creation.
3164
3165         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3166
3167         * lily/parser.yy (music_property_def): new syntax for property
3168         assignments:
3169
3170         \set A.B = #C , \unset A.B
3171         \override A.B #C = #D, \revert A.B #C 
3172
3173         * lily/my-lily-lexer.cc: remove \property
3174
3175 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3176
3177         * Documentation/user/refman.itely: add dots after seealso refs.
3178
3179         * input/template/{many}.ly: harmonise descriptions.
3180
3181         * Documentation/user/music-glossary.itely: add Finnish author.
3182
3183 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3184
3185         * VERSION (PACKAGE_NAME): release 2.1.21
3186
3187 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3188
3189         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3190
3191         * scripts/lilypond-book.py (snippet_res): @include filename must
3192         not be empty.
3193
3194 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3195
3196         * scm/documentation-generate.scm (markup-doc-string): dump
3197         markup-commands.tely
3198
3199         * scm/define-markup-commands.scm (override): new file.
3200         Move documentation from refman into doc-strings. 
3201
3202         * input/test/staff-container.ly: fix example.
3203
3204         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3205         StaffContainer
3206
3207         * lily/grob.cc: remove point_dimension_callback
3208         (Grob): read forced dimensions from X-extent and Y-extent.
3209         (get_paper): remove preset_extent.
3210
3211         * scm/define-grobs.scm (all-grob-descriptions): remove
3212         point_dimension_callback. 
3213
3214         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3215         textscript to head. This makes no-spacing-rods work on
3216         DynamicText.
3217
3218         * lily/chord-name.cc: remove props chord, bass, inversion.
3219
3220         * Documentation/user/appendices.itely: add Scheme functions,
3221         context-properties and layout properties to manual.
3222
3223         * scm/part-combiner.scm (determine-split-list): include rests in a
3224         solo1/2 sequence.
3225
3226         * lily/new-part-combine-iterator.cc (substitute_both): new
3227         function.
3228         (class New_pc_iterator): add separate Voice=solo context, fixes
3229         autobeams going from chords to solo.
3230
3231 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3232
3233         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3234
3235         * Documentation/user/tutorial.itely:
3236         * Documentation/user/refman.itely: Add short note about being part
3237         of lilypond.tely.
3238
3239         * COPYING: Make note more clear with respect to files that are
3240         explicitely licenced otherwise (Documention/user/ comes to mind).
3241         
3242         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3243         comment about barfing of @c,{}.
3244
3245         * Documentation/user/music-glossary.tely: Add list of authors.
3246
3247         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3248         source (was: also in build log).
3249
3250 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3251
3252         * lily/side-position-interface.cc (general_side_position): if
3253         staff-padding is set, then include staff in support too.
3254
3255         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3256         module workbook
3257
3258         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3259
3260         * lily/tuplet-engraver.cc: remove tupletInvisible
3261
3262         * scm/define-translator-properties.scm: cleanup, separate in
3263         internal and user props. 
3264
3265         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3266         LyricsVoice -> Lyrics
3267
3268         * lily/new-part-combine-iterator.cc (process): only print warning
3269         for symbols.
3270
3271 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3272
3273         * scm/part-combiner.scm: Add proper header.
3274
3275         * All but lily/*: The great --2003 --2004 replace; the missing
3276         `bits'.
3277
3278         * TODO: Fix outline mode.  Add book notes.
3279
3280         * ROADMAP: Update.
3281
3282 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3283
3284         * scm/part-combiner.scm (make-autochange-music): use
3285         accumulator. Fixes stack overflow.
3286
3287         * lily/*: rename brew_molecule -> print , molecule-callback ->
3288         print-function
3289
3290         * scm/define-grob-properties.scm: cleanup. Separate into internal
3291         and user properties.
3292
3293         * lily/translator-property.cc (updated_grob_properties): new
3294         function
3295         (execute_pushpop_property): change to new convention:
3296         object property inits are stored as (cons ALIST BASED-ON). This
3297         storage format allows concurrent tweaks in different contexts.
3298
3299 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3300
3301         * TODO: new file.
3302
3303 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3304
3305         * debian/: Late Debian update (sorry Anthony).
3306
3307         * scripts/lilypond-book.py (do_file): Look for input_file in
3308         include path, or ask kpathsea if LATEX.
3309
3310         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3311         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3312         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3313         --header=texidoc.
3314
3315         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3316         relative.
3317
3318         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3319         only when filtering, default to input_base otherwise.  Coding
3320         style fixes.
3321
3322 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3323
3324         * lily/include/translator.hh (class Translator): add virtual
3325         qualifier.
3326
3327 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3328
3329         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3330
3331 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3332
3333         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3334
3335         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3336         (fixes make web).
3337
3338         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3339         live in $(out)-www).
3340
3341         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3342         dependencies.  Add link to .ly source in HTML output.
3343         (Lilypond_snippet.output_html): Handle multiple page picture
3344         output.
3345         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3346         Make usable for output_texinfo again.
3347
3348         * Documentation/user/GNUmakefile: Add static dependency for
3349         lilypond.tely includes.
3350
3351         * Documentation/user/tutorial.itely: Add some lost `relative'
3352         ly-options.
3353
3354 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3355
3356         * lily/include/translator-group.hh: move Music_output_def member
3357         to Global_translator.
3358
3359         * scripts/lilypond-book.py (do_file):  fix latex output.
3360
3361         * VERSION: release 2.1.20
3362         
3363         * scm/part-combiner.scm (determine-split-list): robustness fix 
3364
3365         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3366
3367         * lily/parser.yy (music_output_def_body): plug memory leak.
3368
3369         * lily/translator-group.cc (add_fresh_group_translator): plug
3370         memory leak: unprotect Translator_group once added.   
3371
3372         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3373
3374         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3375         write .dep file.
3376         (Lilypond_snippet.ly): add \renameinput.
3377
3378 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3379
3380         * Documentation/user/refman.itely (Markup command definition): Doc
3381         by Nicolas Sceaux. Rewrite by Han-Wen
3382
3383         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3384         thing of the line.
3385         (brew_molecule): only remove if hyphen is not at the end of line.
3386         (set_spacing_rods): new function: minimum-length specifies
3387         distance between syllables.
3388
3389         * scm/define-grobs.scm (all-grob-descriptions): add
3390         Hyphen_spanner::set_spacing_rods to LyricHyphen
3391
3392         * input/regression/lyric-hyphen-break.ly: new file.
3393
3394         * input/test/lyric-hyphen-retain.ly: new file.
3395
3396         * lily/new-part-combine-iterator.cc (construct_children):
3397         add Rest direction.
3398
3399 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3400
3401         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3402
3403         * Documentation/bibliography/engraving.bib (donemus1982):
3404         update entry.
3405
3406 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3407
3408         * scripts/lilypond-book.py (Substring.__init__): new class.
3409         (Snippet.output_texinfo): add texidoc option.
3410         (Include_snippet.replacement_text): new class.
3411         (Lilypond_snippet.__init__): new class
3412         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3413
3414         * Documentation/user/refman.itely (Sound): 
3415         note about number of channels.
3416
3417         * scm/music-functions.scm (voicify-music): add \context Staff for
3418         << \\ >> polyphony.
3419
3420         * lily/parser.yy (verbose_command_req): \skip now creates
3421         SkipMusic, and does not lead to spurious staves.
3422
3423         * scm/define-music-types.scm (music-descriptions): rename
3424         NonEventSkip to SkipMusic
3425
3426         * input/no-notation/midi-lyric-barcheck.ly: new file.
3427
3428         * input/regression/collision-dots-invert.ly: new file.
3429
3430         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3431         case.
3432
3433         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3434         die if melody died too.
3435
3436 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3437
3438         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3439         with reading from stdin.
3440
3441         * lily/slur-performer.cc (try_music): new file.
3442
3443         * lily/melisma-performer.cc (try_music): new file. Handle
3444         melismata to help lyrics.
3445
3446         * lily/beam-performer.cc (try_music): new file. Handle beam events
3447         to help lyrics.
3448
3449         * lily/score-performer.cc (one_time_step): reinstate
3450         process_music().
3451
3452         * lily/performer.cc (process_music): add to interface.
3453
3454         * lily/performer-group-performer.cc (process_music): new function.
3455
3456         * lily/dot-column.cc (do_shifts): do collision resolution before
3457         dot positioning.
3458         
3459         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3460         file, process printfilename option.
3461         (Snippet.__init__): rewrite: do not use global variables h or
3462         index.
3463         (main): really support -I option.
3464         (find_toplevel_snippets): new code.
3465         (find_toplevel_snippets): reinstate old version, without global
3466         variables.
3467
3468         * tex/texinfo.tex: really add file.
3469         
3470 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3471
3472         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3473         compatibility.
3474
3475 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3476
3477         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3478
3479         * scm/define-translator-properties.scm (drumPitchTable): add
3480         property.
3481
3482         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3483         function.
3484         (help_summary): docstrings.
3485         (do_file): strip the dir of input_base too.
3486
3487 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3488
3489         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3490
3491         * Documentation/user/lilypond-book.itely: Update.
3492
3493         * make/ly-rules.make: Update lilypond-book commands.
3494
3495         * Documentation/user/GNUmakefile: Update makeinfo commands,
3496         lilypond-book flags.
3497
3498         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3499         
3500         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3501
3502         * scripts/filter-lilypond-book.py: Remove.
3503
3504         * Documentation/user/*tely: Update options for new lilypond-book.
3505
3506         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3507         with @macros in @includes.
3508
3509 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3510
3511         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3512         make rest-collision only.
3513
3514         * lily/break-substitution.cc (substitute_one_mutable_property):
3515         clear all-elements using scm_assq_remove_x(). 
3516
3517         * lily/rest-collision.cc (do_shift): shift single rests
3518
3519         * flower/include/array.hh (class Array): rename to is_empty ()
3520
3521         * lily/drum-note-performer.cc: new file: perform drum notes.
3522
3523         * VERSION (PACKAGE_NAME): release 2.1.19.
3524         
3525 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3526
3527         * scripts/filter-lilypond-book.py
3528         (classic_lilypond_book_compatibility): New function.
3529
3530 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3531
3532         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3533
3534         * Grand 2003 -> 2004 search replace. 
3535
3536         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3537         (i.e. < > )
3538
3539         * ly/performer-init.ly: add DrumStaff
3540
3541         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3542         lyric-interface; this prevents lines with only extender lines from
3543         being junked.
3544  
3545         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3546
3547         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3548         extenders right, for once and for all (hopefully).
3549         
3550         * lily/break-substitution.cc (substitute_one_mutable_property):
3551         clear old 'all-elements for System grobs.
3552
3553         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3554         that associatedVoiceContext is always assigned when music & lyrics
3555         are found. 
3556
3557         * ly/engraver-init.ly: remove Lyrics context.
3558         (TabVoice): add noteheads engraver
3559
3560         * input/test/improv.ly: update: do not use Thread switching. 
3561
3562         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3563         squashedPosition is a number  
3564
3565         * Documentation/user/refman.itely (Automatic note splitting):
3566         remove Thread references.
3567
3568         * input/no-notation/pc-direction.ly: remove file.
3569
3570         * ly/engraver-init.ly: remove Thread
3571
3572         * input/regression/tie-chord-partial.ly: remove file.
3573
3574         * scripts/convert-ly.py (conv): \harmonic rule
3575
3576         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3577         notation for harmonic notes: <c' g''\harmonic>
3578
3579         * lily/lily-guile.cc (alist_to_hashq): new function
3580
3581         * scm/lily.scm (alist->hash-table): new function.
3582
3583         * Documentation/user/refman.itely (Percussion staves): update doco.
3584
3585         * input/regression/drums.ly (timb): updates
3586
3587         * lily/note-performer.cc (create_audio_elements): robustness fix.
3588
3589         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3590
3591 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3592
3593         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3594         discard valid matches.
3595
3596 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3597
3598         * lily/drum-note-engraver.cc: new file.
3599
3600         * ly/drumpitch-init.ly: move drum definitions
3601
3602         * scm/drums.scm: remove file.
3603
3604         * lily/*.cc: remove abort-event everywhere.
3605
3606         * lily/note-heads-engraver.cc (process_music): robustification.
3607
3608         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3609         robustification.
3610
3611         * lily/parser.yy (simple_element): add \drums mode.
3612         (simple_element): remove \pitchnames , \chordmodifiers. Use
3613         variables to store this. 
3614
3615         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3616         outside \notes.
3617
3618         * VERSION: release 2.1.18.
3619         
3620         * input/test: remove octave-duplicate.ly
3621
3622 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3623
3624         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3625
3626 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3627
3628         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3629         constructor from Music_iterator. Changes throughout.
3630
3631         * lily/include/music-iterator.hh (class Music_iterator): remove
3632         Music_iterator::skip and Music_iterator::get_pending_events from
3633         interface. Rename report_to -> get_outlet 
3634
3635         * lily/auto-change-iterator.cc: move contents from
3636         new-auto-change-iterator.cc from
3637
3638         * scm/part-combiner.scm: determine split-list from Scheme. 
3639
3640         * lily/new-auto-change-iterator.cc (process): new file.
3641
3642         * lily/parser.yy (part_combined_music): remove old PC cruft.
3643
3644         * ly/engraver-init.ly: remove old
3645         PC cruft.
3646
3647         * Documentation/user/refman.itely (The Lyrics context): note about
3648         extender lines.
3649
3650         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3651         to allow 0-length mmrest events.
3652
3653         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3654
3655         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3656
3657         * lily/spacing-engraver.cc (finalize): robustifications.
3658
3659         * input/regression/new-part-combine-solo-global.ly: new file.
3660
3661         * scm/part-combiner.scm: rewrite.
3662
3663 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3664
3665         * Documentation/user/refman.itely, input/puer-fragment.ly,
3666         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3667         updated for proper use of lyricsto; replaced "(" and ")" ->
3668         "\melisma" and "\melismaEnd"
3669
3670         * input/test/ancient-font.ly: small updates to reduce compile
3671         warnings (TODO: junk this file)
3672
3673         * input/test/gregorian-scripts.ly: added comment about bug
3674
3675         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3676         tiny robustness fix
3677
3678         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3679         recent changes in the feta code); temporarily mapped mensural g
3680         clef to a copy of petrucci g clef until mensural g clef will have
3681         been rewritten
3682
3683         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3684         between mensural and neo-mensural heads (this broke quite a while
3685         ago)
3686
3687         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3688
3689 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3690
3691         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3692         indication.  Fixes for verbatim, multi line comments.
3693
3694 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3695
3696         * input/regression/new-part-combine-solo.ly: more cases.
3697
3698         * lily/slur.cc (height): robustness fix.
3699
3700         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3701
3702         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3703         stemUp/stemDown.
3704
3705         * scm/music-functions.scm (determine-split-list): further analysis.
3706
3707         * lily/script-engraver.cc (try_music): discard duplicate
3708         articulations.
3709
3710         * input/regression/new-part-combine-solo.ly: new file
3711
3712         * input/regression/new-part-combine-a2.ly: new file.
3713
3714         * ly/performer-init.ly: add Devnull
3715
3716         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3717         for \musicglyph #"accidental-*"
3718         (conv): \newpartcombine rule.
3719
3720 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3721
3722         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3723
3724 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3725
3726         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3727         textwidth, --output.
3728
3729 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3730
3731         * scm/new-markup.scm (doubleflat): add accidental markups.
3732
3733         * VERSION: release 2.1.17
3734         
3735         * Documentation/user/refman.itely (Automatic part combining):
3736         revise documentation of the part-combiner.
3737
3738         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3739         
3740         * input/test/part-combine-{moment,staff}.ly: remove file.
3741
3742         * input/regression/pc-mmrest.ly (two): remove file.
3743
3744         * scm/define-music-types.scm (music-descriptions): add
3745         Solo{One,Two}Event and UnisonoEvent
3746
3747         * lily/new-part-combine-iterator.cc (unisono): add state_
3748         variable, signal changes with part-combine-event.
3749
3750         * input/regression/new-part-combine-text.ly: new file.
3751
3752         * lily/part-combine-engraver.cc: new file.
3753
3754 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3755
3756         * scripts/filter-lilypond-book.py: Handle snippet options.
3757
3758 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3759
3760         * scm/music-functions.scm (determine-split-list): detect solo1/2
3761         and unisono.
3762
3763         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3764         revert fix, document why.
3765
3766         * lily/tie-performer.cc (process_music): new function. Set melisma
3767         property.
3768
3769         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3770         always smaller than bracket size.
3771         (make_bracket): oops. Size of the gap was off by factor 2
3772
3773         * input/test/text-rotate.ly: new file.
3774
3775         * scm/new-markup.scm (markup): a macro that provides a
3776         LilyPond-like syntax in scheme for building markups, in order to
3777         help markup command definition. (Nicolas Sceaux)
3778
3779         * input/test/lyrics-skip-notes.ly: new example.
3780
3781         * lily/parser.yy (post_event): make HYPHEN into postfix event.
3782
3783         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
3784         use is_alias() iso. == . This fixes lyrics on
3785         GregorianTranscriptions. 
3786
3787 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3788
3789         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
3790         \thispagestyle{lastpage} to avoid that it's printed on the second
3791         last page when there's only a single score line on the last page.
3792         (The page breaking mechanism in TeX played some ugly tricks to us.)
3793
3794 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3795
3796         * scripts/filter-lilypond-book.py: Further development.
3797
3798         * input/regression/collision-dots-move.ly: New test.
3799
3800         * lily/note-collision.cc (check_meshing_chords): Move dots on left
3801         hand side note head of non-merged collision to the right.
3802
3803         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
3804         Construct children before accessing property from emtpy
3805         lyrics_context_.
3806         (construct_children): Find thread before finding LyricsVoice.
3807         Create LyricsVoice one if none found, fixes crash (thanks Erik
3808         Sandberg).
3809
3810 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3811
3812         * cygwin/: Forward port.
3813
3814 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3815
3816         * buildscripts/install-info-html.sh: Use Bash.
3817
3818         * cygwin/mknetrel: Patch from Bert.
3819
3820 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3821
3822         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
3823
3824         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
3825         try to copy *png, index.html (Bertalan Fodor).
3826
3827         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
3828
3829 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3830
3831         * lily/note-collision.cc (check_meshing_chords): Do not remove
3832         dots (from down head) when merging similar heads (thanks Matthias
3833         Kilian).  Simplify merge_possible tests and other cleanups
3834
3835         * input/regression/collision-merge-differently-dotted.ly: Add test
3836         for disappearing dots on similar heads for both voices.
3837
3838 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3839
3840         * Documentation/user/invoking.itexi (Invoking lilypond): Document
3841         that tagline overrides copyright for single page scores. Correct
3842         the default tagline value.
3843
3844 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3845
3846         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
3847
3848 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3849
3850         * buildscripts/lilypond-login.sh: Avoid warning about undefined
3851         TEXMF if it's previously unset.
3852
3853 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
3854
3855         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
3856
3857         * input/test/trills.ly: fix the unfolding of lineprall.
3858
3859         * input/test/figured-bass-alternative.ly: fix accidental.
3860
3861 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3862
3863         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
3864         
3865         * input/no-notation/dos-guile.ly: 
3866         * input/no-notation/dos-ps.ly: 
3867         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
3868         
3869         * input/no-notation/safe-include.ly:
3870         * input/no-notation/safe-guile.ly:
3871         * input/no-notation/safe-ps.ly: 
3872         * input/no-notation/safe-tex.ly: New file.
3873
3874         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
3875         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
3876         options now.
3877         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
3878         When in --safe-mode, set environment openout_any=p[aranoid].
3879
3880         * tex/ltest.tex: 
3881         * tex/lilyponddefs.tex: Add \nofiles.
3882
3883         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
3884         options.
3885
3886         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
3887         This allows building the user manual using a binary installation
3888         and a matching unpacked source tree.
3889
3890         * scm/lily.scm (safe-module): New variable. 
3891
3892         * lily/includable-lexer.cc (new_input): Fix error messages.
3893
3894         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
3895         If SAFE, evaluate in safe-module.  Change callers.
3896
3897         * lily/main.cc (Long_option_init): Reinstate safe-mode.
3898
3899         * lily/lexer.ll (embedded_scm): While processing main-input,
3900         invoke ly_parse_scm with safe mode if running in safe-mode.
3901         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
3902         in init.ly for safe-mode.
3903
3904 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3905
3906         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
3907         compatibility with old versions of geometry.sty (compat2
3908         already implied includehead).
3909         Change the page layout slightly so bottom + footskip = top +
3910         headheight + headsep = 16mm, the remaining paperheight-32mm
3911         are used for the music. Increase footskip to 5mm, so the top of
3912         the footer text doesn't touch the music.
3913
3914 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3915
3916         * VERSION: release 2.1.16
3917         
3918         * scm/music-functions.scm (determine-split-list): bugfix: only use
3919         new-active for both voices if both indexes advance. This fixes the
3920         biggest outstanding problem with new-pc. 
3921
3922         * lily/new-part-combine-iterator.cc (construct_children): set more
3923         directions.
3924
3925 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3926
3927         * scripts/convert-ly.py (conv): add instrument rule.
3928
3929         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
3930
3931         * lily/side-position-interface.cc: remove add_staff_support ()
3932         Change all callers to use staff-padding.
3933
3934         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
3935         make_spanner().
3936
3937         * lily/a2-engraver.cc (process_acknowledged_grobs): 
3938
3939         * lily/text-engraver.cc: remove scriptHorizontal property.
3940
3941         * lily/beam.cc (least_squares): also set least-squares-dy for
3942         special case of slanted 2-stem beam to center.
3943
3944         * lily/side-position-interface.cc (out_of_staff): move contents of
3945         out_of_staff into aligned_side.
3946         remove out_of_staff().
3947
3948         * input/regression/measure-grouping.ly: fix warning.
3949
3950         * lily/side-position-interface.cc: add staff-padding support to
3951         Side_position_interface::aligned_side.
3952
3953         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
3954         one get_property too many.
3955
3956         * flower/include/drul-array.hh (linear_combination): new function
3957         (scale_drul): new function
3958
3959         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
3960         operations on empty intervals are silly.
3961
3962 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3963
3964         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
3965         (iso gh_scm2int), fixes crash in new part-combiner.
3966
3967         * configure.in: Up mftrace to 1.0.27.
3968
3969 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3970
3971         * VERSION: release 2.1.15
3972         
3973         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
3974         align all stanza numbers.
3975
3976 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
3977
3978         * Documentation/user/{introduction.itely,refman.itely,
3979         converters.itely}: fix some text inside parentheses; text should
3980         be readable (even) if parentheses are either replaced with commas 
3981         or dropped out.
3982
3983 2004-01-25  Werner Lemberg  <wl@gnu.org>
3984
3985         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
3986         input/test/vaticana.ly, input/test/ancient-font.ly,
3987         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
3988         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
3989         ly/params-as-init.ly, scm/define-grobs.scm,
3990         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
3991
3992         * ly/params-as-init.ly: Removed.  Obsolete.
3993         * buildscripts/lilypond.words.py: Updated.
3994
3995 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3996
3997         * mf/parmesan-clefs.mf: switch off mensural G clefs.
3998
3999         * mf/feta-din{4,5,7,9}.mf: remove.
4000         
4001         * lily/engraver.cc (internal_make_item): centralize item/spanner
4002         factory.
4003
4004         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4005         do correct chord conversion for ^"sim."  (backportme)
4006         (FatalConversionError.sub_articulations): substitute ^"foo" in
4007         chords too. (backportme)
4008
4009         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4010         for Fingering.
4011
4012         * lily/side-position-interface.cc (out_of_staff): don't do
4013         anything if staff-padding not defined. 
4014
4015         * mf/feta-params.mf (stafflines): introduce linethickness as
4016         general blackness of the font.
4017
4018         * lily/stem.cc (position_noteheads): rounding error robustness.
4019
4020         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4021         from beam-collision.ly 
4022
4023         * lily/beam.cc (rest_collision_callback): remove direction.
4024
4025         * scm/define-grobs.scm (all-grob-descriptions): remove
4026         enclose-bounds in OttavaBracket and PianoPedalBracket
4027
4028         * scm/new-markup.scm (def-markup-command) new macro, which takes
4029         care of defining the COMMAND-markup and make-COMMAND-markup
4030         procedures, setting markup-signature and keyword-signature object
4031         properties, and pushing the markup command in
4032         markup-function-list.
4033
4034         All markup commands are defined thanks to it.  Users may also use
4035         it to define their own markup commands. (Nicolas Sceaux)
4036
4037         * scm/new-markup.scm: Scheme style clean-up: there should be no
4038         parenthesis alone on a line; LET* should not be used where LET is
4039         enough. (Nicolas Sceaux)
4040
4041 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4042
4043         * scripts/filter-lilypond-book.py: Add script.
4044
4045 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4046
4047         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4048
4049 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4050
4051         * Documentation/user/refman.itely (Fingering instructions): add
4052         single note chords. 
4053
4054         * lily/multi-measure-rest-engraver.cc: use a single
4055         MultiMeasureEvent for mm rests. This prevents problems with the
4056         new part combiner.
4057
4058         * scm/music-functions.scm (determine-split-list): analysis has
4059         global effect: a difference halfway a phrase makes the entire
4060         phrase be typeset as apart.
4061         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4062
4063 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4064
4065         * ly/performer-init.ly: add Devnull.
4066
4067         * Documentation/user/refman.itely (Font selection): remove paper20
4068         ref.
4069         
4070 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4071
4072         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4073
4074 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4075
4076         * scm/music-functions.scm (determine-split-list): bugfixes.
4077
4078         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4079
4080         * input/test/scales-greek.ly: use C as base, results in different
4081         alterations at the clef.
4082
4083         * input/regression/pedal-ped.ly: new file.
4084
4085         * input/regression/pedal-bracket.ly: new file.
4086
4087         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4088         replace after_line_breaking()
4089
4090         * lily/line-interface.cc (line): read thickness.
4091         (line): dash-fraction = 0 always for dotted-line style.
4092
4093         * input/test/staff-lines.ly (lower): bugfix.
4094
4095         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4096         \accepts Devnull into Score.
4097
4098         * scm/lily.scm: remove bla.scm load.
4099
4100 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4101
4102         * VERSION: release 2.1.14
4103         
4104         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4105
4106         * lily/side-position-interface.cc (general_side_position): add
4107         Staff_symbol_referencer::staff_space ().
4108
4109         * lily/include/context-def.hh: rename from translator-def.hh
4110
4111 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4112
4113         * input/template/piano-dynamics.ly (pedal): Updated definition of
4114         Dynamics such that \cresc works, for example.
4115
4116 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4117
4118         * lily/stem.cc (calc_stem_info): use
4119         Staff_symbol_referencer::staff_space
4120
4121         * lily/beam-quanting.cc (quanting): scale Stem_info 
4122
4123         * lily/beam.cc (rest_collision_callback): use minimum-distance
4124         property for rest/beam collisions.
4125         (rest_collision_callback): bugfixes.
4126
4127         * lily/system.cc (post_processing): extra-offset is now relative
4128         to the size of the current staff.
4129
4130         * scm/music-functions.scm (notice-the-events-for-pc): record all
4131         voices, only analyze "one" and "two".
4132
4133         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4134         not parent. 
4135
4136         * lily/new-part-combine-iterator.cc (construct_children): create
4137         Devnull from Voice context
4138
4139         * scm/music-functions.scm (determine-split-list): bugfixes.
4140
4141         * lily/lily-guile.cc (robust_scm2int): new function
4142
4143         * lily/staff-symbol-referencer.cc (line_thickness): new
4144         function. Use throughout.
4145
4146         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4147         in its own context.  Add to preset font-size.
4148
4149         * lily/stem.cc (thickness): new function.
4150
4151         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4152         compute thickness from ledger-line-thickness.
4153
4154         * lily/note-head.cc (brew_ledger_lines): use
4155         Staff_symbol::get_ledger_line_thickness ().
4156
4157         * lily/beam.cc (rest_collision_callback): use
4158         Staff_symbol_referencer::staff_space().
4159
4160         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4161         Mus1 Mus2
4162
4163         * lily/include/translator.hh (class Translator): add accepts_list_
4164         so  \with { \denies / \accepts } also works.
4165
4166         * scm/music-functions.scm (determine-split-list): determine split
4167         list from music events.
4168
4169         * lily/new-part-combine-iterator.cc: more states.
4170
4171         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4172
4173 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4174
4175         * lily/system.cc (set_loose_columns): use the right prebroken cols
4176         for interpolating loose column position.
4177
4178         * lily/text-spanner.cc (brew_molecule): default to no vertical
4179         lines.
4180
4181         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4182         take space.
4183
4184         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4185
4186 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4187
4188         * scripts/convert-ly.py: Do not test filename when processing
4189         stdin.
4190
4191         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4192
4193 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4194
4195         * lily/axis-group-engraver.cc (finalize): extra check; if
4196         process_music () is never called, then staffline_ == 0.
4197
4198         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4199         check run_always ().
4200         
4201         * VERSION: release 2.1.13
4202
4203         * input/regression/note-head-style.ly (pattern): cleanup.
4204
4205         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4206         downloading.
4207
4208         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4209         kludge rehearsalmark placement.
4210
4211         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4212         , ly:spanner?
4213
4214         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4215         close to note head for accidentals.
4216
4217         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4218         tuplet direction.
4219
4220         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4221
4222 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4223
4224         * lily/include/music-iterator.hh (class Music_iterator): add
4225         substitute_outlet() to iterator API.
4226
4227         * lily/new-part-combine-iterator.cc (construct_children):
4228         New_pc_iterator: new class, better part combining.
4229
4230         * lily/tie-column.cc (werner_directions): new function
4231
4232         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4233
4234         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4235         empty objects group spanner as parent
4236
4237         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4238         slope against graphical slope.
4239
4240         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4241         for ottava bracket.
4242
4243         * lily/side-position-interface.cc (general_side_position):
4244         opps. reinstate *dir.
4245
4246         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4247         parser run.
4248
4249         * lily/tuplet-bracket.cc: remove calc_dy ().
4250
4251         * Documentation/user/refman.itely (Balloon help): document balloon
4252         help
4253
4254 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4255
4256         * scm/document-backend.scm (check-dangling-properties): Grob
4257         properties are defined define-grob-properties.scm.
4258         
4259 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4260         
4261         * VERSION: release 2.1.12
4262
4263         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4264         ChordName
4265
4266         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4267         relation to surroundings.
4268
4269         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4270         Y-extent to the note-extents: stay clear of the staff.
4271
4272 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4273
4274         * Documentation/user/GNUmakefile
4275         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4276         iso. copy.
4277
4278         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4279
4280         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4281
4282         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4283
4284         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4285
4286         * lily/line-interface.cc (line): remove thickness from calling interface.
4287
4288         * lily/hairpin.cc: use Line_interface
4289
4290         * lily/line-interface.cc: new file. Line_interface for everything
4291         with dotted/dashed lines.
4292         
4293
4294         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4295
4296         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4297         for constructing ottava brackets.
4298         
4299         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4300         the note heads.
4301
4302         * Documentation/user/internals.itely (Engravers and performers):
4303         fix broken link.
4304
4305         * scm/music-functions.scm (make-mark-set): new function.
4306
4307         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4308         functionally identical to beam.
4309
4310         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4311         () with beam (). 
4312
4313         * Documentation/user/refman.itely (Rehearsal marks): document new
4314         functionality.
4315
4316         * input/regression/rehearsal-mark-number.ly: new file.
4317
4318         * input/regression/rehearsal-mark-letter.ly: new file.
4319
4320         * scm/translation-functions.scm (number->mark-string): new function
4321         (format-mark-letters): new function
4322         (format-mark-numbers): new function
4323
4324         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4325         integer; formatting is done through markFormatter property.
4326         
4327         * scm/define-translator-properties.scm: fold all *-done properties
4328         into positioning-done.
4329
4330         * lily/beam.cc (position_beam): new function
4331         (brew_molecule): make sure that positions are calced before making
4332         the molecule.
4333
4334         * scm/output*.scm (beam):  take 4th argument for function.
4335
4336         * ps/music-drawing-routines.ps: take blot as 4th argument.
4337
4338         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4339         stem to avoid small dents.
4340         
4341 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4342
4343         * VERSION: release 2.1.11
4344
4345         * input/regression/balloon.ly: new file.
4346
4347         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4348         objects, and make help texts. 
4349
4350         * scm/new-markup.scm (parse-simple-duration): parse duration
4351         string to log & dots. (Thanks Nicolas!)
4352
4353         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4354         rule.
4355
4356 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4357
4358         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4359         Lemberg).
4360
4361         * THANKS: alphabetic order.
4362
4363 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4364
4365         * input/regression/note-head-harmonic.ly: new file.
4366
4367         * Documentation/user/internals.itely (Technical manual): explain
4368         difference between music, translation, layout.
4369
4370         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4371
4372         * scm/output-ascii-script.scm (bracket): rounding bfs.
4373
4374         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4375
4376         * ly/paper*.ly: remove files. 
4377         
4378         * scm/paper.scm (set-staff-size): new function: set default
4379         staff-size.
4380
4381         * scripts/convert-ly.py (conv): add conversion rule.
4382
4383         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4384         function.
4385
4386         * scm/paper.scm: new file.
4387         (set-staff-size): new function 
4388         (set-paper-size): new function
4389
4390         * lily/parser.yy (music_output_def_body): restructure definition,
4391         so first Scheme statement in \paper also happens in new scope. 
4392
4393         * lily/system.cc (post_processing): move uniquify_list () to
4394         dumping molecule stage.
4395
4396         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4397         this will mess up scores that use barchecks to shorten measures.
4398
4399         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4400         at 20pt too.
4401
4402         * Documentation/user/tutorial.itely (Printing lyrics): document
4403         \lyricsto
4404
4405         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4406
4407         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4408
4409         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4410         if Voice is not found.
4411
4412         * VERSION: release 2.1.10
4413         
4414         * input/{test,regression}/: remove old-relative 
4415
4416         * lily/lexer.ll: add empty markup signature. 
4417
4418         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4419         strut markup
4420
4421         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4422
4423         * scm/define-translator-properties.scm: update melismata property
4424         doco.
4425
4426         * lily/system.cc (output_lines): revert uniquify_list() patch,
4427         strange side effects seen.
4428         
4429         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4430         dash-period < 0.
4431
4432         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4433         for flute. 
4434
4435 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4436
4437         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4438
4439         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4440
4441         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4442         of line breaks.
4443         (brew_molecule): add padding to left, not right.
4444
4445         * lily/system.cc (uniquify_list): new function
4446         (output_lines): uniquify_list () on all-elements. This fixes
4447         double symbols in the output.
4448
4449         * lily/beam.cc (rest_collision_callback): don't move anything if
4450         staff-position is set.
4451
4452         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4453
4454         * lily/system.cc (typeset_grob): warn if adding twice.
4455
4456         * lily/sequential-iterator.cc (run_always): implement run_always().
4457         (also in other files.)
4458         
4459         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4460
4461         * lily/event.cc (to_relative_octave): add octave-check.
4462
4463         * Documentation/user/refman.itely (Line breaking): add noBreak.
4464
4465         * scm/new-markup.scm (normalsize-markup): add function.
4466         (sans-markup): new function.
4467
4468         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4469         come earlier nowadays.  This fixes beams on grace notes.
4470         
4471         * scm/music-functions.scm (direction-polyphonic-grobs): new
4472         variable, share between override and revert. This fixes script
4473         directions in polyphonic sections. (backportme)
4474
4475 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4476
4477         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4478         breakpoints.
4479
4480         * lily/break-align-interface.cc: add doco
4481
4482         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4483
4484 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4485
4486         * VERSION: release 2.1.9
4487
4488         * scm/document-markup.scm (markup-doc-node): add note about naming.
4489
4490         * scm/new-markup.scm (left-align-markup): bugfix. 
4491
4492         * Documentation/user/refman.itely (Ottava brackets): more doco for
4493         ottava.
4494
4495         * lily/side-position-interface.cc (out_of_staff): also do
4496         out_of_staff() correctly for d == DOWN.
4497
4498         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4499         horizontal line if they move to the right.
4500         
4501         * scm/define-grobs.scm (all-grob-descriptions): set
4502         text-repeat-if-broken for ottava spanner
4503
4504         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4505         property.
4506
4507         * mf/feta18.mf: design size is 18 not 22.5
4508
4509         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4510         Add a single LyricsVoice to a melody. Melismata may be set
4511         individually.
4512
4513         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4514
4515         * lily/dot-column.cc: add stdio.h
4516
4517 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4518
4519         * lily/item.cc: documentation for break-visibility (Thanks, John).
4520
4521 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4522
4523         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4524
4525         * lily/translator-def.cc: rename Translator_def to Context_def.
4526
4527         * Documentation/user/internals.itely (Lexical details): clarify
4528         string def.
4529
4530         * Documentation/user/refman.itely (Rhythmic music): add link to
4531         RhythmicStaff 
4532
4533 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4534
4535         * lily/translator.cc: document start_translation_timestep()
4536
4537         * scm/output-tex.scm (tex-encoded-fontswitch): use
4538         round for rounding (inexact->exact yields rationals)
4539
4540         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4541
4542         * lily/translator-group.cc (get_simple_trans_list): 
4543         new function; construct simple_trans_list_ lazily.
4544         
4545 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4546
4547         * lily/paper-outputter.cc (output_scope): Check if number before
4548         checking exact (guile cvs).
4549
4550         * scm/*: Escape backslashes in scheme strings (guile cvs).
4551
4552 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4553
4554         * Documentation/user/refman.itely (Tablatures basic): annotate
4555         seealso sections.
4556
4557         * lily/*.cc: cleanup of engraver initialize() functions.
4558
4559         * lily/repeat-acknowledge-engraver.cc
4560         (start_translation_timestep): remove first_b_
4561
4562         * lily/tab-note-heads-engraver.cc: listen to string number events
4563         inside < > too. (backportme).
4564
4565         * Documentation/user/refman.itely (Text scripts): add fatText to
4566         index.
4567
4568 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4569
4570         * VERSION: 2.1.8
4571
4572         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4573         footer.
4574
4575         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4576
4577         * lily/bar-check-iterator.cc (process): only warn if
4578         barCheckLastFail was changed.
4579
4580         * scm/define-translator-properties.scm (barCheckLastFail): add
4581         property.
4582
4583         * lily/main.cc (main_prog): print summary of failed files.
4584
4585         * lily/axis-group-engraver.cc: move all spanner creation to
4586         process_music (). Now staffs can be adjusted with \override too.
4587         (Jan, you are a brilliant programmer!)
4588         
4589         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4590
4591 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4592
4593         * Documentation/user/tutorial.itely (Integrating text and music):
4594         Show the commands to produce a PDF as well.
4595
4596 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4597
4598         * lily/translator-def.cc (get_translator_names): accept user
4599         tweaks too. 
4600
4601         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4602         as big as normal heads. 
4603
4604         * input/*ly: run convert-ly
4605         
4606         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4607         () if dependencies are fluked.
4608
4609         * scm/document-translation.scm (engraver-doc-string): update on
4610         latest string/symbol conventions.
4611
4612         * lily/translator-ctors.cc: use Scheme_hash_table.
4613
4614         * lily/translator-def.cc (get_translator_names): new function
4615         (add_context_mod): new function
4616         (get_accepted): new function
4617
4618         * lily/parser.yy (context_mod): put all modifications of
4619         \translator { } in a single production, encode as SCM.
4620
4621         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4622         to use read-only lists, so additions to the definition can be
4623         prepended easily.  
4624
4625         * Documentation/user/invoking.itexi (Editor support): add node on
4626         editor support.
4627
4628         * Documentation/user/refman.itely (Bar check): add lyrics example
4629         of bar checks. 
4630
4631         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4632
4633         * scripts/convert-ly.py (conv): add conversion rule.
4634
4635         * lily/parser.yy: use \change iso. \translator for staff switch.
4636
4637         * lily/my-lily-lexer.cc: add \change.
4638
4639         * scm/define-translator-properties.scm
4640         (default-melisma-properties): add definition.
4641
4642 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4643
4644         * Documentation/user/refman.itely (Bar lines): clarification of
4645         systemStartDelimiter. 
4646
4647         * input/test/slur-shape.ly (x): remove file.
4648
4649         * lily/translator-group.cc (apply_property_operations): new function.
4650
4651 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4652
4653         * lily/parser.yy (optional_prop_ops): allow \with {
4654         PROPERTYSETTINGS } following \context or \new.
4655
4656         * lily/my-lily-lexer.cc: add \with.
4657
4658         * lily/parser.yy (property_operation): clean up definition of
4659         property operations.
4660         (property_op_to_music): new function.
4661         (context_spec_music): new function
4662
4663         * VERSION: 2.1.7 released.
4664         
4665         * input/regression/collision-merge-dots.ly: new file.
4666
4667         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4668         then kill the dots too. 
4669
4670         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4671         set/unset breakableSeparationItem
4672
4673         * lily/separation-item.cc (relative_width): add function.
4674
4675         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4676         only-prebreak-interface
4677
4678         * lily/system.cc (output_lines): only junk only-prebreak-interface
4679         grobs.
4680
4681         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4682         read breakableSeparationItem
4683
4684         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4685
4686         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4687
4688         * lily/dot-column.cc (dot_config_badness): new function:
4689         select the best scoring dot configuration: dots should go close to
4690         the note heads, but be shifted up or down according to conventions.
4691         (print_dot_configuration): idem.
4692         (shift_one): idem
4693         (remove_collision): idem.
4694
4695         * input/regression/dots.ly: add more test cases.
4696
4697 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4698
4699         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4700
4701         * flower/include/interval.hh: rename elem_b to contains 
4702
4703         * lily/tie.cc: change 'heads to 'head-pair.
4704
4705         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4706         fill in 'heads field.
4707
4708         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4709         minimum-length for short ones, and shorten so collisions with the
4710         next syllable are avoided.
4711
4712         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4713         near-zero slopes.
4714         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4715
4716         * lily/dots.cc: remove quantized_position callback. All Y
4717         positioning is done by dot-column.cc
4718
4719         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4720         exhaustive test of all dot positions. This fixes disappearing dots
4721         in dotted chords.
4722
4723 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4724
4725         * mf/feta-klef.mf (test_staff): fatten up G clef
4726         (test_staff): fatten up f clef.
4727         
4728
4729 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4730
4731         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4732         * input/les-nereides.ly: Use latin1 characters for title, like
4733         Morgenlied.
4734
4735 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4736
4737         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4738         cmb10).
4739
4740         * lily/lyric-extender.cc (brew_molecule): add little space before
4741         extender line.
4742
4743         * lily/beam-quanting.cc (score_forbidden_quants): check if
4744         outer stafflines fall in any beam gaps.
4745
4746         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4747         for lyric texts.
4748
4749 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4750
4751         * VERSION: 2.1.6 released.
4752
4753         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4754         this shows the demerits of a user-defined beam position pair.
4755
4756         * scm/define-grobs.scm (all-grob-descriptions): set
4757         beamed-extreme-minimum-free-lengths to a different value.
4758
4759         * lily/scm-option.cc: add debug-beam scm-option
4760
4761         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4762
4763 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4764
4765         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4766
4767         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4768         space after barline.
4769
4770         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4771
4772         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4773         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4774         the other case, take standard column-breakable spacing. Do not
4775         warn about "no spacing wishes".
4776
4777         This fixes wide spaces after barlines in very loose lines.
4778
4779         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4780
4781 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4782
4783         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
4784         acknowledge_grob lyric-syllable, not lyric-text.
4785
4786         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
4787         dashes of length #'length separated by #'dash-period. 
4788
4789         * lily/lyric-extender.cc (brew_molecule): idem
4790
4791         * lily/multi-measure-rest.cc (big_rest): idem
4792
4793         * lily/system-start-delimiter.cc (simple_bar): idem
4794
4795         * lily/bar-line.cc (simple_barline): use rounded box
4796
4797         * VERSION: release 2.1.5
4798
4799         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4800         music): move note about dvips to more visible place.
4801
4802         * lily/lyric-phrasing-engraver.cc: move from
4803         new-phrasing-engraver.cc, remove old cruft (syllable-group,
4804         lyric-phrasing-engraver.hh)
4805         
4806         * lyric-align.ly: remove file
4807         
4808         * scripts/convert-ly.py (FatalConversionError.func): add removal
4809         rule for automaticMelismata
4810
4811         * ly/engraver-init.ly (ScoreContext): switch on
4812         New_phrasing_engraver by default.
4813
4814         * lily/slur-engraver.cc (class Slur_engraver):
4815         process_acknowledged_grobs -> process_music.
4816         (try_music): signal melismata correctly.
4817
4818         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
4819         word-space, right-trim-amount, and extend past right bound only
4820         for note heads.
4821
4822         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
4823         lyric-extender support: add note-heads to the extender
4824         automatically.
4825
4826         * lily/parser.yy: extender is now post_event. 
4827
4828         * lily/accidental-engraver.cc (number_accidentals): remove
4829         spurious warning about non-parent contexts.
4830
4831         * lily/music-output-def.cc (assign_translator): \translator { }
4832         for a Foo context implicitly redefines \FooContext.
4833
4834         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
4835         fixes.
4836
4837         * lily/slur.cc (brew_molecule): don't use stafflinethickness
4838         doubly in slur weight. 
4839
4840         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
4841         combination.
4842
4843         * scm/define-grobs.scm (all-grob-descriptions): change clef -
4844         staffbar distance.
4845
4846         * scripts/lilypond.py (global_latex_preamble): crank down size of
4847         the margins. Now there is a 12 mm top and bottom margin, which
4848         should correspond with the printable area of modern printers.
4849
4850         This enlarges the music height of the printable page a little.
4851
4852         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
4853         signs. Use \markup instead.
4854         (accreg_pen): tweak for accordeon asterisk.
4855
4856 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4857
4858         * lily/melisma-engraver.cc (try_music): use melisma_busy()
4859
4860         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
4861
4862         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
4863
4864         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
4865
4866         * scm/define-grobs.scm (all-grob-descriptions): change
4867         StanzaNumber description: make side support, i.s.o. breakable.
4868         use Instrument_name_engraver for texts in the margin.
4869
4870         * scm/define-translator-properties.scm: remove
4871         melismaEngraverBusy, stz property.
4872
4873         * *.cc: naming: change empty_b () into is_empty ()
4874
4875         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
4876
4877         * input/regression/lyric-phrasing-new.ly: new file.
4878
4879         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
4880         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
4881         melismata are now left-aligned.
4882
4883 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4884
4885         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
4886
4887         * mf/feta19.mf: remove.
4888         
4889         * mf/feta-klef.mf (test_staff): more tweaks
4890
4891         * mf/feta-toevallig.mf: more small size tweaks.
4892
4893         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
4894         rests for smaller sizes.
4895
4896         * mf/feta-bolletjes.mf: fix cross heads.
4897
4898         * VERSION: release 2.1.4
4899         
4900         * scripts/convert-ly.py (FatalConversionError.func): add rule for
4901         deprecated #'ancient font family
4902
4903         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
4904         it is a string or number.
4905
4906         * scm/output-lib.scm (note-head-style->attachment-coordinates):
4907         change calling convention of stem-attachment function. 
4908
4909         * buildscripts/mf-to-table.py: read and dump WX/WY fields
4910
4911         * mf/feta-autometric.mf: dump WX/WY fields too
4912         
4913         * mf/parmesan-heads.mf: idem.
4914
4915         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
4916         attachment coordinates.
4917
4918         * lily/note-head.cc (stem_attachment_coordinate): read stem
4919         attachment from the notehead glyphs WX/WY fields.
4920
4921         * lily/include/font-metric.hh (struct Font_metric): add methods
4922         get_indexed_wxwy (), make a distinction between looking up by
4923         index and ASCII  
4924
4925         * mf/feta-bolletjes.mf: rewrite note head MF code.
4926         (test_outlines): make heads more rotund for smaller sizes. 
4927
4928 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4929
4930         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
4931         throughout. Font scaling fixes throughout.
4932
4933         * mf/feta-sleur,slur.mf: remove. 
4934
4935         * mf/feta-slag.mf: rewrite.
4936
4937 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4938
4939         * VERSION: release 2.1.3
4940
4941         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
4942
4943         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
4944
4945         * lily/mark-engraver.cc (process_music): fix mark
4946         \default. (backportme)
4947
4948         * stepmake/stepmake/automatically-generated.sub.make (default):
4949         use -n for head/tail commands. 
4950
4951         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
4952         heads with the same pitch.
4953
4954 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4955
4956         * lily/recording-group-engraver.cc (finalize): set protected_scm
4957         member to '() before finalizing.
4958
4959         * lily/translator-group.cc (finalize): remove removal_processing () 
4960
4961         * lily/recording-group-engraver.cc: new engraver: record
4962         synchronized start & end times for each music object.
4963
4964         * lily/parser.yy (toplevel_expression): execute score rendering
4965         during parsing. Cleanup output-filename handling; this is no
4966         longer done with global variables.
4967         (translator_spec_body): allow \type modification too.
4968
4969         * lily/score.cc:  ly:run-translator: new function
4970         (LY_DEFINE): ly:render-output new function.
4971
4972         Separate interpreting and rendering, and make available as
4973         functions at Scheme level.
4974
4975 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4976
4977         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
4978         (musicxml-node->string):
4979         (xml-node->string):
4980         (music-to-musicxml): New function.
4981
4982 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4983
4984         * VERSION: 2.1.2 released
4985
4986         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
4987
4988         * scm/font.scm (paper20-font-vector): discouple font design sizes
4989         from sizes specified in .ly file: store all design sizes of a font
4990         in a single vector.
4991
4992         * lily/font-select.cc (get_font_by_design_size): new function
4993
4994         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
4995         add parmesan,feta in sizes 14 and 18.
4996         
4997         * mf/feta-toevallig.mf: use blot diameter for double sharp.
4998
4999         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5000         of fontSize: this now sets font-size
5001
5002 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5003
5004         * VERSION: 2.1.1 released
5005         
5006         * Documentation/user/refman.itely (Tuning objects): add note about
5007         concurrent tweaks in different contexts. 
5008
5009         * lily/tie-engraver.cc (acknowledge_grob): use
5010         Staff_symbol_referencer::get_position iso. reading staff-position
5011         directly.
5012
5013         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5014         currentMusicalColumn as left span-point for bracket. The bracket
5015         is too long when there are accidentals.
5016
5017 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5018
5019         * buildscripts/lilypond-profile.sh,
5020         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5021         Thanks to Reuben Thomas <rrt@mupsych.org>
5022
5023 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5024
5025         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5026         Wurbel <wurbel@univ-tln.fr>.
5027
5028 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5029
5030         * scripts/midi2ly.py: Add space after chords.
5031
5032 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5033
5034         * input/regression/{many}: add few @code{ ... }.
5035
5036 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5037
5038         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5039         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5040         Removed cmbx5, cmbx6 (which are included in teTeX)
5041         and cmbxti14 which is not used in fonts.scm.
5042
5043 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5044
5045         * lily/midi-item.cc: fine tune quarter tones.
5046
5047 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5048
5049         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5050         new function, warn how many cents are missing in fine tuning.
5051
5052 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5053
5054         * input/bugs/rhytmicstaff-tie.ly: add file.
5055
5056         * THANKS: Create skeleton for 2.1.
5057
5058 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5059
5060         * input/test/bar-lines.ly (TODO): dashed "|".
5061
5062 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5063
5064         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5065         input/regression/tie-chord.ly: Fix spell for tying.
5066
5067         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5068
5069         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5070         new file (renamed, see above).
5071
5072         * Documentation/user/lilypond-book.itely
5073         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5074         * input/example-1.ly input/example-2.ly input/example-3.ly
5075         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5076         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5077         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5078         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5079         * scripts/lilypond-book.py scripts/lilypond.py
5080         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5081         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5082
5083         * Documentation/user/lilypond.tely: update version.
5084
5085         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5086         Remove extra spaces in each @node, fixes spaces.
5087
5088 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5089
5090         * scripts/lilypond-book.py (output_dict): Add definition of
5091         \lilypondbook also for LaTeX output. Solves several bug reports.
5092
5093 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5094
5095         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5096
5097 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5098
5099         * input/test/transposition.ly: Fix key signatures, given in comments.
5100
5101 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5102
5103         * scm/midi.scm (instrument-names-alist),
5104         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5105
5106 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5107
5108         * input/test/temporary-stave.ly (texidoc): New example based on an
5109         email question from Ralph Little.
5110
5111 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5112
5113         * VERSION: release 2.1.0
5114         
5115         * lily/note-performer.cc (try_music): accept busy-playing-event.
5116
5117         * lily/swallow-perf.cc (try_music): return false for
5118         busy-playing-event and melisma-playing-event.
5119
5120 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5121
5122         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5123         >> in \score.
5124
5125 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5126
5127         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5128         that articulation_substitute will not move beam start again.
5129         (articulation_substitute): Bugfix: remove stray space so that new
5130         old chords ending '>>' does not get broken up.
5131         (sub_chord): Use TAB for indentation (not spaces).
5132         
5133         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5134         Bugfix for startup: Use ?^ instead of ?\^.
5135
5136 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5137
5138         * lily/lyric-combine-music-iterator.cc
5139         (Lyric_combine_music_iterator): change init order, to prevent GC
5140         segfaults.
5141
5142         * lily/context-specced-music-iterator.cc (construct_children): 
5143         only change  translator if found. This fixes a core dump problem.
5144
5145 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5146
5147         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5148         comparison.
5149
5150         * mf/feta-bolletjes.mf: make hole in half note little
5151         smaller for stem attachment.
5152
5153         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5154
5155         * mf/feta-banier.mf: don't draw stem with flag, just small square
5156         attachment.
5157
5158         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5159
5160         * mf/feta-banier.mf: remove upstem/downstem characters.
5161
5162         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5163
5164         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5165         stafflinethickness (in the default)
5166
5167         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5168
5169         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5170
5171         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5172
5173         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5174
5175         * lily/include/directional-element-interface.hh:
5176         junk class, make {get,set}_grob_direction functions.
5177
5178         * lily/slur.cc (get_attachment): do something sensible when
5179         attaching to stem without heads (eg. a rest).
5180
5181         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5182         forcing up to staff.  remove #'support-head property
5183         (brew_molecule): small cleanup.
5184         (flag): remove #'grace property.
5185
5186 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5187
5188         * cygwin/postinstall-lilypond.sh: 
5189         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5190         (Volker Zell).
5191
5192 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5193
5194         * scripts/lilypond-book.py: resurrect 'eps' option. 
5195         (TexiPaper.to_eps): use -Ppdf for EPS files.
5196
5197         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5198
5199         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5200
5201         * VERSION: release 2.0.1
5202
5203         * lily/bezier.cc (get_other_coordinate): change assert into
5204         warning.
5205
5206         * lily/note-head.cc (internal_brew_molecule): make left protusion
5207         smaller, to accomodate for natural sign.
5208         (internal_brew_molecule): only do this when the accidental is
5209         close enough.
5210         (extent): new function
5211
5212         * lily/skyline.cc (merge_skyline): new function
5213         (heighten_skyline): new function
5214
5215         * lily/accidental-placement.cc (position_accidentals) 
5216         (position_accidentals): fix todo.
5217
5218 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5219
5220         * input/test/+.ly (texidoc): put version number inline.
5221
5222         * GNUmakefile.in: remove rsync-web target.
5223         
5224         * input/regression/bar-scripts.ly (onestaff): raggedright
5225
5226 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5227
5228         * lily/*.cc: remove #if 0'd code in couple of places.
5229
5230         * lily/midi-stream.cc (operator <<): rewrite.
5231
5232         * lily/note-head.cc (internal_brew_molecule): 
5233         only make ledgers when the Staff symbol has lines.
5234
5235         * ly/property-init.ly (arpeggioBracket): simplify
5236
5237         * lily/translator-group.cc (execute_pushpop_property): use
5238         SCM_EQ_P for comparing keys. This fixes reverting
5239         auto-beam-settings.
5240
5241 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5242 *
5243         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5244         midi_debug_global_b.
5245         (operator <<): Normalise loop.
5246
5247 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5248
5249         * scripts/lilypond.py (escape_path): revise.
5250
5251         * scm/music-functions.scm (set-output-property): new function.
5252         
5253 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5254
5255         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5256         use addmakeflags again.
5257
5258         * cygwin/lily-wins.py (escape_shell): New function; use it.
5259
5260         * scripts/lilypond.py (escape_shell): Escape quotes and other
5261         spaces too.  Do not escape escaping backslashes.
5262
5263         * make/srcdir.make.in (web-install): Must call install-WWW now.
5264
5265         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5266         dependency
5267
5268 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5269
5270         * scripts/lilypond.py (escape_path): escape quotes too. 
5271
5272         * Documentation/user/lilypond.tely (Unified index): rename Index
5273         to accomodate Windows breakage.
5274
5275         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5276
5277         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5278         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5279         target not a source.
5280
5281 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5282
5283         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5284         addmakeflags.  Build and install doc and web also when building on
5285         Cygwin.
5286
5287         * mf/GNUmakefile: Bugfix.
5288
5289         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5290         target web.
5291
5292         * cygwin/lily-wins.py: Quote filename.
5293
5294 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5295
5296         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5297
5298 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5299
5300         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5301         settings.
5302
5303         * configure.in: Require g++ > 3.0.4.
5304
5305         * mf/GNUmakefile: Bugfix: Add list.ly target.
5306         
5307         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5308
5309         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5310         make omf directory, add uninstall targets.
5311
5312 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5313
5314         * lily/tie-performer.cc (initialize): init prev_event
5315
5316         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5317
5318         * lily/script-engraver.cc (make_script_from_event): don't crash on
5319         non-string articulation-type.
5320
5321         * lily/new-fingering-engraver.cc (add_script): don't crash on
5322         0 scripts 
5323         (acknowledge_grob): warn about text script events.
5324
5325 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5326
5327         * buildscript/lilypond.words: fix path for drums.scm.
5328
5329 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5330
5331         * lily/spacing-spanner.cc (note_spacing): don't make longer
5332         durations than measure-length.
5333
5334         * VERSION: release 2.0.0
5335
5336         * GNUmakefile.in (rsync-web): version independent rsync target.
5337
5338         * input/test/+.ly (texidoc): idem.
5339
5340         * input/regression/+.ly: print version number.
5341
5342         * input/regression/accidentals.ly (mel): shorten.
5343
5344         * input/regression/accidental-octave.ly (texidoc): shorten.
5345
5346         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5347
5348         * input/regression/completion-heads-polyphony.ly: octave
5349
5350         * input/regression/beam-manual.ly: remove
5351
5352         * input/regression/beam-chord.ly: remove
5353
5354         * input/regression/grace-dynamic.ly: remove
5355         
5356         * input/regression/grace-volta-repeat.ly: octave fixes.
5357
5358         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5359
5360         * lily/parser.yy (step_number): semitones for chord entry too.
5361         (make_chord_step): more robust code, semitones. 
5362
5363         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5364
5365         * input/regression/breathing-sign.ly (texidoc): split ancient and
5366         normal breathing signs.
5367
5368         * scm/define-grobs.scm (all-grob-descriptions): swap
5369         beamed-extreme-minimum-free-lengths and
5370         beamed-minimum-free-lengths; the 'extreme' case should allow
5371         shorter stems. This fixes forced directions on beamed 32nd and
5372         shorter notes.
5373
5374         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5375         quartertones, not semitones.
5376         (NoteNamesContext): swallow more event types
5377
5378         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5379
5380         * VERSION (PACKAGE_NAME): release 1.9.10
5381
5382 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5383
5384         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5385         set note head as cause of note-column.  This gives a better error
5386         message.
5387
5388 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5389
5390         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5391
5392 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5393
5394         * mf/GNUmakefile (pfa_warning): instruct 
5395
5396         * stepmake/aclocal.m4: typo.
5397
5398         * Documentation/user/cheatsheet.itely: more verbose examples.
5399
5400         * input/regression/clefs.ly: remove bogus docstring.
5401
5402 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5403
5404         * GNUmakefile.in (SUBDIRS): Add elisp.
5405
5406         * elisp/lilypond-mode.el: 
5407         * elisp/lilypond-init.el: 
5408         * elisp/lilypond-indent.el: 
5409         * elisp/lilypond-font-lock.el: Move from top dir.
5410
5411         * stepmake/stepmake/elisp-vars.make: New file.
5412
5413         * config.make.in (elispdir): Add.
5414
5415         * Documentation/topdocs/INSTALL.texi: Typo.
5416
5417         * make/ly-rules.make: Test for files instead of touching void and
5418         ignoring errors.
5419
5420         * GNUmakefile.in:
5421         * make/lilypond.redhat.spec.in:
5422         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5423         <builddir>, adding
5424         
5425              (push "<builddir>/share/lilypond/elisp" load-path)
5426
5427         to your ~/.emacs.el should give you LilyPond-mode again.
5428
5429         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5430         regexp for DOS/Windows, we are too paranoid to fix others.
5431
5432 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5433
5434         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5435
5436         * input/test/chord-names-jazz.ly (banterProperties): fix
5437
5438         * lily/parser.yy (bass_mod): bass figure alterations are semi
5439         tones, not quarter tones
5440
5441         * lily/beam.cc (set_stem_lengths): only lengthen stems
5442         for gapped beams.
5443
5444         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5445         by beamcount.
5446
5447         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5448         a warning that the warning may erroneous.
5449
5450         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5451         target.
5452
5453         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5454         targets.
5455
5456         * GNUmakefile.in ($(config_h)): config.h should depend on
5457         config.hh.in .
5458         (lilypond.words): remove fontball stuff.
5459
5460         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5461
5462         * configure.in: remove pktrace reference.
5463
5464         * GNUmakefile.in (rsync-web): permissions and ownership for
5465         website.
5466
5467         * lily/volta-engraver.cc (staff_eligible): new function.
5468         (stop_translation_timestep): kill off spanners if not eligible.
5469
5470         * VERSION (PATCH_LEVEL): release 1.9.9
5471
5472         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5473
5474         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5475         length is more important than forbidden quants.
5476         
5477 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5478
5479         * buildscripts/lilypond.words: order words in search order,
5480         add lilypond.words.vim to be generated.
5481
5482         * lilypond.vim: use lilypond.words.vim for keyword matching.
5483
5484         * lilypond-mode.el: use search order. fix word selection rules.
5485
5486         * lilypond-font-lock.el: fix fontifying long durations.
5487
5488         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5489
5490 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5491
5492         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5493
5494         * stepmake/stepmake/generic-targets.make:
5495         * stepmake/stepmake/bin/make-version.py: 
5496         * stepmake/aclocal.m4:
5497         * make/stepmake.make:
5498         * make/toplevel-version.make: Build fixes: remove last traces of
5499           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5500
5501         * lily/beam.cc: Add gap-count property.
5502
5503 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5504
5505         * scm/define-grob-properties.scm (gap-count): add gap-count
5506
5507         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5508
5509 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5510
5511         * cygwin/mknetrel.doc: Typo.
5512
5513         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5514
5515         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5516
5517 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5518
5519         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5520         sizes. Remove support for 'ledger'(=tabloid+landscape).
5521
5522 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5523
5524         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5525         sauter PFAs.
5526
5527         * configure.in: remove VERSION stuff once again.
5528
5529         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5530
5531         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5532         for chord names.
5533
5534         * mf/GNUmakefile: always trace pfa fonts.
5535         (SAUTER_FONTS): add cmss[567] too fonts
5536
5537         * configure.in: require mftrace. 
5538
5539         * lily/staff-performer.cc (new_instrument_string): don't look at
5540         instrument property.
5541
5542         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5543         is_direction is the C++ one. Similar for ly_axis_p and
5544         ly_number_pair_p
5545
5546 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5547
5548         * lily/beam.cc (brew_molecule): read gap-count to determine
5549         number of tremolo (gapped) beams.
5550
5551         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5552         shorter than 1/8
5553
5554         * flower/include/array.hh (default_compare): new function
5555
5556         * cygwin/mknetrel: Native fixes.
5557
5558         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5559
5560 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5561
5562         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5563         feature for Windows.
5564
5565         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5566
5567         * cygwin/mknetrel: Updates for native use on Cygwin.
5568
5569         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5570
5571         * stepmake/stepmake/help2man-rules.make: 
5572         * cygwin/mknetrel: Bugfix for manpages.
5573
5574         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5575         $(builddir).  Stepmake is a normal subdirectory now, that is not
5576         configured.  Another srcdir build fix.
5577
5578         * Documentation/topdocs/INSTALL.texi,
5579         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5580         lilypond-init.el, lilypond-mode.el, debian/rules,
5581         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5582         rename generated file lilypond.words to lilypond.words.el.
5583
5584 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5585
5586         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5587
5588         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5589         GNUmakefile.in.
5590
5591 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5592
5593         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5594         when cross building.
5595
5596         * configure.in: srcdir build fix.
5597
5598         * cygwin/GNUmakefile:
5599         * cygwin/lily-wins.py:
5600         * cygwin/postremove-lilypond.sh: 
5601         * cygwin/postinstall-lilypond.sh: Merge from stable.
5602
5603         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5604         s/ly2dvi/lilypond/.
5605
5606 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5607
5608         * lily/slur.cc (after_line_breaking): only set control points if
5609         none supplied yet.
5610
5611         * input/test/slur-manual.ly: new file.
5612
5613         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5614         <<  >> chords too.
5615
5616         * VERSION (PACKAGE_NAME): release 1.9.8
5617
5618         * scripts/lilypond.py (escape_path): escape spaces in directory names
5619
5620         * input/test/text-spanner.ly: fixes.
5621
5622 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5623
5624         * buildscripts/lilypond.words.py: add drum names as note names to
5625         Emacs-mode.
5626
5627 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5628
5629         * input/regression/hairpin-dashed.ly: new file.
5630
5631         * scripts/convert-ly.py (conv): warn about dash-length.
5632
5633         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5634         automatically if we get a new one.
5635
5636         * lily/lookup.cc (dashed_line): new function
5637
5638         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5639         dash-fraction.
5640
5641 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5642
5643         * buildscripts/lilypond.words.py: extract note names.
5644
5645         * lilypond-mode.el: take note names from lilypond.words -file.
5646         small fix in the use of string-match.
5647
5648         * lilypond-font-lock.el: use lilypond.words for note names, add 
5649         maxima to note a duration.
5650
5651 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5652
5653         * lily/breathing-sign.cc: remove railtracks() function. 
5654
5655         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5656
5657         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5658         (brew_molecule): bugfix don't make arpeggio shorter when
5659         arpeggio-direction is set.
5660
5661         *  debian/rules: small corrections in the (Pedro K)
5662
5663         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5664         examples.
5665
5666         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5667         special (repeat) bar comes along.
5668
5669         * input/regression/auto-beam-bar.ly: update.
5670
5671         * scripts/lilypond-book.py (output_dict): remove support for the
5672         EPS option.
5673
5674         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5675         VerticalAlignment and VerticalAxisGroup this fixes the size
5676         computations for the entire system.
5677  
5678         * input/les-nereides.ly (bass): remove superfluous fontSize.
5679
5680         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5681         causes directory of file to be added to include path.
5682
5683         * input/regression/beam-break.ly: test single stem beams.
5684
5685         * input/regression/system-start-bracket.ly: fix.
5686
5687         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5688
5689         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5690
5691         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5692         (score_stem_lengths): do something sensible for single stem beams.
5693
5694         * lily/beam.cc (least_squares): add kludge for single stem beams.
5695
5696         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5697         keySignature to list of broken things.
5698
5699         * input/regression/keys.ly: fix.
5700
5701         * VERSION (PACKAGE_NAME): release 1.9.7
5702
5703         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5704
5705         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5706
5707         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5708         (quartertone_pitch): new function
5709
5710         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5711         flat. WARNING: FONT CHANGED.
5712
5713         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5714
5715         * lily/accidental-placement.cc (add_accidental): support for
5716         quarter tones.
5717
5718         * ly/LANGUAGEs.ly: use symbols for alterations.
5719
5720         * mf/feta-toevallig.mf: change accidental codes. 
5721
5722         * scm/lily.scm (ly:get-option): switch on debugging only for
5723         --verbose.
5724
5725         * lily/lily-guile.cc: remove ly:verbose?
5726
5727         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5728
5729         * lily/parser.yy (TODO): only do gh_call() for apply with
5730         procedure argument.
5731
5732         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5733         stuff in accordance with new timing of tie-events.
5734
5735         * lily/my-lily-lexer.cc: remove \outputproperty
5736
5737         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5738
5739         * scm/define-translator-properties.scm (melismaBusyProperties):
5740         add melismaBusyProperties property.
5741
5742 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5743
5744         * input/test/ambitus-mixed.ly (texidoc): new file.
5745
5746         * buildscripts/mutopia-index.py (find): prune debugging
5747
5748         * lily/side-position-interface.cc: doc updates
5749
5750         * Documentation/user/refman.itely: updates, tweaks.
5751
5752         * lily/parser.yy (Simple_music): remove outputproperty
5753
5754         * make/stepmake.make: use VERSION again; importing VERSION via
5755         autoconf dependencies is too hairy.
5756
5757 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5758
5759         * lilypond-mode.el: allow `-' for keywords and identifiers.
5760
5761 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5762
5763         * VERSION: release 1.9.6
5764         
5765         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5766         iso. ly2dvi.
5767
5768         * Documentation/user/*.itely: fixes everywhere
5769
5770         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5771         produce ties from the engraver itself, do not broadcast TieEvent.
5772
5773         * lily/my-lily-lexer.cc: remove pitch & duration.
5774
5775         * lily/parser.yy (TODO): remove \pitch and \duration
5776
5777         * input/test/explicit.ly: remove file.
5778
5779         * Documentation/user/refman.itely (Pitches): remove \pitch 
5780         \duration command.
5781
5782 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5783
5784         * buildscripts/lilypond.words.py: add all slur types to Emacs
5785         insertion menu, suppose everything is postfixed by dropping 
5786         unnecessary `-' -marks.
5787
5788 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5789
5790         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
5791         tremoloed stems.
5792
5793         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
5794         head for flagged stems.
5795
5796         * lily/stem.cc (get_default_stem_end_position): futz with extra
5797         stem length if there is a stem tremolo.
5798
5799         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
5800         it would be too small.
5801
5802         * lily/font-metric.cc: return #f for non-existent glyph.
5803         
5804         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
5805         exported through config.make.
5806
5807         * input/regression/clef-oct.ly: new file.
5808
5809         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
5810         transposition.
5811
5812         * input/template/*.ly: remove old relative.
5813
5814         * ly/english.ly: add X names for double sharp.
5815
5816 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5817
5818         * lily/font-select.cc: new file handle font selection routines.
5819
5820         * lily/parser.yy: add ; (Patrick Atamaniuk)
5821
5822         * input/test/time-signature-double.ly: use markups for double time
5823         sigs.
5824
5825         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
5826         ChordNames.SeparationItem #'padding for adjusting space after chords.
5827         
5828         * lily/music-output-def.cc (LY_DEFINE): 
5829         new function ly:paper-lookup.
5830         
5831         * mf/parmesan-clefs.mf: use # quantities for char_box
5832         offsets. Fixes overflow errors in the PFA. 
5833
5834         * scm/new-markup.scm (strut-markup): change calling interface for
5835         markup. Pass paper-def, not grob. This would allow \markup to be
5836         used separately from grobs.
5837
5838         * lily/paper-def.cc: new function ly:paper-font; this function
5839         replaces ly:get-font.
5840
5841         * lily/include/font-interface.hh (struct Font_interface): take
5842         Paper_def iso. Grob for get_font().
5843
5844 2003-09-14  Graham Percival  <gperlist@shaw.ca>
5845
5846         * Documentation/user/ tutorial.itely, refman.itely: add warning
5847         about \key and accidentals.
5848
5849 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5850
5851         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
5852
5853         * Documentation/user/*.itely: manual tweaks
5854
5855 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
5856
5857         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
5858         cleanup; bugfix: exact_center
5859
5860         * Documentation/user/refman.itely: added more documentation on
5861         ambitus according to recent questions on lilypond-user list
5862
5863 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5864
5865         * input/regression/ottava.ly (texidoc): demo 15ma too.
5866
5867         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
5868
5869         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
5870         octave fixes.
5871
5872 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5873
5874         * lily/lexer.ll: add \r to the rules for newlines; this fixes
5875         problems on older Mac editors.
5876
5877 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
5878
5879         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
5880
5881 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
5882
5883         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
5884         mf/parmesan-clefs.mf: added comments on character alignment and
5885         set_char_box() conventions
5886
5887         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
5888         set_char_box()'s
5889
5890         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
5891
5892 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
5893
5894         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
5895
5896 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5897
5898         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
5899         shortened to avoid almost-collision with staff line; code cleanup;
5900         other custodes: fixed char boxes; code cleanup
5901
5902 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5903
5904         * configure.in: release 1.9.5
5905         
5906         * scripts/lilypond.py (global_latex_preamble): only set
5907         twosideshift if 'twoside' is in latexoptions 
5908
5909         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
5910
5911         * VERSION: remove
5912
5913         * scripts/*2ly.py: update <> syntax
5914
5915 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5916
5917         * lily/chord-name-engraver.cc (process_music): add origin for
5918         chord name.
5919
5920         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
5921
5922         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
5923         bass notes for exceptions too.
5924
5925         * scm/define-grobs.scm (all-grob-descriptions): rename
5926         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
5927
5928         * scm/define-grob-properties.scm (remove-first): add remove-first
5929         property for orchestral scores.
5930
5931         * Documentation/user/*.itely: switch <<>> and <> 
5932
5933         * lily/glissando-engraver.cc (process_music): bugfix: move line to
5934         last_line only once. This fixes the two consecutive glissandi problem.
5935
5936 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
5937
5938         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
5939         error message "flexa-width undefined"
5940
5941         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5942         lily/include/gregorian-ligature.hh: print warning when ignoring
5943         head prefixes on flexa shapes
5944
5945         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
5946         space before a series of inclinatum heads
5947
5948         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5949         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
5950         cleanups
5951
5952         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
5953         and char_box
5954
5955 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
5956
5957         * input/regression/breathing-sign.ly: tiny fixes
5958
5959         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
5960         semantical collision with vaticana ligatures
5961
5962         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5963         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
5964         now consistent with mensural ligatures
5965
5966         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5967         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
5968         context pitches and staff position; dto. for virga stem; removed
5969         obsolete virga and clivis characters from parmesan font (WARNING:
5970         font changed)
5971
5972         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
5973         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
5974
5975         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5976         scm/define-grob-properties.scm: consistency fix: renamed
5977         join_left->add_cauda
5978
5979         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
5980         appendix length; bugfix: yoffs_bt for reverse direction punctum
5981         characters
5982
5983         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
5984         small cleanups; added more docu
5985
5986         * lily/mensural-ligature-engraver.cc,
5987         lily/vaticana-ligature-engraver.cc,
5988         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
5989         computation to CoherentLigatureEngraver
5990
5991         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
5992         scm/define-grob-properties.scm: bugfix: added missing linea and
5993         cavum properties; bugfix: removed dead semivocalis property
5994
5995         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
5996         length; redesigned quilisma, stropha and auctum
5997
5998         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
5999         line thickness
6000
6001         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6002         Documentation/user/refman.itely: bugfix: introduced shifted
6003         epiphonus head to avoid collision with adjacent plica
6004
6005 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6006
6007         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6008
6009         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6010
6011 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6012
6013         * Documentation/user/tutorial.itely (A lead sheet): remove
6014         duplicate chords.
6015
6016         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6017
6018 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6019
6020         * Documentation/bibliography/computer-notation.bib (isbn): add
6021         xivcim publication.
6022
6023 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6024
6025         * GNUmakefile.in: drop lilypond.words for generation.
6026
6027 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6028
6029         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6030
6031         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6032
6033 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6034
6035         * input/test/figured-bass-alternate.ly (fl): new file.
6036
6037         * Documentation/topdocs/README.texi (Top): clarifications.
6038
6039         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6040         theses of Gieseking and Renz.
6041
6042         * GNUmakefile.in (README_FILES): remove README.mandrake.
6043
6044 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6045
6046         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6047         from source files and search patterns listed in the script.
6048
6049         * GNUmakefile.in: add target `lilypond.words'.
6050
6051         * lilypond.words: remove file, generated by `make lilypond.words'.
6052
6053         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6054
6055 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6056
6057         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6058
6059 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6060
6061         * VERSION: 1.9.4 released
6062
6063         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6064         rule for < > <-> << >> substitution
6065
6066         * lily/lexer.ll: exchange meaning of << >> and < > 
6067
6068         * VERSION (PACKAGE_NAME): 1.9.3 released
6069
6070         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6071         pages unconditionally.
6072
6073 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6074
6075         * Documentation/user/music-glossary.tely (Top): small syntax
6076         fixes.
6077
6078         * scm/music-functions.scm (remove-tag): filter \tagged music
6079         expressions.
6080
6081         * input/regression/tag-filter.ly (texidoc): new file.
6082
6083         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6084         symbol2 .. ) etc. 
6085
6086         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6087         convert rule.
6088
6089         * Documentation/user/refman.itely (Fingering instructions): adjust
6090         manual.
6091
6092         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6093         for borderline cases (e.g. 1 fingering.)
6094         (position_scripts): revise interface, use fingerOrientations to
6095         set fingering positions.
6096
6097         * scm/document-translation.scm (context-doc): add aliases to
6098         automated documentation.
6099
6100         * make/lilypond-vars.make: remove stepmake compat glue.
6101
6102         * make/generic-vars.make: remove cruft.
6103
6104         * lily/main.cc (main): don't identify binary.
6105
6106 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6107
6108         * lily/include/translator.hh (class Translator): remove
6109         type_string_ , use symbol for context name throughout.
6110         Changes through whole source tree.
6111
6112         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6113         set PDF as default, and always make PDF.
6114
6115         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6116
6117 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6118
6119         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6120         Documentation/user/refman.itely input/regression/allfontstyle.ly
6121         input/regression/grace-types.ly:
6122         fix spelling for acciaccatura (Webster's 1913).
6123
6124 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6125
6126         * lily/main.cc (usage): adjust blurb, include url.
6127
6128         * input/regression/breathing-sign.ly (texidoc): transpose up
6129
6130 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6131
6132         * input/regression/breathing-sign.ly: changed ancient examples to
6133         be relevant (by request of Han-Wen); updated BreathingSign text
6134         property according to new syntax.
6135
6136         * ly/gregorian-init.ly: updated BreathingSign text property
6137         according to new syntax
6138
6139 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6140
6141         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6142         (Clef): index entries for clefs.
6143
6144         * python/lilylib.py (system): remove errorlog files.
6145         
6146 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6147
6148         * lilypond.words: add \new and new graces. Add dynamics to menus
6149         keeping 1.8.x compatibility; after all the engraving relating to 
6150         notes becomes postfixed `-' marks will be removed.
6151
6152 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6153
6154         * lily/molecule.cc (align_to): idem.
6155
6156         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6157         
6158         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6159         accacciatura everywhere.
6160
6161         * VERSION (PACKAGE_NAME): released 1.9.2
6162
6163         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6164
6165         * scm/document-markup.scm (markup-doc-node): sort markup function
6166         list.
6167
6168         * lily/paper-outputter.cc (output_version): change "Lily was here"
6169         into  "Engraved by LilyPond"
6170
6171         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6172         on unquoted strings before \notenames.
6173
6174         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6175         increases the number of s/r reductions to 4.
6176
6177         * scm/new-markup.scm (fraction-markup): \fraction command.
6178
6179         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6180         mode
6181
6182         * lily/lookup.cc (round_filled_box): rename function.
6183         (LY_DEFINE): round-filled-box: change signature.
6184
6185         * Documentation/user/refman.itely: revise section explaining grace
6186         notes.
6187
6188         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6189         ly:set-context-property
6190
6191         * input/*/*.ly (vmus): use \new everywhere.
6192
6193         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6194
6195         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6196         default
6197
6198         * scm/music-functions.scm (set-stop-grace-properties)
6199         (set-start-grace-properties, add-grace-property): new functions
6200         for modular grace tweak control.
6201
6202         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6203         
6204 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6205
6206         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6207
6208         * GNUmakefile.in (install-pfa-fonts):
6209         (get-pfa-fonts): New target.
6210
6211         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6212         install-pfa-fonts help.
6213
6214 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6215
6216         * lily/translator-scheme.cc (LY_DEFINE):
6217         ly:context-pushpop-property new function.
6218         (LY_DEFINE): new function ly:translator-find  
6219         new function ly:translator?
6220         (LY_DEFINE): new function ly:context?
6221
6222         * lily/translator-def.cc: remove
6223         Translator_def::apply_pushpop_property().
6224
6225         * python/lilylib.py (read_pipe): only store and display error log
6226         if verbose not set.
6227         (read_pipe): only display log if it contains something.
6228
6229 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6230
6231         * Documentation/misc/GNUmakefile: Re-add.
6232         (TEXTS): Add CHANGES.
6233
6234 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6235
6236         * lilypond.words: add \newcontext.
6237
6238 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6239
6240         * lily/tie-performer.cc (stop_translation_timestep): only flush
6241         tied_notes when we have actually made a tie. Fixes bugs with ties
6242         in polyphonic scores.
6243
6244 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6245
6246         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6247         they do not exist.
6248
6249 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6250
6251         * VERSION (PACKAGE_NAME): released 1.9.1 
6252
6253         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6254         Instrument_name_engraver
6255
6256         * lily/tie-performer.cc (create_audio_elements): bugfix
6257
6258         * Documentation/user/music-glossary.tely (Top): comment out
6259         font-style statements.
6260
6261         * input/test/force-hshift.ly: revise example.
6262
6263         * Documentation/bibliography/engraving.bib (note): typos.
6264
6265         * configure.in: bump GCC requirements to 3.x
6266
6267         * lily/include/audio-item.hh (class Audio_tie): rename
6268         note_l_drul_ to note_drul_
6269
6270         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6271
6272         * lily/parser.yy (relative_music): whoops. All \relative were off
6273         by ...  a lot .... Ahem.
6274
6275         * scm/define-music-types.scm (music-descriptions): idem.
6276
6277         * lily/beam-engraver.cc: move new-beam-event to beam-event
6278
6279         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6280         to Tie_engraver
6281
6282         * input/regression/bar-number.ly: remove unnecessary old-relative
6283         options.
6284         
6285         * Documentation/user/internals.itely (Creating contexts): document
6286         \newcontext
6287
6288         * lily/parser.yy (Composite_music): add \newcontext
6289
6290         * Documentation/user/refman.itely (MIDI block): add note about
6291         dotted tempos.
6292
6293         * scm/font.scm: remove old markup legacy
6294
6295         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6296
6297         * lily/breathing-sign.cc (brew_molecule): remove function
6298
6299         * lily/text-item.cc: remove old-style markups.
6300         (interpret_markup): C++ version of markup function
6301         (brew_molecule): idem.
6302
6303         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6304         as Scheme variable.
6305
6306         * scripts/convert-ly.py (conv): dashes rule.
6307         Apply rule.
6308
6309         * Documentation/user/lilypond-book.itely: syntax fixes. 
6310
6311 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6312
6313         * VERSION (PACKAGE_NAME): release 1.9.0
6314
6315         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6316         note about dvips. (Should backport.)
6317
6318         * scripts/convert-ly.py
6319         (FatalConversionError.articulation_substitute): add
6320         convert-new-chords code. Remove convert-new-chords.py
6321
6322         * Documentation/user/refman.itely (Octave check): document
6323         \octave.
6324
6325         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6326         \relative changes.
6327
6328         * lily/parser.yy (command_element): octave check:
6329
6330            \octave PITCH
6331
6332         checks that PITCH (without octave) yields PITCH (with octave) in
6333         \relative
6334
6335         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6336
6337         * lily/scm-option.cc: ly:set-option now has the default argument
6338         #t.
6339
6340         * lily/lexer.ll: add \renameinput
6341
6342         * python/lilylib.py (command_name): robustifications.
6343
6344         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6345         /dev/stderr. This is ash compatible.
6346
6347         * ly/init.ly: add warning if compatibility was not necessary.
6348
6349         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6350
6351         * flower/include/string-handle.icc: formatting cleanups, rename
6352         references by ref_count_.
6353
6354 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6355
6356         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6357         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6358         package libs separately, fix conflicting php variable out=/dev/vc/
6359         invoking `unset out', declare menus, use only one icon-file, fix
6360         doc-path in menu.
6361
6362 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6363
6364         * scripts/convert-ly.py (FatalConversionError.conv): typo
6365
6366         * Documentation/misc/GNUmakefile: restore misc directory.
6367
6368         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6369
6370         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6371         Petites-Preludes 
6372
6373         * input/test/partial-blank.ly (quickmeasure): syntax
6374
6375         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6376         attachment property.
6377
6378         * Documentation/user/refman.itely: remove superfluous -'s 
6379         (Grace notes): ) fixes.
6380
6381         * lily/music.cc: generic compress(), transpose() functions. Remove
6382         others.
6383
6384         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6385         style markup entry.
6386
6387         * lily/parser.yy: all articulations postfix; remove obligatory -
6388         for [,  ) and \!
6389         
6390         * lily/music.cc (to_relative_octave): write generic
6391         to_relative_octave function; various relative cleanups.
6392         Hmmm.
6393
6394         * lily/scm-option.cc: add options new-relative and old-relative
6395
6396         * po/sv.po: new po file.
6397
6398         * Documentation/user/refman.itely (Dynamics): website
6399         fixes. (should backport!)
6400
6401 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6402
6403         * make/lilypond.mandrake.spec.in: declare version only once.
6404
6405 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6406
6407         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6408         meaning for now.
6409
6410 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6411
6412         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6413
6414         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6415
6416         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6417
6418         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6419
6420         * lily/music.cc (var): add ly:music-transpose function.
6421
6422         * lily/parser.yy (pre_events): remove prefix articulations.
6423
6424         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6425
6426         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6427
6428         * Documentation/user/refman.itely (Text markup): add comment about
6429         markup in header.
6430
6431 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6432
6433         * lily/paper-outputter.cc (write_header_fields_to_file): 
6434         only dump value if it is a string.
6435
6436         * flower/include/dictionary.hh: remove.
6437         
6438         * Documentation/ChangeLog-1.5: add back old log.
6439
6440         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6441         .pfas from a .deb.
6442
6443 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6444
6445         * Documentation/bibliography/engraving.bib: add entry for
6446         Jaschinski's Notation
6447
6448 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6449
6450         * Documentation/user/refman.itely (Beaming): add note about
6451         allowBeamBreak
6452
6453 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6454
6455         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6456         GregorianTranscription contexts
6457
6458         * ly/engraver-init.ly: vaticana contexts: minor fixes
6459
6460         * Documentation/user/refman.itely (Ancient notation): added note
6461         on appendix length bug
6462
6463         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6464         input/test/vaticana.ly: use vaticana contexts; small fixes
6465
6466 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6467
6468         * flower/hash.cc: Remove.
6469
6470         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6471         to (nonexistent?) hash_func_ identifier.
6472
6473         * python/midi.c (midi_error, midi_warning): Use char const* for
6474         __FUNCTION__ argument.
6475
6476         * python/gettext.py: Remove.  We already require python 2.1, which
6477         includes gettext.py.
6478
6479         * configure.in: Require python 2.1, as INSTALL.texi says.
6480         it.
6481
6482         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6483         versions 1.50 and 1.75.  Remove note about lexer patch.
6484
6485 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6486
6487         * Documentation/topdocs/INSTALL.texi: Update type1 font
6488         description to actual situation.  Add comment about new font ball
6489         layout.
6490
6491         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6492         in $LILYPONDPREFIX suffices for installation.
6493
6494 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6495
6496         * debian/control (Build-Depends): Add flex-old as alternative to
6497         flex.  Deprecate bison 1.75.
6498
6499 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6500
6501         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6502         Vaticana contexts
6503
6504         * Documentation/user/refman.itely (Ancient notation): documented
6505         some bugs; tiny fixes; added docu on Vaticana contexts
6506
6507         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6508         scripts
6509
6510 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6511
6512         * Documentation/user/refman.itely (Ancient notation): added some
6513         introductory words; added section on ancient time signatures;
6514         added some @seealso and @refcommands; small fixes and
6515         beautifications
6516
6517 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6518
6519         * input/regression/note-head-style.ly: many fixes and updates
6520
6521         * Documentation/user/refman.itely: added small sections on ancient
6522         accidentals, rests and flags; revised ancient note head section;
6523         small wording/spelling fixes
6524
6525         * input/test/rests.ly: layout fixes
6526
6527 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6528
6529         * input/puer-fragment.ly: bugfix: central C position of do clef
6530
6531         * ly/gregorian-init.ly: workaround: add small padding space before
6532         divisiones (the correct fix would be the spacing engine to handle
6533         this)
6534
6535 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6536
6537         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6538         cue-notes.ly: minor fixes.
6539
6540 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6541
6542         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6543         input/test/custos-style.ly
6544
6545         * Documentation/index.html.in: bugfix: link to Tutorial.html
6546
6547         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6548         to neumes; bugfix: "et": epiphonus, not just a simple pes
6549
6550 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6551
6552         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6553
6554         * lilypond.words: add new features: markup, column, center, \[ \].
6555         
6556 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6557
6558         * Documentation/topdocs/NEWS.texi, DEDICATION,
6559         stepmake/bin/add-html-footer.py
6560         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6561         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6562         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6563         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6564         added (only) after a sentence which is complete; if the sentence is 
6565         not ended a comma `,' or nothing is used. fix also spaces.
6566
6567 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6568
6569         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6570         requirements to plain 1.6.
6571
6572         * buildscripts/mutopia-index.py (read_lilypond_header): update
6573         mutopia-index.py to 1.4 syntax [sic]
6574
6575 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6576
6577         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6578
6579 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6580
6581         * Documentation/index.html.in: url for regression pdf
6582
6583         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6584
6585         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6586
6587         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6588
6589         * VERSION: 1.8.0 released
6590         
6591         * GNUmakefile.in (local-WWW-post): footify build fix.
6592
6593         * configure.in: require GUILE 1.6.4
6594
6595         * Documentation/user/GNUmakefile: don't copy *.png for
6596         lilypond-internals
6597
6598         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6599         local-WWW-post target.
6600         (rsync-web): add rsync-web target
6601
6602         * Documentation/user/introduction.itely (Music notation and
6603         engraving): add neume example
6604
6605         * input/puer-fragment.ly (cantus): add puer-fragment
6606
6607 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6608
6609         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6610         to notes, so that equalizer is actualy being used.
6611
6612         * scm/midi.scm (instrument-equalizer-alist):
6613         (absolute-volume-alist): Define public, so that user can copy or
6614         override.
6615
6616         * lily/key-performer.cc (create_audio_elements): Check for minor
6617         key.  Only if key is minor, set MIDI key to minor.
6618
6619 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6620
6621         * Documentation/user/refman.itely (Hiding staffs): fixes.
6622
6623         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6624
6625         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6626         vertical extents to deal with Hara kiri correctly.
6627
6628         * input/regression/hara-kiri-short.ly: remove
6629
6630         * input/regression/hara-kiri-pianostaff.ly: update test.
6631
6632         * Documentation/user/*.tely: remove WEBTITLE
6633
6634         * scm/output-tex.scm (comment): idem.
6635
6636         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6637
6638         * scm/music-functions.scm (make-lyric-event): new function
6639
6640         * scm/lily.scm (lilypond-version): new function
6641
6642         * input/test/version-output.ly: new file.
6643
6644         * Documentation/user/lilypond.tely: add version number to
6645         front-page.
6646
6647 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6648
6649         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6650
6651 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6652
6653         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6654
6655         * Documentation/user/refman.itely (Hiding staffs): rename node.
6656
6657 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6658
6659         * input/regression/new-markup-syntax.ly (texidoc): remove
6660         molecule-callback override.
6661
6662 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6663
6664         * input/les-nereides.ly: Mark tweaks with %tweak.
6665
6666         * Debian patch, see debian/changelog (Anthony Fok).
6667
6668 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6669
6670         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6671         problem.
6672
6673 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6674
6675         * Documentation/user/refman.itely (Text markup): Fix language bug.
6676
6677 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6678
6679         * input/* : postfix syntax fixes.
6680
6681         * Documentation/user/refman.itely (Text markup): add note about
6682         raise/lower with ^ or _ .
6683         
6684         * po/fi.po: fix \\apply strings.
6685
6686         * lily/parser.yy (open_event): warn for prefix articulations.
6687
6688 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6689
6690         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6691         fix also on parmesan font.
6692
6693 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6694
6695         * VERSION 1.7.30 released
6696         
6697         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6698
6699         * buildscripts/mutopia-index.py (headertext): rewording
6700
6701 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6702
6703         * scm/new-markup.scm (strut-markup): new markup function.
6704
6705         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6706         space also when no accidental is there.
6707
6708 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6709
6710         * input/les-nereides.ly: Updates.
6711
6712 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6713
6714         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6715         which repeats the tag insertion selected from "Insert tag" menu.
6716
6717 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6718
6719         * lily/all-font-metrics.cc (find_font): load AFM files first only
6720         for feta fonts. This fixes problems with TeXlive and other TeX
6721         distros that include AFM files for the CM fonts. 
6722
6723         * scm/font.scm (qualifiers-to-font-name): remove.
6724
6725         * lily/paper-def.cc: remove get_var.
6726
6727         * input/trip.ly: remove file.
6728         
6729         * input/regression/spacing-note-flags.ly (raggedright): remove
6730         stafflinethickness
6731
6732         * input/les-nereides.ly: update to new syntax, cleanups.
6733
6734 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6735
6736         * Documentation/user/refman.itely: Clarify shortest-note problem
6737         of autobeamer.
6738
6739 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6740
6741         * lilypond-mode.el: Add each word to regexps only once.
6742
6743         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6744         is based on the syntax definitions in lilypond.words. Remove all 
6745         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6746         LilyPond->Insert menu is generated by the entries in lilypond.words 
6747         to which have been given a syntax definition.
6748
6749         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6750         \notes, \relative, \score, \simultaneous, \transpose.
6751
6752         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6753
6754         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6755         
6756         * lilypond-mode.el: add menu keywords separately.
6757
6758         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6759
6760 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6761
6762         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6763         current ugly installation method for PFA fonts.
6764
6765 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6766
6767         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6768         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6769
6770         * Documentation/user/music-glossary.tely: update legato.
6771
6772 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6773
6774         * lexer-gcc-3.0.patch: Remove.
6775
6776         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6777
6778 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6779
6780         * debian/rules (binary-arch): remove NEWS.
6781
6782 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
6783
6784         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
6785         stepmake/bin{ many }: polish the `--help's of different scripts;
6786         model taken from the core-utils of Linux.
6787
6788         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
6789
6790 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6791
6792         * flower/parse-afm.cc (parseCharMetrics): add warnings.
6793
6794         * flower/libc-extension.cc: idem.
6795
6796         * flower/include/libc-extension.hh: protect against isinf macros.
6797
6798 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
6799
6800         * { many }: Use two uppercase letters in LilyPond.
6801
6802         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
6803
6804         * VERSION: 1.7.29 released.
6805         
6806 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6807
6808         * lily/tie.cc: add TODO comment.
6809
6810         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
6811
6812         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
6813         linejoins and linecaps. This fixes problems with occasional spikes
6814         on slur/tie endings.
6815         
6816         * input/regression/font-name.ly: don't use PS fonts for
6817         compatibility reasons. 
6818
6819         * mutopia/claop.py (accents): update to 1.8
6820
6821         * Documentation/user/music-glossary.tely (Top): remove 13pt.
6822
6823         * Documentation/user/macros.itexi: don't color glossary links.
6824
6825         * Documentation/user/invoking.itexi (Error messages): new section
6826
6827 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6828
6829         * input/regression/font-name.ly: add file.
6830
6831         * scm/document-backend.scm (grob-doc): remove <hr> from
6832         lilypond-internals
6833
6834         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
6835         reqd version to 1.6.4 
6836
6837         * lily/font-interface.cc (get_font): bugfix: take font-name from
6838         alist chain too. This fixes font-name override for \markup.
6839
6840 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6841
6842         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
6843
6844         * input/test/polymetric-differing-notes.ly: Compile fix.
6845
6846 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
6847
6848         * Documentation/user/refman.itely: fixed typo
6849
6850         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
6851         before flexa
6852
6853 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6854
6855         * input/test/{ many }: search & fix some typos.
6856
6857 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6858
6859         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
6860         images.
6861
6862         * scm/music-functions.scm (make-voice-props-set): set Script /
6863         TextScript dir for polyphony too.
6864
6865         * scm/define-grobs.scm (all-grob-descriptions): decrease space
6866         before clef.
6867
6868         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
6869
6870 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
6871
6872         * Documentation/user/refman.itely (Percussion): Small
6873         clarifications and fixes.
6874
6875         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
6876         threads. This fixes different heads playing simultaneously.
6877
6878 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6879
6880         * Documentation/user/{ many }: increase readability (read through 
6881         User manual from `one big page').
6882
6883 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6884
6885         * input/test/polymetric-differing-notes.ly: add example with
6886         disparate note values.
6887
6888         * input/test/polymetric.ly: rename from poly-metric
6889
6890         * scripts/ly2dvi.py (include_path): bugfix: use outbase
6891         iso. outname.
6892
6893         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
6894         G-clef bbox to real char extents. This fixes the G-clef being
6895         offset too much to the right.
6896         document perc clef offset.
6897
6898         WARNING: FONT CHANGED.
6899
6900         * Documentation/user/tutorial.itely (Tutorial): move menu.
6901
6902 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6903
6904         * buildscripts/lilypond-profile.sh (Error): trim error message.
6905
6906         * Documentation/user/invoking.itexi (Invoking the lilypond
6907         binary): add note about path.
6908
6909         * Documentation/user/macros.itexi: add @c at EOL, hopefully
6910         suppresses superfluous spaces.
6911
6912 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6913
6914         * buildscripts/lilypond-profile.sh: Add documentation to error
6915         message.
6916
6917         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
6918
6919 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6920
6921         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
6922         <mike@ossmann.com>)
6923
6924         * Documentation/bibliography/computer-notation.bib (pages): prune
6925         unscientific language.
6926
6927         * Documentation/user/GNUmakefile: copy unsplit file to
6928         lilypond.html (idem for lilypond-internals).
6929
6930         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
6931
6932         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
6933
6934         * python/lilylib.py (lilypond_version): 2.1 proof version check.
6935
6936         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
6937         fix.
6938         
6939 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
6940
6941         * Documentation/user/{ various }: bind text snippets with their
6942         examples, e.g. by punctuation: This is an example.
6943
6944 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6945
6946         * ly/performer-init.ly (VoiceContext): Typos.
6947
6948         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
6949         builds, leave final-install to toplevel srcdir makefile.
6950
6951         * make/srcdir.make.in (install): New target.
6952
6953 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6954
6955         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
6956         This fixes core dump on MIDI output (Simon Weatherill).
6957
6958         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
6959         on local-WWW-post.
6960
6961 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6962
6963         * make/lilypond.redhat.spec.in: add dvips to reqs.
6964
6965 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6966
6967         * make/srcdir.make.in (web): Add special web target.
6968
6969         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
6970         from inner $(LOOP).
6971
6972         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
6973
6974         * stepmake/stepmake/generic-targets.make (www-targets-help):
6975         * GNUmakefile.in (web-install): Install in $(webdir).
6976
6977         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
6978
6979         * cygwin/changelog: 
6980         * cygwin/mknetrel: Update.
6981
6982         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
6983         (html-doc): Remove (use: web).
6984
6985         * stepmake/stepmake/script-rules.make: 
6986         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
6987         Fix $(config_make) dependencies for srcdir build.
6988
6989         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
6990         target for srcdir build.
6991
6992         * stepmake/make/stepmake.make: 
6993         * make/srcdir.make.in: 
6994         * GNUmakefile.in:
6995         * make/stepmake.make (config_make): Rename variable (was:
6996         configuration).
6997
6998 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6999
7000         * Documentation/user/internals.itely (Manipulating music
7001         expressions): run lilypond on example too.
7002
7003         * flower/include/libc-extension.hh: move lrint define to
7004         header. bugfix.
7005         
7006 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7007
7008         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7009         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7010         do we recurse whole tree?).
7011
7012         * GNUmakefile.in (html-doc): Resurrect.
7013
7014         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7015         obsolete $(package-icon) dependency.
7016
7017 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7018
7019         * Documentation/user/refman.itely (Automatic staff changes):
7020         add seealso 
7021
7022         * Documentation/index.html.in: link to bigpage.
7023
7024         * Documentation/user/tutorial.itely (Tutorial): streamline.
7025
7026         * Documentation/index.html.in: url typo.
7027
7028         * VERSION (PACKAGE_NAME): release 1.7.28
7029
7030         * python/lilylib.py (error_log): remove '/' from name.
7031
7032         * input/regression/pedal.ly: remove; dups input/test/
7033         
7034         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7035
7036         * Documentation/index.html.in: python style doco index.
7037
7038         * Documentation/{footer,header}.html.in (src): remove, 
7039
7040         * Documentation/pictures: remove all but lelie-logo.xpm.
7041
7042         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7043         before running makeinfo.
7044
7045         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7046         @code{}
7047
7048 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7049
7050         * input/test/bar-number-regular-interval.ly: rename.
7051
7052         * Documentation/user/*: various fixes. 
7053
7054 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7055
7056         * Documentation/{ many }: polish for update-all-menus. typos.
7057
7058         * po/fi.po: fixes.
7059
7060         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7061
7062         * buildscripts/mutopia-index.py: polish.
7063
7064         * input/regression/{ many }, input/test{ many }: polish texidocs.
7065
7066 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7067
7068         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7069         pedal-style
7070
7071         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7072         iso. edge-widen.
7073
7074         * lily/piano-pedal-engraver.cc (process_music): change from
7075         process_acknowledged ()
7076
7077         * lily/piano-pedal-bracket.cc: new file. Change
7078         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7079         cleaned up.
7080
7081         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7082
7083         * input/regression/tuplets.ly (texidoc): rename file.
7084
7085         * po/fr.po: update
7086
7087         * buildscripts/lilypond-profile.sh: error message if script is not
7088         sourced.
7089
7090         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7091         bracket-flare
7092         (make_bracket): simplify code.
7093
7094         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7095         argument.
7096
7097         * python/lilylib.py (lilypond_version_check): new function
7098
7099         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7100
7101         * scripts/ly2dvi.py (run_lilypond): add version check.
7102
7103         * scripts/lilypond-book.py (option_definitions): typo
7104
7105         * scripts/ly2dvi.py (include_path): typo
7106
7107         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7108
7109         * lily/parse-scm.cc (parse_handler): typo
7110
7111         * Documentation/user/macros.itexi: use @heading for headings.
7112
7113         * Documentation/user/refman.itely: updates, fixes.
7114
7115 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7116
7117         * po/fi.po: add Finnish translations. fixes.
7118
7119         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7120
7121         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7122         from lily/glissando-engraver.cc.
7123
7124 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7125
7126         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7127         for non-first _broken_ bracket.
7128
7129         * Documentation/user/refman.itely: corrections.
7130
7131 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7132
7133         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7134         support of the fingerings.
7135
7136         * po/fr.po: French translation update.
7137
7138         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7139         strings.
7140
7141 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7142
7143         * Documentation/user/introduction.itely: Small fixes.
7144
7145 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7146
7147         * Documentation/topdocs/AUTHORS.texi: polish.
7148
7149 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7150
7151         * Documentation/user/introduction.itely: revise
7152
7153         * Documentation/user/tutorial.itely: reorganise.
7154
7155         * Documentation/topdocs/index.tely: remove.
7156
7157         * Documentation/header.html.in: prune.
7158
7159         * GNUmakefile.in: clean up web building.
7160
7161         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7162         target.
7163
7164 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7165
7166         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7167
7168         * lilypond-mode.el: turn on blink-matching-paren.
7169
7170 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7171
7172         * scm/output-sodipodi.scm (svg-header): Fix typo.
7173
7174 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7175
7176         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7177         fixes a security hole.
7178
7179         * scripts/lilypond-book.py (original_dir): remove temp_dir
7180
7181         * scm/document-translation.scm: use @code tags.
7182
7183 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7184
7185         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7186
7187         * lilypond-mode.el: add a buffer-local post-command-hook to set
7188         context dependent syntax-table after each cursor event. Remove old
7189         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7190
7191         * lilypond-indent.el: update comments.
7192
7193         * Documentation/footer.html.in: add period.
7194
7195 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7196
7197         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7198
7199         * scm/document-translation.scm (document-property-operation): add
7200         @code{} tags.
7201
7202         * VERSION (PACKAGE_NAME): release 1.7.27
7203
7204         * config.make.in: add PAPER variable
7205
7206         * buildscripts/new-chords.py (help): add help text
7207
7208         * Documentation/user/introduction.itely (Typography and program
7209         architecture):  fixes.
7210
7211         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7212         for texinfo and dvips. This fixes problems with PDF output of the
7213         wrong size.
7214
7215         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7216         DVIPS_PAPERSIZE variable
7217
7218         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7219         TEXINFO_PAPERSIZE variable 
7220
7221 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7222
7223         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7224
7225         * mf/feta-toevallig.mf: lowres fixes.
7226
7227 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7228
7229         * NEWS: Typo and fill-paragraph fixes.
7230
7231         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7232         cast #define.
7233
7234         * configure.in: 
7235         * config.hh.in: Check for lrint.
7236
7237 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7238
7239         * VERSION: 1.7.26 released
7240
7241         * lily/separation-item.cc: add padding property.
7242
7243         * input/test/*.ly: various fixes, remove solo-a2.ly
7244
7245         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7246         bugfix. Fixes old-style markup compatibility.
7247
7248         * Documentation/user/introduction.itely (Introduction): historical
7249         elucidations
7250
7251         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7252
7253         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7254
7255         * Documentation/index.texi (Top): cleanup.
7256
7257         * Documentation/user/introduction.itely (Introduction): rewrite
7258         introduction, 
7259         (Music notation and  engraving): about notation. Add flat-picture
7260
7261 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7262
7263         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7264         separation items. This keeps lyrics from bumping into each other.
7265
7266 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7267
7268         * GNUmakefile.in (topdocs-web): New target.
7269         (local-web): Depend on topdocs-web; fixes html-doc.
7270
7271 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7272
7273         * po/lilypond.pot: run po-replace
7274
7275         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7276
7277         * scm/drums.scm (reset-drum-kit): new function.
7278
7279         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7280
7281         * scripts/update-lily.py: remove
7282         
7283         * VERSION: release 1.7.25
7284         
7285         * Documentation/user/introduction.itely (Introduction): rewrite
7286         start of introduction.
7287
7288 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7289
7290         * lily/all-font-metrics.cc: fixed typo
7291
7292 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7293
7294         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7295         LilyPond-mode-context-set-syntax-table): new functions to define
7296         the syntax table according to context.
7297
7298         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7299
7300 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7301
7302         * Documentation/user/refman.itely (Figured bass): 
7303         language nit courtesy http://www.vocabula.com
7304
7305         * GNUmakefile.in: remove no kpathsea hack.
7306
7307         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7308         doco.
7309
7310         * GNUmakefile.in: remove web-doc target.
7311
7312         * lily/all-font-metrics.cc (find_afm): add message about
7313         buildscripts/clean-fonts.sh 
7314
7315         * scm/define-music-properties.scm (figure): use string for 'figure
7316
7317         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7318
7319         * input/regression/ : add raggedright = ##t where applicable. 
7320         
7321         * scm/bass-figure.scm (make-bass-figure-markup): add
7322         alignBassFigureAccidentals property.
7323
7324         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7325         bracket.
7326
7327         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7328         syllables widths into account for minimum-length.
7329
7330         * input/test/staff-container.ly: update file
7331
7332         * input/test/stem.ly: remove
7333
7334         * lily/event.cc (LY_DEFINE): add ly: prefix.
7335
7336         * input/test/clef-manual-control.ly: from manual-clef
7337
7338         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7339
7340         * input/test/different-time-signatures.ly: move to poly-metric.ly
7341
7342         * input/test/hara-kiri*,scales.ly: remove
7343         
7344         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7345         with chord-names-jazz.ly)
7346
7347         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7348         get scalable cm fonts too.
7349
7350         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7351         --encoding for mftrace if present.
7352
7353         * input/regression/slur-area.ly: move from test/
7354
7355         * input/test/: remove simple-slur-endings slur-attachment
7356         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7357         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7358         slur-symmetry slur-symmetry tie-broken.ly
7359
7360         * scm/drums.scm (set-drum-kit): add function.
7361
7362         * Documentation/user/refman.itely (Percussion staves): use
7363         set-drum-kit
7364
7365         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7366         too
7367         (Global_measure.set_timesig): handle 3/8 time sig too.
7368
7369         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7370         note about triangle note heads.
7371
7372         * scm/drums.scm: use alist for instrument-settings. This fixes the
7373         bug with assigning to drums in the .ly file.
7374
7375         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7376         CHANGED.
7377
7378         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7379         cluster-beacon-interface
7380
7381         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7382
7383         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7384
7385         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7386
7387         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7388         to get positions.
7389
7390         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7391         make ClusterSpannerBeacon to record Y positions. This removes the
7392         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7393         make cluster-note-events.
7394
7395 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7396
7397         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7398
7399         * configure.in: Use lily/main.cc as identifying source file.
7400
7401         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7402
7403         * config.hh.in: 
7404         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7405
7406         * configure.in: Require PYTHON >= 2.0.
7407
7408         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7409           $PYTHON for include dir location.
7410         (STEPMAKE_PYTHON): New function.  Use
7411         
7412             PYTHON=foo ./configure
7413
7414           to override.
7415
7416 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7417
7418         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7419         something.
7420
7421         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7422         ftp.lilypond.org everywhere.
7423
7424 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7425
7426         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7427         detected.
7428
7429         * Documentation/user/refman.itely (Grace notes): note on explicit
7430         contexts
7431
7432 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7433
7434         * lilypond-font-lock.el: add a comment about LilyPond specific
7435         escape characters: ^, - and _, in the syntax table.
7436
7437         * Documentation/user/appendices.itely: a majuscule fix.
7438
7439 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7440
7441         * input/test/trills.ly (endHorizScript): fixes.
7442
7443         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7444         notation, move from regression.
7445
7446         * input/test/script-stack.ly: change name from stacked-scripts
7447
7448         * input/test/ossia.ly: octave errors.
7449
7450         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7451         for midi-volume-equaliser
7452
7453 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7454
7455         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7456         cm fonts.
7457
7458         * mf/feta-beugel.mf: don't multiply font_count by 10.
7459
7460         * lily/lookup.cc (horizontal_line): new function. Use
7461         horizontal-line in output backends.
7462
7463         * Documentation/user/tutorial.itely (An orchestral part): new
7464         section on orchestral stuff and identifiers.
7465
7466 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7467
7468         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7469         some interference to other modes.
7470
7471 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7472
7473         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7474         not maximum of spacing wishes in polyphonic situations.
7475
7476         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7477         number
7478
7479         * lilypond-indent.el: remove paren matching. 
7480
7481         * lily/text-item.cc (interpret_new_markup): new function
7482         use iso. text2molecule.
7483
7484         * lily/main.cc (notice): change FSF address 
7485
7486         * po/de.po: update PO file to 1.6.
7487
7488 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7489
7490         * Documentation/user/ {many}: Add periods and remove spaces.
7491         
7492 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7493
7494         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7495         Disable buffer-locally default paren hook and make a new one. 
7496
7497         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7498         locally LilyPond-paren-mode. Add todo for mouse double-click.
7499
7500 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7501
7502         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7503         Disable buffer-locally default paren idle timer and make a new one. 
7504
7505         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7506         locally LilyPond-show-paren-mode. Add to menu a toggle for
7507         LilyPond-show-paren-function.
7508
7509 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7510
7511         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7512
7513 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7514
7515         * Documentation/user/refman.itely: spelling fix.
7516
7517         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7518         paren highlight function definitions. add todo for
7519         LilyPond-show-paren-mode.
7520
7521 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7522
7523         * input/template/jazz-combo.ly: new file.
7524
7525 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7526
7527         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7528         lo-res fixes.
7529
7530         * mf/feta-schrift.mf: bugfix in varcoda sign.
7531         WARNING: FONT CHANGED
7532
7533         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7534         in accordance with lexer.ll.   
7535
7536 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7537
7538         * Documentation/user/tutorial.itely: Edit introduction.
7539
7540 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7541
7542         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7543         ly:grob-staff-position
7544
7545 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7546
7547         * scm/to-xml.scm: import srfi-1
7548
7549         * VERSION (MAJOR_VERSION):  release 1.7.24
7550
7551         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7552
7553         * scripts/lilypond-book.py (do_file): put texidoc before image.
7554         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7555
7556         * input/regression/*.ly: fix snippet octaves 
7557
7558         * input/test/spanner-after-break-tweak.ly: import
7559         broken-spanner-adjustment
7560
7561         * input/no-notation/midi-transposing.ly: move from input/test/
7562
7563         * input/test/: remove chord-markup
7564
7565         * input/regression/instrument-name-partial.ly: move from input/test.
7566
7567         * input/test/vertical-text.ly: remove
7568
7569         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7570         space above lyrics lines.
7571
7572         * input/test/uniform-breaking.ly: remove file.
7573
7574         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7575         uniform spacing density. 
7576
7577         * input/test/chords.ly (keys): remove file.
7578
7579         * scm/documentation-lib.scm (oop): use srfi-1 too.
7580
7581         * input/regression/*.ly: add \version
7582
7583         * Documentation/user/*.itely: various fixes.
7584
7585         * buildscripts/mf-to-table.py (base): break table every three
7586         symbols.
7587
7588         * input/:  remove %% new-chords-done %% .
7589
7590         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7591         os-music.ly
7592         
7593 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7594
7595         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7596
7597         * scm/new-markup.scm (box-markup): new function.
7598         (box-markup): new function. Contributed by Dick Schoeller
7599         <schoeller@attbi.com>
7600
7601         * scm/lily.scm: remove reduce-no-unit 
7602         (list-insert-separator): use fold-right
7603
7604         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7605         of arguments. 
7606
7607         * NEWS: more neutral language for ancient notation 
7608
7609         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7610         inside pointing beaming for chord tremolo.
7611
7612         * Documentation/user/lilypond-book.itely: minor editing
7613
7614 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7615
7616         * NEWS: added news for 1.8 regarding ancient notation
7617
7618         * Documentation/user/refman.itely (Gregorian square neumes
7619         ligatures): fixed typo
7620
7621         * lily/vaticana-ligature-engraver.cc,
7622         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7623         lower/upper head of Pes only when heads are stacked
7624
7625         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7626         scm/define-grob-properties.scm: cleanup: make "join-left" a
7627         boolean grob property and save delta pitch in grob property
7628         "delta-pitch" instead
7629
7630         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7631
7632 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7633
7634         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7635         completely borked
7636
7637         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7638         (try_music): bug fix: beam multiplicity was completely borked.
7639
7640         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7641         first-n, butfirst-n in favor of srfi-1 functions.
7642         remove string-join, string-pad in favor of srfi-13 functions.
7643
7644         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7645
7646         * NEWS: use complete sentences.
7647
7648         * Documentation/user/introduction.itely (Example applications):
7649         add note about databases and lilypond-book.
7650
7651         * input/test/volta.ly: remove file
7652
7653         * input/regression/volta-broken-left-edge.ly: simplify file
7654
7655 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7656
7657         * Documentation/user/refman.itely (Constructing a tweak): new
7658         subsection.
7659
7660         * Documentation/user/tutorial.itely (Fine tuning layout): add
7661         common tweaks.
7662
7663         * scm/define-grobs.scm (TextScript): use new brewer.
7664
7665 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7666
7667         * VERSION: release 1.7.23
7668
7669         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7670
7671         * python/lilylib.py (make_ps_images): bugfixes.
7672
7673         * input/regression/volta-multi-staff.ly: new file.
7674
7675         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7676
7677         * Documentation/user/tutorial.itely (Piano staffs): new section.
7678         (Setting variables): new section
7679         (Fine tuning layout): new section
7680
7681         * input/just-friends.ly: remove file. Superseeded by
7682         input/test/chords-without-melody.ly
7683
7684         * ly/property-init.ly: add all commands to refman.
7685
7686         * scm/define-translator-properties.scm: remove
7687         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7688
7689         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7690         name. Underscores botch up PS output.
7691
7692         * scm/define-translator-properties.scm: remove
7693         textNonEmpty, oneBeat, regularSpacingDelta
7694
7695         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7696         rule for automaticBars.
7697
7698         * lily/timing-engraver.cc (start_translation_timestep): change
7699         barNonAuto to automaticBars
7700
7701 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7702
7703         * input/test/perform-tie.ly: delete file.
7704
7705 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7706
7707         * Documentation/user/refman.itely (Gregorian square neumes
7708         ligatures): bugfix: do not show ledger lines in neumes table
7709         (fixed by setting staff symbol to transparent rather than removing
7710         it from staff context)
7711
7712 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7713
7714         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7715         glue into brew-new-markup-molecule.
7716
7717         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7718
7719         * Documentation/user/introduction.itely (Computerized typography):
7720         new section
7721
7722         * Documentation/user/tutorial.itely (An orchestral part): remove
7723         pc example from tutorial.
7724
7725         * input/tutorial/lilbook.tex: use screech-boink
7726
7727         * scripts/lilypond-book.py (compile_all_files): split formatting
7728         output body and scheduling lilypond compilation.
7729         (format_lilypond_output_bodies): new function
7730         (format_lilypond_block): new function
7731         (html_pages): allow multi-page images in HTML
7732
7733         * python/lilylib.py (make_ps_images): rename function from
7734         make_preview, merge with make_page_images
7735
7736 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7737
7738         * input/test/key-clefs.ly: moved to regression.
7739
7740         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7741
7742         * input/no-notation/README: added note about midi-*.ly files.
7743
7744         * input/test/two-key.ly: moved to no-notation/parse5.ly
7745
7746         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7747         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7748
7749         * input/test/ {various}: modified comments, marked some for deletion.
7750
7751         * input/test/lines.ly: deleted file; duplicate of
7752         embedded-postscript.ly
7753
7754         * input/test/mmrest-collision: moved to regression.
7755
7756 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7757
7758         * scm/chord-name.scm (note-name->markup): don't superscript root
7759         alterations in chordnames.
7760
7761 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7762
7763         * Documentation/user/refman.itely (Multi measure rests): more
7764         index/cross-referencing.
7765
7766         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7767
7768         * scm/font.scm: remove properties-to-font-name code.
7769
7770         * scm/define-grob-properties.scm: remove 'type
7771
7772         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7773         conversion
7774
7775         * lily/text-spanner.cc: change 'type grob prop to 'style 
7776
7777         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7778         "first" flag to decide whether to make a start-repeat
7779
7780         * input/regression/grace-volta-repeat-2.ly: new file.
7781
7782 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7783
7784         * lilypond-indent.el: rename generic functions to LilyPond-*
7785
7786 2003-06-22  Graham Percival  <gperlist@shaw.ca>
7787
7788         * input/test/thumb.ly: delete, merged into refman.
7789
7790         * Documentation/user/refman.itely: added thumb info to Fingering.
7791
7792         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
7793         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
7794         vertical-align.ly : deleted files.
7795
7796 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7797
7798         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
7799
7800         * lily/line-spanner.cc (broken_trend_offset): remove function.
7801         (get_broken_offset): idem.
7802         (brew_molecule): rewrite the line-break case.
7803
7804         * input/regression/follow-voice-break.ly:  new file.
7805
7806         * lily/line-spanner.cc (after_line_breaking): remove lines at the
7807         start of a system.
7808
7809 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7810
7811         * input/test/tuplet-rest.ly: moved to regression.
7812
7813         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
7814         deleted file.
7815
7816         * input/test/ {many} : marked file for possible deletion.
7817
7818 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7819
7820         * input/regression/beam-funky.ly: add note about (disputed)
7821         correct beaming.
7822
7823         * ly/engraver-init.ly (ScoreContext): put key-signature after
7824         staff-bar
7825         
7826 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7827
7828         * input/test/ broken.ly lyric-phrasing.ly: deleted.
7829
7830         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
7831
7832         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
7833
7834         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
7835         stem-extend was deleted (it was duplicate example, and not as
7836         good).
7837
7838         * input/test/[s-z]*.ly: add texidoc index.
7839
7840 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7841
7842         * lily/slur.cc (get_boundary_notecolumn_y): change name from
7843         get_first_notecolumn_y
7844
7845         * lily/spanner.cc (broken_spanner_index): new function.
7846
7847 2003-06-19  Graham Percival  <gperlist@shaw.ca>
7848
7849         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
7850         lyric-hyphen.ly : moved to regression.
7851
7852         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
7853         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
7854
7855         * input/test/instrument-name-mmrest.ly: moved to
7856         ../regression/multi-measure-rest-instr-name.ly
7857
7858         * input/test/knee-sym.ly: moved to
7859         ../regression/beam-knee-symmetry.ly.
7860
7861         * input/test/hymn.ly: change comments.
7862
7863         * input/test/[p-r]*.ly: add texidoc index.
7864
7865 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7866
7867         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
7868         to postfix syntax
7869         
7870         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
7871         syntax.
7872
7873         * VERSION: release 1.7.22
7874
7875 2003-06-18  Graham Percival  <gperlist@shaw.ca>
7876
7877         * input/test/[h-k]*.ly: added texidoc index.
7878
7879         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
7880
7881         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
7882
7883         * input/test/ various : mark files for deletion or moving to
7884         regression.
7885
7886         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
7887
7888         * input/test/[l-o]*.ly: added texidoc index.
7889
7890 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7891
7892         * scm/music-functions.scm (make-ottava-set): 
7893         only do ottavation if centralCPosition is set.
7894
7895         * lily/translator-scheme.cc (ly:context-property-where-defined):
7896         return '() if not found.
7897
7898 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
7899
7900         * lilypond-mode.el (LilyPond-un-comment-region): removed.
7901         Use one command for both commenting and uncommenting.
7902
7903         * lilypond-indent.el (LilyPond-comment-region): new function,
7904         (un)comments each line separately.
7905
7906         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
7907         
7908         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
7909         imenu is not added by default; adapted from f90.el,
7910         makes Help-menu, which does not fit, visible in XEmacs.
7911         
7912 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
7913
7914         * lilypond-mode.el: Set show-paren-mode local; minor-mode
7915         show-paren-mode sets blink-matching-paren-on-screen local.
7916         Try to make show-paren-function to paren-highlight local.
7917
7918         * lilypond-indent.el (LilyPond-scan-sexps): new function.
7919         Copy definitions of Emacs' show-paren-function and
7920         XEmacs' paren-highlight and make minimal changes;
7921         add comments about locality. 
7922         Fix matching first open-paren-char in '<< .. >>'.
7923
7924 2003-06-16  Graham Percival  <gperlist@shaw.ca>
7925
7926         * input/test/g*: added texidoc index.
7927
7928         * input/test/[a-g]*: added raggedright==#t when it
7929          seemed appropiate.
7930
7931         * input/test/ fake-grace.ly figured-bass.ly : removed file.
7932
7933         * Documentation/topdoc/INSTALL.texi: removed false warnings
7934         about gcc 3.3.
7935
7936 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7937
7938         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
7939
7940         * input/test/chords-without-melody.ly (texidoc): add from
7941         input/just-friends.ly
7942
7943         * input/regression/size{13--26}.ly: move from input/
7944
7945         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
7946         input/{star-spangled-banner,twinkle}.ly: remove 
7947         
7948         * lily/slur.cc: remove slur over rest warnings.
7949
7950         * lily/note-spacing.cc (get_spacing): include left part of right
7951         object in fixed space. This fixes stretched space before
7952         accidentals.
7953
7954         * input/regression/spacing-accidental-stretch.ly: new file.
7955
7956 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
7957
7958         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
7959         Reduce to 16pt.
7960
7961 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7962
7963         * input/regression/spacing-knee.ly: docstring
7964
7965         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
7966
7967         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
7968         input/tutorial/{test,solar,flowing}.ly: remove
7969
7970         * input/rhythm.ly: remove
7971
7972         * input/mutopia/F.Schubert/standchen.ly: update syntax.
7973
7974         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
7975         update syntax. 
7976
7977         * scm/define-grobs.scm (all-grob-descriptions): set
7978         knee-spacing-correction to 1.0
7979
7980         * lily/note-spacing.cc (stem_dir_correction): compute knee
7981         correction using stem-thickness and head width.
7982
7983         * input/regression/beam-quanting-horizontal.ly: update texidoc
7984
7985         * scm/define-grobs.scm (all-grob-descriptions): set
7986         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
7987         This fixes 32nd beams for noteheads in spaces quants.
7988
7989         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
7990
7991 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7992
7993         * README.mandrake: Change lilypond-extras to lilypond-documentation.
7994
7995 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7996
7997         * input/test/dpncnt.ly,part-combine-score.ly: remove.
7998
7999         * VERSION (PACKAGE_NAME): release 1.7.21
8000
8001         * input/regression/stem-shorten.ly: new file.
8002
8003         * lily/stem.cc (get_default_stem_end_position): revise stem
8004         shortening code.
8005
8006         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8007
8008         * input/test/{scripts,volta-start,sleur}.ly: remove
8009         
8010         * input/regression/span-bar.ly: smaller file.
8011
8012         * input/regression/spacing-{natural,tight,loose}.ly: remove
8013
8014         * input/test/markup.ly: remove
8015
8016         * scripts/lilypond-book.py: put printfilename in separate chunk,
8017         so texidoc is printed after the filename.  
8018
8019 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8020
8021         * make/lilypond.mandrake.spec.in: fix docdirs.
8022
8023 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8024
8025         * input/regression/beam-french.ly: bugfix.
8026
8027         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8028
8029         * input/regression/(various).ly: add raggedright = #t.
8030
8031         * input/regression/auto-beam.ly: move from abe.ly
8032
8033 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8034
8035         * input/test/f*.ly: added texinfo index.
8036         
8037         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8038
8039 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8040
8041         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8042         quant penalty for beam just outside staff.
8043
8044         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8045         from beam-pos.ly,  remove non-horizontal tests. 
8046
8047         * input/test/(various): cleanup header info. 
8048
8049         * input/test/tchaikovsky.ly: remove file.
8050
8051         * scm/chord-generic-names.scm: move from
8052         double-plus-new-chord-name.scm
8053
8054         * input/test/orchestscore.ly: remove file
8055
8056         * Documentation/user/refman.itely (Vocal music): update documentation.
8057
8058         * scm/define-translator-properties.scm (chordNoteNamer): remove
8059         chordNameStyle, use chordNameFunction
8060
8061         * scm/chord-name.scm (set-chord-name-style): remove
8062         set-chord-name-style. Use \property chordNameFunction.
8063
8064 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8065
8066         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8067         music): remove @TeX{} command.
8068
8069 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8070
8071         * lilypond-indent.el (scan-sexps): Renamed to
8072         aargh-this-breaks-other-emacs-modes-scan-sexps.
8073
8074 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8075
8076         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8077         closing slurs: '()', etc. Add comments.
8078
8079         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8080
8081         * lilypond-font-lock.el: match unending string at eof.
8082
8083         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8084         
8085 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8086
8087         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8088         input/test/beam-dir.ly input/test/beam-position.ly    
8089         input/test/beam-suspect.ly input/test/beam-trend.ly    
8090         input/test/beams.ly input/test/crescendo-text.ly : deleted
8091         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8092         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8093         * input/test/default-bars.ly: moved to bar-always.ly
8094         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8095
8096 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8097
8098         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8099
8100 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8101
8102         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8103
8104 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8105
8106         * lilypond-indent.el: Match better slurs in scheme expressions.
8107         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8108
8109         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8110
8111 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8112
8113         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8114
8115         * input/ac-extra-voice.ly: Add texidoc.
8116
8117         * ly/chord-modifiers-init.ly: 
8118         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8119         and chordNameExceptionsPartial for new chord names.
8120
8121         * input/test/chord-names-dpnj.ly: 
8122         * input/test/dpncnt.ly: Update.
8123
8124         * scm/chord-name.scm: 
8125         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8126         chord selection and options.
8127
8128         * ly/chord-modifiers-init.ly: Add exceptions 
8129
8130         * scm/define-translator-properties.scm (chordNameStyle) 
8131         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8132
8133 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8134
8135         * ly/property-init.ly (germanChords): Added.
8136         (semiGermanChords): Added.
8137         
8138         * input/test/chord-names-german.ly: Use new macros
8139         
8140 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8141
8142         * lilypond-indent.el: Use similar parenthesis highlighting for 
8143         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8144         functions; removed LilyPond-show-paren-function. Fix indenting.
8145         Turn paren-matching on also in XEmacs.
8146
8147         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8148         as needed by parenthesis highlighting functions (in scan-sexp).
8149
8150 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8151
8152         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8153         function.
8154         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8155
8156 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8157
8158         * lilypond-indent.el: tune regexp for show-paren-function.
8159
8160 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8161
8162         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8163         for all LilyPond-produced tex snippets.
8164
8165         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8166         fixes one line --preview output of ly2dvi.
8167
8168 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8169
8170         * lilypond-indent.el: match only one type of slurs in
8171         LilyPond-show-paren-function.
8172
8173 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8174
8175         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8176         * debian/lilypond1.7.dirs: 
8177         * debian/lilypond1.7-doc.dirs: New file.
8178
8179         * input/regression/chord-name-exceptions.ly: Add parameter for
8180         ignatzekExceptions.  Quote hash in docstring.
8181
8182 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8183
8184         * lilypond-indent.el (show-paren-function): define show-paren-function
8185         as LilyPond-blink-matching-open and use it for closing parens.
8186         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8187
8188         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8189         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8190         LilyPond-blink-matching-paren in order to match both open and close
8191         brackets.
8192         
8193 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8194
8195         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8196         testing by modifying the code from FSF Emacs paren.el. Add comments.
8197
8198 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8199
8200         * input/test/dpncnt.ly: Transpose example to match new
8201         default \chords octave.  Add comment.
8202         
8203         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8204         comment about octave change.
8205
8206 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8207
8208         * input/test/[d,e]: added texinfo index tags.
8209         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8210
8211 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8212
8213         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8214
8215 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8216
8217         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8218         as in blink-matching-open.
8219
8220 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8221
8222         * input/test/[a-c]: more comments in files.
8223         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8224         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8225         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8226         mark file for proposed deletion.
8227         * input/test: renaming files:
8228         auto-beam-4-8.ly to beam-auto-4-8.ly
8229         auto-beam-override.ly to beam-auto-override.ly
8230         auto-beam.ly to beam-auto.ly
8231         blank.ly to blank-paper.ly
8232         absolute-volume.ly to dynamic-absolute-volume.ly
8233
8234 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8235
8236         * input/test/dpncnt.ly: 
8237         * input/test/chord-names-dpnj.ly: Resurrect.
8238
8239         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8240
8241         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8242
8243         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8244         Better docstring, add parameter OMIT-ROOT, tidy up.
8245
8246 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8247
8248         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8249
8250 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8251
8252         * scm/output-ascii-script.scm (as-font-alist-alist):
8253         (as-properties-to-font-name):
8254         (as-make-style-sheet): Remove.
8255
8256         * scm/font.scm (as-make-font-list): New function.
8257         (as-font-sheet-alist): New variable.
8258
8259         * ly/paper-as9-init.ly: 
8260         * ly/paper-as5-init.ly: Update.
8261
8262         * ly/paper-as5.ly:
8263         * ly/paper-as9.ly: New file.
8264
8265 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8266
8267         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8268
8269 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8270         * input/sondag-morgen/*: removed due to copyright concerns.
8271         * input/[a,b]*.ly: added a newline at the end of the texinfo
8272         doc string (produces better output in HTML version).
8273         * input/c*.ly: added texinfo index and added comments to
8274         aid in future changes to input/test/ files.
8275
8276 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8277         
8278         * Documentation/user/refman.itely: fixed build problem (missing
8279         file) caused by previous renaming.
8280
8281 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8282         
8283         * input/test/[a,b]*.ly: added texinfo index and added comments to
8284         aid in future changes to input/test/ files.
8285         * input/test/bar-number-every-5-reset.ly: renamed to
8286         bar-number-every-five-reset.ly
8287         * input/test/bar-script-visibility.ly: renamed to
8288         bar-number-show-all.ly
8289
8290 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8291
8292         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8293         to Voice.
8294
8295         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8296         out note-line and glissando functionality.
8297         
8298         * lily/line-spanner.cc (brew_molecule): cleanup.
8299
8300 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8301
8302         * scripts/as2text.scm: Use rdelim module.
8303         (start-system): Rename from start-line.
8304         (stop-system): Rename from stop-line.
8305         (af-gulp-file): Use string iso symbol for getenv.
8306
8307         * scm/output-ascii-script.scm: Add guile and lily modules.
8308         (font-name-alist): New variable.
8309         (draw-line): New function.
8310
8311         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8312         (Were these silently removed, without ChangeLog entry?)
8313
8314 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8315
8316         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8317         process 2nd ottava correctly.
8318
8319 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8320
8321         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8322
8323 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8324
8325         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8326
8327 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8328
8329         * VERSION: release 1.7.20
8330         
8331         * lily/text-spanner.cc (brew_molecule): clean up function. This
8332         fixes bugs with broken 8va spanners.
8333
8334         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8335         This prevents spurious line-breaks with raggedright
8336         
8337 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8338
8339         * lily/key-performer.cc (create_audio_elements): always use major
8340         key
8341
8342         * Documentation/user/internals.itely: updates
8343
8344         * input/regression/beam-break.ly: new file.
8345
8346         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8347         beams if starting or terminating stems have 'beaming set.)
8348
8349         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8350         property.
8351
8352         * lily/parser.yy (verbose_command_req): add comment about scales.
8353
8354 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8355
8356         * lilypond-indent.el: adjust regexps in bracket-matching.
8357
8358 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8359
8360         * Documentation/user/refman.itely: more tiny fixes
8361
8362         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8363         "Chord names"; added table with input syntax for solesmes neumes
8364         table; added some words about rationale on input syntax design
8365
8366         * lily/gregorian-ligature-engraver.cc,
8367         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8368         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8369         alignment of Pes Initio Debilis
8370
8371         * Documentation/user/refman.itely,
8372         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8373         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8374         bugs in the solesmes neumes table
8375
8376 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8377
8378         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8379         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8380
8381         * lilypond-mode.el: fix tag-score. small improvements.
8382
8383 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8384
8385         * .cvsignore: Add aclocal.m4.
8386
8387         * lily/music-constructor.cc: Include <assert.h>.
8388
8389 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8390
8391         * ly/engraver-init.ly (HaraKiriStaffContext): use
8392         RemoveEmptyStaffContext instead.
8393
8394         * Documentation/user/refman.itely: updates
8395
8396 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8397
8398         * Documentation/user/refman.itely: added solesmes neumes table;
8399         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8400         bugfix: "Ornaments" -> "Articulations"
8401
8402         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8403
8404 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8405
8406         * lilypond-indent.el: Add a message about trying to match \] or \).
8407         
8408 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8409         
8410         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8411         obsolete "arithmetic_*"
8412
8413         * input/bugs/ligatures.ly: removed (will be put into a different
8414         directory later)
8415
8416 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8417
8418         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8419         libkpathsea (Maurizio Tomasi).
8420
8421 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8422
8423         * input/regression/repeat-slash.ly (texidoc): new file
8424
8425         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8426         slash repeats separately. Slash repeats and %
8427         repeats can now be nested.
8428
8429 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8430
8431         * lilypond-indent.el: Add preliminary test for closing \] and \).
8432         
8433 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8434
8435         * lily/gregorian-ligature-engraver.cc,
8436         lily/vaticana-ligature-engraver.cc,
8437         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8438         mf/parmesan-heads.mf: various semivocalis related bugfixes
8439
8440         * input/bugs/ligatures.ly: new file demonstrating problems with
8441         ligatures
8442         
8443 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8444
8445         * lilypond-mode.el,
8446         lilypond-font-lock.el,
8447         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8448
8449 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8450
8451         * lilypond-mode.el: Remove outdated code. Stress the difference 
8452         between Emacs and XEmacs definitions.
8453
8454         * lilypond-mode.el,
8455         lilypond-indent.el: Define a function interactive only when necessary.
8456
8457 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8458
8459         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8460         Use inactive regions also in XEmacs.
8461
8462 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8463
8464         * Documentation/user/refman.itely (Repeat syntax): more updates
8465
8466         * lily/simple-spacer.cc (solve): move solution process into
8467         solve(). This fixes a bug with collisions and raggedright = ##t.
8468  
8469         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8470
8471         * ly/engraver-init.ly: remove GraceContext. Update examples.
8472
8473 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8474
8475         * GNUmakefile.in (fonts): Also make fontball.
8476
8477         * Website fixes:
8478
8479         * ly/engraver-init.ly (GraceContext): Add.
8480
8481         * run:
8482
8483             convert-ly $(find . -name *.ly)
8484
8485         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8486         new chords.
8487
8488 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8489
8490         * VERSION: 1.7.19 released
8491         
8492         * scm/music-functions.scm (set-octavation): new function.
8493
8494         * input/regression/ottava.ly: new file
8495
8496         * lily/translator-scheme.cc (LY_DEFINE): new function
8497         ly:unset-context-property
8498         (LY_DEFINE) new function ly:context-property-where-defined: 
8499
8500 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8501
8502         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8503
8504         * lilypond.words: add few.
8505
8506         * input/test/script-chart.ly: fix typo.
8507
8508 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8509
8510         * scm/define-grobs.scm: uniform naming for definitions and output
8511         routine files. 
8512
8513         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8514         scm/context-description.scm
8515
8516         * lily/parser.yy (translator_spec_body): add \description to the
8517         \translator{} body syntax.
8518
8519         * lily/ottava-engraver.cc: new file.
8520
8521         * scm/chord-name.scm (natural-chord-alteration): replace old
8522         chord stuff. 
8523
8524         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8525
8526         * Documentation/user/refman.itely (Metronome marks): update doco.
8527
8528         * input/regression/markup-note.ly: new file
8529
8530         * input/regression/metronome-marking.ly: new file
8531
8532         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8533
8534         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8535         metronome marks.
8536
8537 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8538
8539         * Documentation/user/GNUmakefile: Compatibility fix for new
8540         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8541         for making binary packages; info splitting bug has been fixed.
8542
8543         * Documentation/user/refman.itely: Compile fixes.
8544
8545 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8546
8547         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8548         Count \midi -keywords also for a region.
8549
8550 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8551
8552         * lily/lookup.cc (LY_DEFINE): new function
8553
8554         * Documentation/user/tutorial.itely: updates
8555
8556 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8557
8558         * lilypond-mode.el: Allow Midi on buffer.
8559         Use only '.ly'-extension, remove '.sly' and '.fly'.
8560         Allow use of inactive regions. Invoke next Command on Master file, 
8561         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8562
8563 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8564
8565         * Documentation/user/tutorial.itely: updates.
8566
8567 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8568
8569         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8570
8571 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8572
8573         * lily/coherent-ligature-engraver.cc: fixed typo
8574
8575         * lily/coherent-ligature-engraver.cc,
8576         lily/gregorian-ligature-engraver.cc,
8577         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8578         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8579         lily/vaticana-ligature-engraver.cc,
8580         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8581         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8582         removed all ligature specific stuff from NoteHead code
8583
8584         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8585         ligatures now use regular noteheads
8586
8587         * lily/vaticana-ligature.cc: tiny code cleanups
8588
8589         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8590         space between two adjacent noteheads of the same pitch
8591
8592         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8593         description; cleanup: removed obsolete font-family settings
8594
8595 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8596
8597         * lily/coherent-ligature-engraver.cc,
8598         lily/gregorian-ligature-engraver.cc,
8599         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8600         lily/mensural-ligature-engraver.cc,
8601         lily/vaticana-ligature-engraver.cc,
8602         lily/include/gregorian-ligature-engraver.hh: updated for new
8603         Coherent_ligature_engraver; added comments that describe the basic
8604         design ideas of the ligature implementation
8605
8606         * lily/coherent-ligature-engraver.cc,
8607         lily/include/coherent-ligature-engraver.hh: new file: shared code
8608         between mensural ligatures and Gregorian chant notation ligatures
8609
8610 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8611
8612         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8613         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8614         use only two arguments in sit-for, use no arguments in
8615         read-char-exclusive, backspace is not a character (127) in XEmacs.
8616
8617         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8618
8619 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8620
8621         * lilypond-mode.el: un-commenting works after syntax-table fix.
8622
8623         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8624         group, verbose commenting for syntax table.
8625
8626         * lilypond-indent.el: add TODO for ligature slurs.
8627
8628 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8629
8630         * lilypond-mode.el: Move comments of parenthesis matching away,
8631         (blink-matching-paren-on-screen) fix blinking in Emacs.
8632
8633         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8634         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8635
8636         * lilypond-indent.el: Add TODO for parenthesis matching.
8637
8638 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8639
8640         * lilypond-mode.el: Fix XEmacs: 
8641         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8642         invoke explicitly easy-menu-add (in Emacs done automatically).
8643         
8644         * lilypond.words: Add few words from input/*/*.ly.
8645
8646 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8647
8648         * VERSION (PATCH_LEVEL): release 1.7.18
8649
8650         * scripts/lilypond-book.py: only print basename for printfilename
8651         option
8652
8653         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8654         and syntax updates.
8655
8656 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8657
8658         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8659         better parametrisation. Move fatness of bulb downward.
8660
8661         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8662         glyph names. Underscores are not allowed .ps encoding files.
8663
8664 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8665
8666         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8667         variable "packed" for packed right-ragged mode
8668
8669         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8670         unused variable ragged; fixed indentation
8671
8672         * Documentation/user/refman.itely: tiny cleanups in ancient
8673         clef and custos section
8674
8675 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8676
8677         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8678         \applyoutput PROCEDURE
8679
8680         * lily/my-lily-lexer.cc: add \applyoutput.
8681
8682         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8683
8684         * lily/text-item.cc: clean text-interface description
8685
8686 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8687
8688         * input/{regression,test}/: use postfix for slur endings and beam
8689         begins.
8690
8691         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8692         style beams too. 
8693
8694         * input/regression/lyrics-melisma-beam.ly: new file.
8695
8696         * lily/lyric-engraver.cc (process_music): change from
8697         process_acknowledged_grobs()
8698
8699         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8700         functions to set and revert auto-beam settings.
8701
8702 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8703
8704         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8705
8706 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8707
8708         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8709         Documentation/user/lilypond.tely: fixed some typos; updated author
8710         info
8711
8712         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8713         #"" -> #'flag-style = #'()
8714
8715         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8716         cleanup: removed dead #includes
8717
8718         * lily/gregorian-ligature-engraver.cc,
8719         lily/include/gregorian-ligature.hh,
8720         scm/grob-property-description.scm: small cleanups, small spacing
8721         fixes
8722
8723         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8724         lily/vaticana-ligature.cc,
8725         lily/include/gregorian-ligature-engraver.hh,
8726         scm/grob-property-description.scm, scm/music-types.scm:
8727         "porrectus" -> "pes or flexa"
8728
8729         * ly/engraver-init.ly, scm/grob-description.scm,
8730         scm/grob-property-description.scm: junked porrectus, now handled
8731         by ligature code
8732
8733         * scm/grob-description.scm: bugfix: added space-alist entry for
8734         breathing sign/custos
8735
8736 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8737
8738         * Another grand 2003 update.
8739         
8740         * Remove mentioning of `mudela'; There's no such thing.
8741
8742 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8743
8744         * Documentation/user/preface.itely (Preface to version 1.8): update
8745
8746         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8747
8748         * Documentation/user/converters.itely (Invoking convert-ly): revise
8749
8750         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8751
8752         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8753
8754 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8755
8756         * Documentation/user/internals.itely: more updates.
8757
8758 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8759
8760         * Documentation/user/refman.itely: revise 
8761
8762         * Documentation/user/internals.itely: revise
8763
8764         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8765
8766 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8767
8768         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8769         beautification: reformatted ancient clefs section; cleanup: small
8770         wording fixes
8771
8772 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8773
8774         * lilypond.words: added words for chant notation, sorted
8775         alphabetically through "sort lilypond.words"
8776
8777 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8778
8779         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8780         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8781         chant notation
8782
8783 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
8784
8785         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
8786         prevent TeX from interpreting them as long dash
8787
8788         * input/test/vaticana.ly: updated
8789
8790         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
8791         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
8792         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
8793         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
8794         fixes
8795
8796         * mf/parmesan-heads.mf: ledger endings: removed dead code
8797
8798 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8799
8800         * VERSION: 1.7.17 released
8801         
8802         * Documentation/user/GNUmakefile
8803         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
8804         files too.
8805
8806         * scm/document-markup.scm: new file: document all markup
8807         functions.
8808
8809         * scm/documentation-generate.scm: rename all documentation modules
8810         to document-*.scm
8811
8812         * scripts/lilypond-book.py: generate link to .ly file iso. link to
8813         .png
8814
8815         * input/test/divisiones.ly: added
8816
8817         * input/regression/output-property.ly: new file
8818
8819         * lily/cluster.cc: change cluster-interface to use style property
8820
8821 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
8822
8823         * input/test/chord-names-german.ly: modified.
8824
8825         * scm/chords-ignatzek.scm:
8826           chord-name->german-markup: Added
8827           note-name->german-markup: Changed (now producing lowercase notenames)
8828
8829         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
8830         
8831 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8832
8833         * scripts/convert-ly.py (FatalConversionError.conv):
8834         divisiominima -> divisioMinima, etc.
8835
8836         * ly/engraver-init.ly (FiguredBassContext): add
8837         Separating_line_group_engraver to Figured bass context.
8838
8839         * ly/german-chords-init.ly: remove file
8840
8841         * input/test/chord-names-german.ly (scm): new file.
8842
8843         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
8844
8845         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
8846         Chord_name_engraver
8847
8848         * Documentation/user/refman.itely: lots of updates.
8849
8850         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
8851         new file
8852
8853         * input/test/bar-number-every-5-reset.ly: new file.
8854
8855 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8856
8857         * input/regression/chord-name-major7.ly: new file
8858
8859         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
8860         if specced explicitly.
8861
8862         * input/regression/chord-name-entry-11.ly: new file.
8863
8864         * input/test/slur-beautiful.ly: new file.
8865
8866         * Documentation/user/refman.itely: updates.
8867
8868         * input/regression/collisions.ly (threevoice): cleanup.
8869
8870         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
8871
8872 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8873
8874         * Documentation/user/*.itely: various updates.
8875
8876         * ly/spanners-init.ly: enddecr/ endcr.
8877
8878         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
8879         of tutorial
8880
8881 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8882
8883         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
8884
8885         * lily/new-chord-name-engraver.cc (process_music): use octavation
8886         (a number) instead of original-pitch to store inversions. This
8887         fixes a problem with transposed chords with inversions.  
8888
8889 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8890
8891         * stepmake/aclocal.m4: Include compile fix for broken flex, as
8892         used in includable-lexer.hh.
8893
8894         * lily/includable-lexer.cc: Bugfix: include config.h.
8895
8896         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
8897         circumvention of Debian packaging bug.
8898
8899 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8900
8901         * flex-2.5.31 hits Debian/unstable.  Fixes below.
8902         
8903         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
8904
8905         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
8906         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
8907
8908         * lily/include/includable-lexer.hh: 
8909         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
8910
8911         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
8912
8913         * aclocal.m4: Regenerate.
8914
8915         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
8916         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
8917
8918         * scm/pdf.scm (use-modules): Include lily.
8919
8920         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
8921         Noordkamp).
8922         (use-modules): Include lily.
8923         (lily-def): Bugfix: include tex-val in let.
8924
8925 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
8926
8927         * lilypond-mode.el: sensible error if lilypond.words not found.
8928
8929         * lilypond.words: add few words.
8930
8931 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
8932
8933         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
8934
8935         * mf/parmesan-scripts.mf: fixed typo in char name
8936
8937 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8938
8939         * VERSION: 1.7.16 released
8940
8941         * python/lilylib.py (setup_temp): temporary directories are mode 700.
8942         (this is a security vulnerability).
8943
8944         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
8945
8946         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
8947         add staff support.
8948
8949 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
8950
8951         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
8952         ly/script-init.ly, scm/script.scm: bugfix: renamed
8953         fermata->signumcongruentiae to fix naming clash with feta font
8954
8955 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8956
8957         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
8958
8959         * lily/multi-measure-rest-engraver.cc
8960         (start_translation_timestep): use grace timing too for determining
8961         when to make mmrest.
8962         (start_translation_timestep): clear numbers too.
8963
8964 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
8965
8966         * scm/music-types.scm: compile fix: escape braces
8967
8968         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
8969         work around font selection problem
8970
8971         * Documentation/user/refman.itely: BreathingSign: added docu for
8972         property "text"
8973
8974 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8975
8976         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
8977         information.
8978
8979 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8980
8981         * lily/multi-measure-rest-engraver.cc (class
8982         Multi_measure_rest_engraver): make multiple Number objects, one
8983         for each MultiMeasureTextEvent.
8984
8985         * scm/music-functions.scm (glue-mm-rest-texts): use
8986         MultiMeasureTextEvent
8987
8988         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
8989
8990         * Documentation/user/refman.itely (Multi measure rests): update.
8991
8992 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8993
8994         * lily/ly-module.cc (ly_copy_module_variables): use
8995         scm_internal_hash_fold() for iterating modules.
8996
8997 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
8998
8999         * Documentation/user/refman.itely: Section Custodes: added more
9000         example code
9001
9002         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9003         neo-mensural rests to parmesan font
9004
9005         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9006         header
9007
9008 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9009
9010         * Documentation/user/macros.itexi: @fileref macro.
9011
9012         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9013         each file. 
9014
9015 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9016
9017         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9018         Documentation/topdocs/AUTHORS.texi: updated my email address
9019
9020         * Documentation/user/refman.itely: updated custos documentation;
9021         beautified divisiones example; beautified articulations table
9022
9023         * lily/breathing-sign.cc: bugfix: finalis molecule
9024
9025 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9026
9027         * Documentation/user/refman.itely: added docu for
9028         contemporary fermata symbols, gregorian breathing signs; small fixes
9029
9030         * ly/gregorian-init.ly: removed obsolete #'type props
9031
9032 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9033
9034         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9035         minimum-length property correctly.
9036
9037 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9038
9039         * scm/music-functions.scm (make-multi-measure-rest): set input
9040         locations for multimeasure rests.
9041
9042 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9043
9044         * input/regression/breathing-sign.ly: updated to for ancient
9045         notation
9046
9047 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9048
9049         * scripts/ly2dvi.py: Add newline.
9050
9051 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9052
9053         * scripts/ly2dvi.py (dependency_files): Compile fix.
9054
9055 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9056
9057         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9058         (make_html_menu_file): --html menu. 
9059
9060 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9061
9062         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9063
9064 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9065
9066         * input/screech-boink.ly: new file.
9067
9068 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9069
9070         * scripts/lilypond-book.py (make_lilypond_file): convert
9071         lilypond-file to lilypond block directly, without going through
9072         begin/end lilypond text.
9073         
9074
9075 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9076
9077         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9078         scm/grob-description.scm: moved Michael's original breathing sign
9079         code in brew_molecule() to divisio_minima(); provided new
9080         brew_molecule() that effectively replaces the
9081         Text_item::brew_molecule callback (with additional fallback to
9082         Michael's original code); added callbacks for brewing divisio
9083         maior/maxima and finalis
9084
9085         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9086         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9087
9088         * script-init.ly: added shortfermata, longfermata,
9089         verylongfermata, varcoda
9090
9091         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9092         longfermata, verylongfermata, varcomma, varcoda
9093
9094 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9095
9096         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9097           Remove all noquote and insert a few quote.
9098         
9099         * Documentation/user/lilypond-book.itely (Music fragment options),
9100           scripts/lilypond-book.py: Don't include quotation blocks by
9101           default. Introduce option quote instead of noquote
9102
9103 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9104
9105         * VERSION: 1.7.15 released
9106         
9107         * Documentation/user/lilypond.tely: omf updates.
9108
9109         * buildscripts/texi2omf.py (omf_vars): include version.date
9110
9111         * make/lilypond.redhat.spec.in: fixes for spec file. 
9112
9113         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9114         by function definition: lily now requires a recent GNU Make.
9115
9116         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9117         writing.
9118
9119         * make/ly-rules.make: remove .ly -> .tex rule
9120
9121         * Documentation/user/refman.itely (Figured bass): revised figured
9122         bass example.
9123
9124 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9125
9126         * stepmake/stepmake/omf-targets.make (local-install): add
9127         scrollkeeper-update message.
9128
9129         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9130         to binary.
9131         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9132
9133         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9134
9135         * Documentation/user/converters.itely (Invoking midi2ly): add
9136         track/channel notice.
9137
9138 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9139
9140         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9141
9142         * lily/parser.yy (scalar): DIGIT is also a scalar.
9143
9144         * Documentation/user/music-glossary.tely: add @omf tags
9145
9146         * Documentation/user/lilypond.tely: add @omf tags
9147
9148         * scm/generate-documentation.scm (string-append): add @omf tags.
9149
9150         * stepmake/stepmake/omf-*: new files 
9151
9152         * input/regression/multi-measure-rest.ly (texidoc): add doco
9153
9154         * GNUmakefile.in (web-doc-install): add web-doc-install target
9155
9156         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9157         fixes crashes while dumping MIDI.
9158
9159         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9160         midi
9161
9162 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9163
9164         * buildscripts/texi2omf.py: new file.
9165
9166         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9167         font-name
9168
9169 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9170
9171         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9172
9173         * lily/sequential-iterator.cc (descend_to_child): call
9174         descend_to_child() for all types of music.
9175
9176 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9177
9178         * scm/translator-property-description.scm: Add
9179         bassFigureFormatFunction.  Replace some entries.
9180
9181 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9182
9183         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9184         clean out.
9185
9186 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9187
9188         * scripts/midi2ly.py (Note.dump): never dump duration for
9189         dump_dur=0.
9190
9191         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9192         new function
9193
9194         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9195         figures using new markups. Much simpler, and should improve layout
9196         a little.
9197
9198         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9199
9200 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9201
9202         * ly/engraver-init.ly: use Hara kiri by default for 
9203         ChordNames, FiguredBass and Lyrics(Voice) context. 
9204
9205         * lily/axis-group-engraver.cc (acknowledge_grob): use
9206         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9207
9208         * scm/new-markup.scm (markup-function-list): add bracket,
9209         vbracket.
9210
9211         * ly/engraver-init.ly (ChordNamesContext): set
9212         minimumVerticalExtent
9213
9214 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9215
9216         * input/test/time-signature-double.ly: new file 
9217
9218         * input/regression/collision-head-chords.ly (texidoc): new file.
9219
9220         * lily/type-swallow-translator.cc: add note swallow translator 
9221
9222         * input/test/time-signature-double.ly: new file.
9223
9224         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9225
9226         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9227         (FiguredBassContext): idem.
9228
9229         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9230
9231         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9232
9233         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9234
9235         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9236         .afm dependency
9237
9238         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9239
9240         * python/lilylib.py (make_page_images): add function.
9241
9242         * scripts/ly2dvi.py (run_latex): include title in preview image.
9243
9244         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9245         from lilypond-book for <ly2dvifile> tags in HTML.
9246
9247         * scripts/ly2dvi.py (option_definitions): add --debug option to
9248         print out environment.
9249
9250         * input/regression/tie-chord-partial.ly: new file.
9251
9252 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9253
9254         * lilypond.words: add 3
9255
9256 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9257
9258         * scm/new-markup.scm (markup-function-list): add finger-markup
9259
9260         * input/tutorial/brahms-tweaked.ly: new markup 
9261
9262         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9263
9264         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9265         crash when processing '() markup
9266
9267         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9268
9269         * lily/breathing-sign.cc (railtracks): another caesura.
9270
9271         * mf/feta-schrift.mf: caesura symbol. 
9272
9273 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9274
9275         * scripts/convert-ly.py (FatalConversionError.conv): add
9276         ly:molecule-XXX conversions.
9277
9278         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9279
9280         * input/regression/multi-measure-rest-text.ly: new file.
9281
9282         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9283         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9284
9285         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9286         ScoreContext
9287
9288         * scm/new-markup.scm (center-markup): \center markup.
9289
9290         * scm/music-functions.scm: remove pitchify scripts.
9291
9292         * lily/music.cc (print_smob): display music name if available 
9293
9294 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9295
9296         * Documentation/user/refman.itely (Instrument names): remove
9297         \turnOff doco.
9298
9299 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9300
9301         * lily/score.cc (mark_smob): bugfix.
9302
9303         * input/regression/rehearsal-mark.ly: new file.
9304
9305         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9306         report error at the current token again.
9307
9308 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9309
9310         * cygwin/mknetrel: Exit if doc build fails.
9311
9312         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9313
9314 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9315
9316         * scm/music-types.scm (music-descriptions): add doc strings
9317
9318 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9319
9320         * lily/lexer.ll: 
9321         * lily/include/my-lily-lexer.hh: 
9322         * lily/include/includable-lexer.hh: Add flex kludge.
9323
9324         * config.hh.in: 
9325         * config.make.in: 
9326         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9327         cruft.
9328         
9329         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9330         code.
9331
9332 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9333
9334         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9335
9336         * lily/parser.yy (new_chord): Compile fix.
9337
9338 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9339
9340         * Documentation/user/refman.itely (Tuning groups of objects):
9341         remove documentation for \turnOff. 
9342
9343         * lily/percent-repeat-engraver.cc (try_music): add correct
9344         processing moments for double-measure percents as well.
9345
9346         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9347
9348         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9349         grob prop type. 
9350
9351         * Documentation/user/refman.itely (Printing named chords): add
9352         chord name tweak doco.
9353
9354         * input/template/gregorian-transcription.ly: new file.
9355
9356 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9357
9358         * VERSION: 1.7.13 released
9359         
9360         * input/test/*: lots of cleanups/comment-outs/removals in chord
9361         examples
9362         
9363         * input/regression/*: lots of cleanups/comment-outs/removals in
9364         chord examples
9365         
9366         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9367         options
9368
9369         * lily/new-chord-name-engraver.cc (process_music): give original
9370         inversion pitch to chord name routine.
9371
9372         * input/tutorial/os-score.ly: update to new markup
9373
9374         * Documentation/user/appendices.itely: simply include
9375         chords-ignatzek. 
9376
9377         * Documentation/user/refman.itely (Chords mode): add documentation
9378         for chord mode.
9379
9380         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9381         not present in chord.
9382         (construct-chord): add inversion and bass support.
9383
9384         * lily/chord.cc: junk contents.
9385
9386 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9387
9388         * Documentation/user/refman.itely:
9389         * Documentation/user/music-glossary.tely: fix. 
9390
9391 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9392
9393         * scm/chord-entry.scm (construct-chord): move chord construction
9394         to Scheme.
9395
9396         * lily/parser.yy (new_chord): new setup for chord entry.
9397
9398 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9399
9400         * lilypond.words:
9401         * Documentation/user/music-glossary.tely: add ambitus.
9402
9403 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9404
9405         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9406
9407         * lily/include/*.hh: string() -> to_string()
9408
9409         * scm/chords-ignatzek.scm: new file.
9410
9411         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9412         standard chord name exceptions.
9413
9414         * scm/translator-property-description.scm (chordNameSeparator):
9415         add property.
9416         (majorSevenSymbol): add property
9417
9418         * lily/translator-scheme.cc (ly:context-properties): new function
9419         (ly:context-parent): new function.
9420         (print_smob): print context name.
9421
9422         * lily/music.cc (ly:get-music-length): new function
9423         (print_smob): don't print properties.
9424
9425         * lily/duration.cc (duration<?): new function
9426
9427         * input/regression/chords-funky-ignatzek.ly: new file.
9428
9429         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9430         jazz chords.
9431
9432         * lily/pitch.cc (ly:pitch-diff): new function.
9433
9434         * input/regression/chords-ignatzek.ly: new file.
9435
9436 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9437
9438         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9439         pitches for jazz chords.
9440
9441 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9442
9443         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9444
9445 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9446
9447         * lilypond.words: add 1
9448
9449 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9450
9451         * Documentation/topdocs/AUTHORS.texi: refine.
9452
9453 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9454
9455         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9456         
9457         * lilypond.words: add one.
9458
9459 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9460
9461         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9462         Fontify bass note in chords, e.g., e in c1/e.
9463         
9464 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9465
9466         * Documentation/user/music-glossary.tely: Dutch updates and
9467         additions (Arent Storm).
9468
9469 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9470
9471         * input/regression/ambitus.ly:  move file.      
9472
9473         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9474
9475         * lily/event.cc (transpose): add tonic property to Key_change_req
9476         and to Key_engraver.
9477
9478 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9479
9480         * Documentation/user/refman.itely: fix typo.
9481
9482         * lilypond.words: removed wrong identifiers.
9483
9484 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9485
9486         * mf/feta-toevallig.mf: make flat stem shorter 
9487
9488 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9489
9490         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9491
9492         * lilypond.words: add from Phrasing slur.
9493         
9494 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9495
9496         * lilypond-mode.el: allow launching multiple ViewPS processes.
9497         
9498         * lilypond.words: add from Text markup.
9499
9500 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9501
9502         * input/test/ossia.ly (texidoc): add comment.
9503
9504         * input/regression/voice-follower.ly: new file.
9505
9506         * mf/feta-toevallig.mf: make flat heavier.
9507
9508         * lily/cluster-engraver.cc: clean up Cluster engraver
9509
9510         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9511         Engraver. Use Note_column to compute Y positions and deal with
9512         line break stuff.
9513
9514 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9515
9516         * lily/stem.cc: move french-beaming to stem.
9517
9518 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9519
9520         * lilypond-font-lock.el: fontify all durations in chords.
9521
9522         * lilypond.words: add from lily/my-lily-lexer.cc
9523
9524 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9525
9526         * VERSION: release 1.7.12
9527
9528         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9529
9530         * lily/gregorian-ligature.cc: new file
9531
9532         * lily/*: the Great 2003 search & replace.
9533
9534         * Documentation/user/refman.itely (Manual repeat commands): add
9535         note about font selection.
9536
9537 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9538
9539         * lilypond-mode.el: propose recompiling midi while invoking playing,
9540         not while stopping playing.
9541
9542 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9543
9544         * lilypond.words: add one.
9545
9546         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9547         and expressional note grouping. Fontify chord modes.
9548
9549 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9550
9551         * Documentation/user/music-glossary.tely (Top): translate melisma.
9552
9553 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9554
9555         * Documentation/user/music-glossary.tely (Top): add melisma.
9556
9557 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9558
9559         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9560         interfaces for (abstract) grob GregorianLigature
9561
9562         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9563         renamed head* -> glyph_name*, x-shift* -> x-offset*
9564
9565         * scm/grob-property-description.scm: bugfix: added missing descriptions
9566
9567 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9568
9569         * input/test/chord-names-dpnj.ly: New file.
9570
9571         * scm/double-plus-new-chord-name.scm: Implement full and partial
9572         exceptions.
9573
9574         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9575
9576         * scm/double-plus-new-chord-name.scm
9577         (double-plus-new-chord->markup): Fix sub->markup.
9578
9579
9580 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9581
9582         * lily/custos-engraver.cc: added TODO; editorial changes
9583
9584         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9585         consistency with other ligature engravers; removed access on (now)
9586         private variable _ligature of Ligature_engraver
9587
9588         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9589         renamed last_bound -> last_bound_; issue programming_error on
9590         abstract method calls; moved primitives code from
9591         Mensural_bracket_engraver to here (because almost ligature
9592         engravers will need it); renamed try_stop_ligature () ->
9593         typeset_ligature (); bugfix: store primitives of finished ligature
9594         in separate variable finished_primitives_ to avoid clash on input
9595         like "\] \["; added current_ligature () to enable access on
9596         private variable _ligature
9597
9598         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9599         (now in super class); renamed try_stop_ligature () ->
9600         typeset_ligature ()
9601
9602         * lily/mensural-ligature.cc: issue programming_error on abstract
9603         method calls
9604
9605         * lily/note-heads-engraver.cc: added TODO comment upon bool
9606         in_ligature
9607
9608         * mf/parmesan-heads.mf: fixed some of set_char_box()
9609
9610         * scm/grob-description.scm: added VaticanaLigature
9611
9612         * scm/grob-property-description.scm: added neume prefix properties
9613
9614         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9615         lily/include/gregorian-ligature-engraver.hh,
9616         lily/include/gregorian-ligature.hh: new files; framework for
9617         gregorian ligature engravers such as vaticana
9618
9619         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9620         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9621         vaticana style ligature implementation (still somewhat uncomplete)
9622
9623 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9624
9625         * VERSION: release 1.7.11
9626
9627         * scripts/convert-ly.py: add ly:pitch-transpose rule
9628
9629 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9630
9631         * input/test/dpncnt.ly: New file.
9632
9633         * lily/my-lily-lexer.cc: Add chordnames keyword.
9634
9635         * lily/parser.yy (chordnames_block): Parse chord name exception
9636         lists, see input/test/dpncnt.ly.
9637
9638         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9639         function.
9640
9641         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9642         filter-out too.
9643
9644         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9645         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9646         pitch functions (except for ly:make-pitch, but that's apparently
9647         some sort of scheme naming standard?).
9648
9649         * scm/lily.scm (!=): define-public.
9650
9651         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9652
9653 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9654
9655         * scm/double-plus-new-chord-name.scm
9656         (double-plus-new-chord-name->markup): New file.
9657
9658 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9659
9660         * python/lilylib.py (make_preview): don't suppress progress for
9661         bbox extraction.
9662
9663 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9664
9665         * Documentation/user/appendices.itely (scheme): update for new syntax.
9666
9667         * input/regression/chord-name-styles.ly: new file
9668
9669         * lily/instrument-name-engraver.cc: create instrument names
9670         without barline too.  Allows instrument name on ChordNames  
9671
9672         * scm/new-markup.scm (interpret-markup): allow simple strings as
9673         markup too.
9674
9675 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9676
9677         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9678         (step->markup-accidental): Fix: add accidental.
9679         (chord::inner-name-american): 
9680         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9681         append stray '/' if last superscript addition was 'o'.
9682
9683         * scm/new-markup.scm (normal-size-sub-markup) 
9684         (normal-size-super-markup): New function.
9685
9686         * lily/source-file.cc (Source_file): Add warning for possibly
9687         intentional but suspicious initialization.
9688
9689         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9690         add comments about cut-and-paste programming.
9691
9692         * flower/rational.cc (lcm): Not used; comment out.
9693
9694 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9695
9696         * lily/new-fingering-engraver.cc (position_scripts): use
9697         fingerHorizontalDirection to determine fingering horizontal
9698         directions.
9699  
9700         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9701         fingering support.
9702
9703         * scripts/convert-ly.py (FatalConversionError.conv): add style
9704         conversion rule. 
9705
9706         * scm/chord-name.scm (set-chord-name-style): new function.
9707         (new-chord-name-brew-molecule): revise to interpret markup only
9708         (new-chord->markup): cleanuppish rewrite. To be called from the
9709         new engraver.
9710
9711         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9712         Markup earlier, during interpreting.
9713
9714         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9715         style settings. Rename to chord-names-*.ly
9716
9717 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9718
9719         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9720         markup code and update to new markup.  Most probably broke some of
9721         it.
9722         
9723 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9724
9725         * Documentation/user/refman.itely: added docu for ambitus and
9726         clusters
9727
9728         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9729         ly_quote_scm() in lookup.cc
9730
9731         * mf/parmesan-clefs.mf: set_char_box fix
9732
9733         * lily/cluster-engraver.cc: junk implicit protection; use
9734         Protected_scm instead
9735
9736 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9737
9738         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9739         throughout.
9740
9741         * scm/new-markup.scm: Turn-off error-triggering test code.
9742
9743 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9744
9745         * scm/new-markup.scm (markup-thrower-typecheck) 
9746         (markup-typecheck?):  add full typechecking functions.
9747         (make-markup-maker): add make-FOO-markup functions.
9748         (markup-argument-list-error): nice error checking messages.
9749         (make-markup): better function: less quoting escapades.
9750
9751 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9752
9753         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9754
9755 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9756
9757         * cygwin/lilypond.hint (requires): Add cygwin.
9758
9759         * .cvsignore: Remove stepmake (huh!?!), add lib.
9760
9761         * GNUmakefile.in: Add libdir links for builddir runs.
9762
9763         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9764         instead of datadir.
9765
9766         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9767         local_lilypond_libdir.
9768
9769         * config.make.in (lilypond_libdir): Add.
9770
9771         * stepmake/stepmake/substitute-rules.make: 
9772         * stepmake/stepmake/script-rules.make: 
9773         * stepmake/stepmake/python-module-rules.make:
9774         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9775         lilypond-python-module patch.
9776
9777 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9778
9779         * Documentation/user/refman.itely (Graphical interfaces): add note
9780         about xml2ly.
9781
9782 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9783
9784         * scripts/ly2dvi.py (run_dvips): remove trailing newline
9785
9786 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9787
9788         * VERSION: released 1.7.10
9789
9790         * scripts/musedata2ly.py (): idem
9791
9792         * scripts/midi2ly.py (dump_chord): idem
9793
9794         * scripts/etf2ly.py (version): idem 
9795
9796         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
9797
9798         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
9799
9800         * scm/tex.scm (tex-output-expression): remove eval compat
9801         glut. Other output files too.
9802
9803         * scm/chord-name.scm: don't export anything from chord module.
9804
9805         * input/test/american-chords.ly: idem
9806
9807         * input/test/banter-chords.ly (texidoc): idem
9808
9809         * input/test/Cc-chords.ly: add breakage notes.
9810
9811         * Documentation/user/refman.itely (Text markup): rewrite manual
9812         section.
9813
9814         * lily/parser.yy (scalar): allow \markup { } as property value. 
9815
9816         * scm/chord-name.scm: complete new markup usage
9817
9818         * scm/grob-description.scm (all-grob-descriptions): use new markup
9819         texts by default
9820
9821 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9822
9823         * scm/chord-name.scm: partial move to new markup texts.
9824
9825 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9826
9827         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
9828
9829         * scm/bass-figure.scm (brew-bass-figure): make stack direction
9830         settable.
9831
9832 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
9833
9834         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
9835         invoked for old midi, wait for killing.
9836
9837 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
9838
9839         * Documentation/user/music-glossary.tely: Finnishing.
9840
9841 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9842
9843         * mf/feta-nummer-code.mf: some kerning pairs.
9844
9845 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
9846
9847         * scm/output-lib.scm (set-bar-number-visibility): Context-function
9848         Added.
9849
9850         * Documentation/user/refman.itely (Bar numbers):
9851         set-bar-number-visibility added, modulo-bar-number removed again
9852         (sorry).
9853
9854 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
9855
9856         * scm/output-lib.scm (modulo-bar-number-visible): add function.
9857
9858         * Documentation/user/refman.itely: add modulo-bar-number-visible.
9859
9860         * Documentation/user/music-glossary.tely: translate into Finnish.
9861
9862 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9863
9864         * lilypond-mode.el: add shortcut for 2midi
9865
9866         * lilypond-font-lock.el: fontify lyrics
9867
9868 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
9869
9870         * scm/drums.scm : use 1.7.x names.
9871
9872         * input/regression/drums.ly : Don't use << chords >>
9873
9874 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9875
9876         * lilypond-mode.el: tidy, add TODO
9877
9878         * make/lilypond.mandrake.spec.in: install-info quietly.
9879
9880 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9881
9882         * input/test/markup.ly: use new syntax.
9883
9884 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9885
9886         * ly/params-init.ly (interscoreline): add word-space
9887
9888         * input/test/metronome.ly (eighthNote): idem.
9889
9890         * input/test/script-priority.ly: use new markup
9891
9892         * lily/parser.yy (markup): allow HEAD markup0 markup1 
9893
9894         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
9895
9896         * lily/parser.yy (gen_text_def): bugfix.
9897         (full_markup): allow markup identifier.
9898
9899 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
9900
9901         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
9902         jobs at the same time. Add horizontal lines to Command menu.
9903         Allow one compiling job -- propose killing others before a new one.
9904
9905         * lilypond.words: add markup, teeny, etc.
9906
9907 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
9908
9909         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
9910         Allow only one type of midi process; launching Midi either stops
9911         midis or plays the current midi and launching MidiAll stops midis
9912         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
9913         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
9914
9915 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9916
9917         * lily/text-engraver.cc (process_acknowledged_grobs): use new
9918         markup  for new markup texts.
9919
9920         * lily/mark-engraver.cc (process_music): idem
9921         
9922         * lily/instrument-name-engraver.cc (create_text): idem
9923
9924         * scm/new-markup.scm (magnify-markup): new function.
9925
9926         * scm/molecule.scm (stack-lines): bugfix.
9927
9928         * lily/font-interface.cc (get_font): take font-magnification from
9929         alist chain.
9930
9931 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9932
9933         * lily/molecule-scheme.cc: move scheme functions to separate file.
9934
9935         * lily/font-metric.cc  (ly_get_glyph): new function. 
9936         
9937         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
9938         (italic-markup, dynamic-markup): new functions
9939         (font-markup): new function
9940
9941         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
9942         padding and minimum
9943
9944 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
9945
9946         * lily/accidental-engraver.cc:
9947         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
9948
9949 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
9950
9951         * lilypond.vim:
9952         * lilypond-font-lock.el: Put \longa as duration. Accept only 
9953         [a-zA-Z] for user defined identifiers. Separate note cases 
9954         with and without a duration (allow cis\longaX).
9955
9956         * lilypond.words: Add words from Info.
9957
9958 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9959
9960         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
9961
9962 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
9963
9964         * lilypond-mode.el: Propose reverting buffer before a command if
9965         it was edited with an another editor.
9966
9967 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9968
9969         * lily/molecule.cc (ly_translate_molecule): new function
9970
9971         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
9972         into libdir
9973
9974         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
9975
9976         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
9977
9978 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
9979
9980         * lilypond.words: take \words from Info-index.
9981
9982 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9983
9984         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
9985
9986 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
9987
9988         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
9989
9990 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
9991
9992         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
9993         and lilypond-documentation.
9994
9995 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9996
9997         * lily/parser.yy: Compile fix (bison 1.75).
9998
9999 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10000
10001         * VERSION: 1.7.9 released
10002
10003         * scm/music-functions.scm (shift-one-duration-log): refactor.
10004         Use music-map.
10005
10006         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10007
10008         * NEWS: update.
10009
10010         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10011         argument
10012         
10013         * scm/music-functions.scm (display-music): new function
10014         (music-map): change arg order.
10015
10016         * input/regression/new-markup-syntax.scm: new file
10017
10018         * lily/parser.yy (markup): add \markup { .. } syntax.
10019
10020         * scm/new-markup.scm (override-markup): new function
10021         (lookup-markup): new function
10022         (music-markup): new function
10023         (lookup-markup-command): use markup-signature to store argument
10024         format for parser.
10025
10026         * lily/lexer.ll: preliminary \markup syntax. 
10027
10028 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10029
10030         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10031         add pre/post-dependencies and menus with icons from source.
10032
10033         * Documentation/pictures/lilypond-48x48.xpm:
10034         * Documentation/pictures/lilypond-32x32.xpm:
10035         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10036         transparent.
10037
10038         * stepmake/stepmake/generic-targets.make:
10039         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10040
10041 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10042
10043         * input/regression/music-map.ly (texidoc): new file.
10044
10045         * scm/music-functions.scm (music-map): new function
10046
10047 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10048
10049         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10050
10051 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10052
10053         * input/test/to-xml.ly:
10054         * lily/ligature-engraver.cc: Fixes documentation.
10055
10056         * lilypond.mandrake.spec.in:
10057         * lilypond.redhat.spec.in: Add lilypond.words.
10058
10059         * Documentation/user/refman.itely: Mention Info inside emacs.
10060         
10061         * lilypond.suse.spec.in:
10062         * lilypond.redhat.spec.in:
10063         * lilypond.mandrake.spec.in: Set root-owner for doc
10064         (tobbe@nyvalls.se).
10065
10066 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10067
10068         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10069         os.popen.read ().
10070
10071 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10072
10073         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10074
10075         * python/lilylib.py (error): add space
10076
10077 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10078
10079         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10080         distribution.
10081
10082 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10083
10084         * lily/paper-outputter.cc (Paper_outputter): close port when
10085         finishing score.
10086
10087 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10088
10089         * scm/sodipodi.scm: Fixes.
10090
10091 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10092
10093         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10094
10095         * buildscripts/make-font-dir.py: Fix. 
10096
10097 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10098
10099         * lilypond-mode.el: Add support for Info inside Emacs.
10100
10101 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10102
10103         * buildscripts/make-font-dir.py: 
10104         * mf/GNUmakefile: Make sodipodi font map.
10105
10106         * scm/sodipodi.scm: Add more output functions.
10107
10108         * mf/feta-nummer.mf: 
10109         * mf/feta-beugel.mf: Add font_coding_scheme.
10110
10111         * lily/paper-outputter.cc (output_header): Fix creator string.
10112
10113 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10114
10115         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10116         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10117
10118         * lilypond.words: add two (Everybody can add/remove words now!).
10119
10120         * debian/rules:
10121         * make/lilypond.suse.spec.in:
10122         * make/lilypond.mandrake.spec.in:
10123         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10124
10125         * Documentation/user/refman.itely: Mention autocompletion.
10126
10127 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10128
10129         * scripts/ly2dvi.py: Add paper sizes.
10130
10131         * lily/timing-engraver.cc: 
10132         * lily/time-signature.cc: 
10133         * lily/span-bar.cc: 
10134         * lily/grob-scheme.cc: Code formatting fixes.
10135
10136         * scm/sodipodi.scm: 
10137         * scm/sketch.scm:
10138         * buildscripts/mf-to-table.py: 
10139         * buildscripts/make-font-dir.py: Font testing.
10140
10141 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10142
10143         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10144         inserts try-completion and shows all-completions.
10145
10146         * lilypond.words: '\' -> '\\'
10147
10148         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10149         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10150         
10151         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10152         and LilyPond-reserved-words.
10153         
10154 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10155
10156         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10157         from load-path.
10158         
10159         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10160         the mini-buffer with Control-Shift-c.
10161         
10162 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10163
10164         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10165         duration. This fixes \tempo taking time.
10166
10167 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10168
10169         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10170         Allow for text markup in repeatCommands. 
10171
10172 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10173
10174         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10175         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10176         Get rid of skeleton.el-dependency.
10177
10178         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10179
10180 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10181
10182         * lily/beam-engraver.cc (stop_translation_timestep): reset
10183         now_stop_ev_
10184
10185         * lily/scm-option.cc: add parse-protect to ly:set-option
10186
10187         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10188
10189 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10190
10191         * lily/include/ligature-bracket.hh: removed
10192         * lily/ligature-bracket.cc: removed
10193
10194         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10195         .tex
10196
10197         * lily/beam.cc (set_beaming): don't change beam count on rests.
10198         (brew_molecule): always set flag-width > 0.
10199
10200 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10201
10202         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10203         chars, remove instructions; instead, refer to lilypond-init.el and
10204         Documentation/topdocs/INSTALL.texi.
10205
10206         * lilypond.words: add identifiers and reserved words.
10207
10208         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10209         files and adding a load-path.
10210
10211         * lilypond-init.el: Instructions, extracted from 
10212         Documentation/topdocs/INSTALL.texi. 
10213         
10214 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10215
10216         * VERSION: 1.7.8 released 
10217
10218         * lily/grob.cc (warning): better robustness fix.
10219
10220 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10221
10222         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10223
10224         * lily/cluster-engraver.cc: stick better to variable naming
10225         conventions
10226
10227         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10228         until stop_translation_timestep()
10229
10230         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10231         min/max coordinates to backend, but no musical info such as
10232         pitches
10233
10234         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10235
10236         * lily/grob.cc: robustness fix: warning(): do not crash if
10237         cause is not set
10238
10239         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10240         the much more elaborated tuplet brackets than the very naive and
10241         simple ligature bracket grob
10242
10243 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10244
10245         * Documentation/user/refman.itely (Analysis brackets): add
10246         horizontal bracket doco.
10247
10248         * ly/property-init.ly (setMmRestFermata): added.
10249
10250         * Documentation/user/refman.itely (Multi measure rests): fermatas
10251         on mm rests.
10252
10253         * input/regression/apply-context.ly (texidoc): new file
10254
10255         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10256         code to be executed during interpretation. Possible applications:
10257         smart octavation, more advanced bar checks. 
10258
10259         * lily/apply-context-iterator.cc: new file.
10260
10261 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10262
10263         * input/test/new-markup.ly: new file.
10264
10265         * lily/text-item.cc (text_to_molecule): new function
10266
10267         * scm/new-markup.scm (lambda): new file
10268
10269         * lily/function-documentation.cc (ly_add_function_documentation):
10270         add proc property as well
10271
10272 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10273
10274         * Documentation/user/music-glossary.tely (Top): add custos.
10275
10276 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10277
10278         * Documentation/topdocs/INSTALL.texi: advise how to include source
10279         path to Emacs load-path and improve language.
10280
10281 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10282
10283         * GNUmakefile.in: config.h message fix.
10284
10285         * autogen.sh:
10286         * aclocal.m4: Regenerate.
10287
10288         * configure.in: 
10289         * config.make.in: 
10290         * stepmake/config.make.in: 
10291         * stepmake/configure.in: 
10292         * stepmake/autogen.sh: 
10293         * stepmake/aclocal.m4: Update for autoconf 2.56.
10294
10295 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10296
10297         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10298         to install Emacs-mode. Instructions how to use vim-mode.
10299
10300 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10301
10302         * scm/music-types.scm (music-descriptions): no length for tempo event.
10303
10304         * input/*.ly: add \version everywhere.
10305         
10306         * input/*.ly: update syntax to 1.7 + new-chords.
10307
10308         * VERSION: 1.7.7 released.
10309         
10310         * Documentation/user/*.tely: new chord syntax.
10311
10312         * input/regression/[bc]*.ly (texidoc): syntax updates.
10313         
10314 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10315
10316         * lilypond.words: add vocabulary to be used in auto-completion
10317
10318         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10319
10320         * lilypond.vim: allow note name at EOF
10321
10322 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10323
10324         * buildscripts/new-chords.py (edit): -e option: inline editing.
10325
10326         * input/regression/a*.ly (texidoc): syntax updates.
10327
10328         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10329         music): elucidations. 
10330
10331 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10332
10333         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10334         ly/spanners-init.ly, scm/grob-description.scm,
10335         scm/grob-property-description.scm, scm/music-types.scm,
10336         lily/cluster-engraver.cc, lily/cluster.cc,
10337         lily/include/cluster.hh, input/test/cluster.ly: cluster
10338         implementation
10339
10340         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10341         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10342         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10343
10344         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10345
10346         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10347
10348         * scm/grob-description.scm: bugfix: by default, use default note
10349         head style when engraving ligatures
10350
10351         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10352
10353         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10354         events
10355
10356         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10357
10358         * input/test/ancient-font.ly: bugfix: style -> flag-style
10359
10360         * lily/ligature-engraver.cc: indentation fix
10361
10362         * lily/parser.yy: indentation fixes
10363         
10364 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10365
10366         * input/regression/measure-grouping.ly: more elaborate example.
10367
10368         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10369         ly:div-moment. New functions 
10370
10371         * scm/music-functions.scm (set-time-signature): new function,
10372         allow inline time sig settings with measure grouping.
10373
10374         * lily/parser.yy (command_element): move time sig construction
10375         into Scheme.
10376
10377         * lily/side-position-interface.cc (out_of_staff): new function,
10378         like padding, but keep minimum distance from staff. Easier than
10379         linespanners (dynamics, pedals), but roughly the same effect.
10380
10381 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10382
10383         * emacs-mode.el: Added spanish-note-replacements 
10384         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10385
10386         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10387
10388 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10389
10390         * lilypond.vim: Do not fontify cises, desis, etc.
10391
10392         * vimrc: view dvi with <S-F6>
10393
10394 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10395
10396         * lily/lookup.cc (triangle): new function.
10397
10398         * input/regression/measure-grouping.ly (texidoc): new file: show
10399         triangles and brackets for beat groups of 3 and 2.
10400
10401         * lily/include/measure-grouping-spanner.hh (class
10402         Measure_grouping): new file.
10403
10404         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10405
10406         * lily/measure-grouping-engraver.cc (class
10407         Measure_grouping_engraver): new file.
10408
10409 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10410
10411         * Merge from stable:
10412
10413             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10414         
10415         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10416         stylesheet.
10417
10418         * ly/paper19.ly: Include paper19-init.ly.
10419
10420         * ly/paper19-init.ly: New file.
10421
10422         * Documentation/user/tutorial.itely (First steps): Fix first
10423         example for font test.
10424
10425         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10426
10427         * ChangeLog: Add 1.7.6 release marker (see below).
10428
10429         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10430         Add .py files.
10431
10432 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10433
10434         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10435
10436         * input/tutorial/*.ly: update to new syntax.
10437
10438         * lily/parser.yy (Composite_music): new transpose syntax,
10439         \transpose FROM TO MUSIC. 
10440
10441 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10442
10443         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10444         latex progress/error output to stderr (by default this goes to
10445         stdout).  Show lilypond progress, even when not verbose.
10446
10447         * python/lilylib.py (system): New optional parameter to control
10448         showing of progress.
10449
10450         * scm/backend-documentation-lib.scm (check-dangling-properties):
10451         Fix error message.
10452
10453         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10454         axis, extent.
10455
10456         * scm/grob-property-description.scm (magnify): Remove.
10457         (extent, axis): Add.
10458
10459 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10460
10461         * VERSION: Release 1.7.6.
10462
10463         * scripts/convert-ly.py: more uniformization substitutions.
10464
10465         * buildscripts/new-chords.py (sub_chords): new file.
10466
10467 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10468
10469         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10470         lilypond.map.  Include sauter fonts too.  Cleanups.
10471
10472 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10473
10474         * Documentation/user/tutorial.itely (First steps): change to new
10475         chord/tie/slur/beam notation.
10476
10477         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10478         ties.
10479
10480         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10481         engraver. Process ties in postfix notation, i.e. c8-~ c
10482
10483         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10484
10485         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10486
10487         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10488
10489         * lily/beam-engraver.cc (try_music): accept new-beam-events
10490
10491         * input/regression/chord-scripts.ly (texidoc): new file
10492
10493         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10494         script-events.
10495
10496         * scm/script.scm (default-script-alist): cleanup.
10497
10498         * lily/script-engraver.cc (make_script_from_event): cleanup.
10499
10500         * lily/lyric-combine-music-iterator.cc
10501         (Lyric_combine_music_iterator): remove superfluous events.
10502         (melisma_busy): new function. Fix broken melismas.
10503
10504 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10505
10506         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10507         Remove nonvalid settings. Use descriptive key names.
10508         Use <Return> to indicate the pressing of that key.
10509
10510 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10511
10512         * scripts/lilypond-book.py (option_definitions): Typo.
10513
10514         * scripts/ly2dvi.py: Updates.
10515
10516         * python/lilylib.py (setup_environment, print_environment)
10517         (get_bbox, make_preview): Merge and remove from ly2dvi and
10518         lilypond-book.
10519
10520         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10521
10522         * .cvsignore: Remove some cruft.
10523
10524         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10525         path.
10526
10527         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10528         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10529         throughout.
10530
10531         * python/lilylib.py (quiet_system): Junk
10532         (system): Display error log upon failure.
10533         (read_pipe): New function.  Cleanups and fixes.
10534
10535         * python/*.py: Rename from *.py.in.
10536         
10537         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10538
10539         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10540
10541 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10542
10543         * python/GNUmakefile: Bugfix: handle modules.
10544
10545         * stepmake/stepmake/python-module-targets.make (default): Add
10546         compiled modules. 
10547
10548         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10549         compiling modules.
10550
10551         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10552         Bugfix.  (OUT_PYC_MODULES): Add.
10553
10554 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10555
10556         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10557         Use default paths. Refresh description.
10558
10559 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10560
10561         * VERSION: 1.7.5 released
10562
10563         * input/regression/finger-chords.ly (texidoc): new file.
10564
10565         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10566         support
10567
10568         * lily/fingering-engraver.cc (process_music): remove kludgy
10569         scriptHorizontal stuff.
10570
10571         * lily/script.cc: remove staff-support property.
10572
10573         * lily/new-fingering-engraver.cc (add_fingering): new
10574         file. Fingering engraver for new style chords.
10575
10576 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10577
10578         * lily/parser.yy (bare_number): allow 4 \cm (without
10579         decimal dot). (should backport to 1.6?)
10580
10581         * ly/declarations-init.ly: use Scheme for dimension defs.
10582
10583         * lily/parser.yy (TODO): remove hard coded dimensions, add
10584         REAL NUMBER_IDENTIFIER production.
10585
10586         * lily/rest-collision.cc (force_shift_callback): rewrite using
10587         -done property.
10588
10589         * scm/grob-property-description.scm (rest-collision-done): add
10590         property.
10591         
10592         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10593
10594 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10595
10596         * input/regression/multi-measure-rest-center.ly: new file.
10597
10598         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10599         off horizontally by 0.05 ss. Fixed.
10600
10601 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10602
10603         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10604
10605         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10606
10607 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10608
10609         * lily/tie.cc (get_control_points): also avoid staff lines on the
10610         just outside the outer staff lines
10611
10612 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10613
10614         * ly/params-init.ly: Just define style-alist, no need to
10615         define-public.
10616
10617         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10618         (thanks Han-Wen).
10619
10620         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10621         (FET_FILES): = FONT_FILES.
10622
10623         * Merge from stable:
10624
10625             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10626
10627 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10628
10629         * VERSION: 1.7.4 released.  
10630         
10631         * scm/generate-documentation.scm (string-append): add macro
10632         definitions.
10633
10634         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10635         normal texts.
10636
10637         * lily/multi-measure-rest-engraver.cc: make separate
10638         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10639
10640         * lily/multi-measure-rest.cc: remove text handling. Remove
10641         number-threshold.
10642
10643 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10644
10645         * scm/music-types.scm: doc patch by Graham Percival
10646
10647 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10648
10649         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10650         encoding part.
10651         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10652         (sketch_p): Sketch wants only first four elements of X11 font spec.
10653
10654         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10655
10656         * mf/feta-autometric.mf: Write foundry and family to log.
10657
10658         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10659         font translation table.
10660
10661         * buildscripts/mf-to-table.py: Better font info into afm.
10662
10663         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10664         1.0.9 required.
10665
10666         * configure.in: Whine for mftrace 1.0.9.
10667
10668 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10669
10670         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10671
10672         * lily/main.cc (main_prog): don't try to load init.EXT when
10673         processing foo.EXT.
10674
10675 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10676
10677         * scm/tex.scm (zigzig-line): added.
10678
10679         * scm/ps.scm (zigzag-line): added.
10680
10681         * ps/music-drawing-routines.ps (subvec): added.
10682         (draw_zigzag_line): added.
10683         
10684         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10685         grob properties zigzag-width and zigzag-length.
10686
10687         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10688
10689 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10690
10691         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10692         svg output, including font.
10693
10694 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10695
10696         * scm/lily.scm: Register sodipodi output module.
10697
10698         * scm/sodipodi.scm: New file.
10699
10700         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10701
10702         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10703         comment, after header.
10704         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10705         FullName.  Fix FontName key.
10706
10707 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10708
10709         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10710         and breve rests.
10711         
10712         * input/test/blank-notes.ly: bugfix
10713
10714         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10715         rests. (Kim Shrier)
10716
10717         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10718         
10719 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10720
10721         * scm/tex.scm: 
10722         * scm/ps.scm: Cleanup and remove obsolete junk.
10723
10724         * Documentation/user/internals.itely:
10725         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10726
10727         * lily/parser.yy: Identify shift/reduce problems.
10728
10729         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10730         make-style-sheet.  Too specific for convert-ly?
10731
10732 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10733
10734         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10735
10736         * input/test/*.ly: various fixes.
10737
10738         * lily/music.cc (name): bugfix
10739
10740         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10741
10742         * lily/input-file-results.cc (code): set-point-and-click! ->
10743         set-point-and-click
10744         
10745 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10746
10747         * Use uniform ly: prefix for exported scheme primitive functions.
10748
10749         * scm/music-types.scm: junk compat glue
10750
10751         * scripts/convert-ly.py: add rules for stuff below, junk
10752         compatibility glue for spanrequest.
10753
10754         * lily/parser.yy (verbose_event): remove \spanrequest,
10755         \commandspanrequest, \script. 
10756         
10757         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10758
10759         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10760         for \penalty, \glissando.
10761
10762         * VERSION: release 1.7.3
10763         
10764 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10765
10766         * lily/accidental-engraver.cc: Fix
10767         grace-in-the-beginning-of-measure bug caused by the resent
10768         partial-measure fix.
10769
10770         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10771         overlap looks too crowded)
10772         
10773 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10774
10775         * lily/parser.yy (assignment): allow SCM expression as assignment.
10776
10777         * lily/include/music-output-def.hh (class Music_output_def):
10778         * lily/music-output-def.cc: 
10779         * lily/paper-def.cc: 
10780         * scm/font.scm (markup-to-properties):
10781         * lily/parser.yy (music_output_def_body): 
10782         remove style_sheet_
10783
10784 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10785
10786         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
10787         length.
10788
10789         * input/regression/spacing-to-grace.ly: new file.
10790
10791         * input/regression/spacing-end-of-line.ly: new file.
10792
10793         * lily/note-spacing.cc (get_spacing): take into account breakable
10794         stuff sticking out at the left (time sig change at line break).
10795
10796         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
10797         raggedright code.
10798
10799         * scm/music-functions.scm (make-voice-props-set): add
10800         staff-position for mm rests.
10801  
10802         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
10803         before grace notes a little.
10804
10805         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
10806
10807         * lily/break-align-interface.cc (do_alignment): right-edge spacing
10808         key adds space at the end of line. 
10809
10810 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10811
10812         * scm/sketch.scm: Fix beams.
10813
10814         * buildscripts/mf-to-table.py: Add EncodingScheme.
10815
10816         * scm/sketch.scm: Resurrect.
10817
10818 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10819
10820         * lily/multi-measure-rest.cc: use breve rests for measure lengths
10821         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
10822
10823 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10824
10825         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
10826
10827         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10828
10829 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10830
10831         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
10832         token for origin information.
10833
10834         * lily/parser.yy (My_lily_lexer): do identifier location and
10835         cloning from lexer.
10836
10837         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10838         logic out of the parser. Add bar checks on both ends.
10839
10840         * Documentation/user/refman.itely (Multi measure rests): add more
10841         notes about mm rests.
10842
10843 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10844
10845         * input/regression/bar-scripts.ly: Re-enable.
10846
10847         * lily/parser.yy:
10848         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
10849         released rsn.  Bison 1.50 has a crucial bug and won't work.
10850
10851         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10852
10853
10854 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10855
10856         * input/regression/bar-scripts.ly: Blunt documentation build fix.
10857
10858 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10859
10860         * Actually merge changes since 1.6.4 besides ChangeLog, and
10861         resolve conflicts.  Lots of updates, hope all is well.
10862         
10863         * cygwin/lilypond.hint (requires): Add ghostscript.
10864
10865         * scm: Update some (c).
10866         
10867 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10868
10869         * input/test/{various}.ly: add \header fields and texidoc strings.
10870
10871 2002-10-05  Werner Lemberg  <wl@gnu.org>
10872
10873         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
10874         renamed to `output_latex_quoted'.
10875         Added `output_latex_noquote'.
10876         (schedule_lilypond_block): Implement `noquote' option for LaTeX
10877         mode.
10878
10879 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10880
10881         * ChangeLog: Add 1.6.6 release marker.  See below.
10882
10883         * stepmake/stepmake/po-targets.make: Remove --c++ option.
10884
10885         * scripts/midi2ly.py: Fix global syntax warnings.
10886
10887         * GNUmakefile.in: Generate builddir locale tree too.
10888
10889         * scripts/ly2dvi.py:
10890         * scripts/midi2ly.py: 
10891         * scripts/mup2ly.py: 
10892         * scripts/update-lily.py:
10893         * lily/main.cc (setup_paths): Fix for locales setup.
10894
10895 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10896
10897         * Documentation/windows/installing.texi: Soften wording about
10898         necessity of becoming Administrator.  tommie@iae.nl reports this
10899         does not seem to be necessary for his flavour of Windows 2000.
10900         Explicitely discourage text mode mounts.
10901
10902 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10903
10904         * lily/rest.cc (after_line_breaking): backport dot position fix.
10905
10906         * lily/rest-collision.cc (do_shift): also remove dots for suicided
10907         rests. Thanks to Klaus Zimmermann for finding this bug.
10908
10909 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10910
10911         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
10912
10913 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10914
10915         * Documentation/user/music-glossary.tely: fix links.
10916
10917 2002-10-21  Werner Lemberg  <wl@gnu.org>
10918
10919         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
10920         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
10921         scaling factor) only once and use them in the definition of
10922         \embeddedps.
10923         * ps/music-drawing-routines.ps (skeel): Removed.
10924
10925 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10926
10927         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
10928         Solaris7, as we don't use nested $( ) constructs.
10929
10930 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10931
10932         * VERSION: Release 1.6.6.
10933         
10934 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10935
10936         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
10937         as workaround for /bin/sh problems on Solaris7.
10938
10939 2002-10-19  Werner Lemberg  <wl@gnu.org>
10940
10941         * GNUmakefile.in (web-doc): Fix typos.
10942         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
10943         `music-drawing-routines.ps' but emit \special{header=...} once.
10944         * scm/tex.scm (header-end): Updated.
10945
10946 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10947
10948         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
10949         undefined tremolo. 
10950
10951 2002-10-15  Werner Lemberg  <wl@gnu.org>
10952
10953         * scripts/lilypond-book.py (g_make_html): New global variable.
10954         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
10955         if `g_make_html' isn't set.
10956         [main]: Add format `texi-html'.
10957         (option_definitions): Updated.
10958         * Documentation/user/lilypond-book.itely: Updated.
10959
10960         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
10961         * make/ly-rules.make (%.texi, %.nexi): Use it.
10962         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
10963         format to lilypond-book.
10964         * GNUmakefile.in (web-doc): Ditto.
10965
10966 2002-10-14  Werner Lemberg  <wl@gnu.org>
10967
10968         Further improve TeX output.  The produced files are about 40%
10969         smaller.  `lilyponddefs.tex' is now read only once.
10970
10971         * tex/lilyponddefs.tex: Remove footer stuff.
10972         (\ifundefined): Renamed to...
10973         (\lilypondundefined): This.  Use LaTeX's definition to
10974         make it nestable and make it global.
10975         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
10976         output.
10977         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
10978         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
10979         them global.
10980         (\placebox): Renamed to...
10981         (\lyitem): This.
10982         Make it global and call \outputscale by itself.
10983         (\lybox, \lyvrule): New macros to reduce input data.
10984         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
10985         New auxiliary macros.
10986         (\SkipLilydefs, \EndLilyPondOutput): Removed.
10987         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
10988         to...
10989         (\lilypondspace): This and made it global.
10990         (\turnOnPostScript): Renamed to...
10991         (\lilypondpostscript): This and made it global.
10992         (\turnOnExperimentalFeatures): Renamed to...
10993         (\lilypondexperimentalfeatures): This and made it global.
10994         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
10995         (\lilypondsetdimen): This and made it global.
10996         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
10997         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
10998         (all, $(outdir)/music-drawing-routines.ps): New rules.
10999         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11000         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11001         start-system, stop-system, stop-last-system, filledbox): Updated to
11002         use the changed macros from lilyponddefs.tex.
11003         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11004
11005 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11006
11007         * Documentation/windows/installing.texi: Update.
11008
11009 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11010
11011         * VERSION: 1.6.5 released
11012
11013         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11014
11015 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11016
11017         * scm/translator-property-description.scm (voltaOnThisStaff): add
11018         property.
11019
11020 2002-09-28  Werner Lemberg  <wl@gnu.org>
11021
11022         * scm/tex.scm (header-end): Suppress page numbering.
11023
11024         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11025         Fix quotation for HTML output.
11026
11027 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11028         
11029         * Documentation/user/refman.itely: grammar and phrasing
11030           fixes to "Note Entry" section.  Also adds a few new examples.
11031
11032 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11033
11034         * flower/include/string-data.icc: include string.h
11035
11036 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11037
11038         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11039
11040 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11041
11042         * Documentation/user/GNUmakefile (extra-local-help): Add.
11043
11044         * stepmake/stepmake/www-targets.make (local-help): Add.
11045
11046 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11047
11048         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11049         packages.
11050
11051         * Documentation/topdocs/README.texi (Top): building documentation
11052         (not website.)
11053
11054 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11055
11056         * Documentation/user/refman.itely: 
11057         * Documentation/user/tutorial.itely: 
11058         * Documentation/user/music-glossary.tely: Merge changes.
11059
11060         * Documentation/user/glossary.html.in: 
11061         * Documentation/index.texi: 
11062         * Documentation/header.html.in: Accomodate renaming of glossary.
11063         
11064         * Documentation/user/tutorial.itely: Add some glossary references.
11065         
11066         * Documentation/user/refman.itely: Minor fixes.
11067         
11068         * Documentation/user/lilypond.tely: Add glossary do direntry.
11069
11070         * Documentation/user/music-glossary.tely: Rename (previously:
11071         glossary.tely).  Fix anchor placement.
11072
11073         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11074
11075 2002-09-23  Werner Lemberg  <wl@gnu.org>
11076
11077         * scripts/lilypond-book.py (output_dict): Fix handling of
11078         various environments by avoid extraneous newlines.
11079         Rename `output-all' regexp for html to `output-html'.
11080         Replace `output-all' regexp for texi with `output-texi-quote'
11081         and `output-texi-noquote'.
11082         (compose_full_body): Don't override `linewidth' user option
11083         for `singleline'.
11084         (schedule_lilypond_block): Don't indent text specified with
11085         `intertext' option.
11086         Add new option `noquote'.
11087         (compile_all_files): Use latex instead of tex to compile ly
11088         files directly.
11089
11090         * Documentation/user/lilypond-book.itely: Updated and revised.
11091         Improve layout.
11092
11093         * Documentation/user/glossary.tely,
11094         Documentation/user/introduction.itely,
11095         Documentation/user/tutorial.itely,
11096         Documentation/user/refman.itely,
11097         Documentation/user/appendices.itely: Fix overfull LilyPond
11098         boxes caused by the new lilypond-book code.  Other minor
11099         fixes.
11100
11101         * Documentation/user/macros.itexi (@texiflat): Don't emit
11102         trailing space.
11103
11104         * scm/tex.scm (end-output, header-end): Add preamble and
11105         postamble to make lilypond output directly compilable with
11106         latex.
11107
11108         
11109 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11110
11111         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11112         instructions.
11113
11114 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11115
11116         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11117
11118 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11119
11120         * lily/beam.cc (connect_beams): don't crash if there are quarter
11121         notes in beams.
11122
11123 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11124
11125         * Documentation/user/refman.itely: corrected ancient clef
11126         docu; added docu on ligatures
11127
11128 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11129
11130         * Documentation/user/glossary.tely,
11131         Documentation/user/refman.itely, input/les-nereides.ly,
11132         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11133         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11134         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11135         Stem properties: flag-style -> stroke-style, style -> flag-style.
11136
11137
11138 2002-09-22  Werner Lemberg  <wl@gnu.org>
11139
11140         * scripts/lilypond-book.py: Add option `notime' to suppress
11141         printing of a time signature.  Specify default indentation of 0pt
11142         if single line fragment.  Don't emit redundant `\paper{ }'.
11143
11144         * Documentation/user/lilypond-book.itely: Updated.
11145
11146         * Documentation/user/glossary.tely: Completely reformatting.
11147
11148 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11149
11150         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11151
11152 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11153
11154         * Documentation/user/tutorial.itely: Fix links.
11155         
11156         * Documentation/topdocs/index.tely:
11157         * Documentation/index.texi:
11158         * Documentation/header.html.in: Small website fixes and updates.
11159
11160         * debian/: Debian patch by Anthony Fok.
11161
11162 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11163
11164         * Documentation/footer.html.in: How time flies: It's already 2002!
11165
11166         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11167         more descriptive link names than 'here'.
11168
11169 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11170
11171         * VERSION: 1.7.2 released
11172         * VERSION: 1.6.4 released
11173         
11174         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11175
11176         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11177         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11178
11179         * mf/feta-din.mf (test): add x-height and space.
11180
11181         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11182         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11183
11184         * ly/grace-init.ly: add-to-grace-init: function to portably add
11185         settings to \grace. 
11186
11187         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11188         if we get an absolute dynamic event.
11189  
11190         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11191
11192         * lily/source-file.cc (get_line): oops. All line numbers were off
11193         by 2. Fix that. 
11194
11195         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11196         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11197
11198         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11199
11200         * lily/parser.yy (number_factor): remove (number) as number
11201         expression. ("Let them eat Lisp").
11202
11203 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11204
11205         * lily/horizontal-bracket.cc: new file.
11206
11207         * lily/horizontal-bracket-engraver.cc: new file.
11208
11209         * input/regression/note-group-bracket.ly: new file. Support
11210         horizontal note brackets for music analysis.
11211
11212         * lily/stem.cc (flag): new flag-style: no-flag.
11213
11214         * input/test/stem-cross-staff.ly: new file
11215         
11216         * Documentation/user/internals.itely: Improved formatting, fixing
11217         typos.  Added a section `Output details' to describe how the TeX
11218         code looks like.
11219
11220         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11221
11222         * lily/parser.yy: remove \dynamicscript.
11223
11224         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11225         definitions. 
11226
11227         * python/midi.c (midi_error): take two arguments.
11228
11229         * Merge 1.6.5 changes:
11230         
11231 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11232
11233         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11234         staff-space.  Previous 1.5 was probably meant as half-spaces.
11235         (cautionary-style): parentheses (was: smaller).  This is what doco
11236         says, and it seems more logical.
11237
11238         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11239         for 2nd sentence.
11240
11241 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11242
11243         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11244
11245 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11246
11247         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11248
11249 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11250
11251         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11252
11253 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11254
11255         * scm/translator-property-description.scm (voltaOnThisStaff): add
11256         property.
11257
11258 2002-09-28  Werner Lemberg  <wl@gnu.org>
11259
11260         * scm/tex.scm (header-end): Suppress page numbering.
11261
11262         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11263         Fix quotation for HTML output.
11264
11265 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11266         
11267         * Documentation/user/refman.itely: grammar and phrasing
11268           fixes to "Note Entry" section.  Also adds a few new examples.
11269
11270 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11271
11272         * flower/include/string-data.icc: include string.h
11273
11274 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11275
11276         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11277
11278 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11279
11280         * Documentation/user/GNUmakefile (extra-local-help): Add.
11281
11282         * stepmake/stepmake/www-targets.make (local-help): Add.
11283
11284 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11285
11286         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11287         packages.
11288
11289         * Documentation/topdocs/README.texi (Top): building documentation
11290         (not website.)
11291
11292 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11293
11294         * Documentation/user/refman.itely: 
11295         * Documentation/user/tutorial.itely: 
11296         * Documentation/user/music-glossary.tely: Merge changes.
11297
11298         * Documentation/user/glossary.html.in: 
11299         * Documentation/index.texi: 
11300         * Documentation/header.html.in: Accomodate renaming of glossary.
11301         
11302         * Documentation/user/tutorial.itely: Add some glossary references.
11303         
11304         * Documentation/user/refman.itely: Minor fixes.
11305         
11306         * Documentation/user/lilypond.tely: Add glossary do direntry.
11307
11308         * Documentation/user/music-glossary.tely: Rename (previously:
11309         glossary.tely).  Fix anchor placement.
11310
11311         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11312
11313 2002-09-23  Werner Lemberg  <wl@gnu.org>
11314
11315         * scripts/lilypond-book.py (output_dict): Fix handling of
11316         various environments by avoid extraneous newlines.
11317         Rename `output-all' regexp for html to `output-html'.
11318         Replace `output-all' regexp for texi with `output-texi-quote'
11319         and `output-texi-noquote'.
11320         (compose_full_body): Don't override `linewidth' user option
11321         for `singleline'.
11322         (schedule_lilypond_block): Don't indent text specified with
11323         `intertext' option.
11324         Add new option `noquote'.
11325         (compile_all_files): Use latex instead of tex to compile ly
11326         files directly.
11327
11328         * Documentation/user/lilypond-book.itely: Updated and revised.
11329         Improve layout.
11330
11331         * Documentation/user/glossary.tely,
11332         Documentation/user/introduction.itely,
11333         Documentation/user/tutorial.itely,
11334         Documentation/user/refman.itely,
11335         Documentation/user/appendices.itely: Fix overfull LilyPond
11336         boxes caused by the new lilypond-book code.  Other minor
11337         fixes.
11338
11339         * Documentation/user/macros.itexi (@texiflat): Don't emit
11340         trailing space.
11341
11342         * scm/tex.scm (end-output, header-end): Add preamble and
11343         postamble to make lilypond output directly compilable with
11344         latex.
11345
11346         
11347 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11348
11349         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11350         instructions.
11351
11352 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11353
11354         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11355
11356 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11357
11358         * lily/beam.cc (connect_beams): don't crash if there are quarter
11359         notes in beams.
11360
11361 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11362
11363         * Documentation/user/refman.itely: corrected ancient clef
11364         docu; added docu on ligatures
11365
11366 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11367
11368         * Documentation/user/glossary.tely,
11369         Documentation/user/refman.itely, input/les-nereides.ly,
11370         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11371         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11372         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11373         Stem properties: flag-style -> stroke-style, style -> flag-style.
11374
11375 2002-09-22  Werner Lemberg  <wl@gnu.org>
11376
11377         * scripts/lilypond-book.py: Add option `notime' to suppress
11378         printing of a time signature.  Specify default indentation of 0pt
11379         if single line fragment.  Don't emit redundant `\paper{ }'.
11380
11381         * Documentation/user/lilypond-book.itely: Updated.
11382
11383         * Documentation/user/glossary.tely: Completely reformatting.
11384
11385 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11386
11387         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11388
11389 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11390
11391         * Documentation/user/tutorial.itely: Fix links.
11392         
11393         * Documentation/topdocs/index.tely:
11394         * Documentation/index.texi:
11395         * Documentation/header.html.in: Small website fixes and updates.
11396
11397         * debian/: Debian patch by Anthony Fok.
11398
11399 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11400
11401         * Documentation/footer.html.in: How time flies: It's already 2002!
11402
11403         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11404         more descriptive link names than 'here'.
11405
11406 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11407
11408         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11409
11410 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11411
11412         * lily/part-combine-music-iterator.cc (get_state): cleanup
11413         (get_music_info): cleanup.
11414
11415 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11416
11417         * scm/backend-documentation-lib.scm (interface-doc-string):
11418         crosslinks between interfaces and grobs. Headings for interfaces
11419         in grob explanation.
11420
11421 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11422
11423         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11424         dtd).  Add preliminary dtd.
11425         (re-sub-alist): Robustify.
11426
11427 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11428
11429         * lily/include/event-chord-iterator.hh,
11430         lily/context-specced-music-iterator.cc,
11431         lily/event.cc, lily/event-chord-iterator.cc: add
11432
11433 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11434
11435         * lily/: some (c) header fixes.
11436         
11437         * lily/request-chord.cc: Remove.
11438         
11439         * lily/include/event-chord-iterator.hh:
11440         * lily/include/event.hh:
11441         * lily/event-chord.cc: New file.
11442         
11443         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11444         requested.
11445
11446 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11447
11448         * lily/ : rename Request to Event
11449
11450         * lily/parser.yy (command_element): move clef stuff into Scheme.
11451
11452         * lily/:  rename length_mom () to get_length()
11453
11454         * lily/part-combine-music.cc: removed file and class.
11455
11456         * lily/context-specced-music-iterator.cc (class
11457         Context_specced_music_iterator): new file. Obsoletes the
11458         Context_specced_music type.
11459
11460         * scm/music-types.scm (make-repeated-music): put different kinds
11461         of repeated music into music-type table.
11462
11463         * VERSION: 1.7.1 released.
11464
11465         * scm/to-xml.scm: new file.
11466
11467         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11468         new Input representation: dump music as XML.
11469
11470         * scm/engraver-documentation-lib.scm
11471         (engraver-accepts-music-types?): add links from music to engraver,
11472         from music-type to engraver.
11473
11474         * lily/include/command-request.hh: removed
11475         lily/include/musical-request.hh: removed. Removed all _req classes
11476         except Key_change_req. Changes throughout.
11477
11478 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11479
11480         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11481
11482 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11483
11484         * lily/*.cc: specify accepts for many engravers.
11485
11486         * scm/music-documentation-lib.scm: dump music expressions and
11487         music subtypes.
11488
11489         * scm/documentation-lib.scm: complete revision.
11490         Use GOOPS objects to store document tree explicitly. Cleaned up and
11491         sped up doco generation a lot.
11492
11493 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11494
11495         * input/trip.ly (fugaIILeft): add arpeggio
11496
11497         * lily/translator-group.cc (try_music_on_nongroup_children):
11498         oops. The name symbol is in the cdr of the assoc handle.
11499
11500         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11501         Hyphen_req, Glissando_req, Break_req, Mark_req 
11502
11503 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11504
11505         * lily/musical-request.cc (music-duration-length,
11506         music-duration-compress): new functions.
11507
11508         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11509         throughout. Warning doesn't work yet.
11510
11511         * lily/translator-group.cc (try_music_on_nongroup_children):
11512         new implementation: store candidate acceptors in a hashTable.
11513
11514 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11515
11516         * scm/music-types.scm (music-descriptions): change name to
11517         internal-class-name
11518
11519         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11520
11521 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11522
11523         * lily/beam.cc (connect_beams): don't crash if there are quarter
11524         notes in beams.
11525
11526 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11527
11528         * Documentation/user/refman.itely: corrected ancient clef
11529         docu; added docu on ligatures
11530
11531 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11532
11533         * Documentation/user/glossary.tely,
11534         Documentation/user/refman.itely, input/les-nereides.ly,
11535         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11536         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11537         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11538         Stem properties: flag-style -> stroke-style, style -> flag-style.
11539
11540 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11541
11542         * scm/music-functions.scm (music-separator?): don't use name music
11543         property.
11544
11545 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11546
11547         * stepmake/stepmake/generic-targets.make (help): Document check
11548         target.
11549
11550         * lily/new-accidental-engraver.cc: Compile fix.
11551
11552 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11553
11554         * scripts/convert-ly.py: Add rule.
11555
11556         * input/test/music-creation.ly:
11557         * input/test/add-staccato.ly:
11558         * input/test/add-text-script.ly: ly-make-music.
11559
11560         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11561         More ly-make-music renamings.
11562
11563         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11564
11565         * lily/music-constructor.cc (make_music): Add debugging info.
11566
11567         * scm/music-functions.scm (make-simultaneous-music,
11568         (make-sequential-music, context-spec-music):
11569         * scm/music-types.scm (music-descriptions): Get lily to run.
11570
11571 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11572
11573         * lily/command-request.cc (transpose_key_alist): new function.
11574
11575         * lily/key-performer.cc (create_audio_elements): cleanup. 
11576
11577 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11578
11579         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11580
11581         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11582         events-accepted field.
11583
11584         * scm/music-types.scm: new file.
11585
11586         * lily/parser.yy: put music type initialization into scheme,
11587         similar to grob initialization.  Changes throughout.
11588
11589 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11590
11591         * Documentation/user/tutorial.itely: Fix links.
11592         
11593         * Documentation/index.texi: 
11594         * Documentation/header.html.in: 
11595         * Documentation/topdocs/index.tely: Small website fixes and updates.
11596
11597         * debian/: Debian patch by Anthony Fok.
11598
11599 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11600
11601         * Documentation/footer.html.in: How time flies: It's already 2002!
11602
11603         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11604         more descriptive link names than 'here'.
11605
11606         * ROADMAP: Remove test stuff.
11607
11608         * scripts/update-lily.py: Allow auto-building of stable and
11609         development versions.  Bugfixes.
11610
11611 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11612
11613         * VERSION: released 1.7.0
11614
11615         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11616
11617         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11618         positive line widths.
11619
11620 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11621
11622         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11623         go.  Fix comments.
11624
11625         * cygwin: Cygwin updates.
11626
11627 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11628
11629         * Documentation/windows/installing.texi (Top): version for python,
11630         urls for ghostscript (thanks to John Potelle)
11631         
11632         * lily/simultaneous-music-iterator.cc
11633         (Simultaneous_music_iterator): init children_list_ before
11634         triggering GC.
11635
11636         * lily/*-iterator.cc: be even more careful with smobbed copy
11637         constructors. 
11638
11639         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11640         LeftEdge item.
11641
11642 2002-09-15  Werner Lemberg  <wl@gnu.org>
11643
11644         Improving LilyPond's output to make them ordinary TeX boxes with
11645         predictable dimensions.  System boxes are now vertically centered on
11646         the baseline; this offset can be further controlled with
11647         \lilypondscoreshift.
11648
11649         * lily/system.cc (System::post_processing): Pass length of current
11650         system to `start-system' (including any horizontal indentation).
11651
11652         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11653         prettier.
11654         (lily-def): Append `%'.
11655         (start-system): Add parameter `wd'.  Output more TeX code to specify
11656         box dimensions.
11657         (stop-system, stop-last-system): Complement changes in
11658         `start-system'.
11659         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11660         Updated.
11661
11662         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11663         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11664         Write final `\endinput'.
11665
11666         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11667         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11668         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11669         files and macro definitions don't produce spurious spaces and
11670         paragraphs (using \endlinechar).
11671         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11672
11673         * Documentation/user/internals.itely: Improved formatting, fixing
11674         typos.  Added a section `Output details' to describe how the TeX
11675         code looks like.
11676
11677 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11678
11679         * lily/accidental-engraver.cc: Also work with partial measures.
11680
11681 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11682
11683         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11684         spanner.
11685
11686 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11687
11688         * lily/identifier-smob.cc (unpack_identifier): new file.
11689
11690         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11691         pass off scheme expressions as music identifiers.
11692
11693         * scm/lily.scm: reorganisation, cleanups.
11694
11695         * lily/main.cc: small cleanups.
11696
11697 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11698
11699         * lily/ly-module.{cc,hh}: new file.
11700
11701 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11702
11703         * lily/accidental-engraver.cc: Also work with partial measures.
11704
11705 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11706
11707         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11708
11709 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11710
11711         * lily/my-lily-lexer.cc: use SCM module in stead of
11712         Scheme_hash_table. Changes throughout.  
11713
11714 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11715
11716         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11717