]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(FatalConversionError.func): handle + in
[lilypond.git] / ChangeLog
1 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * scripts/convert-ly.py (FatalConversionError.func): handle + in
4         font-size. (backportme)
5
6 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7
8         * lily/paper-outputter.cc (output_stencil): dump font definitions
9         before each stencil.
10
11         * lily/include/paper-book.hh (struct Score_lines): new
12         struct. Collect info per Paper-score.
13
14         * lily/include/page.hh (class Page): to_stencil() returns Stencil
15         everywhere.
16
17         * lily/stencil.cc (find_expression_fonts): new function
18
19         * lily/paper-outputter.cc (output_stencil): use
20         interpret_stencil_expr
21
22         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
23         (interpret_stencil_expr): new function. Generic stencil
24         interpretation.
25
26         * lily/paper-def.cc (find_scaled_font): divide lookup
27         magnification by outpuscale for non-virtual fontmetrics. This
28         fixes ludicrously long font definitions for text
29         fonts. (backportme)
30
31         * lily/score-engraver.cc: remove
32         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
33
34 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
35
36         * input/test/markup-score.ly: Remove \notes.
37
38         * lily/parser.yy (book_body): Grok Composite_music and \header.
39         (markup): Push NOTES mode before score_block.
40
41         * VERSION: release 2.3.1
42         
43         * mf/feta-klef.mf: 
44         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
45
46         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
47
48         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
49
50 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
51
52         * scm/output-tex.scm (output-tex-string): tighten safe security.
53
54         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
55
56         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
57         allowed ly functions.
58
59         * lily/ly-module.cc (ly_module_define): only define variable if
60         bound.
61         (ly_make_anonymous_module): take safe option.
62
63 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
64
65         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
66
67 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
68
69         * input/regression/newaddlyrics.ly: Fix.
70
71         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
72         \score \notes.
73
74 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
75
76         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
77
78 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
79
80         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
81
82         * lily/paper-line.cc (Paper_line): don't store list of stencils,
83         but convert to single Stencil immediately.
84
85         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
86
87 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
88
89         * scm/output-sodipodi.scm: Resurrect sodipodi output.
90
91 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
92
93         * elisp/lilypond-mode.el: Changed the way defaults are created for
94         LilyPond-command-master.  LilyPond-mode will now check the
95         timestamps of the files to see which command has to run next.
96
97 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
98
99         * scm/bass-figure.scm (format-bass-figure): don't set
100         number-markup for strings. This fixes string in bass
101         figure. (backportme)
102
103         * lily/parser.yy (bass_number): insert number-markup into figure
104         definition.
105
106         * scm/define-music-properties.scm (all-music-properties): make
107         'figure a markup.
108
109         * scripts/convert-ly.py (conv): \apply -> \applymusic
110
111 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
112
113         * elisp/lilypond-mode.el: changed the order of some commands
114         ("Midi" after "2Midi"), use the user-defined
115         LilyPond-command-default as default instead of "LilyPond"
116
117         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
118         to set the master file for the next command.
119
120         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
121         with font-lock-reference-face.
122
123 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
124
125         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
126
127         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
128
129 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
130
131         * ly/music-functions-init.ly (TODO): new file.
132
133         * lily/parser.yy (Generic_prefix_music_scm): add more
134         music_function symbols.
135         (Prefix_composite_music): change \apply to music-function   
136
137         * lily/include/music-function.hh: rename to music-function
138
139 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
140
141         * lily/music-head.cc (LY_DEFINE): change order of args.
142
143         * input/regression/music-head.ly (texidoc): new file.
144
145         * lily/parser.yy (Generic_prefix_music): allow generic
146         music-transformation functions. 
147
148         * lily/include/music-head.hh (is_music_head): new file.
149
150         * lily/music-head.cc (get_music_head_transform): new file.
151
152 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
153
154         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
155         empty extent. This fixes ottava brackets on rests. (backportme)
156
157         * make/lilypond.redhat.spec.in (Group): ln png files for info.
158
159         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
160
161         * cygwin/lily-wins.py: update for the lily-wins.py script.
162
163 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
164
165         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
166         code. This will obviate typeset_grob () in the future.  The effect
167         of this is that improperly written spanner handling will result in
168         invalid spanner bounds.
169         (announce_grob): add to elems_ from here
170         (typeset_grob): comment out.  
171
172         * lily/include/engraver.hh (make_spanner): new calling interface
173         for make_{item,spanner}. This obviates most calls to
174         announce_grob().
175                 
176         * scm/music-functions.scm (set-accidental-style): use GrandStaff
177         iso. PianoStaff for piano styles.
178
179 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
180
181         * Documentation/user/music-glossary.tely: add segno after d.s.
182
183 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
184
185         * lily/include/audio-column.hh: remove unused variables.
186         (patch by Michael Welsh Duggan)
187
188         * flower/include/axes.hh (other_axis): inline Axes function
189         (thanks to David Brandon).
190
191 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
192
193         * cygwin/mknetrel: Install image links (backportme).
194
195         * Documentation/user/GNUmakefile (local-install-info): Activate
196         actual installing of image links (backportme).
197
198 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
199
200         * Documentation/user/notation.itely (Measure repeats): Removed
201         unnecessary (and confusing) \context Voice{.
202
203 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
204
205         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
206
207         * lily/page.cc (Page): Do not use ly_scheme_function for
208         volatile/configurable variables (FIXME: better name).
209
210         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
211         get_scmvar).
212
213 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
214
215         * scripts/convert-ly.py (FatalConversionError.subst): use
216         \transposition.
217
218 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
219
220         * lily/include/page.hh (class Page): Declare left_margin ().
221
222         * lily/page.cc: Remove paper var caching.
223
224 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
225
226         * Documentation/user/music-glossary.tely: Add name to @top node.
227         Remove comment from @table definitions (workaround for makinfo
228         bug).
229
230         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
231         ly:stencil-get-expr).  Update callers.
232         (ly:stencil-align-to!):  Return stencil too.
233
234         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
235         stencil.  Remove looped line-based page output.
236         (output_line): Use line stencil.  Remove looped stencil-based line
237         output.
238
239         * lily/page.cc (ly:page-paper-lines): New function.
240
241         * input/test/markup-score.ly: New file.
242
243         * scm/define-markup-commands.scm (stencil): New markup.
244
245         * lily/book.cc (to_stencil): New method.
246
247         * lily/parser.yy (markup): Use it to grok \score.
248
249 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
250
251         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
252
253         * lily/paper-book.cc (pages): Change signature.  Update callers.
254
255         * lily/include/page.hh:
256         * lily/page.cc: New file.
257
258         * lily/paper-line.cc (to_stencil): New method.
259         
260         * lily/paper-outputter.cc (output_stencil): New method.
261
262         * lily/paper-outputter.cc (output_line): Use them.
263
264         * lily/warn.cc: Remove.
265
266         * lily/my-lily-parser.cc (distill_inname): Remove.
267
268         * flower/include/file-name.hh: 
269         * flower/file-name.cc: New file.  Update users.
270
271         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
272         (find): New method of same name.
273
274         * lily/my-lily-parser.cc (ly:parse-file): Use it.
275
276         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
277         constant error message.
278
279 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
280
281         * input/test/{blank-notes.ly,staff-container.ly}: typos.
282
283 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
284
285         * Documentation/user/music-glossary.tely: @table @strong' replaced
286         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
287         (backportme).
288
289 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
290
291         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
292
293         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
294         #{ lily music expression #} that returns an equivalent scheme
295         music expression by parsing the string.
296
297 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
298
299         * lily/my-lily-parser.cc:
300         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
301         SCM string (foo.ly/toto.scm support).
302
303 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
304
305         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
306
307 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
308
309         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
310
311         * scripts/lilypond-book.py: LY code that includes \header is
312         not assumed to be a fragment.
313
314 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
315
316         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
317         tremolo beams up.
318
319         * lily/stem.cc (chord_start_y): Return 0 if no heads.
320         (get_default_stem_end_position): No tremolo head juggling if no
321         heads.  Fixes tremolo crash on rests (backportme).
322
323         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
324
325 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
326
327         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
328         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
329
330         * lily/lexer.ll: Allow \encoding in NOTES mode.
331
332         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
333         for lyrics, not for commands.
334
335         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
336         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
337
338         * input/regression/newaddlyrics.ly: New file.
339
340         * Documentation/topdocs/NEWS.texi: Update.
341
342         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
343         (Music_list): Allow embedded scm.
344
345         * lily/score.cc (ly:score-bookify): New function.
346
347         * lily/music.cc (ly:music-scorify): Idem.
348
349         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
350         (ly:parser-print-score): Idem.
351
352         * scm/lily.scm (default-toplevel-book-handler): Idem.
353         (default-toplevel-music-handler): Idem.
354         (default-toplevel-score-handler): Idem.
355
356         * ly/declarations-init.ly: Set default toplevel handlers.
357
358         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
359
360         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
361         printer for score at toplevel.
362
363 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
364
365         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
366         Fix for simple case: input/simple-song.ly, more complex stuff
367         does not work yet.
368
369 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
370
371         * lily/parser.yy (Prefix_composite_music): split Composite_music
372         in Prefix_composite_music and Grouped_music_list.
373         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
374
375 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
376
377         * scm/lily.scm (toplevel-expression): New define.
378
379         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
380
381         * lily/parser.yy (toplevel_expression): Use it.
382
383         * lily/include/my-lily-parser.hh: Smobbify.
384
385         * lily/my-lily-parser.cc (parse_string): New method.
386         
387         * lily/my-lily-parser.cc (ly:parse-string): New function.
388
389         * Documentation/user/lilypond.tely: Add comment and workaround for
390         gs-8.01 crash.  Fixes make web.
391
392         Simplification of toplevel music.
393         
394         * lily/lexer.ll, lily/parser.yy:
395
396         * In LYRICS mode, return LYRICS_STRING.  This fixes one
397         shift/reduce problem.
398
399         * Use NOTES mode at start of maininput.
400
401         * Grok toplevel composite music expression, put in score and book.
402
403         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
404
405         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
406
407         * input/simple.ly: New file.
408         
409         * input/simple-song.ly: Idem.
410
411 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
412
413         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
414         Sandberg.
415
416 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
417
418         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
419
420 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
421
422         * input/regression/accidental-octave.ly: doc automatic showing
423         of note names.
424
425 2004-04-16  Heikki Junes <janneke@gnu.org>
426
427         * po/fi.po: do "make po && make -C po po-update" at top-level,
428         then "cp po/out/fi.po po/fi.po" and update fields.
429
430         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
431
432 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
433
434         * Documentation/user/introduction.itely (About this manual): Fix
435         templates and regression urls (backportme).
436
437 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
438
439         * ly/engraver-init.ly (Score:graceSettings): Increase
440         beamed-lengths, especially for 32nd notes.
441
442         * Documentation/user/notation.itely (Grace notes): Correct the
443         syntax for add-grace-property example.
444
445 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
446
447         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
448         `Generated' tag.
449
450         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
451         Severely broken (the Debian package, at least).
452
453 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
454
455         * lily/context.cc (find_create_context): assign to lvalue.
456
457 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
458
459         * lily/include/translator.hh (class Translator): rename
460         get_parent_context() to context () to avoid confusion.
461
462         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
463
464         * lily/lexer.ll: change is_string -> ly_c_string_p 
465
466         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
467
468         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
469
470         * VERSION: release 2.3.0
471
472         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
473
474         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
475         if nonempty.
476
477         * lily/include/context.hh (class Context): make members protected.
478         (children_contexts): new accessor function.
479
480         * lily/include/translator.hh (class Translator): make
481         daddy_context_ protected.
482         (class Translator): clean up. 
483
484         * lily/include/context.hh (class Context): make daddy_context_
485         private.
486
487         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
488         higher for finding Voice. (backportme)  
489
490         * lily/include/context.hh (class Context): remove
491         find_context_below() as a method.
492
493         * Documentation/user/notation.itely (The Lyrics context): add note
494         about manual durations
495
496         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
497         encoding.
498
499         * scm/output-tex.scm (text): dump \inputencoding{} for text.
500
501 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
502
503         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
504         \usepackage{inputenc}
505
506         * lily/paper-book.cc (classic_output): don't advance Offset for
507         TeX output.
508
509         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
510         ec-sauter.map in rules
511
512         * mf/ecb.mf (font_identifier): new file, based on ecbx
513
514         * mf/ecb10.mf (gensize): new file.
515
516         * Documentation/topdocs/NEWS.texi (Top): document some more new
517         features.
518
519         * ly/declarations-init.ly: run convert-ly
520
521         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
522         from input-file-results. Remove input-file-results.* 
523
524 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
525
526         * scm/output-ps.scm (font-command): Fix, again.
527
528         * input/test/title-markup.ly: Add \noPagebreak test.
529
530         * lily/score-engraver.cc (try_music): Bugfix.
531
532 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
533
534         * lily/main.cc (main_with_guile): excise dependency options -M and
535         --dep-prefix
536
537         * lily/input-file-results.cc: excise Makefile dependency code
538
539         * Documentation/user/invoking.itexi (Invoking the lilypond
540         binary): remove dep doco
541         
542         * lily/main.cc (main_with_guile): call lilypond-main
543         
544         * scm/lily.scm (lilypond-main): new function: handle multiple files.
545
546         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
547         exception.
548
549         * lily/my-lily-parser.cc: remove paper_description function
550
551         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
552         new function.
553
554         * lily/main.cc: remove global_score_count.
555
556         * lily/book.cc (process): don't take header from global_input_file.
557
558         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
559
560         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
561
562         * lily/music-output-def.cc (LY_DEFINE): new function
563         ly_output_description. This function does the bulk for  setting,
564         parsing and breaking down of an input file.
565
566         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
567         anonymous modules globally. Let's hope they get GCd
568
569         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
570
571 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
572
573         * scm/output-ps.scm (header): Papersize from paper.
574
575         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
576         for classic output.
577
578         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
579         lilypondclassic is defined.
580         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
581
582         * input/regression/between-systems.ly: Remove.
583
584         * python/lilylib.py (get_bbox): Fix regular expression
585         for bounding box.
586
587         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
588
589         * scm/output-tex.scm (stop-page): Use it.
590
591         * scm/output-ps.scm (define-fonts): Bugfix.
592
593         * lily/grob.cc: Add penalty to interface.
594
595         * lily/include/paper-line.hh (class Paper_line): New member
596         var penalty_.
597
598         * lily/system.cc (get_line): Initialise Paper_line with
599         page-penalty's from original grobs.
600
601         * scm/define-music-properties.scm (all-music-properties): Add
602         page-penalty.
603
604         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
605
606         * lily/score-engraver.cc (try_music): Handle page-penalty.
607
608         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
609
610 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
611
612         * ly/declarations-init.ly (melismaEnd): typo
613
614         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
615
616         * scm/output-ps.scm (text): split string into spaces, use moveto
617         for setting space. 
618         
619 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
620
621         * po/nl.po: Update.
622
623         * scm/font.scm (add-cmr-fonts): Typo.
624
625 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
626
627         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
628         font-encoding.
629
630         * scm/define-grobs.scm (all-grob-descriptions): idem.
631
632         * lily/time-signature.cc (numbered_time_signature): idem.
633
634         * scm/font.scm (add-cmr-fonts): use real encoding names for
635         font-encoding.
636
637 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
638
639         * lily/paper-book.cc (classic_output): 
640         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
641         Fixes classic output.
642         (lilypondstart):
643         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
644         kludge.
645
646         * scripts/old-lilypond-book.py: Remove.
647
648         Page layout for SCOREs enclosed in a BOOK:
649
650         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
651         layout tweaking.
652
653         * input/les-nereides.ly (theScore): Add \book.
654         
655         * input/test/title-markup.ly: Add \book.
656
657         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
658         only if 'verbose.
659
660         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
661
662         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
663
664         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
665         * scm/output-tex.scm (start-system): Update for page layout by
666         LilyPond.
667
668         * scm/output-ps.scm (start-system): Previously (new-start-system).
669
670         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
671         passed to define-fonts.
672
673         * lily/paper-column.cc: 
674         * lily/system.cc (get_line):
675         * ly/property-init.ly (newpage): 
676         * scm/define-grob-properties.scm:
677         * scm/output-ps.scm: 
678         * scm/output-tex.scm: Remove between-system-string kludge.
679
680         * scm/output-ps.scm (define-fonts, font-command,
681         font-load-encoding): Handle ENCODING = #f.
682
683         * scm/output-tex.scm (output-scopes): Check if variable is bound.
684
685         * scm/define-markup-commands.scm (fill-line): Use
686         make-simple-markup (WAS: unexisting make-word-markup).
687
688         * lily/text-item.cc (interpret_markup): Bugfix, transpose
689         ENCODING, MARKUP parameters for interpret_string.
690
691         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
692
693         * lily/score.cc (book_rendering): New method.
694         (default_rendering): Create Paper_book helper locally, dump
695         output.
696
697         * lily/my-lily-lexer.cc (the_key_tab): Add book.
698
699         * lily/parser.yy: Handle \book.
700
701         * lily/include/book.hh: 
702         * lily/book.cc: New file.
703
704 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
705
706         * lily/text-item.cc (interpret_string): new file, select font with
707         encoding.
708
709         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
710
711         * scm/define-markup-commands.scm (encoded-simple): new markup command.
712
713         * lily/parser.yy (markup): take encoding from lexer.
714
715 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
716
717         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
718
719         * scm/output-ps.scm: Remove some cruft.
720
721 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
722
723         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
724
725         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
726
727 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
728
729         * scm/font.scm (add-century-schoolbook-fonts):
730         (make-century-schoolbook-tree): New function.
731
732         * input/test/title-markup.ly: Use Century Schoolbook font.
733
734 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
735
736         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
737         to Erik Sandberg) 
738
739         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
740
741         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
742
743         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
744
745         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
746
747 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
748
749         * scm/part-combiner.scm (determine-split-list): bugfix: if no
750         solo-state (at end of solo), we can set the solo status
751         too. (backportme.)
752
753         * input/regression/part-combine-solo-end.ly: new file.
754
755 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
756
757         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
758         flavour abc files.  Really ignore unknown keys (backportme).
759
760 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
761
762         * lily/scaled-font-metric.cc (text_dimension): only multiply with
763         magnification_ when looking up in orig_.
764
765         * scm/output-tex.scm (text): switch off char-mapping.
766
767         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
768         because AFM's encoding field cannot have spaces.
769
770 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
771
772         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
773
774 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
775
776         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
777
778         * mf/cmr.enc: new file, without hi-bit ascii info. 
779
780         * lily/bezier-bow.cc (slur_shape): make indent dependent on
781         width. This removes the 'hook' at the end of a long slur.
782
783         * buildscripts/mf-to-table.py (parse_logfile): don't append
784         encoding to fontname.
785
786 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
787
788         * scm/output-ps.scm (define-fonts): Load .enc only once.
789
790         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
791         too.
792
793 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
794
795         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
796         encoding field.
797
798         * lily/stencil-scheme.cc: remove ly:fontify-atom 
799
800         * ly/portuges.ly (pitchnames): new file.
801
802         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
803         Michael Welsh Duggan
804
805         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
806
807         * ly/nederlands.ly: add comment about digits.
808
809         * lily/scaled-font-metric.cc (derived_mark): idem.
810
811         * scm/encoding.scm (make-encoding-mapping): change permutation to
812         mapping.
813
814         * lily/scaled-font-metric.cc (derived_mark): is a const method.
815         (Modified_font_metric): make alist for coding_description_
816         (LY_DEFINE): remove coding-name.
817
818         * scm/output-tex.scm (text): remove debugging code.
819
820         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
821
822         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
823         from infile.
824
825         * mf/feta-generic.mf: move fet_beginfont into generic code.
826         use fetaMusic (without space) as encoding
827
828         * mf/feta-autometric.mf: take encoding argument
829
830         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
831
832         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
833         use.
834
835         * scm/encoding.scm (read-encoding-file): use symbol for glyph
836         name.
837
838 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
839
840         * input/test/title-markup.ly: Set inputencoding.
841
842         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
843
844         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
845
846         * scm/encoding.scm (get-coding-filename, get-coding-command): New
847         function.
848         (coding-alist): Also hold filename, command.
849         (read-encoding-file): Return symbols.
850
851 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
852
853         * scm/output-tex.scm: remove fontify; text and char take a font
854         argument.
855
856         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
857
858         * lily/scaled-font-metric.cc (text_dimension): init
859         coding_{permutation,table}_ too 
860         (LY_DEFINE): ly:font-encoding, new function return
861
862         * lily/paper-def.cc (find_scaled_font): take input coding from
863         inputcoding paper var.
864
865         * lily/performance.cc (output): remap modulo 16.
866
867         * lily/text-item.cc (interpret_markup): whoops, variable
868         shadowing fixed.
869
870 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
871
872         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
873         symbols, not symbols to strings.
874         
875         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
876         symbols, not symbols to strings.
877
878 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
879
880         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
881         (ly:kpathsea-gulp-file): New function.
882
883         * scm/encoding.scm (read-encoding-file): Use it.
884
885 2004-04-06  Werner Lemberg  <wl@gnu.org>
886
887         * scm/encoding.scm (coding-alist): Fix typo.
888
889 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
890
891         * lily/scaled-font-metric.cc (text_dimension): move function from
892         Font_metric
893         (make_scaled_font_metric): init coding_scheme_ to TeX
894         (text_dimension): use get-coding-vector for non TeX coding_scheme_
895
896         * lily/include/scaled-font-metric.hh (struct
897         Modified_font_metric): rename from Scaled_font_metric
898
899         * scm/encoding.scm (read-encoding-file): split up large function,
900         leave caching to (delay)
901
902         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
903
904 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
905
906         * lily/my-lily-lexer.cc (set_encoding): New method.
907
908         * lily/lexer.ll: Grok \encoding.
909
910         * lily/font-metric.cc (get_encoded_index): New function.
911
912         * lily/include/font-metric.hh (coding_scheme): New method.
913
914         * scm/encoding.scm: New file.
915
916         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
917
918 2004-04-05  Werner Lemberg  <wl@gnu.org>
919
920         * Documentation/user/tutorial.itely: Revised (finished).
921
922         * Documentation/user/macros.itexi (@separate): Removed.
923
924 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
925
926         * scm/output-ps.scm (define-fonts): fix scaling.
927
928         * lily/scaled-font-metric.cc (design_size): add function.
929
930         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
931         partial cut&paste of ly:font-magnification.
932
933 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
934
935         * scm/output-ps.scm (define-fonts):
936         (fontify): Update.
937
938 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
939
940         * po/fr.po: update. (backportme).
941
942         * po/nl.po: update. (backportme). 
943
944         * mf/feta-beugel.mf: document why design size is not fixed.
945
946         * mf/feta-braces-a.mf: rename to stress that it's not design size.
947
948 2004-04-04  Werner Lemberg  <wl@gnu.org>
949
950         * Documentation/user/tutorial.itely: Revised (continued).
951
952 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
953
954         * po/nl.po: Update (backportme).
955
956 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
957
958         * po/de.po: update. (backportme).
959
960         * scm/output-tex.scm (font-command): use ly: functions to
961         construct name.
962         (define-fonts): don't use alist, just dump \font definitions.
963         (font-load-command): calculate proper scaling by taking
964         outputscale from paper argument.
965
966         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
967         expression.
968
969         * lily/paper-outputter.cc (output_header): pass paper arg to
970         define-fonts
971
972         * lily/paper-def.cc (font_descriptions): dump list of
973         Scaled_font_metrics
974         (find_scaled_font): take Font_metric argument, store
975         Scaled_font_metrics in hash-table containing (size ->
976         Scaled_font_metrics) alist.
977         (get_dimension): rename from get_realvar
978
979         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
980         ly:font-magnification, ly:font-name: new functions
981
982 2004-04-03  Werner Lemberg  <wl@gnu.org>
983
984         * Documentation/user/dedication.itely,
985         Documentation/user/preface.itely,
986         Documentation/user/introduction.itely,
987         Documentation/user/tutorial.itely: Revised.
988         Removing leading spaces which distorts output if info files are read
989         with stand-alone info.
990         Removing superfluous inter-word spaces which also distorts output
991         for stand-alone info.
992         Using ` and ' instead of `` and '' everywhere to improve
993         legilibility with stand-alone info
994         Using @samp for single-letter input items and data which contains
995         spaces, @code for other things.
996
997         * lily/grob-interface.cc: Adding copyright.
998         (check_interfaces_for_property): Improve format of warning message.
999
1000 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1001
1002         * lily/include/font-metric.hh (struct Font_metric): add
1003         design_size () method.
1004
1005         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1006
1007         * lily/afm.cc (read_afm_file): read design size.
1008
1009         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1010
1011         * scm/music-functions.scm (unfold-repeats): handle dots too.
1012
1013 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1014
1015         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1016         (backportme)
1017
1018 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1019
1020         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1021         lyric indent.  Revert melismaBusyProperties using \unset.
1022
1023 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1024
1025         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1026
1027         * lily/parser.yy (command_element): allow redefinition of |
1028         meaning.
1029
1030         * lily/break-align-engraver.cc (acknowledge_grob): construct
1031         LeftEdge where the first cause for alignment is coming from.
1032         This makes \override Staff.LeftEdge work as expected.
1033
1034         
1035         * lily/slur-performer.cc (Slur_performer): add inits
1036
1037         * lily/beam-performer.cc (Beam_performer): add inits
1038
1039 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1040
1041         * VERSION (PACKAGE_NAME): release 2.2.0
1042
1043         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1044
1045 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1046
1047         * lily/cluster.cc (height): Fix warning.
1048
1049         * lily/parser.yy: Janitorial cleanups.
1050
1051         * Documentation/user/tutorial.itely (Tutorial): Typo.
1052
1053 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1054
1055         * lily/change-iterator.cc (process): search at multiple context
1056         levels. This fixes 
1057
1058         
1059         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1060         not voice-state index for tie state. This fixes a partcombine
1061         problem with ties.
1062
1063         * Documentation/user/tutorial.itely (Commenting input files): add
1064         note about convert-ly.
1065
1066         * input/test/cadenza-skip.ly:  new file.
1067
1068 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1069
1070         * po/nl.po: Spelling fixes.
1071
1072         * autogen.sh (srcdir): Regenerate.
1073
1074         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1075         autogen.sh.
1076
1077         * configure.in: Use C++ to check for C++ header.
1078
1079         * po/nl.po: Update.
1080
1081         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1082
1083         * lily/event.cc (to_relative_octave): Translatable sentence should
1084         be one string.
1085
1086         * python/lilylib.py (warranty): Year range is not translatable.
1087         It's 2004 already!
1088
1089         * flower/warn.cc (non_fatal_error, warning, programming_error):
1090         Remove whitespace from translated string.
1091
1092 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1093
1094         * VERSION: release 2.1.37.
1095
1096 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1097
1098         * configure.in: check for C language.
1099
1100         * lily/source-file.cc: include strstream without h.
1101
1102         * scm/documentation-generate.scm (string-append): use name without
1103         .texi.
1104
1105         * autogen.sh (srcdir): SUSE fix.
1106
1107         * Documentation/user/notation.itely (Ancient clefs): idem.
1108
1109         * Documentation/user/lilypond-book.itely (Integrating HTML and
1110         music): idem.
1111
1112         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1113
1114         * lily/change-iterator.cc (process): use find_existing_context().
1115
1116         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1117
1118         * input/regression/repeat-unfold-tremolo.ly: new file.
1119
1120         * scm/music-functions.scm (unfold-repeats): undo music compression
1121         too.
1122
1123         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1124         (LY_DEFINE): ly:music-compress new function.
1125
1126         * scm/part-combiner.scm (determine-split-list): split for voice
1127         crossings
1128
1129         * input/regression/part-combine-cross.ly: new file.
1130
1131         * scm/part-combiner.scm (make-part-combine-music): don't do
1132         relative inside partcombine arguments.
1133
1134         * scm/music-functions.scm (make-non-relative-music): new function.
1135
1136         * Documentation/user/notation.itely (Automatic part combining):
1137         add note about \relative.
1138
1139         * lily/part-combine-iterator.cc (construct_children): add
1140         start_moment_ member.
1141
1142         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1143         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1144
1145         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1146
1147         * Documentation/user/changing-defaults.itely (Which properties to
1148         change): fixes.
1149
1150 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1151
1152         * po/fr.po: update.
1153
1154 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1155
1156         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1157
1158         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1159         Reinstate old code that issues warning.  Fixes --srcdir build.
1160
1161 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1162
1163         * input/wilhelmus.ly: New file.
1164
1165         * Documentation/user/notation.itely: 
1166         * Documentation/user/introduction.itely:
1167         * Documentation/user/tutorial.itely: Use quote ly-option instead
1168         of explicit @quotation.  This fixes too long lilypond linewidths
1169         resulting in overful hboxes.
1170
1171         * scripts/lilypond-book.py: Add ly-option: `quote'.
1172
1173 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1174
1175         * tex/titledefs.tex: Avoid that the first score line is extra
1176         indented if instrument is defined but not piece.
1177
1178 2004-03-30  Werner Lemberg  <wl@gnu.org>
1179
1180         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1181         `lilypond/' to info file name.
1182         (@usermanref) [info]: New variant.
1183
1184         * scm/documentation-generate.scm: Fix definition of @usermanref
1185         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1186         to info file name.
1187
1188 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1189
1190         * VERSION: release 2.1.36
1191         
1192         * Documentation/user/changing-defaults.itely (Interpretation
1193         contexts): rewrite introduction.
1194
1195 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1196
1197         * scm/define-markup-commands.scm: Use TeX accents instead of
1198         straight iso-8859-1 encoding in the doc string.
1199
1200 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1201
1202         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1203         space after dotted duration.
1204
1205 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1206
1207         * Documentation/user/introduction.itely: 
1208         * Documentation/user/notation.itely:
1209         * Documentation/user/tutorial.itely: Up all relative examples.
1210         Enclose @lilypond displays in @quotation.  Typos and corrections.
1211
1212         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1213
1214 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1215
1216         * scm/music-functions.scm (make-voice-props-revert): Revert also
1217         MultiMeasureRest staff-position in oneVoice.
1218
1219 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1220
1221         * Documentation/user/changing-defaults.itely, 
1222         Documentation/user/lilypond.tely: few fixes. Place no comma between
1223         two options: a and b, but commas between three options: a, b, and c.
1224         By this manner, grouping is possible: a and b, and c and d.
1225
1226 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1227
1228         * Documentation/user/GNUmakefile: add rule for .nexi
1229
1230 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1231
1232         * Documentation/user/music-glossary.tely: move glossary direntry
1233
1234         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1235         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1236
1237 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1238
1239         * stepmake/aclocal.m4: Verify that gettext configure check with
1240         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1241
1242 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1243
1244         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1245         glob.glob for .png filenames. This catches multipage pngs.  
1246
1247         * Documentation/user/changing-defaults.itely (Determining the grob
1248         property): fix references.
1249
1250         * lily/staff-symbol.cc (print): only add extent if non empty.
1251         This fixes staff-container.ly.
1252
1253         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1254         starting with a mmrest also works.
1255
1256         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1257         PNG for texinfo too.
1258
1259         * po/lilypond.pot: update translation strings.
1260
1261         * VERSION: 2.1.35 released
1262         
1263         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1264         context argument too.
1265
1266         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1267
1268         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1269
1270         * python/lilylib.py (command_name): don't return 1st path
1271         component.
1272
1273         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1274         .png case separately.
1275
1276         * python/lilylib.py (system): typo.
1277         
1278 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1279
1280         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1281         run indent-region.
1282
1283         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1284         Fixes compile.
1285
1286         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1287         Add header.
1288
1289 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1290
1291         * vim/lilypond-indent.vim: small fixes.
1292
1293 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1294
1295         * Documentation/user/notation.itely (Entering lyrics): Add example
1296         with correct english double quotes (at least for LaTeX output,
1297         maybe not a good idea if we switch to PS as the default output
1298         format).
1299
1300 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1301
1302         * lily/staff-performer.cc (create_audio_elements): play instrument
1303         changes before notes arrive. This fixes instrument of the first
1304         note in a score.
1305
1306         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1307         to 1.9.0 conversion.
1308
1309         * lily/mark-engraver.cc: doc string.
1310
1311         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1312
1313         * Documentation/user/introduction.itely (Introduction): new node.
1314
1315 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1316
1317         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1318
1319         * input/regression/spacing-ragged-last.ly: new file.
1320
1321         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1322         spacing.
1323
1324         * scm/font.scm: rewrite using GOOPS.
1325         
1326         * lily/context-def.cc (filter_engravers): derefence pointer.
1327
1328         * lily/lily-guile.cc (type_check_assignment): use
1329         ly_scheme_function iso. scm_primitive_eval where possible.
1330
1331         * lily/performance.cc (output): limit channels at 15. This fixes
1332         percussion inadvertently showing up in large scores.
1333
1334 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1335
1336         * input/regression/tuplet-gap.ly: new file.
1337
1338         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1339         (print): compute gap length from number size, include italic
1340         correction.
1341
1342         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1343         tuplet-bracket
1344
1345         * scm/paper.scm (set-default-paper-size): new function, to be
1346         called at toplevel.
1347         (set-paper-size): new function, to be called inside \paper {}
1348         (set-default-paper-size): new function, to be called at toplevel.
1349
1350         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1351
1352         * lily/beam-performer.cc (process_music): idem.
1353
1354         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1355         
1356         * tex/titledefs.tex: remove scshape for piece.
1357
1358         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1359         font-family
1360
1361         * lily/time-signature.cc (special_time_signature): font-encoding
1362         not family.
1363
1364         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1365         dynamic to head. This fixes p placement in morgenlied.
1366
1367 2004-03-23  Werner Lemberg  <wl@gnu.org>
1368
1369         * stepmake/stepmake/generic-targets.make (help): Improve text.
1370
1371 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1372
1373         * VERSION: 2.1.34 released
1374         
1375         * lily/main.cc (main_with_guile): switch debugging.
1376
1377         * lily/system.cc (get_line): plug leak.
1378
1379         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1380         and contents.
1381         (stencil2line): plug leak.
1382
1383         * Documentation/user/changing-defaults.itely (Determining a grob
1384         property):  new node.
1385         (Layout interfaces): new node.
1386         (Navigating the program reference): new node.
1387
1388         * lily/accidental-engraver.cc (acknowledge_grob): add property
1389         harmonicAccidentals
1390
1391         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1392         general cleanups.
1393         
1394         * input/les-nereides.ly (middleDynamics): resurrect Les
1395         nereides. Remove pedal hack.
1396
1397 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1398
1399         * input/regression/property-grace-polyphony.ly: new file.
1400
1401         * lily/translator-property.cc (execute_pushpop_property): only pop
1402         one instance of the property. This fixes << \\ >> together with
1403         \grace.
1404
1405         * lily/break-align-interface.cc (ordered_elements): we cannot
1406         modify the #'elements property, so return reordered array.
1407
1408 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1409
1410         * buildscripts/lilypond.words.py: remove.
1411         * buildscripts/lilypond-words.py: add new, renamed file. 
1412         Give generated targets and dirs explicitly in arguments.
1413
1414         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1415         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1416         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1417         
1418         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1419
1420         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1421
1422         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1423         orders.
1424
1425         * vim/GNUmakefile: add local-uninstall target.
1426
1427         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1428         
1429         * vim/vimrc: add a one-liner file.
1430
1431         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1432         vimrc in EXTRA_DIST_FILES.
1433
1434         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1435
1436 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1437
1438         * config.make.in: add vimdir.
1439
1440         * vim/GNUmakefile: add local-install.
1441
1442 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1443
1444         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1445         with \lilypondifundefined{blabla}. Solves problem with multiple
1446         titles in the same lilypond-book document.
1447
1448 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1449
1450         * scm/document-backend.scm (interface-doc): sort grob list for
1451         interface.
1452
1453         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1454         pre/post break align-order.
1455
1456         * spelling patch courtesy Edward Sutton.
1457
1458         * Documentation/user/changing-defaults.itely (Changing context
1459         default settings): new node.
1460         (Defining new  contexts): new node.
1461
1462         * scripts/lilypond-book.py (is_derived_class): use numbers
1463         iso. booleans.
1464
1465         * python/lilylib.py (make_ps_images): add margin to PS images.
1466
1467         * scripts/lilypond-book.py (is_derived_class): new function. Take
1468         class arg iso. object.
1469         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1470         for bug in GS/dvips.
1471
1472         * lily/text-item.cc (interpret_markup): idem.
1473
1474         * scm/define-markup-commands.scm: remove split around-space hack.
1475
1476         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1477         function, fold WL's fixes into one function.
1478
1479 2004-03-22  Werner Lemberg  <wl@gnu.org>
1480
1481         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1482         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1483         (Note_column::head_position_interval): Do proper rounding for
1484         calls to Staff_symbol_referencer::get_position.
1485
1486 2004-03-21  Werner Lemberg  <wl@gnu.org>
1487
1488         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1489         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1490         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1491         (My_lily_parser::parse_file): Improve formatting progress indication
1492         sent to stdout.
1493
1494 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1495
1496         * VERSION: 2.1.33 released.
1497
1498         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1499
1500         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1501
1502         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1503         warning is issued about dummy.dep.
1504
1505         * scm/new-font.scm: fix design sizes of nummer
1506
1507 2004-03-21  Werner Lemberg  <wl@gnu.org>
1508
1509         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1510         some annoying warnings from mkdir during `make install'.
1511
1512 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1513
1514         * lily/performer-group-performer.cc (do_announces): call
1515         Performer_group_performer::create_audio_elements () too.
1516
1517         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1518
1519         * scm/define-grobs.scm (all-grob-descriptions): add property
1520         break-align-orders
1521
1522         * lily/global-context.cc (get_default_interpreter): new
1523         function. Override from base class, so no new Score contexts are
1524         created.
1525
1526         * lily/include/stencil.hh (class Stencil): document origin field.
1527
1528         * lily/staff-symbol.cc (print): span staff-symbol on column
1529         extents for non-broken columns. 
1530
1531         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1532         key-signature.
1533
1534         * tex/titledefs.tex: don't use smallcaps for piece.
1535
1536         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1537         translated stencils in the output.
1538
1539         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1540
1541 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1542
1543         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1544         and init ties_created_
1545
1546         * VERSION: release 2.1.32
1547
1548         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1549         doc string from IMPLEMENT_CTOR_CALLBACK().
1550
1551         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1552         that engraver is in a performer hierarchy.
1553
1554 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1555
1556         * vim/lilypond-ftdetect.vim: new file.
1557
1558 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1559
1560         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1561         (compose_ly): default octave should be middle C.
1562
1563         * Documentation/user/changing-defaults.itely (Layout tunings
1564         within contexts): new node.
1565
1566         * lily/include/smobs.hh: document C++ smob interface.
1567
1568         * lily/function-documentation.cc: don't doc functions without
1569         docstring.
1570
1571 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1572
1573         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1574         direntry, so that `info lilypond' goes to Top.
1575
1576         * scm/output-ps.scm (polygon): Fix: add spaces.
1577
1578         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1579         solutions are now optimal too.
1580
1581         * input/test/page-breaks.ly: New file.
1582
1583         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1584         functions into safe module.
1585
1586         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1587         end, prepend zeros.
1588
1589         * scm/output-*.scm: Use ly:number->string rather than
1590         number->string.  Makes for saner output.
1591
1592         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1593         Fixes feta-nummer, feta-din scaling.
1594
1595 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1596
1597         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1598
1599         * scm/music-functions.scm (descend-to-context): new
1600         function. Similar to context-spec-music.
1601         (make-time-signature-set): specify Score as descend-only. This
1602         fixes the polymetric.ly example.
1603
1604         * lily/context-specced-music-iterator.cc (construct_children): add
1605         support for descend-only context spec.
1606
1607         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1608         determine ez-notation letter. 
1609
1610         * lily/system.cc (get_line): start with dumping layer 3. This
1611         fixes ez notation.
1612
1613 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1614
1615         * input/test/title-markup.ly: Stress breaking harder.
1616
1617         * scm/page-layout.scm (height-score): Overfull page scores twice
1618         as bad as underfull (was: by a power).
1619         (walk-lines): Omit first walk-path round (breaking after new node,
1620         without lines).
1621
1622         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1623         diff values are negative.
1624         (output): Bugfix: treat negative vfill differently.
1625
1626         * Documentation/user/lilypond.tely (direntry): Add note about why
1627         `info lilypond' brings up `Invoking LilyPond' node.
1628
1629 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1630
1631         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1632
1633         * lily/paper-book.cc: Remove cruft.
1634         (output): Bugfix: put vfill between lines.
1635         (pages): Bugfix: set page vars needed for filling.
1636
1637         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1638         (was: @ar).
1639
1640         * scm/page-layout.scm: Further development.
1641
1642         * ly/declarations-init.ly (paper): Define page-breaking.
1643
1644 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1645
1646         * lily/note-head.cc (brew_ez_stencil): add note-names
1647         property. Provides internationalization for note names.
1648
1649         * Documentation/user/changing-defaults.itely (Creating contexts):
1650         new node.
1651
1652         * lily/grace-iterator.cc (process): descend to child for \grace.
1653
1654         * lily/timing-translator.cc (initialize): Timing_translator adds
1655         Timing alias by itself.
1656
1657         * lily/context.cc (add_alias): new function.
1658
1659         * scm/lily.scm (tex-output-expression): new function, eval within
1660         drawing API. Guards against eval vulnerabilities.
1661
1662         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
1663
1664         * scm/output-ps.scm (scm): export lily drawing API.
1665
1666         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
1667         throughout.
1668
1669 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1670
1671         * scm/page-layout.scm (optimal-page-breaking): New function.
1672         
1673         * lily/paper-book.cc (pages): Use it.
1674
1675 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1676
1677         * lily/include/paper-line.hh (class Paper_line): Full smob.
1678
1679 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1680
1681         * lily/global-context.cc (run_iterator_on_me): fix grace note
1682         nesting by initting measurePosition.
1683
1684         * lily/timing-translator.cc (initialize): do no init
1685         measurePosition
1686         
1687         * lily/include/music-output-def.hh (class Music_output_def): add
1688         input_origin_ field.
1689
1690         * Documentation/user/changing-defaults.itely (Changing context
1691         properties on the fly): new node.
1692
1693         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
1694         function. Only have smobbed_copy (), and do not provide
1695         smobbed_copy() for non-simple smobs. Changes throughout.
1696
1697 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1698
1699         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
1700         start_moment_. Fix by Doug A. Linhardt.
1701
1702 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1703
1704         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
1705         accidentals for harmonic notes.
1706
1707         * lily/note-collision.cc (check_meshing_chords): don't merge heads
1708         of different style. (Thanks to Doug Linhardt).
1709
1710         * Documentation/user/changing-defaults.itely (Scheme tutorial):
1711         new node.
1712
1713 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
1714
1715         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
1716
1717         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
1718         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
1719         vim/lilypond-indent.vim: doc targets and deps in comments.
1720
1721 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1722
1723         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
1724
1725         * lily/system.cc (get_line): Return Paper_line.  Change all users.
1726
1727         * lily/include/paper-line.hh:
1728         * lily/include/paper-line.cc: New file.
1729
1730 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1731
1732         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
1733
1734         * GNUmakefile.in: remove stray make out=www
1735
1736         * input/test/bagpipe.ly (gcdg): octave fixes.
1737
1738         * scm/define-markup-commands.scm (number): use font-encoding
1739         iso. font-family
1740
1741         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
1742         font-encoding.
1743         
1744 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
1745
1746         * lily/parse-scm.cc: compile-bugfix: add missing header files for
1747         `output_format_global' and `PAGE_LAYOUT'.
1748
1749 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1750
1751         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
1752         lily functions in safe mode.
1753
1754         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
1755         Print filename for HTML, LATEX, before texidoc.
1756
1757         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
1758         instructions in output-ps module.
1759
1760         * scm/lily.scm: Do not load output-ps module.
1761
1762         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
1763         safe mode.
1764
1765 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1766
1767         * lily/span-dynamic-performer.cc (process_music): remove spurious
1768         warning.
1769
1770         * lily/context-def.cc (Context_def): init name to ""
1771
1772         * lily/font-interface.cc: add font-encoding property.
1773
1774         * scm/lily.scm (chain-assoc-get): bugfix.
1775
1776         * lily/paper-book.cc (stencil2line): protect static SCM.
1777
1778         * lily/font-interface.cc (text_font_alist_chain): rename function,
1779         and use text-font-defaults. 
1780
1781         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
1782
1783         * scm/paper.scm (paper-set-staff-size): use new function.
1784
1785         * scm/new-font.scm (make-font-tree): new function.
1786
1787 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1788
1789         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
1790
1791         * scm/lily.scm (get-output-module): New function.
1792         (output-alist): Remove ,ps-output-expression.
1793
1794         * scm/output-tex.scm (ps-output-expression): New function.
1795
1796         * scm/output-ps.scm (ps-output-expression): Remove.
1797         (header, start-page): Output page metadata.
1798
1799         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
1800         initialise output_module_.  Do not write part of header.
1801         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
1802         (output_header): Output full header.
1803
1804         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
1805         FIXME.
1806
1807 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1808
1809         * scm/new-font.scm: new file. Tree based font lookup.
1810
1811         * scm/lily.scm (assoc-get): take default argument. Remove
1812         assoc-get-default.
1813         (chain-assoc-get): use chain-assoc-get everywhere.
1814
1815         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1816         autobeamsettings conversion bug.
1817
1818         * lily/include/global-context.hh (Context): clean-up data hiding.
1819
1820         * lily/include/music-iterator.hh (class Music_iterator): clean-up
1821         data hiding.
1822
1823         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
1824
1825         * input/regression/stem-shorten.ly: add chord case.
1826
1827         * lily/stem.cc (get_default_stem_end_position): shorten stems
1828         triggered by note-head positions, not by forced-direction. This
1829         fixes a bug with too short stems.  
1830  
1831 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1832
1833         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
1834         Lilypond_snippet.output_latex): Always call output_print_filename.
1835
1836         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
1837         expand pages.
1838
1839 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1840
1841         * scm/part-combiner.scm (make-autochange-music): switch rests
1842         before switched notes too.
1843
1844         * lily/figured-bass-engraver.cc (process_music): change calling
1845         convention.
1846
1847         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
1848
1849         * scm/define-markup-commands.scm (bracketed-y-column): new markup
1850         command.
1851
1852         * lily/include/stencil.hh (class Stencil): add origin field.
1853
1854         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
1855         function.
1856
1857         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
1858
1859         * lily/lexer.ll: remove support for \$ and $ in identifiers
1860
1861         * lily/sequential-iterator.cc: remove copy_grace_fixups
1862         (get_grace_fixup): slight abstraction of fixup code.
1863
1864         * input/test/title-markup.ly (spaceTest): vary staff sizes.
1865
1866 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
1867
1868         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
1869         in insert-mode. add indenting rules.
1870
1871 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1872
1873         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
1874         protect hack.
1875
1876         * scm/page-layout.scm:
1877         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
1878         layout and titling should now match external latex based version.
1879
1880         * scm/output-tex.scm (output-scopes): Bugfix: only write string
1881         header fields.
1882
1883         * ps/lilyponddefs.ps: Remove automatic page layout.
1884
1885         * scm/output-ps.scm (new-start-system): New interface function.
1886
1887         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
1888
1889         * lily/paper-book.cc (output): Bugfix.
1890
1891 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1892
1893         * VERSION (MY_PATCH_LEVEL): release 2.1.30
1894         
1895 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1896
1897         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
1898         direntries.
1899
1900         * ps/lilyponddefs.ps: Bugfix.
1901
1902         * input/regression/multi-measure-rest-instr-name.ly: Typo.
1903
1904 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1905
1906         * lily/auto-beam-engraver.cc (create_beam): add Stem as
1907         cause. This should fix warnings.
1908
1909         * mf/feta-slag.mf (trill_ne): fix upmordent size.
1910
1911         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
1912         prevent aligned 6ths.
1913
1914         * lily/custos.cc (print): remove adjust-if-on-staffline.
1915
1916 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1917
1918         * lily/paper-book.cc: Do header and footer.
1919
1920 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1921
1922         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
1923
1924         * scm/paper.scm (lineheight): Remove
1925         (head-sep, foot-sep): Add.
1926
1927 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1928
1929         * mf/feta-schrift.mf: reduce portato thickness.
1930
1931         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
1932
1933         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
1934         programming_error ().
1935
1936         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
1937         bracket to last command column.
1938
1939         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
1940         continues on next/prev system.
1941
1942         * input/regression/pedal-end.ly: new file.
1943
1944 2004-03-10  Werner Lemberg  <wl@gnu.org>
1945
1946         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
1947         Remove pmx2ly stuff.
1948         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
1949
1950 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1951
1952         * scm/page-layout.scm: New file.
1953
1954         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
1955         settings.
1956         (Lilypond_snippet.is_outdated): Also check for PNG file.
1957         Workaround for interrupted (web) builds.
1958
1959         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
1960
1961         * ps/lilyponddefs.ps: Use only very small top-marging.
1962         (init-paper): Also pop page size string.
1963         (start-page, stop-page): New function.
1964
1965         * scm/output-ps.scm (header-end): Remove stray exec commands.
1966
1967 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1968
1969         * lily/input-file-results.cc (do_one_file): use new Paper_book()
1970
1971         * lily/score.cc (default_rendering): clean protection.
1972
1973         * lily/paper-book.cc (mark_smob): implement smob marking.
1974
1975         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
1976
1977         * Documentation/user/*.itely: user manual edits. 
1978
1979 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1980
1981         * Documentation/user/converters.itely (Invoking musedata2ly):
1982         remove pmx2ly.
1983
1984         * scripts/pmx2ly: remove script.
1985         
1986 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1987
1988         * lily/score.cc (default_rendering): Protect paper-book members.
1989
1990         * lily/paper-def.cc (smobbed_copy): New method.
1991
1992         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
1993         switch runtime.
1994
1995         * lily/include/music-output.hh (process): Change signature to
1996         return SCM.
1997
1998         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
1999         method.
2000
2001         * lily/paper-score.cc (process): Return stencils rather than
2002         outputting directly.  Remove paper-book kludge.  Delete grobs.
2003         (output): Remove.
2004
2005         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2006
2007         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2008
2009         * lily/score.cc (default_rendering)
2010         (ly_render_output): Move adding paper-score two levels up.
2011
2012         * lily/system.cc (get_line):
2013         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2014
2015 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2016
2017         * scm/font.scm (paper20-font-vector): add more design sizes for
2018         number.
2019
2020         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2021         feta-nummber{5,7,11,13}.
2022
2023         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2024         for 12pt design size. 
2025
2026 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2027
2028         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2029
2030 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2031
2032         * lily/font-select.cc (properties_to_font_size_family): Fix
2033         warning message.
2034
2035         * Experimental PostScript latin1 encoding:
2036         
2037         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2038
2039         * scm/output-ps.scm: Experimental encoding using reencode-font.
2040         * scm/font.scm: Add latin1 `font-shape'.
2041         
2042         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2043
2044         * ps/lilyponddefs.ps (reencode-font): New function.
2045
2046         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2047
2048         * scm/output-tex.scm (start-page):
2049         (stop-page): New interface function.
2050
2051 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2052
2053         * lily/paper-outputter.cc (output_expr):
2054         (output_header):
2055         (output_line): New method.
2056
2057         * lily/system.cc (get_line):
2058         (get_lines): New method.
2059         (output_scheme):
2060         (output_line): Remove.
2061
2062         * scm/lily.scm (make-title): New function.
2063
2064         * lily/paper-book.cc: 
2065         * lily/include/paper-book.hh: New file.
2066
2067         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2068         ly-modules.hh).
2069
2070         * lily/ly-module.cc (ly_modules_lookup): New function.
2071
2072         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2073
2074         * scm/output-ps.scm (make-title): Remove.
2075         (output-scopes): Junk header-title test.
2076
2077 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2078
2079         * mf/feta-schrift.mf: thicker dot for portato.
2080
2081         * lily/accidental-placement.cc (position_accidentals): bugfix in
2082         offset, this fixes right-padding of AccidentalPlacement.
2083
2084         * lily/[h-z]*.cc: () formatting.
2085
2086         * Documentation/user/tutorial.itely (An orchestral part): more
2087         fixes for the tutorial.
2088
2089         * scm/translation-functions.scm (fraction-tuplet-formatter):
2090         reverse fraction.
2091
2092         * lily/parser.yy (context_def_spec_block): use \context instead of
2093         \translator.
2094
2095         * lily/[a-g].cc: () style cleanup.
2096
2097         * Documentation/user/tutorial.itely (Automatic and manual beams):
2098         editing of tutorial.
2099
2100 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2101
2102         * buildscripts/mf-to-table.py (base): write encoding name.
2103
2104 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2105
2106         * Documentation/user/GNUmakefile (local-install-info): Issue
2107         warning (for packager, ie, if not installing in /usr or /usr/local).
2108
2109         * lily/stencil-scheme.cc: 
2110         * lily/staff-symbol-referencer.cc: 
2111         * lily/script-column.cc: 
2112         * lily/pitch.cc: 
2113         * lily/music.cc: 
2114         * lily/grob-pq-engraver.cc: 
2115         * lily/font-interface.cc: 
2116         * lily/music-output-def.cc: 
2117         * lily/duration.cc: 
2118         * lily/grob-scheme.cc:
2119         * lily/context-scheme.cc: Put scheme name on first line in
2120         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2121         style cleanups.
2122
2123         * stepmake/stepmake/scm-vars.make: 
2124         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2125         Rename and split TAGS_FILES.
2126
2127         * GNUmakefile.in (ALL-TAGS): Remove.
2128         
2129         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2130         deeper TAGS files.  Fixes regexp tags in TOP dir.
2131
2132 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2133
2134         * VERSION: 2.1.29 released.
2135         
2136         * Documentation/user/changing-defaults.itely (Changing defaults):
2137         new file.
2138
2139         * Documentation/user/notation.itely (Notation manual): rename from 
2140         refman.itely
2141
2142         * Documentation/user/notation-appendices.itely (The Feta font):
2143         new file.
2144
2145         * Documentation/user/advanced.itely: add aborted attempt for
2146         advanced topics manual.
2147
2148 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2149
2150         * scm/new-markup.scm: display Markups in sane format. Patch by
2151         Nicolas Sceaux.
2152
2153 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2154
2155         * lily/main.cc: Cleanups.
2156         (setup_localisation): New function.
2157         (sane_putenv): Remove.
2158         (main_with_guile): New name (Was: main_prog).  Remove musings
2159         about possible preparation for GUILE heavy memory usage and
2160         practical uselessness.  Do not set environment variables
2161         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2162         name juggling.
2163         (parse_argv): New function.
2164         (copyright): New function.  It's 2004 already.
2165
2166         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2167         (distill_inname): Move from main.
2168
2169 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2170
2171         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2172
2173         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2174
2175         * Documentation/user/running.itely: new file.
2176
2177         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2178
2179         * lily/score-performer.cc (finish): call Translator::finalize ().
2180
2181 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2182
2183         * lilypond-ftpplugin.vim: renamed to the following file.
2184         * lilypond-ftplugin.vim: new file.
2185
2186         * GNUmakefile.in: update VIM_FILES.
2187
2188 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2189
2190         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2191         props.
2192
2193         * input/test/tie-sparse.ly: remove.
2194
2195         * lily/tie-performer.cc (try_music): copy & paste from
2196         Tie_engraver.
2197
2198         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2199         variable_ref twice.
2200
2201         * lily/key-performer.cc (create_audio_elements): use
2202         alterations-in-key.
2203
2204         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2205
2206 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2207
2208         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2209         handle also quarter tones (not shown as tests). test also flats.
2210
2211         * Documentation/index.html.in: small fixes.
2212
2213 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2214
2215         * input/regression/new-markup-scheme.ly: Typo.
2216
2217         * scm/define-markup-commands.scm (fill-line): New markup.
2218
2219         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2220         (output-paper-def): Fix alignment.
2221         (make-title): Fix height/width scaling.
2222
2223         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2224
2225         * input/test/title-markup.ly: Add remaining titles.  Layout and
2226         font size fixes.  Add simplistic latin1 test.
2227
2228 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2229
2230         * input/test/nested-groups.ly: remove. move content (to next). 
2231         * input/test/staff-bracket.ly: replace content (from prev), this 
2232         has been already in templates.
2233
2234 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2235
2236         * stepmake/autogen.sh: Only issue warning about running configure
2237         without arguments when autogen.sh will actually be running
2238         configure.
2239
2240 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2241
2242         * scm/new-markup.scm (stack-stencil-line): robustness.
2243
2244         * scm/define-markup-commands.scm (simple): robustification of
2245         simple-markup.
2246
2247         * Documentation/user/music-glossary.tely (Top): change central C
2248         to middle C.
2249
2250         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2251
2252 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2253
2254         * input/test/title-markup.ly (spaceTest): Add.
2255
2256         * lily/text-item.cc (interpret_markup): Make line markup from
2257         multi word markup.
2258
2259         * scm/define-markup-commands.scm (word): New markup command.
2260         (simple): Use it.
2261
2262         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2263
2264 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2265
2266         * vim/ftplugin/lilypond.vim:
2267         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2268         show matching paren in insert mode.
2269
2270 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2271
2272         * scm/output-ps.scm (make-title, output-scopes): Further
2273         development.
2274
2275         * input/test/title-markup.ly: New file.
2276
2277         * ps/lilyponddefs.ps: Disable PostScript titling.
2278
2279         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2280
2281 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2282
2283         * lily/arpeggio.cc (width_callback): remove padding.
2284  
2285         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2286
2287         * scm/define-music-types.scm: remove make-music-by-name.
2288
2289         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2290
2291 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2292
2293         * lily/paper-score.cc (process): Output titles using make-title.
2294
2295         * scm/output-ps.scm (output-stencil): Display directly instead of
2296         constructing string.
2297         (make-title): New function.
2298
2299 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2300
2301         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2302         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2303         Move documentation of LaTeX packages for latin1 characters to the
2304         lilypond-book manual.
2305
2306 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2307
2308         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2309
2310         * vimrc: add menu in console and shortcut <F10> for it.
2311
2312         * vim/:
2313         * vim/compiler/:
2314         * vim/syntax/:
2315         * vim/indent/:
2316         * vim/ftplugin/: new directories.
2317         
2318         * vim/filetype.vim: new file.
2319
2320         * lilypond.vim: remove files (see next).
2321         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2322
2323         * vimrc: remove file (see next).
2324         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2325
2326         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2327         add header. apply bindings only locally.
2328
2329         * vim/indent/lilypond.vim: new file.
2330
2331         * vim/ftplugin/lilypond.vim: remove errorformat.
2332         * vim/compiler/lilypond.vim: new file for errorformats.
2333
2334         * Documentation/topdocs/INSTALL.texi: give easier orders.
2335
2336         * ROADMAP: add vim/
2337
2338 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2339
2340         * Documentation/user/introduction.itely (Introduction): Use @image
2341         iso @html <img...>.  Add workaround for images in columns in info.
2342
2343         * stepmake/aclocal.m4: Store computed version in variable.
2344
2345         * configure.in: Export MAKEINFO_VERSION.
2346
2347         * config.make.in (MAKEINFO_VERSION): Add.
2348
2349         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2350
2351         * Documentation/user/GNUmakefile: Only build info with images when
2352         building web.
2353
2354         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2355
2356         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2357         stuff from documentation-targets.make
2358
2359 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2360
2361         * VERSION: 2.1.28 released
2362         
2363         * scripts/convert-ly.py (conv): 
2364
2365 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2366
2367         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2368         \arpeggioBoth. redefine \arpeggioBracket.
2369
2370         * Documentation/user/refman.itely: document new arpeggio
2371         functions.
2372
2373         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2374
2375         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2376
2377         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2378
2379 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2380
2381         * Documentation/user/introduction.itely (Automated engraving):
2382         rewrite introduction using website text.
2383
2384 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2385
2386         * scm/*.scm: make-music-by-name is replaced by make-music, which
2387         also accept music property settings, eg:
2388           (make-music 'TextScriptEvent 'direction DOWN 'text
2389               (make-simple-markup x))
2390
2391         Patch courtesy Nicolas Sceaux
2392
2393         * lily/beam-quanting.cc: cleanup, separate counts for left and
2394         right beam ends.
2395
2396         * lily/side-position-interface.cc (quantised_position): also
2397         quantize staccato position for forced stem directions. 
2398
2399 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2400
2401         * scm/*.scm: Patch by Nicolas Sceaux: 
2402
2403         * scm/music-functions.scm: ly:grob-property and ly:music-property
2404         are made procedure with setters.
2405
2406         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2407         
2408 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2409
2410         * input/test/[t-v]*.ly: finish rewriting texidocs.
2411
2412         * input/test/vaticana.ly: remove.
2413         * input/test/ligature-vaticana.ly: new, renamed file name.
2414
2415         * input/test/stem-centered.ly: remove.
2416         * input/test/mensural-note-heads.ly: new file. take content from
2417         removed file stem-centered.ly.
2418
2419         * input/test/scales-greek.ly: simplify.
2420
2421         * input/test/s*.ly: reformulate texidocs.
2422         
2423         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2424         of missing features.
2425
2426 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2427
2428         * input/test/[j-o]*.ly: update texidocs.
2429
2430 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2431
2432         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2433
2434         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2435         images.
2436
2437         * Documentation/user/lilypond.tely (@direntry): Update.
2438
2439         * stepmake/stepmake/documentation-targets.make
2440         (install-info,uninstall-info): Install into $(package_infodir).
2441         Install images.  Run install-info to update dir.
2442
2443         * config.make.in (package_infodir): Add.
2444
2445         * Documentation/user/GNUmakefile (info-with-images,
2446         local-install-info, local-uninstall-info): New target.
2447
2448 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2449
2450         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2451         gap/threshold.
2452
2453         * lily/beam-quanting.cc (score_slopes_dy): remove
2454         ROUND_TO_ZERO_SLOPE kludge.
2455
2456         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2457
2458         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2459
2460         * lily/global-context.cc (Global_context): alway accept Score
2461         (run_iterator_on_me): cast Context to Score_context, not
2462         Context_def.
2463
2464         * Documentation/user/refman.itely: documentation patch by Edward
2465         Sanford Sutton.
2466
2467         * mf/GNUmakefile: unset sauter-fonts.
2468
2469 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2470
2471         * scripts/lilypond-book.py (output_texinfo): Output @image
2472         descriptions for info too.
2473
2474         * input/test/chord-names-jazz.ly: 
2475         * input/test/embedded-scm.ly: Clarify.
2476
2477         * input/test/cautionaries.ly: Typo.
2478
2479         * lily/input-smob.cc (ly_input_location): Compile fix.
2480
2481 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2482
2483         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2484
2485         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2486         fixes problems with system defaults being reverted with \override
2487         on Score level.
2488
2489         * lily/global-context.cc (Global_context): apply property-ops to
2490         Global_context too. 
2491
2492 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2493
2494         * scm/output-ps.scm (stencil->string): Rewrite.
2495
2496 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2497
2498         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2499         impersonal style.
2500
2501 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2502
2503         * lily/input-smob.cc (ly_input_location: New function.
2504
2505         * scm/define-markup-commands.scm (upright): New markup command.
2506
2507         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2508
2509         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2510
2511         * scm/output-ps.scm (output-stencil): New function.
2512
2513         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2514         of snippet types; fixes @ignore and @verbatim blocks.
2515
2516 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2517
2518         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2519         to a file in printed documentation, instead, refer either to a 
2520         syntax or to an output.
2521
2522 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2523
2524         * input/regression/beam-center-slope.ly: Add test.
2525
2526 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2527
2528         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2529         (SAUTER_FONTS): Reinstate.
2530
2531         * scm/define-markup-commands.scm (caps): New markup command.
2532
2533         * scm/output-ps.scm (output-scopes): Experimental markup output.
2534
2535         * scm/: Add missing headers.
2536
2537         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2538
2539         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2540
2541 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2542
2543         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2544         Stray style cleanups.
2545
2546 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2547
2548         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2549         no dot combination.
2550
2551         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2552         substitute \override Staff.autoBeamSettings too
2553
2554         * Documentation/user/tutorial.itely: proofreading fixes by David
2555         Bobroff
2556
2557 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2558
2559         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2560
2561         * ps/music-drawing-routines.ps: 
2562         * ps/lilyponddefs.ps: Add end markers.
2563
2564 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2565
2566         * VERSION: 2.1.27 released.
2567         
2568         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2569
2570         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2571         obey documentation.
2572
2573 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2574
2575         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2576
2577         * scm/output-ps.scm: Resurrect.
2578         
2579         * scm/output-tex.scm: Minimal cleanups.
2580
2581         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2582
2583         * make/ly-rules.make: Remove any broken lily-*.tex files before
2584         lilypond-book run.
2585
2586         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2587         comment.
2588
2589         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2590         Enabled by default, may save 10% compile time.
2591
2592 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2593
2594         * lily/lyric-phrasing-engraver.cc: remove
2595         
2596         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2597         longer necessary. 
2598
2599         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2600         so lyric-phrasing-engraver is no longer necessary.
2601
2602         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2603         Grob_pq_engraver from Staff.
2604
2605         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2606         busyGrobs directly.
2607
2608         * input/regression/quote-transposition.ly: new file.
2609
2610         * lily/recording-group-engraver.cc (stop_translation_timestep):
2611         store instrumentTuning too. 
2612
2613         * lily/quote-iterator.cc (process): transpose events using
2614         instrumentTuning.
2615
2616         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2617         -> \tuning <pitch>
2618
2619         * lily/parser.yy (command_req): add \tuning command for setting
2620         instrument tuning of staff.
2621
2622         * Documentation/user/GNUmakefile
2623         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2624
2625         * Documentation/user/refman.itely (Customized accidental rules):
2626         typo.
2627
2628 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2629
2630         * Documentation/user/music-glossary.tely: remove the missing norwegian
2631         translation; they can be put in later properly.
2632
2633 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2634
2635         * lily/recording-group-engraver.cc (start_translation_timestep):
2636         init Recording_group_engraver twice.
2637
2638 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2639
2640         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2641         stray style cleanups:
2642
2643         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2644         -Wmissing-prototypes.
2645
2646         * flower/include/killing-cons.tcc (Killing_cons): Add template
2647         specifier for car_.
2648
2649         * flower/include/parray.hh (binsearchs): Add template specifier
2650         for maxkey.
2651
2652         * flower/include/interval.hh: Declare elem () with template specfier.
2653
2654 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2655
2656         * elisp/lilypond-indent.el (get-buffer-size): add customization
2657         groups for several variables (Reuben Thomas).
2658
2659 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2660
2661         * Documentation/user/invoking.itexi (Point and click): add index
2662         entry.
2663
2664         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
2665         go under beam.
2666
2667         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
2668         sarabande beam. 
2669
2670         * flower/warn.cc (programming_error): cross fingers not thumbs.
2671
2672         * lily/rest.cc (polyphonic_offset_callback): return 0 when
2673         staff-position is set.
2674
2675         * VERSION: release 2.1.26 
2676         
2677         * scm/chord-entry.scm (construct-chord): process transposition
2678         after processing explicit-11.  
2679
2680 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2681
2682         * lily/parser.yy (add_quote): add syntax for adding quotes:
2683         \addquote "id-string" Music
2684
2685         * scripts/lilypond-book.py (do_file): do not overwrite input file.
2686
2687         * scripts/convert-ly.py (conv): add rules for name changes.
2688
2689         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
2690         music/context/grob property functions. Internally, use
2691         get_property() and set_property() for both.
2692
2693 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
2694
2695         * elisp/lilypond-mode.el (get-buffer-size): define new function,
2696         for Emacs <= 20 (Laurent Martelli).
2697
2698 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2699
2700         * lily/parser.yy (command_element): extract quoted vector in
2701         parser.
2702
2703         * input/regression/quote.ly: new file.
2704
2705         * lily/sequential-iterator.cc (process): only process if moment >= 0.
2706
2707         * lily/parser.yy (command_element): \quote DURATION NAME: support
2708         cue notes. 
2709
2710         * lily/quote-iterator.cc (class Quote_iterator): new file.
2711
2712 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2713
2714         * lily/auto-beam-engraver.cc (try_music): accept and process
2715         beam-forbid-event.
2716
2717         * input/regression/auto-beam-no-beam.ly: new file.
2718
2719 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2720
2721         * lily/accidental.cc (print): Change font-relative-size ->
2722         font-size. Fixes cautionary-style = smaller.
2723
2724 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2725
2726         * lily/system-start-delimiter.cc (staff_brace): remove
2727         font-relative-size
2728
2729         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
2730         forgotten with scm_list_n. Fixes spurious coredumps.
2731
2732         * lily/accidental-engraver.cc (stop_translation_timestep): move
2733         update of localKeySignature to stop_translation_timestep (). This
2734         makes sure that all ties are noticed at the right moment.
2735         (stop_translation_timestep): clear tie only when right-side
2736         notehead was seen.
2737         (number_accidentals_from_sig): cleanup. 
2738
2739         * input/regression/accidental-tie.ly (mus): new file
2740
2741         * input/regression/tie-accidental, tie-break-accidental.ly: remove
2742         these longish tests.
2743
2744 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2745
2746         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
2747
2748         * THANKS: update bugreporter list.
2749
2750         * lily/beam.cc (print): broken beams last until end of staff.
2751         (print): broken beams start from prefatory matter.
2752
2753         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
2754
2755         * lily/paper-score.cc (process): dump header only once.
2756
2757         * lily/paper-outputter.cc (Paper_outputter): move logic into
2758         Scheme.
2759
2760         * scm/output-tex.scm (output-scopes): new function.
2761         (output-paper-def): new function
2762         (tex-string-def): new function
2763         (symbol->tex-key): new function
2764
2765         * scripts/convert-ly.py (conv): add rule for | ~
2766
2767 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
2768
2769         * input/regression/{many}.ly: refresh, trying to guess how
2770         it was designed.
2771
2772 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2773
2774         * VERSION: release 2.1.25
2775
2776         * scm/define-translator-properties.scm
2777         (all-user-translation-properties): add printOctaveNames
2778
2779         * ly/engraver-init.ly: remove Note_event_swallower from
2780         NoteNamesContext.
2781
2782         * lily/note-name-engraver.cc (process_music): new property
2783         printOctaveNames
2784
2785         * lily/context.cc (find_existing_context): remove support for
2786         Current.
2787
2788         * scm/music-functions.scm (set-accidental-style): new function;
2789         duplicate accidental macros.
2790
2791         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
2792
2793         * lily/note-name-engraver.cc (process_music):
2794         process_acknowledged_grobs () -> process_music ()
2795
2796         * scm/part-combiner.scm (determine-split-list): robustification.
2797
2798 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2799
2800         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
2801         lines for falling into beam-gap.
2802         (score_forbidden_quants): check all staff lines for falling in
2803         beam gaps.
2804
2805         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
2806         key/clef/time signatures. 
2807
2808         * input/test/ossia.ly: revise example.
2809
2810         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
2811         cleanup.
2812         
2813         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
2814         comply to Scheme standard.  Remove ly:get-paper-variable
2815
2816 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2817
2818         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
2819
2820 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2821
2822         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
2823         properties from Voice context. This fixes accidental size for
2824         staff-switches during grace contexts.
2825
2826         * lily/note-collision.cc (check_meshing_chords): only wipe heads
2827         if necessary. Else, simply wipe dots.
2828
2829         * input/test/beam-alternate.ly: new file
2830
2831         * input/test/piano-staff-distance.ly: new file.
2832
2833         * lily/translator-group.cc (recurse_down_translators): use
2834         Direction for bottom-up/top-down.
2835
2836         * lily/include/translator.hh (class Translator): add
2837         process_music() and do_announces(). This obviates
2838         recurse_down_{engravers,performers}.
2839
2840         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
2841         \melisma and \melismaEnd
2842
2843         * lily/melisma-engraver.cc (process_music): change to
2844         Melisma_translator, unify with performer. Accept
2845         ManualMelismaEvent.
2846
2847         * ly/engraver-init.ly: add Font_size_engraver.
2848
2849 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2850
2851         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
2852         it hara-kiri.
2853
2854         * input/regression/{many}.ly: improve descriptions trying to figure
2855         out what is tested.
2856
2857 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2858
2859         * lily/slur.cc (broken_trend_offset): robustness fix.
2860
2861         * VERSION: release 2.1.24
2862
2863         * lily/context.cc (find_create_context): go to Score if it exists.
2864
2865         * lily/context-scheme.cc: new file.
2866
2867         * lily/score-translator.cc (get_output): new file.
2868
2869         * lily/include/grob-info.hh: origin_contexts() now does not
2870         include the originating engraver
2871
2872         * lily/translator-group.cc (translator_each): clean up contents,
2873         remove superfluous stubs. Engraver_group_engraver and
2874         Performer_group_performer are the only classes using multiple
2875         inheritance.
2876
2877         * lily/include/score-context.hh (class Score_context): interface
2878         between Score_{engraver,performer} and Global_context.
2879
2880         * lily/include/global-context.hh (Context): change from
2881         global-translator. This is the entry point for contexts; it is not
2882         tweakable using \translator{}. Score is no longer the top context,
2883         but sits underneath Global.
2884
2885         * lily/include/context.hh (class Context): brain surgery: split
2886         out Context functionality from Translator_group. Context is now a
2887         separate type from Translator.
2888
2889 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2890
2891         * lily/include/translator.hh (class Translator): make
2892         get_score_context() and get_global_translator (), and use the one
2893         which is appropriate.
2894
2895         * lily/context.cc: partially put functionality of Translator_group
2896         into Context.
2897
2898         * lily/include/context.hh (Translator): new class: put between
2899         Translator and Translator_group. 
2900
2901         * lily/new-accidental-engraver.cc: remove file.
2902
2903 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2904
2905         * input/regression/{many}.ly: improve descriptions: use complete 
2906         sentences, try to describe what is tested, avoid `we´, do not use 
2907         don't, ... 
2908
2909 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
2910
2911         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
2912         is at EOL.
2913
2914         * Documentation/user/lilypond.tely: declare the topmost node only
2915         once; removes empty line in @contents.
2916
2917         * Documentation/user/music-glossary.tely: really add Finnish author.
2918         Draw more beatiful `->´ arrow in html: &rarr;
2919
2920 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2921
2922         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
2923
2924         * scripts/convert-ly.py (conv): add ly:music-list  change.
2925
2926         * lily/grob.cc: edit doc string.
2927
2928         * scm/define-grob-properties.scm (all-user-grob-properties):
2929         proofreading, editing of doc strings.
2930
2931         * input/regression/tablature-string-tunings.ly: new file.
2932
2933         * lily/staff-symbol-engraver.cc (process_music): new engraver,
2934         listen to stringTunings
2935
2936         * lily/align-interface.cc (align_elements_to_extents): remove Grob
2937         for self-alignment-[XY] code.
2938  
2939 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2940
2941         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
2942         cond) into function. Cleanup.
2943
2944         * lily/text-spanner.cc: remove text-repeat-if-broken property.
2945         
2946         * VERSION (PACKAGE_NAME): 2.1.23 released
2947
2948 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
2949
2950         * Documentation/user/{refman,internals}.itely: small fixes.
2951
2952 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2953
2954         * lily/accidental-engraver.cc (acknowledge_grob): don't make
2955         accidentals for harmonic notes
2956
2957         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
2958         for harmonic notes.
2959
2960         * scm/document-backend.scm (interface-doc): prune Grob
2961         documentation: don't duplicate interface information.
2962
2963         * lily/*.cc: lots of updates of doc strings.
2964
2965 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2966
2967         * input/test/ac-extra-voice.ly (accompany): remove file.
2968
2969         * input/test/maximum-rest-count.ly: remove file.
2970
2971         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2972         conversion rule for \translator { }. Apply everywhere.  
2973
2974         * lily/parser.yy (music_property_def): set property for \once in
2975         the PropertyMusic itself, not the ContextSpec.
2976         (property_operation): change syntax within \translator { }
2977
2978         * scm/define-music-properties.scm (all-music-properties): clean up.
2979
2980         * lily/auto-beam-engraver.cc (test_moment): use
2981         updated_grob_properties() to retrieve autoBeam settings.
2982
2983         * lily/spacing-spanner.cc: bound shortest_playing_len by
2984         measure_length
2985
2986         * lily/spacing-engraver.cc (acknowledge_grob): ignore
2987         multi-measure events for spacing computation.
2988
2989         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
2990         elliptical, to 1.49.
2991
2992         * lily/rest.cc (polyphonic_offset_callback): new function. Do
2993         vertical positioning for polyphony, without RestCollision object.
2994
2995         * lily/note-column.cc (add_head): prevent rests & note heads on
2996         one stem.
2997
2998         * lily/rest-collision.cc (do_shift): ignore rests with beams.
2999         (do_shift): rewrite only-rests case: use common refpoints: the
3000         routine will have sensible results when other rest-translations
3001         have taken place.
3002
3003         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3004         < 0 case. 
3005
3006         * VERSION: 2.1.22 released
3007         
3008         * input/GNUmakefile (SUBDIRS): remove ascii-art
3009
3010 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3011
3012         * input/: Convert ly files that still had \property.  Fixes make
3013         web.  Remove exta spaces around '='. 
3014
3015         * scripts/convert-ly.py (conv): Redundant space fixes.
3016
3017         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3018
3019 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3020
3021         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3022         create scalable PS and PDFs  for input/{test,template,regression}.
3023
3024         * lily/context.cc (is_alias): move function.
3025         (is_alias): add Bottom as context alias. 
3026         (find_create_translator): add Bottom as a context alias for creation.
3027
3028         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3029
3030         * lily/parser.yy (music_property_def): new syntax for property
3031         assignments:
3032
3033         \set A.B = #C , \unset A.B
3034         \override A.B #C = #D, \revert A.B #C 
3035
3036         * lily/my-lily-lexer.cc: remove \property
3037
3038 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3039
3040         * Documentation/user/refman.itely: add dots after seealso refs.
3041
3042         * input/template/{many}.ly: harmonise descriptions.
3043
3044         * Documentation/user/music-glossary.itely: add Finnish author.
3045
3046 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3047
3048         * VERSION (PACKAGE_NAME): release 2.1.21
3049
3050 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3051
3052         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3053
3054         * scripts/lilypond-book.py (snippet_res): @include filename must
3055         not be empty.
3056
3057 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3058
3059         * scm/documentation-generate.scm (markup-doc-string): dump
3060         markup-commands.tely
3061
3062         * scm/define-markup-commands.scm (override): new file.
3063         Move documentation from refman into doc-strings. 
3064
3065         * input/test/staff-container.ly: fix example.
3066
3067         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3068         StaffContainer
3069
3070         * lily/grob.cc: remove point_dimension_callback
3071         (Grob): read forced dimensions from X-extent and Y-extent.
3072         (get_paper): remove preset_extent.
3073
3074         * scm/define-grobs.scm (all-grob-descriptions): remove
3075         point_dimension_callback. 
3076
3077         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3078         textscript to head. This makes no-spacing-rods work on
3079         DynamicText.
3080
3081         * lily/chord-name.cc: remove props chord, bass, inversion.
3082
3083         * Documentation/user/appendices.itely: add Scheme functions,
3084         context-properties and layout properties to manual.
3085
3086         * scm/part-combiner.scm (determine-split-list): include rests in a
3087         solo1/2 sequence.
3088
3089         * lily/new-part-combine-iterator.cc (substitute_both): new
3090         function.
3091         (class New_pc_iterator): add separate Voice=solo context, fixes
3092         autobeams going from chords to solo.
3093
3094 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3095
3096         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3097
3098         * Documentation/user/tutorial.itely:
3099         * Documentation/user/refman.itely: Add short note about being part
3100         of lilypond.tely.
3101
3102         * COPYING: Make note more clear with respect to files that are
3103         explicitely licenced otherwise (Documention/user/ comes to mind).
3104         
3105         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3106         comment about barfing of @c,{}.
3107
3108         * Documentation/user/music-glossary.tely: Add list of authors.
3109
3110         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3111         source (was: also in build log).
3112
3113 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3114
3115         * lily/side-position-interface.cc (general_side_position): if
3116         staff-padding is set, then include staff in support too.
3117
3118         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3119         module workbook
3120
3121         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3122
3123         * lily/tuplet-engraver.cc: remove tupletInvisible
3124
3125         * scm/define-translator-properties.scm: cleanup, separate in
3126         internal and user props. 
3127
3128         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3129         LyricsVoice -> Lyrics
3130
3131         * lily/new-part-combine-iterator.cc (process): only print warning
3132         for symbols.
3133
3134 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3135
3136         * scm/part-combiner.scm: Add proper header.
3137
3138         * All but lily/*: The great --2003 --2004 replace; the missing
3139         `bits'.
3140
3141         * TODO: Fix outline mode.  Add book notes.
3142
3143         * ROADMAP: Update.
3144
3145 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3146
3147         * scm/part-combiner.scm (make-autochange-music): use
3148         accumulator. Fixes stack overflow.
3149
3150         * lily/*: rename brew_molecule -> print , molecule-callback ->
3151         print-function
3152
3153         * scm/define-grob-properties.scm: cleanup. Separate into internal
3154         and user properties.
3155
3156         * lily/translator-property.cc (updated_grob_properties): new
3157         function
3158         (execute_pushpop_property): change to new convention:
3159         object property inits are stored as (cons ALIST BASED-ON). This
3160         storage format allows concurrent tweaks in different contexts.
3161
3162 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3163
3164         * TODO: new file.
3165
3166 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3167
3168         * debian/: Late Debian update (sorry Anthony).
3169
3170         * scripts/lilypond-book.py (do_file): Look for input_file in
3171         include path, or ask kpathsea if LATEX.
3172
3173         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3174         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3175         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3176         --header=texidoc.
3177
3178         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3179         relative.
3180
3181         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3182         only when filtering, default to input_base otherwise.  Coding
3183         style fixes.
3184
3185 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3186
3187         * lily/include/translator.hh (class Translator): add virtual
3188         qualifier.
3189
3190 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3191
3192         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3193
3194 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3195
3196         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3197
3198         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3199         (fixes make web).
3200
3201         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3202         live in $(out)-www).
3203
3204         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3205         dependencies.  Add link to .ly source in HTML output.
3206         (Lilypond_snippet.output_html): Handle multiple page picture
3207         output.
3208         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3209         Make usable for output_texinfo again.
3210
3211         * Documentation/user/GNUmakefile: Add static dependency for
3212         lilypond.tely includes.
3213
3214         * Documentation/user/tutorial.itely: Add some lost `relative'
3215         ly-options.
3216
3217 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3218
3219         * lily/include/translator-group.hh: move Music_output_def member
3220         to Global_translator.
3221
3222         * scripts/lilypond-book.py (do_file):  fix latex output.
3223
3224         * VERSION: release 2.1.20
3225         
3226         * scm/part-combiner.scm (determine-split-list): robustness fix 
3227
3228         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3229
3230         * lily/parser.yy (music_output_def_body): plug memory leak.
3231
3232         * lily/translator-group.cc (add_fresh_group_translator): plug
3233         memory leak: unprotect Translator_group once added.   
3234
3235         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3236
3237         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3238         write .dep file.
3239         (Lilypond_snippet.ly): add \renameinput.
3240
3241 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3242
3243         * Documentation/user/refman.itely (Markup command definition): Doc
3244         by Nicolas Sceaux. Rewrite by Han-Wen
3245
3246         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3247         thing of the line.
3248         (brew_molecule): only remove if hyphen is not at the end of line.
3249         (set_spacing_rods): new function: minimum-length specifies
3250         distance between syllables.
3251
3252         * scm/define-grobs.scm (all-grob-descriptions): add
3253         Hyphen_spanner::set_spacing_rods to LyricHyphen
3254
3255         * input/regression/lyric-hyphen-break.ly: new file.
3256
3257         * input/test/lyric-hyphen-retain.ly: new file.
3258
3259         * lily/new-part-combine-iterator.cc (construct_children):
3260         add Rest direction.
3261
3262 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3263
3264         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3265
3266         * Documentation/bibliography/engraving.bib (donemus1982):
3267         update entry.
3268
3269 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3270
3271         * scripts/lilypond-book.py (Substring.__init__): new class.
3272         (Snippet.output_texinfo): add texidoc option.
3273         (Include_snippet.replacement_text): new class.
3274         (Lilypond_snippet.__init__): new class
3275         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3276
3277         * Documentation/user/refman.itely (Sound): 
3278         note about number of channels.
3279
3280         * scm/music-functions.scm (voicify-music): add \context Staff for
3281         << \\ >> polyphony.
3282
3283         * lily/parser.yy (verbose_command_req): \skip now creates
3284         SkipMusic, and does not lead to spurious staves.
3285
3286         * scm/define-music-types.scm (music-descriptions): rename
3287         NonEventSkip to SkipMusic
3288
3289         * input/no-notation/midi-lyric-barcheck.ly: new file.
3290
3291         * input/regression/collision-dots-invert.ly: new file.
3292
3293         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3294         case.
3295
3296         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3297         die if melody died too.
3298
3299 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3300
3301         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3302         with reading from stdin.
3303
3304         * lily/slur-performer.cc (try_music): new file.
3305
3306         * lily/melisma-performer.cc (try_music): new file. Handle
3307         melismata to help lyrics.
3308
3309         * lily/beam-performer.cc (try_music): new file. Handle beam events
3310         to help lyrics.
3311
3312         * lily/score-performer.cc (one_time_step): reinstate
3313         process_music().
3314
3315         * lily/performer.cc (process_music): add to interface.
3316
3317         * lily/performer-group-performer.cc (process_music): new function.
3318
3319         * lily/dot-column.cc (do_shifts): do collision resolution before
3320         dot positioning.
3321         
3322         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3323         file, process printfilename option.
3324         (Snippet.__init__): rewrite: do not use global variables h or
3325         index.
3326         (main): really support -I option.
3327         (find_toplevel_snippets): new code.
3328         (find_toplevel_snippets): reinstate old version, without global
3329         variables.
3330
3331         * tex/texinfo.tex: really add file.
3332         
3333 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3334
3335         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3336         compatibility.
3337
3338 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3339
3340         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3341
3342         * scm/define-translator-properties.scm (drumPitchTable): add
3343         property.
3344
3345         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3346         function.
3347         (help_summary): docstrings.
3348         (do_file): strip the dir of input_base too.
3349
3350 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3351
3352         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3353
3354         * Documentation/user/lilypond-book.itely: Update.
3355
3356         * make/ly-rules.make: Update lilypond-book commands.
3357
3358         * Documentation/user/GNUmakefile: Update makeinfo commands,
3359         lilypond-book flags.
3360
3361         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3362         
3363         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3364
3365         * scripts/filter-lilypond-book.py: Remove.
3366
3367         * Documentation/user/*tely: Update options for new lilypond-book.
3368
3369         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3370         with @macros in @includes.
3371
3372 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3373
3374         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3375         make rest-collision only.
3376
3377         * lily/break-substitution.cc (substitute_one_mutable_property):
3378         clear all-elements using scm_assq_remove_x(). 
3379
3380         * lily/rest-collision.cc (do_shift): shift single rests
3381
3382         * flower/include/array.hh (class Array): rename to is_empty ()
3383
3384         * lily/drum-note-performer.cc: new file: perform drum notes.
3385
3386         * VERSION (PACKAGE_NAME): release 2.1.19.
3387         
3388 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3389
3390         * scripts/filter-lilypond-book.py
3391         (classic_lilypond_book_compatibility): New function.
3392
3393 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3394
3395         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3396
3397         * Grand 2003 -> 2004 search replace. 
3398
3399         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3400         (i.e. < > )
3401
3402         * ly/performer-init.ly: add DrumStaff
3403
3404         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3405         lyric-interface; this prevents lines with only extender lines from
3406         being junked.
3407  
3408         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3409
3410         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3411         extenders right, for once and for all (hopefully).
3412         
3413         * lily/break-substitution.cc (substitute_one_mutable_property):
3414         clear old 'all-elements for System grobs.
3415
3416         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3417         that associatedVoiceContext is always assigned when music & lyrics
3418         are found. 
3419
3420         * ly/engraver-init.ly: remove Lyrics context.
3421         (TabVoice): add noteheads engraver
3422
3423         * input/test/improv.ly: update: do not use Thread switching. 
3424
3425         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3426         squashedPosition is a number  
3427
3428         * Documentation/user/refman.itely (Automatic note splitting):
3429         remove Thread references.
3430
3431         * input/no-notation/pc-direction.ly: remove file.
3432
3433         * ly/engraver-init.ly: remove Thread
3434
3435         * input/regression/tie-chord-partial.ly: remove file.
3436
3437         * scripts/convert-ly.py (conv): \harmonic rule
3438
3439         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3440         notation for harmonic notes: <c' g''\harmonic>
3441
3442         * lily/lily-guile.cc (alist_to_hashq): new function
3443
3444         * scm/lily.scm (alist->hash-table): new function.
3445
3446         * Documentation/user/refman.itely (Percussion staves): update doco.
3447
3448         * input/regression/drums.ly (timb): updates
3449
3450         * lily/note-performer.cc (create_audio_elements): robustness fix.
3451
3452         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3453
3454 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3455
3456         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3457         discard valid matches.
3458
3459 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3460
3461         * lily/drum-note-engraver.cc: new file.
3462
3463         * ly/drumpitch-init.ly: move drum definitions
3464
3465         * scm/drums.scm: remove file.
3466
3467         * lily/*.cc: remove abort-event everywhere.
3468
3469         * lily/note-heads-engraver.cc (process_music): robustification.
3470
3471         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3472         robustification.
3473
3474         * lily/parser.yy (simple_element): add \drums mode.
3475         (simple_element): remove \pitchnames , \chordmodifiers. Use
3476         variables to store this. 
3477
3478         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3479         outside \notes.
3480
3481         * VERSION: release 2.1.18.
3482         
3483         * input/test: remove octave-duplicate.ly
3484
3485 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3486
3487         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3488
3489 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3490
3491         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3492         constructor from Music_iterator. Changes throughout.
3493
3494         * lily/include/music-iterator.hh (class Music_iterator): remove
3495         Music_iterator::skip and Music_iterator::get_pending_events from
3496         interface. Rename report_to -> get_outlet 
3497
3498         * lily/auto-change-iterator.cc: move contents from
3499         new-auto-change-iterator.cc from
3500
3501         * scm/part-combiner.scm: determine split-list from Scheme. 
3502
3503         * lily/new-auto-change-iterator.cc (process): new file.
3504
3505         * lily/parser.yy (part_combined_music): remove old PC cruft.
3506
3507         * ly/engraver-init.ly: remove old
3508         PC cruft.
3509
3510         * Documentation/user/refman.itely (The Lyrics context): note about
3511         extender lines.
3512
3513         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3514         to allow 0-length mmrest events.
3515
3516         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3517
3518         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3519
3520         * lily/spacing-engraver.cc (finalize): robustifications.
3521
3522         * input/regression/new-part-combine-solo-global.ly: new file.
3523
3524         * scm/part-combiner.scm: rewrite.
3525
3526 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3527
3528         * Documentation/user/refman.itely, input/puer-fragment.ly,
3529         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3530         updated for proper use of lyricsto; replaced "(" and ")" ->
3531         "\melisma" and "\melismaEnd"
3532
3533         * input/test/ancient-font.ly: small updates to reduce compile
3534         warnings (TODO: junk this file)
3535
3536         * input/test/gregorian-scripts.ly: added comment about bug
3537
3538         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3539         tiny robustness fix
3540
3541         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3542         recent changes in the feta code); temporarily mapped mensural g
3543         clef to a copy of petrucci g clef until mensural g clef will have
3544         been rewritten
3545
3546         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3547         between mensural and neo-mensural heads (this broke quite a while
3548         ago)
3549
3550         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3551
3552 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3553
3554         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3555         indication.  Fixes for verbatim, multi line comments.
3556
3557 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3558
3559         * input/regression/new-part-combine-solo.ly: more cases.
3560
3561         * lily/slur.cc (height): robustness fix.
3562
3563         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3564
3565         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3566         stemUp/stemDown.
3567
3568         * scm/music-functions.scm (determine-split-list): further analysis.
3569
3570         * lily/script-engraver.cc (try_music): discard duplicate
3571         articulations.
3572
3573         * input/regression/new-part-combine-solo.ly: new file
3574
3575         * input/regression/new-part-combine-a2.ly: new file.
3576
3577         * ly/performer-init.ly: add Devnull
3578
3579         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3580         for \musicglyph #"accidental-*"
3581         (conv): \newpartcombine rule.
3582
3583 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3584
3585         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3586
3587 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3588
3589         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3590         textwidth, --output.
3591
3592 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3593
3594         * scm/new-markup.scm (doubleflat): add accidental markups.
3595
3596         * VERSION: release 2.1.17
3597         
3598         * Documentation/user/refman.itely (Automatic part combining):
3599         revise documentation of the part-combiner.
3600
3601         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3602         
3603         * input/test/part-combine-{moment,staff}.ly: remove file.
3604
3605         * input/regression/pc-mmrest.ly (two): remove file.
3606
3607         * scm/define-music-types.scm (music-descriptions): add
3608         Solo{One,Two}Event and UnisonoEvent
3609
3610         * lily/new-part-combine-iterator.cc (unisono): add state_
3611         variable, signal changes with part-combine-event.
3612
3613         * input/regression/new-part-combine-text.ly: new file.
3614
3615         * lily/part-combine-engraver.cc: new file.
3616
3617 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3618
3619         * scripts/filter-lilypond-book.py: Handle snippet options.
3620
3621 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3622
3623         * scm/music-functions.scm (determine-split-list): detect solo1/2
3624         and unisono.
3625
3626         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3627         revert fix, document why.
3628
3629         * lily/tie-performer.cc (process_music): new function. Set melisma
3630         property.
3631
3632         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3633         always smaller than bracket size.
3634         (make_bracket): oops. Size of the gap was off by factor 2
3635
3636         * input/test/text-rotate.ly: new file.
3637
3638         * scm/new-markup.scm (markup): a macro that provides a
3639         LilyPond-like syntax in scheme for building markups, in order to
3640         help markup command definition. (Nicolas Sceaux)
3641
3642         * input/test/lyrics-skip-notes.ly: new example.
3643
3644         * lily/parser.yy (post_event): make HYPHEN into postfix event.
3645
3646         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
3647         use is_alias() iso. == . This fixes lyrics on
3648         GregorianTranscriptions. 
3649
3650 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3651
3652         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
3653         \thispagestyle{lastpage} to avoid that it's printed on the second
3654         last page when there's only a single score line on the last page.
3655         (The page breaking mechanism in TeX played some ugly tricks to us.)
3656
3657 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3658
3659         * scripts/filter-lilypond-book.py: Further development.
3660
3661         * input/regression/collision-dots-move.ly: New test.
3662
3663         * lily/note-collision.cc (check_meshing_chords): Move dots on left
3664         hand side note head of non-merged collision to the right.
3665
3666         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
3667         Construct children before accessing property from emtpy
3668         lyrics_context_.
3669         (construct_children): Find thread before finding LyricsVoice.
3670         Create LyricsVoice one if none found, fixes crash (thanks Erik
3671         Sandberg).
3672
3673 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3674
3675         * cygwin/: Forward port.
3676
3677 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3678
3679         * buildscripts/install-info-html.sh: Use Bash.
3680
3681         * cygwin/mknetrel: Patch from Bert.
3682
3683 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3684
3685         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
3686
3687         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
3688         try to copy *png, index.html (Bertalan Fodor).
3689
3690         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
3691
3692 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3693
3694         * lily/note-collision.cc (check_meshing_chords): Do not remove
3695         dots (from down head) when merging similar heads (thanks Matthias
3696         Kilian).  Simplify merge_possible tests and other cleanups
3697
3698         * input/regression/collision-merge-differently-dotted.ly: Add test
3699         for disappearing dots on similar heads for both voices.
3700
3701 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3702
3703         * Documentation/user/invoking.itexi (Invoking lilypond): Document
3704         that tagline overrides copyright for single page scores. Correct
3705         the default tagline value.
3706
3707 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3708
3709         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
3710
3711 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3712
3713         * buildscripts/lilypond-login.sh: Avoid warning about undefined
3714         TEXMF if it's previously unset.
3715
3716 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
3717
3718         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
3719
3720         * input/test/trills.ly: fix the unfolding of lineprall.
3721
3722         * input/test/figured-bass-alternative.ly: fix accidental.
3723
3724 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3725
3726         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
3727         
3728         * input/no-notation/dos-guile.ly: 
3729         * input/no-notation/dos-ps.ly: 
3730         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
3731         
3732         * input/no-notation/safe-include.ly:
3733         * input/no-notation/safe-guile.ly:
3734         * input/no-notation/safe-ps.ly: 
3735         * input/no-notation/safe-tex.ly: New file.
3736
3737         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
3738         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
3739         options now.
3740         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
3741         When in --safe-mode, set environment openout_any=p[aranoid].
3742
3743         * tex/ltest.tex: 
3744         * tex/lilyponddefs.tex: Add \nofiles.
3745
3746         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
3747         options.
3748
3749         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
3750         This allows building the user manual using a binary installation
3751         and a matching unpacked source tree.
3752
3753         * scm/lily.scm (safe-module): New variable. 
3754
3755         * lily/includable-lexer.cc (new_input): Fix error messages.
3756
3757         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
3758         If SAFE, evaluate in safe-module.  Change callers.
3759
3760         * lily/main.cc (Long_option_init): Reinstate safe-mode.
3761
3762         * lily/lexer.ll (embedded_scm): While processing main-input,
3763         invoke ly_parse_scm with safe mode if running in safe-mode.
3764         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
3765         in init.ly for safe-mode.
3766
3767 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3768
3769         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
3770         compatibility with old versions of geometry.sty (compat2
3771         already implied includehead).
3772         Change the page layout slightly so bottom + footskip = top +
3773         headheight + headsep = 16mm, the remaining paperheight-32mm
3774         are used for the music. Increase footskip to 5mm, so the top of
3775         the footer text doesn't touch the music.
3776
3777 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3778
3779         * VERSION: release 2.1.16
3780         
3781         * scm/music-functions.scm (determine-split-list): bugfix: only use
3782         new-active for both voices if both indexes advance. This fixes the
3783         biggest outstanding problem with new-pc. 
3784
3785         * lily/new-part-combine-iterator.cc (construct_children): set more
3786         directions.
3787
3788 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3789
3790         * scripts/convert-ly.py (conv): add instrument rule.
3791
3792         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
3793
3794         * lily/side-position-interface.cc: remove add_staff_support ()
3795         Change all callers to use staff-padding.
3796
3797         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
3798         make_spanner().
3799
3800         * lily/a2-engraver.cc (process_acknowledged_grobs): 
3801
3802         * lily/text-engraver.cc: remove scriptHorizontal property.
3803
3804         * lily/beam.cc (least_squares): also set least-squares-dy for
3805         special case of slanted 2-stem beam to center.
3806
3807         * lily/side-position-interface.cc (out_of_staff): move contents of
3808         out_of_staff into aligned_side.
3809         remove out_of_staff().
3810
3811         * input/regression/measure-grouping.ly: fix warning.
3812
3813         * lily/side-position-interface.cc: add staff-padding support to
3814         Side_position_interface::aligned_side.
3815
3816         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
3817         one get_property too many.
3818
3819         * flower/include/drul-array.hh (linear_combination): new function
3820         (scale_drul): new function
3821
3822         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
3823         operations on empty intervals are silly.
3824
3825 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3826
3827         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
3828         (iso gh_scm2int), fixes crash in new part-combiner.
3829
3830         * configure.in: Up mftrace to 1.0.27.
3831
3832 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3833
3834         * VERSION: release 2.1.15
3835         
3836         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
3837         align all stanza numbers.
3838
3839 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
3840
3841         * Documentation/user/{introduction.itely,refman.itely,
3842         converters.itely}: fix some text inside parentheses; text should
3843         be readable (even) if parentheses are either replaced with commas 
3844         or dropped out.
3845
3846 2004-01-25  Werner Lemberg  <wl@gnu.org>
3847
3848         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
3849         input/test/vaticana.ly, input/test/ancient-font.ly,
3850         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
3851         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
3852         ly/params-as-init.ly, scm/define-grobs.scm,
3853         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
3854
3855         * ly/params-as-init.ly: Removed.  Obsolete.
3856         * buildscripts/lilypond.words.py: Updated.
3857
3858 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3859
3860         * mf/parmesan-clefs.mf: switch off mensural G clefs.
3861
3862         * mf/feta-din{4,5,7,9}.mf: remove.
3863         
3864         * lily/engraver.cc (internal_make_item): centralize item/spanner
3865         factory.
3866
3867         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
3868         do correct chord conversion for ^"sim."  (backportme)
3869         (FatalConversionError.sub_articulations): substitute ^"foo" in
3870         chords too. (backportme)
3871
3872         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
3873         for Fingering.
3874
3875         * lily/side-position-interface.cc (out_of_staff): don't do
3876         anything if staff-padding not defined. 
3877
3878         * mf/feta-params.mf (stafflines): introduce linethickness as
3879         general blackness of the font.
3880
3881         * lily/stem.cc (position_noteheads): rounding error robustness.
3882
3883         * input/regression/rest-collision-beam.ly: move beam/rest stuff
3884         from beam-collision.ly 
3885
3886         * lily/beam.cc (rest_collision_callback): remove direction.
3887
3888         * scm/define-grobs.scm (all-grob-descriptions): remove
3889         enclose-bounds in OttavaBracket and PianoPedalBracket
3890
3891         * scm/new-markup.scm (def-markup-command) new macro, which takes
3892         care of defining the COMMAND-markup and make-COMMAND-markup
3893         procedures, setting markup-signature and keyword-signature object
3894         properties, and pushing the markup command in
3895         markup-function-list.
3896
3897         All markup commands are defined thanks to it.  Users may also use
3898         it to define their own markup commands. (Nicolas Sceaux)
3899
3900         * scm/new-markup.scm: Scheme style clean-up: there should be no
3901         parenthesis alone on a line; LET* should not be used where LET is
3902         enough. (Nicolas Sceaux)
3903
3904 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3905
3906         * scripts/filter-lilypond-book.py: Add script.
3907
3908 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3909
3910         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
3911
3912 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3913
3914         * Documentation/user/refman.itely (Fingering instructions): add
3915         single note chords. 
3916
3917         * lily/multi-measure-rest-engraver.cc: use a single
3918         MultiMeasureEvent for mm rests. This prevents problems with the
3919         new part combiner.
3920
3921         * scm/music-functions.scm (determine-split-list): analysis has
3922         global effect: a difference halfway a phrase makes the entire
3923         phrase be typeset as apart.
3924         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
3925
3926 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3927
3928         * ly/performer-init.ly: add Devnull.
3929
3930         * Documentation/user/refman.itely (Font selection): remove paper20
3931         ref.
3932         
3933 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3934
3935         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
3936
3937 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3938
3939         * scm/music-functions.scm (determine-split-list): bugfixes.
3940
3941         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
3942
3943         * input/test/scales-greek.ly: use C as base, results in different
3944         alterations at the clef.
3945
3946         * input/regression/pedal-ped.ly: new file.
3947
3948         * input/regression/pedal-bracket.ly: new file.
3949
3950         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
3951         replace after_line_breaking()
3952
3953         * lily/line-interface.cc (line): read thickness.
3954         (line): dash-fraction = 0 always for dotted-line style.
3955
3956         * input/test/staff-lines.ly (lower): bugfix.
3957
3958         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
3959         \accepts Devnull into Score.
3960
3961         * scm/lily.scm: remove bla.scm load.
3962
3963 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3964
3965         * VERSION: release 2.1.14
3966         
3967         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
3968
3969         * lily/side-position-interface.cc (general_side_position): add
3970         Staff_symbol_referencer::staff_space ().
3971
3972         * lily/include/context-def.hh: rename from translator-def.hh
3973
3974 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3975
3976         * input/template/piano-dynamics.ly (pedal): Updated definition of
3977         Dynamics such that \cresc works, for example.
3978
3979 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3980
3981         * lily/stem.cc (calc_stem_info): use
3982         Staff_symbol_referencer::staff_space
3983
3984         * lily/beam-quanting.cc (quanting): scale Stem_info 
3985
3986         * lily/beam.cc (rest_collision_callback): use minimum-distance
3987         property for rest/beam collisions.
3988         (rest_collision_callback): bugfixes.
3989
3990         * lily/system.cc (post_processing): extra-offset is now relative
3991         to the size of the current staff.
3992
3993         * scm/music-functions.scm (notice-the-events-for-pc): record all
3994         voices, only analyze "one" and "two".
3995
3996         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
3997         not parent. 
3998
3999         * lily/new-part-combine-iterator.cc (construct_children): create
4000         Devnull from Voice context
4001
4002         * scm/music-functions.scm (determine-split-list): bugfixes.
4003
4004         * lily/lily-guile.cc (robust_scm2int): new function
4005
4006         * lily/staff-symbol-referencer.cc (line_thickness): new
4007         function. Use throughout.
4008
4009         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4010         in its own context.  Add to preset font-size.
4011
4012         * lily/stem.cc (thickness): new function.
4013
4014         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4015         compute thickness from ledger-line-thickness.
4016
4017         * lily/note-head.cc (brew_ledger_lines): use
4018         Staff_symbol::get_ledger_line_thickness ().
4019
4020         * lily/beam.cc (rest_collision_callback): use
4021         Staff_symbol_referencer::staff_space().
4022
4023         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4024         Mus1 Mus2
4025
4026         * lily/include/translator.hh (class Translator): add accepts_list_
4027         so  \with { \denies / \accepts } also works.
4028
4029         * scm/music-functions.scm (determine-split-list): determine split
4030         list from music events.
4031
4032         * lily/new-part-combine-iterator.cc: more states.
4033
4034         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4035
4036 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4037
4038         * lily/system.cc (set_loose_columns): use the right prebroken cols
4039         for interpolating loose column position.
4040
4041         * lily/text-spanner.cc (brew_molecule): default to no vertical
4042         lines.
4043
4044         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4045         take space.
4046
4047         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4048
4049 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4050
4051         * scripts/convert-ly.py: Do not test filename when processing
4052         stdin.
4053
4054         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4055
4056 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4057
4058         * lily/axis-group-engraver.cc (finalize): extra check; if
4059         process_music () is never called, then staffline_ == 0.
4060
4061         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4062         check run_always ().
4063         
4064         * VERSION: release 2.1.13
4065
4066         * input/regression/note-head-style.ly (pattern): cleanup.
4067
4068         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4069         downloading.
4070
4071         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4072         kludge rehearsalmark placement.
4073
4074         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4075         , ly:spanner?
4076
4077         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4078         close to note head for accidentals.
4079
4080         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4081         tuplet direction.
4082
4083         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4084
4085 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4086
4087         * lily/include/music-iterator.hh (class Music_iterator): add
4088         substitute_outlet() to iterator API.
4089
4090         * lily/new-part-combine-iterator.cc (construct_children):
4091         New_pc_iterator: new class, better part combining.
4092
4093         * lily/tie-column.cc (werner_directions): new function
4094
4095         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4096
4097         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4098         empty objects group spanner as parent
4099
4100         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4101         slope against graphical slope.
4102
4103         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4104         for ottava bracket.
4105
4106         * lily/side-position-interface.cc (general_side_position):
4107         opps. reinstate *dir.
4108
4109         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4110         parser run.
4111
4112         * lily/tuplet-bracket.cc: remove calc_dy ().
4113
4114         * Documentation/user/refman.itely (Balloon help): document balloon
4115         help
4116
4117 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4118
4119         * scm/document-backend.scm (check-dangling-properties): Grob
4120         properties are defined define-grob-properties.scm.
4121         
4122 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4123         
4124         * VERSION: release 2.1.12
4125
4126         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4127         ChordName
4128
4129         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4130         relation to surroundings.
4131
4132         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4133         Y-extent to the note-extents: stay clear of the staff.
4134
4135 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4136
4137         * Documentation/user/GNUmakefile
4138         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4139         iso. copy.
4140
4141         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4142
4143         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4144
4145         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4146
4147         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4148
4149         * lily/line-interface.cc (line): remove thickness from calling interface.
4150
4151         * lily/hairpin.cc: use Line_interface
4152
4153         * lily/line-interface.cc: new file. Line_interface for everything
4154         with dotted/dashed lines.
4155         
4156
4157         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4158
4159         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4160         for constructing ottava brackets.
4161         
4162         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4163         the note heads.
4164
4165         * Documentation/user/internals.itely (Engravers and performers):
4166         fix broken link.
4167
4168         * scm/music-functions.scm (make-mark-set): new function.
4169
4170         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4171         functionally identical to beam.
4172
4173         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4174         () with beam (). 
4175
4176         * Documentation/user/refman.itely (Rehearsal marks): document new
4177         functionality.
4178
4179         * input/regression/rehearsal-mark-number.ly: new file.
4180
4181         * input/regression/rehearsal-mark-letter.ly: new file.
4182
4183         * scm/translation-functions.scm (number->mark-string): new function
4184         (format-mark-letters): new function
4185         (format-mark-numbers): new function
4186
4187         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4188         integer; formatting is done through markFormatter property.
4189         
4190         * scm/define-translator-properties.scm: fold all *-done properties
4191         into positioning-done.
4192
4193         * lily/beam.cc (position_beam): new function
4194         (brew_molecule): make sure that positions are calced before making
4195         the molecule.
4196
4197         * scm/output*.scm (beam):  take 4th argument for function.
4198
4199         * ps/music-drawing-routines.ps: take blot as 4th argument.
4200
4201         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4202         stem to avoid small dents.
4203         
4204 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4205
4206         * VERSION: release 2.1.11
4207
4208         * input/regression/balloon.ly: new file.
4209
4210         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4211         objects, and make help texts. 
4212
4213         * scm/new-markup.scm (parse-simple-duration): parse duration
4214         string to log & dots. (Thanks Nicolas!)
4215
4216         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4217         rule.
4218
4219 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4220
4221         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4222         Lemberg).
4223
4224         * THANKS: alphabetic order.
4225
4226 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4227
4228         * input/regression/note-head-harmonic.ly: new file.
4229
4230         * Documentation/user/internals.itely (Technical manual): explain
4231         difference between music, translation, layout.
4232
4233         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4234
4235         * scm/output-ascii-script.scm (bracket): rounding bfs.
4236
4237         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4238
4239         * ly/paper*.ly: remove files. 
4240         
4241         * scm/paper.scm (set-staff-size): new function: set default
4242         staff-size.
4243
4244         * scripts/convert-ly.py (conv): add conversion rule.
4245
4246         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4247         function.
4248
4249         * scm/paper.scm: new file.
4250         (set-staff-size): new function 
4251         (set-paper-size): new function
4252
4253         * lily/parser.yy (music_output_def_body): restructure definition,
4254         so first Scheme statement in \paper also happens in new scope. 
4255
4256         * lily/system.cc (post_processing): move uniquify_list () to
4257         dumping molecule stage.
4258
4259         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4260         this will mess up scores that use barchecks to shorten measures.
4261
4262         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4263         at 20pt too.
4264
4265         * Documentation/user/tutorial.itely (Printing lyrics): document
4266         \lyricsto
4267
4268         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4269
4270         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4271
4272         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4273         if Voice is not found.
4274
4275         * VERSION: release 2.1.10
4276         
4277         * input/{test,regression}/: remove old-relative 
4278
4279         * lily/lexer.ll: add empty markup signature. 
4280
4281         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4282         strut markup
4283
4284         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4285
4286         * scm/define-translator-properties.scm: update melismata property
4287         doco.
4288
4289         * lily/system.cc (output_lines): revert uniquify_list() patch,
4290         strange side effects seen.
4291         
4292         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4293         dash-period < 0.
4294
4295         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4296         for flute. 
4297
4298 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4299
4300         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4301
4302         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4303
4304         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4305         of line breaks.
4306         (brew_molecule): add padding to left, not right.
4307
4308         * lily/system.cc (uniquify_list): new function
4309         (output_lines): uniquify_list () on all-elements. This fixes
4310         double symbols in the output.
4311
4312         * lily/beam.cc (rest_collision_callback): don't move anything if
4313         staff-position is set.
4314
4315         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4316
4317         * lily/system.cc (typeset_grob): warn if adding twice.
4318
4319         * lily/sequential-iterator.cc (run_always): implement run_always().
4320         (also in other files.)
4321         
4322         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4323
4324         * lily/event.cc (to_relative_octave): add octave-check.
4325
4326         * Documentation/user/refman.itely (Line breaking): add noBreak.
4327
4328         * scm/new-markup.scm (normalsize-markup): add function.
4329         (sans-markup): new function.
4330
4331         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4332         come earlier nowadays.  This fixes beams on grace notes.
4333         
4334         * scm/music-functions.scm (direction-polyphonic-grobs): new
4335         variable, share between override and revert. This fixes script
4336         directions in polyphonic sections. (backportme)
4337
4338 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4339
4340         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4341         breakpoints.
4342
4343         * lily/break-align-interface.cc: add doco
4344
4345         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4346
4347 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4348
4349         * VERSION: release 2.1.9
4350
4351         * scm/document-markup.scm (markup-doc-node): add note about naming.
4352
4353         * scm/new-markup.scm (left-align-markup): bugfix. 
4354
4355         * Documentation/user/refman.itely (Ottava brackets): more doco for
4356         ottava.
4357
4358         * lily/side-position-interface.cc (out_of_staff): also do
4359         out_of_staff() correctly for d == DOWN.
4360
4361         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4362         horizontal line if they move to the right.
4363         
4364         * scm/define-grobs.scm (all-grob-descriptions): set
4365         text-repeat-if-broken for ottava spanner
4366
4367         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4368         property.
4369
4370         * mf/feta18.mf: design size is 18 not 22.5
4371
4372         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4373         Add a single LyricsVoice to a melody. Melismata may be set
4374         individually.
4375
4376         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4377
4378         * lily/dot-column.cc: add stdio.h
4379
4380 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4381
4382         * lily/item.cc: documentation for break-visibility (Thanks, John).
4383
4384 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4385
4386         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4387
4388         * lily/translator-def.cc: rename Translator_def to Context_def.
4389
4390         * Documentation/user/internals.itely (Lexical details): clarify
4391         string def.
4392
4393         * Documentation/user/refman.itely (Rhythmic music): add link to
4394         RhythmicStaff 
4395
4396 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4397
4398         * lily/translator.cc: document start_translation_timestep()
4399
4400         * scm/output-tex.scm (tex-encoded-fontswitch): use
4401         round for rounding (inexact->exact yields rationals)
4402
4403         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4404
4405         * lily/translator-group.cc (get_simple_trans_list): 
4406         new function; construct simple_trans_list_ lazily.
4407         
4408 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4409
4410         * lily/paper-outputter.cc (output_scope): Check if number before
4411         checking exact (guile cvs).
4412
4413         * scm/*: Escape backslashes in scheme strings (guile cvs).
4414
4415 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4416
4417         * Documentation/user/refman.itely (Tablatures basic): annotate
4418         seealso sections.
4419
4420         * lily/*.cc: cleanup of engraver initialize() functions.
4421
4422         * lily/repeat-acknowledge-engraver.cc
4423         (start_translation_timestep): remove first_b_
4424
4425         * lily/tab-note-heads-engraver.cc: listen to string number events
4426         inside < > too. (backportme).
4427
4428         * Documentation/user/refman.itely (Text scripts): add fatText to
4429         index.
4430
4431 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4432
4433         * VERSION: 2.1.8
4434
4435         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4436         footer.
4437
4438         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4439
4440         * lily/bar-check-iterator.cc (process): only warn if
4441         barCheckLastFail was changed.
4442
4443         * scm/define-translator-properties.scm (barCheckLastFail): add
4444         property.
4445
4446         * lily/main.cc (main_prog): print summary of failed files.
4447
4448         * lily/axis-group-engraver.cc: move all spanner creation to
4449         process_music (). Now staffs can be adjusted with \override too.
4450         (Jan, you are a brilliant programmer!)
4451         
4452         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4453
4454 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4455
4456         * Documentation/user/tutorial.itely (Integrating text and music):
4457         Show the commands to produce a PDF as well.
4458
4459 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4460
4461         * lily/translator-def.cc (get_translator_names): accept user
4462         tweaks too. 
4463
4464         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4465         as big as normal heads. 
4466
4467         * input/*ly: run convert-ly
4468         
4469         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4470         () if dependencies are fluked.
4471
4472         * scm/document-translation.scm (engraver-doc-string): update on
4473         latest string/symbol conventions.
4474
4475         * lily/translator-ctors.cc: use Scheme_hash_table.
4476
4477         * lily/translator-def.cc (get_translator_names): new function
4478         (add_context_mod): new function
4479         (get_accepted): new function
4480
4481         * lily/parser.yy (context_mod): put all modifications of
4482         \translator { } in a single production, encode as SCM.
4483
4484         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4485         to use read-only lists, so additions to the definition can be
4486         prepended easily.  
4487
4488         * Documentation/user/invoking.itexi (Editor support): add node on
4489         editor support.
4490
4491         * Documentation/user/refman.itely (Bar check): add lyrics example
4492         of bar checks. 
4493
4494         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4495
4496         * scripts/convert-ly.py (conv): add conversion rule.
4497
4498         * lily/parser.yy: use \change iso. \translator for staff switch.
4499
4500         * lily/my-lily-lexer.cc: add \change.
4501
4502         * scm/define-translator-properties.scm
4503         (default-melisma-properties): add definition.
4504
4505 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4506
4507         * Documentation/user/refman.itely (Bar lines): clarification of
4508         systemStartDelimiter. 
4509
4510         * input/test/slur-shape.ly (x): remove file.
4511
4512         * lily/translator-group.cc (apply_property_operations): new function.
4513
4514 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4515
4516         * lily/parser.yy (optional_prop_ops): allow \with {
4517         PROPERTYSETTINGS } following \context or \new.
4518
4519         * lily/my-lily-lexer.cc: add \with.
4520
4521         * lily/parser.yy (property_operation): clean up definition of
4522         property operations.
4523         (property_op_to_music): new function.
4524         (context_spec_music): new function
4525
4526         * VERSION: 2.1.7 released.
4527         
4528         * input/regression/collision-merge-dots.ly: new file.
4529
4530         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4531         then kill the dots too. 
4532
4533         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4534         set/unset breakableSeparationItem
4535
4536         * lily/separation-item.cc (relative_width): add function.
4537
4538         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4539         only-prebreak-interface
4540
4541         * lily/system.cc (output_lines): only junk only-prebreak-interface
4542         grobs.
4543
4544         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4545         read breakableSeparationItem
4546
4547         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4548
4549         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4550
4551         * lily/dot-column.cc (dot_config_badness): new function:
4552         select the best scoring dot configuration: dots should go close to
4553         the note heads, but be shifted up or down according to conventions.
4554         (print_dot_configuration): idem.
4555         (shift_one): idem
4556         (remove_collision): idem.
4557
4558         * input/regression/dots.ly: add more test cases.
4559
4560 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4561
4562         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4563
4564         * flower/include/interval.hh: rename elem_b to contains 
4565
4566         * lily/tie.cc: change 'heads to 'head-pair.
4567
4568         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4569         fill in 'heads field.
4570
4571         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4572         minimum-length for short ones, and shorten so collisions with the
4573         next syllable are avoided.
4574
4575         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4576         near-zero slopes.
4577         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4578
4579         * lily/dots.cc: remove quantized_position callback. All Y
4580         positioning is done by dot-column.cc
4581
4582         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4583         exhaustive test of all dot positions. This fixes disappearing dots
4584         in dotted chords.
4585
4586 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4587
4588         * mf/feta-klef.mf (test_staff): fatten up G clef
4589         (test_staff): fatten up f clef.
4590         
4591
4592 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4593
4594         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4595         * input/les-nereides.ly: Use latin1 characters for title, like
4596         Morgenlied.
4597
4598 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4599
4600         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4601         cmb10).
4602
4603         * lily/lyric-extender.cc (brew_molecule): add little space before
4604         extender line.
4605
4606         * lily/beam-quanting.cc (score_forbidden_quants): check if
4607         outer stafflines fall in any beam gaps.
4608
4609         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4610         for lyric texts.
4611
4612 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4613
4614         * VERSION: 2.1.6 released.
4615
4616         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4617         this shows the demerits of a user-defined beam position pair.
4618
4619         * scm/define-grobs.scm (all-grob-descriptions): set
4620         beamed-extreme-minimum-free-lengths to a different value.
4621
4622         * lily/scm-option.cc: add debug-beam scm-option
4623
4624         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4625
4626 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4627
4628         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4629
4630         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4631         space after barline.
4632
4633         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4634
4635         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4636         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4637         the other case, take standard column-breakable spacing. Do not
4638         warn about "no spacing wishes".
4639
4640         This fixes wide spaces after barlines in very loose lines.
4641
4642         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4643
4644 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4645
4646         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
4647         acknowledge_grob lyric-syllable, not lyric-text.
4648
4649         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
4650         dashes of length #'length separated by #'dash-period. 
4651
4652         * lily/lyric-extender.cc (brew_molecule): idem
4653
4654         * lily/multi-measure-rest.cc (big_rest): idem
4655
4656         * lily/system-start-delimiter.cc (simple_bar): idem
4657
4658         * lily/bar-line.cc (simple_barline): use rounded box
4659
4660         * VERSION: release 2.1.5
4661
4662         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4663         music): move note about dvips to more visible place.
4664
4665         * lily/lyric-phrasing-engraver.cc: move from
4666         new-phrasing-engraver.cc, remove old cruft (syllable-group,
4667         lyric-phrasing-engraver.hh)
4668         
4669         * lyric-align.ly: remove file
4670         
4671         * scripts/convert-ly.py (FatalConversionError.func): add removal
4672         rule for automaticMelismata
4673
4674         * ly/engraver-init.ly (ScoreContext): switch on
4675         New_phrasing_engraver by default.
4676
4677         * lily/slur-engraver.cc (class Slur_engraver):
4678         process_acknowledged_grobs -> process_music.
4679         (try_music): signal melismata correctly.
4680
4681         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
4682         word-space, right-trim-amount, and extend past right bound only
4683         for note heads.
4684
4685         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
4686         lyric-extender support: add note-heads to the extender
4687         automatically.
4688
4689         * lily/parser.yy: extender is now post_event. 
4690
4691         * lily/accidental-engraver.cc (number_accidentals): remove
4692         spurious warning about non-parent contexts.
4693
4694         * lily/music-output-def.cc (assign_translator): \translator { }
4695         for a Foo context implicitly redefines \FooContext.
4696
4697         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
4698         fixes.
4699
4700         * lily/slur.cc (brew_molecule): don't use stafflinethickness
4701         doubly in slur weight. 
4702
4703         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
4704         combination.
4705
4706         * scm/define-grobs.scm (all-grob-descriptions): change clef -
4707         staffbar distance.
4708
4709         * scripts/lilypond.py (global_latex_preamble): crank down size of
4710         the margins. Now there is a 12 mm top and bottom margin, which
4711         should correspond with the printable area of modern printers.
4712
4713         This enlarges the music height of the printable page a little.
4714
4715         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
4716         signs. Use \markup instead.
4717         (accreg_pen): tweak for accordeon asterisk.
4718
4719 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4720
4721         * lily/melisma-engraver.cc (try_music): use melisma_busy()
4722
4723         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
4724
4725         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
4726
4727         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
4728
4729         * scm/define-grobs.scm (all-grob-descriptions): change
4730         StanzaNumber description: make side support, i.s.o. breakable.
4731         use Instrument_name_engraver for texts in the margin.
4732
4733         * scm/define-translator-properties.scm: remove
4734         melismaEngraverBusy, stz property.
4735
4736         * *.cc: naming: change empty_b () into is_empty ()
4737
4738         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
4739
4740         * input/regression/lyric-phrasing-new.ly: new file.
4741
4742         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
4743         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
4744         melismata are now left-aligned.
4745
4746 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4747
4748         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
4749
4750         * mf/feta19.mf: remove.
4751         
4752         * mf/feta-klef.mf (test_staff): more tweaks
4753
4754         * mf/feta-toevallig.mf: more small size tweaks.
4755
4756         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
4757         rests for smaller sizes.
4758
4759         * mf/feta-bolletjes.mf: fix cross heads.
4760
4761         * VERSION: release 2.1.4
4762         
4763         * scripts/convert-ly.py (FatalConversionError.func): add rule for
4764         deprecated #'ancient font family
4765
4766         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
4767         it is a string or number.
4768
4769         * scm/output-lib.scm (note-head-style->attachment-coordinates):
4770         change calling convention of stem-attachment function. 
4771
4772         * buildscripts/mf-to-table.py: read and dump WX/WY fields
4773
4774         * mf/feta-autometric.mf: dump WX/WY fields too
4775         
4776         * mf/parmesan-heads.mf: idem.
4777
4778         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
4779         attachment coordinates.
4780
4781         * lily/note-head.cc (stem_attachment_coordinate): read stem
4782         attachment from the notehead glyphs WX/WY fields.
4783
4784         * lily/include/font-metric.hh (struct Font_metric): add methods
4785         get_indexed_wxwy (), make a distinction between looking up by
4786         index and ASCII  
4787
4788         * mf/feta-bolletjes.mf: rewrite note head MF code.
4789         (test_outlines): make heads more rotund for smaller sizes. 
4790
4791 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4792
4793         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
4794         throughout. Font scaling fixes throughout.
4795
4796         * mf/feta-sleur,slur.mf: remove. 
4797
4798         * mf/feta-slag.mf: rewrite.
4799
4800 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4801
4802         * VERSION: release 2.1.3
4803
4804         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
4805
4806         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
4807
4808         * lily/mark-engraver.cc (process_music): fix mark
4809         \default. (backportme)
4810
4811         * stepmake/stepmake/automatically-generated.sub.make (default):
4812         use -n for head/tail commands. 
4813
4814         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
4815         heads with the same pitch.
4816
4817 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4818
4819         * lily/recording-group-engraver.cc (finalize): set protected_scm
4820         member to '() before finalizing.
4821
4822         * lily/translator-group.cc (finalize): remove removal_processing () 
4823
4824         * lily/recording-group-engraver.cc: new engraver: record
4825         synchronized start & end times for each music object.
4826
4827         * lily/parser.yy (toplevel_expression): execute score rendering
4828         during parsing. Cleanup output-filename handling; this is no
4829         longer done with global variables.
4830         (translator_spec_body): allow \type modification too.
4831
4832         * lily/score.cc:  ly:run-translator: new function
4833         (LY_DEFINE): ly:render-output new function.
4834
4835         Separate interpreting and rendering, and make available as
4836         functions at Scheme level.
4837
4838 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4839
4840         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
4841         (musicxml-node->string):
4842         (xml-node->string):
4843         (music-to-musicxml): New function.
4844
4845 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4846
4847         * VERSION: 2.1.2 released
4848
4849         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
4850
4851         * scm/font.scm (paper20-font-vector): discouple font design sizes
4852         from sizes specified in .ly file: store all design sizes of a font
4853         in a single vector.
4854
4855         * lily/font-select.cc (get_font_by_design_size): new function
4856
4857         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
4858         add parmesan,feta in sizes 14 and 18.
4859         
4860         * mf/feta-toevallig.mf: use blot diameter for double sharp.
4861
4862         * lily/font-size-engraver.cc (acknowledge_grob): change definition
4863         of fontSize: this now sets font-size
4864
4865 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4866
4867         * VERSION: 2.1.1 released
4868         
4869         * Documentation/user/refman.itely (Tuning objects): add note about
4870         concurrent tweaks in different contexts. 
4871
4872         * lily/tie-engraver.cc (acknowledge_grob): use
4873         Staff_symbol_referencer::get_position iso. reading staff-position
4874         directly.
4875
4876         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
4877         currentMusicalColumn as left span-point for bracket. The bracket
4878         is too long when there are accidentals.
4879
4880 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4881
4882         * buildscripts/lilypond-profile.sh,
4883         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
4884         Thanks to Reuben Thomas <rrt@mupsych.org>
4885
4886 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
4887
4888         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
4889         Wurbel <wurbel@univ-tln.fr>.
4890
4891 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4892
4893         * scripts/midi2ly.py: Add space after chords.
4894
4895 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
4896
4897         * input/regression/{many}: add few @code{ ... }.
4898
4899 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4900
4901         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
4902         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
4903         Removed cmbx5, cmbx6 (which are included in teTeX)
4904         and cmbxti14 which is not used in fonts.scm.
4905
4906 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
4907
4908         * lily/midi-item.cc: fine tune quarter tones.
4909
4910 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
4911
4912         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
4913         new function, warn how many cents are missing in fine tuning.
4914
4915 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
4916
4917         * input/bugs/rhytmicstaff-tie.ly: add file.
4918
4919         * THANKS: Create skeleton for 2.1.
4920
4921 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
4922
4923         * input/test/bar-lines.ly (TODO): dashed "|".
4924
4925 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
4926
4927         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
4928         input/regression/tie-chord.ly: Fix spell for tying.
4929
4930         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
4931
4932         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
4933         new file (renamed, see above).
4934
4935         * Documentation/user/lilypond-book.itely
4936         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
4937         * input/example-1.ly input/example-2.ly input/example-3.ly
4938         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
4939         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
4940         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
4941         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
4942         * scripts/lilypond-book.py scripts/lilypond.py
4943         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
4944         * vimrc: replace ly2dvi with lilypond and remove silly comments.
4945
4946         * Documentation/user/lilypond.tely: update version.
4947
4948         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
4949         Remove extra spaces in each @node, fixes spaces.
4950
4951 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4952
4953         * scripts/lilypond-book.py (output_dict): Add definition of
4954         \lilypondbook also for LaTeX output. Solves several bug reports.
4955
4956 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
4957
4958         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
4959
4960 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
4961
4962         * input/test/transposition.ly: Fix key signatures, given in comments.
4963
4964 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4965
4966         * scm/midi.scm (instrument-names-alist),
4967         Documentation/user/appendices.itely: Correct spelling of shakuhachi
4968
4969 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4970
4971         * input/test/temporary-stave.ly (texidoc): New example based on an
4972         email question from Ralph Little.
4973
4974 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4975
4976         * VERSION: release 2.1.0
4977         
4978         * lily/note-performer.cc (try_music): accept busy-playing-event.
4979
4980         * lily/swallow-perf.cc (try_music): return false for
4981         busy-playing-event and melisma-playing-event.
4982
4983 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4984
4985         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
4986         >> in \score.
4987
4988 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4989
4990         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
4991         that articulation_substitute will not move beam start again.
4992         (articulation_substitute): Bugfix: remove stray space so that new
4993         old chords ending '>>' does not get broken up.
4994         (sub_chord): Use TAB for indentation (not spaces).
4995         
4996         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
4997         Bugfix for startup: Use ?^ instead of ?\^.
4998
4999 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5000
5001         * lily/lyric-combine-music-iterator.cc
5002         (Lyric_combine_music_iterator): change init order, to prevent GC
5003         segfaults.
5004
5005         * lily/context-specced-music-iterator.cc (construct_children): 
5006         only change  translator if found. This fixes a core dump problem.
5007
5008 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5009
5010         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5011         comparison.
5012
5013         * mf/feta-bolletjes.mf: make hole in half note little
5014         smaller for stem attachment.
5015
5016         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5017
5018         * mf/feta-banier.mf: don't draw stem with flag, just small square
5019         attachment.
5020
5021         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5022
5023         * mf/feta-banier.mf: remove upstem/downstem characters.
5024
5025         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5026
5027         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5028         stafflinethickness (in the default)
5029
5030         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5031
5032         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5033
5034         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5035
5036         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5037
5038         * lily/include/directional-element-interface.hh:
5039         junk class, make {get,set}_grob_direction functions.
5040
5041         * lily/slur.cc (get_attachment): do something sensible when
5042         attaching to stem without heads (eg. a rest).
5043
5044         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5045         forcing up to staff.  remove #'support-head property
5046         (brew_molecule): small cleanup.
5047         (flag): remove #'grace property.
5048
5049 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5050
5051         * cygwin/postinstall-lilypond.sh: 
5052         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5053         (Volker Zell).
5054
5055 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5056
5057         * scripts/lilypond-book.py: resurrect 'eps' option. 
5058         (TexiPaper.to_eps): use -Ppdf for EPS files.
5059
5060         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5061
5062         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5063
5064         * VERSION: release 2.0.1
5065
5066         * lily/bezier.cc (get_other_coordinate): change assert into
5067         warning.
5068
5069         * lily/note-head.cc (internal_brew_molecule): make left protusion
5070         smaller, to accomodate for natural sign.
5071         (internal_brew_molecule): only do this when the accidental is
5072         close enough.
5073         (extent): new function
5074
5075         * lily/skyline.cc (merge_skyline): new function
5076         (heighten_skyline): new function
5077
5078         * lily/accidental-placement.cc (position_accidentals) 
5079         (position_accidentals): fix todo.
5080
5081 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5082
5083         * input/test/+.ly (texidoc): put version number inline.
5084
5085         * GNUmakefile.in: remove rsync-web target.
5086         
5087         * input/regression/bar-scripts.ly (onestaff): raggedright
5088
5089 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5090
5091         * lily/*.cc: remove #if 0'd code in couple of places.
5092
5093         * lily/midi-stream.cc (operator <<): rewrite.
5094
5095         * lily/note-head.cc (internal_brew_molecule): 
5096         only make ledgers when the Staff symbol has lines.
5097
5098         * ly/property-init.ly (arpeggioBracket): simplify
5099
5100         * lily/translator-group.cc (execute_pushpop_property): use
5101         SCM_EQ_P for comparing keys. This fixes reverting
5102         auto-beam-settings.
5103
5104 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5105 *
5106         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5107         midi_debug_global_b.
5108         (operator <<): Normalise loop.
5109
5110 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5111
5112         * scripts/lilypond.py (escape_path): revise.
5113
5114         * scm/music-functions.scm (set-output-property): new function.
5115         
5116 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5117
5118         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5119         use addmakeflags again.
5120
5121         * cygwin/lily-wins.py (escape_shell): New function; use it.
5122
5123         * scripts/lilypond.py (escape_shell): Escape quotes and other
5124         spaces too.  Do not escape escaping backslashes.
5125
5126         * make/srcdir.make.in (web-install): Must call install-WWW now.
5127
5128         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5129         dependency
5130
5131 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5132
5133         * scripts/lilypond.py (escape_path): escape quotes too. 
5134
5135         * Documentation/user/lilypond.tely (Unified index): rename Index
5136         to accomodate Windows breakage.
5137
5138         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5139
5140         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5141         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5142         target not a source.
5143
5144 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5145
5146         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5147         addmakeflags.  Build and install doc and web also when building on
5148         Cygwin.
5149
5150         * mf/GNUmakefile: Bugfix.
5151
5152         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5153         target web.
5154
5155         * cygwin/lily-wins.py: Quote filename.
5156
5157 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5158
5159         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5160
5161 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5162
5163         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5164         settings.
5165
5166         * configure.in: Require g++ > 3.0.4.
5167
5168         * mf/GNUmakefile: Bugfix: Add list.ly target.
5169         
5170         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5171
5172         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5173         make omf directory, add uninstall targets.
5174
5175 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5176
5177         * lily/tie-performer.cc (initialize): init prev_event
5178
5179         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5180
5181         * lily/script-engraver.cc (make_script_from_event): don't crash on
5182         non-string articulation-type.
5183
5184         * lily/new-fingering-engraver.cc (add_script): don't crash on
5185         0 scripts 
5186         (acknowledge_grob): warn about text script events.
5187
5188 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5189
5190         * buildscript/lilypond.words: fix path for drums.scm.
5191
5192 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5193
5194         * lily/spacing-spanner.cc (note_spacing): don't make longer
5195         durations than measure-length.
5196
5197         * VERSION: release 2.0.0
5198
5199         * GNUmakefile.in (rsync-web): version independent rsync target.
5200
5201         * input/test/+.ly (texidoc): idem.
5202
5203         * input/regression/+.ly: print version number.
5204
5205         * input/regression/accidentals.ly (mel): shorten.
5206
5207         * input/regression/accidental-octave.ly (texidoc): shorten.
5208
5209         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5210
5211         * input/regression/completion-heads-polyphony.ly: octave
5212
5213         * input/regression/beam-manual.ly: remove
5214
5215         * input/regression/beam-chord.ly: remove
5216
5217         * input/regression/grace-dynamic.ly: remove
5218         
5219         * input/regression/grace-volta-repeat.ly: octave fixes.
5220
5221         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5222
5223         * lily/parser.yy (step_number): semitones for chord entry too.
5224         (make_chord_step): more robust code, semitones. 
5225
5226         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5227
5228         * input/regression/breathing-sign.ly (texidoc): split ancient and
5229         normal breathing signs.
5230
5231         * scm/define-grobs.scm (all-grob-descriptions): swap
5232         beamed-extreme-minimum-free-lengths and
5233         beamed-minimum-free-lengths; the 'extreme' case should allow
5234         shorter stems. This fixes forced directions on beamed 32nd and
5235         shorter notes.
5236
5237         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5238         quartertones, not semitones.
5239         (NoteNamesContext): swallow more event types
5240
5241         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5242
5243         * VERSION (PACKAGE_NAME): release 1.9.10
5244
5245 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5246
5247         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5248         set note head as cause of note-column.  This gives a better error
5249         message.
5250
5251 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5252
5253         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5254
5255 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5256
5257         * mf/GNUmakefile (pfa_warning): instruct 
5258
5259         * stepmake/aclocal.m4: typo.
5260
5261         * Documentation/user/cheatsheet.itely: more verbose examples.
5262
5263         * input/regression/clefs.ly: remove bogus docstring.
5264
5265 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5266
5267         * GNUmakefile.in (SUBDIRS): Add elisp.
5268
5269         * elisp/lilypond-mode.el: 
5270         * elisp/lilypond-init.el: 
5271         * elisp/lilypond-indent.el: 
5272         * elisp/lilypond-font-lock.el: Move from top dir.
5273
5274         * stepmake/stepmake/elisp-vars.make: New file.
5275
5276         * config.make.in (elispdir): Add.
5277
5278         * Documentation/topdocs/INSTALL.texi: Typo.
5279
5280         * make/ly-rules.make: Test for files instead of touching void and
5281         ignoring errors.
5282
5283         * GNUmakefile.in:
5284         * make/lilypond.redhat.spec.in:
5285         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5286         <builddir>, adding
5287         
5288              (push "<builddir>/share/lilypond/elisp" load-path)
5289
5290         to your ~/.emacs.el should give you LilyPond-mode again.
5291
5292         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5293         regexp for DOS/Windows, we are too paranoid to fix others.
5294
5295 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5296
5297         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5298
5299         * input/test/chord-names-jazz.ly (banterProperties): fix
5300
5301         * lily/parser.yy (bass_mod): bass figure alterations are semi
5302         tones, not quarter tones
5303
5304         * lily/beam.cc (set_stem_lengths): only lengthen stems
5305         for gapped beams.
5306
5307         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5308         by beamcount.
5309
5310         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5311         a warning that the warning may erroneous.
5312
5313         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5314         target.
5315
5316         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5317         targets.
5318
5319         * GNUmakefile.in ($(config_h)): config.h should depend on
5320         config.hh.in .
5321         (lilypond.words): remove fontball stuff.
5322
5323         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5324
5325         * configure.in: remove pktrace reference.
5326
5327         * GNUmakefile.in (rsync-web): permissions and ownership for
5328         website.
5329
5330         * lily/volta-engraver.cc (staff_eligible): new function.
5331         (stop_translation_timestep): kill off spanners if not eligible.
5332
5333         * VERSION (PATCH_LEVEL): release 1.9.9
5334
5335         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5336
5337         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5338         length is more important than forbidden quants.
5339         
5340 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5341
5342         * buildscripts/lilypond.words: order words in search order,
5343         add lilypond.words.vim to be generated.
5344
5345         * lilypond.vim: use lilypond.words.vim for keyword matching.
5346
5347         * lilypond-mode.el: use search order. fix word selection rules.
5348
5349         * lilypond-font-lock.el: fix fontifying long durations.
5350
5351         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5352
5353 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5354
5355         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5356
5357         * stepmake/stepmake/generic-targets.make:
5358         * stepmake/stepmake/bin/make-version.py: 
5359         * stepmake/aclocal.m4:
5360         * make/stepmake.make:
5361         * make/toplevel-version.make: Build fixes: remove last traces of
5362           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5363
5364         * lily/beam.cc: Add gap-count property.
5365
5366 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5367
5368         * scm/define-grob-properties.scm (gap-count): add gap-count
5369
5370         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5371
5372 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5373
5374         * cygwin/mknetrel.doc: Typo.
5375
5376         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5377
5378         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5379
5380 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5381
5382         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5383         sizes. Remove support for 'ledger'(=tabloid+landscape).
5384
5385 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5386
5387         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5388         sauter PFAs.
5389
5390         * configure.in: remove VERSION stuff once again.
5391
5392         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5393
5394         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5395         for chord names.
5396
5397         * mf/GNUmakefile: always trace pfa fonts.
5398         (SAUTER_FONTS): add cmss[567] too fonts
5399
5400         * configure.in: require mftrace. 
5401
5402         * lily/staff-performer.cc (new_instrument_string): don't look at
5403         instrument property.
5404
5405         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5406         is_direction is the C++ one. Similar for ly_axis_p and
5407         ly_number_pair_p
5408
5409 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5410
5411         * lily/beam.cc (brew_molecule): read gap-count to determine
5412         number of tremolo (gapped) beams.
5413
5414         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5415         shorter than 1/8
5416
5417         * flower/include/array.hh (default_compare): new function
5418
5419         * cygwin/mknetrel: Native fixes.
5420
5421         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5422
5423 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5424
5425         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5426         feature for Windows.
5427
5428         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5429
5430         * cygwin/mknetrel: Updates for native use on Cygwin.
5431
5432         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5433
5434         * stepmake/stepmake/help2man-rules.make: 
5435         * cygwin/mknetrel: Bugfix for manpages.
5436
5437         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5438         $(builddir).  Stepmake is a normal subdirectory now, that is not
5439         configured.  Another srcdir build fix.
5440
5441         * Documentation/topdocs/INSTALL.texi,
5442         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5443         lilypond-init.el, lilypond-mode.el, debian/rules,
5444         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5445         rename generated file lilypond.words to lilypond.words.el.
5446
5447 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5448
5449         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5450
5451         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5452         GNUmakefile.in.
5453
5454 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5455
5456         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5457         when cross building.
5458
5459         * configure.in: srcdir build fix.
5460
5461         * cygwin/GNUmakefile:
5462         * cygwin/lily-wins.py:
5463         * cygwin/postremove-lilypond.sh: 
5464         * cygwin/postinstall-lilypond.sh: Merge from stable.
5465
5466         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5467         s/ly2dvi/lilypond/.
5468
5469 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5470
5471         * lily/slur.cc (after_line_breaking): only set control points if
5472         none supplied yet.
5473
5474         * input/test/slur-manual.ly: new file.
5475
5476         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5477         <<  >> chords too.
5478
5479         * VERSION (PACKAGE_NAME): release 1.9.8
5480
5481         * scripts/lilypond.py (escape_path): escape spaces in directory names
5482
5483         * input/test/text-spanner.ly: fixes.
5484
5485 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5486
5487         * buildscripts/lilypond.words.py: add drum names as note names to
5488         Emacs-mode.
5489
5490 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5491
5492         * input/regression/hairpin-dashed.ly: new file.
5493
5494         * scripts/convert-ly.py (conv): warn about dash-length.
5495
5496         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5497         automatically if we get a new one.
5498
5499         * lily/lookup.cc (dashed_line): new function
5500
5501         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5502         dash-fraction.
5503
5504 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5505
5506         * buildscripts/lilypond.words.py: extract note names.
5507
5508         * lilypond-mode.el: take note names from lilypond.words -file.
5509         small fix in the use of string-match.
5510
5511         * lilypond-font-lock.el: use lilypond.words for note names, add 
5512         maxima to note a duration.
5513
5514 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5515
5516         * lily/breathing-sign.cc: remove railtracks() function. 
5517
5518         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5519
5520         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5521         (brew_molecule): bugfix don't make arpeggio shorter when
5522         arpeggio-direction is set.
5523
5524         *  debian/rules: small corrections in the (Pedro K)
5525
5526         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5527         examples.
5528
5529         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5530         special (repeat) bar comes along.
5531
5532         * input/regression/auto-beam-bar.ly: update.
5533
5534         * scripts/lilypond-book.py (output_dict): remove support for the
5535         EPS option.
5536
5537         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5538         VerticalAlignment and VerticalAxisGroup this fixes the size
5539         computations for the entire system.
5540  
5541         * input/les-nereides.ly (bass): remove superfluous fontSize.
5542
5543         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5544         causes directory of file to be added to include path.
5545
5546         * input/regression/beam-break.ly: test single stem beams.
5547
5548         * input/regression/system-start-bracket.ly: fix.
5549
5550         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5551
5552         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5553
5554         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5555         (score_stem_lengths): do something sensible for single stem beams.
5556
5557         * lily/beam.cc (least_squares): add kludge for single stem beams.
5558
5559         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5560         keySignature to list of broken things.
5561
5562         * input/regression/keys.ly: fix.
5563
5564         * VERSION (PACKAGE_NAME): release 1.9.7
5565
5566         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5567
5568         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5569
5570         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5571         (quartertone_pitch): new function
5572
5573         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5574         flat. WARNING: FONT CHANGED.
5575
5576         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5577
5578         * lily/accidental-placement.cc (add_accidental): support for
5579         quarter tones.
5580
5581         * ly/LANGUAGEs.ly: use symbols for alterations.
5582
5583         * mf/feta-toevallig.mf: change accidental codes. 
5584
5585         * scm/lily.scm (ly:get-option): switch on debugging only for
5586         --verbose.
5587
5588         * lily/lily-guile.cc: remove ly:verbose?
5589
5590         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5591
5592         * lily/parser.yy (TODO): only do gh_call() for apply with
5593         procedure argument.
5594
5595         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5596         stuff in accordance with new timing of tie-events.
5597
5598         * lily/my-lily-lexer.cc: remove \outputproperty
5599
5600         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5601
5602         * scm/define-translator-properties.scm (melismaBusyProperties):
5603         add melismaBusyProperties property.
5604
5605 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5606
5607         * input/test/ambitus-mixed.ly (texidoc): new file.
5608
5609         * buildscripts/mutopia-index.py (find): prune debugging
5610
5611         * lily/side-position-interface.cc: doc updates
5612
5613         * Documentation/user/refman.itely: updates, tweaks.
5614
5615         * lily/parser.yy (Simple_music): remove outputproperty
5616
5617         * make/stepmake.make: use VERSION again; importing VERSION via
5618         autoconf dependencies is too hairy.
5619
5620 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5621
5622         * lilypond-mode.el: allow `-' for keywords and identifiers.
5623
5624 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5625
5626         * VERSION: release 1.9.6
5627         
5628         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5629         iso. ly2dvi.
5630
5631         * Documentation/user/*.itely: fixes everywhere
5632
5633         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5634         produce ties from the engraver itself, do not broadcast TieEvent.
5635
5636         * lily/my-lily-lexer.cc: remove pitch & duration.
5637
5638         * lily/parser.yy (TODO): remove \pitch and \duration
5639
5640         * input/test/explicit.ly: remove file.
5641
5642         * Documentation/user/refman.itely (Pitches): remove \pitch 
5643         \duration command.
5644
5645 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5646
5647         * buildscripts/lilypond.words.py: add all slur types to Emacs
5648         insertion menu, suppose everything is postfixed by dropping 
5649         unnecessary `-' -marks.
5650
5651 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5652
5653         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
5654         tremoloed stems.
5655
5656         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
5657         head for flagged stems.
5658
5659         * lily/stem.cc (get_default_stem_end_position): futz with extra
5660         stem length if there is a stem tremolo.
5661
5662         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
5663         it would be too small.
5664
5665         * lily/font-metric.cc: return #f for non-existent glyph.
5666         
5667         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
5668         exported through config.make.
5669
5670         * input/regression/clef-oct.ly: new file.
5671
5672         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
5673         transposition.
5674
5675         * input/template/*.ly: remove old relative.
5676
5677         * ly/english.ly: add X names for double sharp.
5678
5679 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5680
5681         * lily/font-select.cc: new file handle font selection routines.
5682
5683         * lily/parser.yy: add ; (Patrick Atamaniuk)
5684
5685         * input/test/time-signature-double.ly: use markups for double time
5686         sigs.
5687
5688         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
5689         ChordNames.SeparationItem #'padding for adjusting space after chords.
5690         
5691         * lily/music-output-def.cc (LY_DEFINE): 
5692         new function ly:paper-lookup.
5693         
5694         * mf/parmesan-clefs.mf: use # quantities for char_box
5695         offsets. Fixes overflow errors in the PFA. 
5696
5697         * scm/new-markup.scm (strut-markup): change calling interface for
5698         markup. Pass paper-def, not grob. This would allow \markup to be
5699         used separately from grobs.
5700
5701         * lily/paper-def.cc: new function ly:paper-font; this function
5702         replaces ly:get-font.
5703
5704         * lily/include/font-interface.hh (struct Font_interface): take
5705         Paper_def iso. Grob for get_font().
5706
5707 2003-09-14  Graham Percival  <gperlist@shaw.ca>
5708
5709         * Documentation/user/ tutorial.itely, refman.itely: add warning
5710         about \key and accidentals.
5711
5712 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5713
5714         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
5715
5716         * Documentation/user/*.itely: manual tweaks
5717
5718 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
5719
5720         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
5721         cleanup; bugfix: exact_center
5722
5723         * Documentation/user/refman.itely: added more documentation on
5724         ambitus according to recent questions on lilypond-user list
5725
5726 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5727
5728         * input/regression/ottava.ly (texidoc): demo 15ma too.
5729
5730         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
5731
5732         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
5733         octave fixes.
5734
5735 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5736
5737         * lily/lexer.ll: add \r to the rules for newlines; this fixes
5738         problems on older Mac editors.
5739
5740 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
5741
5742         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
5743
5744 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
5745
5746         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
5747         mf/parmesan-clefs.mf: added comments on character alignment and
5748         set_char_box() conventions
5749
5750         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
5751         set_char_box()'s
5752
5753         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
5754
5755 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
5756
5757         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
5758
5759 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5760
5761         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
5762         shortened to avoid almost-collision with staff line; code cleanup;
5763         other custodes: fixed char boxes; code cleanup
5764
5765 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5766
5767         * configure.in: release 1.9.5
5768         
5769         * scripts/lilypond.py (global_latex_preamble): only set
5770         twosideshift if 'twoside' is in latexoptions 
5771
5772         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
5773
5774         * VERSION: remove
5775
5776         * scripts/*2ly.py: update <> syntax
5777
5778 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5779
5780         * lily/chord-name-engraver.cc (process_music): add origin for
5781         chord name.
5782
5783         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
5784
5785         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
5786         bass notes for exceptions too.
5787
5788         * scm/define-grobs.scm (all-grob-descriptions): rename
5789         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
5790
5791         * scm/define-grob-properties.scm (remove-first): add remove-first
5792         property for orchestral scores.
5793
5794         * Documentation/user/*.itely: switch <<>> and <> 
5795
5796         * lily/glissando-engraver.cc (process_music): bugfix: move line to
5797         last_line only once. This fixes the two consecutive glissandi problem.
5798
5799 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
5800
5801         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
5802         error message "flexa-width undefined"
5803
5804         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5805         lily/include/gregorian-ligature.hh: print warning when ignoring
5806         head prefixes on flexa shapes
5807
5808         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
5809         space before a series of inclinatum heads
5810
5811         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5812         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
5813         cleanups
5814
5815         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
5816         and char_box
5817
5818 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
5819
5820         * input/regression/breathing-sign.ly: tiny fixes
5821
5822         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
5823         semantical collision with vaticana ligatures
5824
5825         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5826         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
5827         now consistent with mensural ligatures
5828
5829         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5830         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
5831         context pitches and staff position; dto. for virga stem; removed
5832         obsolete virga and clivis characters from parmesan font (WARNING:
5833         font changed)
5834
5835         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
5836         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
5837
5838         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5839         scm/define-grob-properties.scm: consistency fix: renamed
5840         join_left->add_cauda
5841
5842         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
5843         appendix length; bugfix: yoffs_bt for reverse direction punctum
5844         characters
5845
5846         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
5847         small cleanups; added more docu
5848
5849         * lily/mensural-ligature-engraver.cc,
5850         lily/vaticana-ligature-engraver.cc,
5851         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
5852         computation to CoherentLigatureEngraver
5853
5854         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
5855         scm/define-grob-properties.scm: bugfix: added missing linea and
5856         cavum properties; bugfix: removed dead semivocalis property
5857
5858         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
5859         length; redesigned quilisma, stropha and auctum
5860
5861         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
5862         line thickness
5863
5864         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
5865         Documentation/user/refman.itely: bugfix: introduced shifted
5866         epiphonus head to avoid collision with adjacent plica
5867
5868 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5869
5870         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
5871
5872         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
5873
5874 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5875
5876         * Documentation/user/tutorial.itely (A lead sheet): remove
5877         duplicate chords.
5878
5879         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
5880
5881 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5882
5883         * Documentation/bibliography/computer-notation.bib (isbn): add
5884         xivcim publication.
5885
5886 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
5887
5888         * GNUmakefile.in: drop lilypond.words for generation.
5889
5890 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
5891
5892         * buildscripts/lilypond.words.py: take filename (also) from an arg.
5893
5894         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
5895
5896 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5897
5898         * input/test/figured-bass-alternate.ly (fl): new file.
5899
5900         * Documentation/topdocs/README.texi (Top): clarifications.
5901
5902         * Documentation/bibliography/computer-notation.bib (isbn): add phd
5903         theses of Gieseking and Renz.
5904
5905         * GNUmakefile.in (README_FILES): remove README.mandrake.
5906
5907 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
5908
5909         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
5910         from source files and search patterns listed in the script.
5911
5912         * GNUmakefile.in: add target `lilypond.words'.
5913
5914         * lilypond.words: remove file, generated by `make lilypond.words'.
5915
5916         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
5917
5918 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
5919
5920         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
5921
5922 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5923
5924         * VERSION: 1.9.4 released
5925
5926         * scripts/convert-ly.py (FatalConversionError.figures_replace):
5927         rule for < > <-> << >> substitution
5928
5929         * lily/lexer.ll: exchange meaning of << >> and < > 
5930
5931         * VERSION (PACKAGE_NAME): 1.9.3 released
5932
5933         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
5934         pages unconditionally.
5935
5936 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5937
5938         * Documentation/user/music-glossary.tely (Top): small syntax
5939         fixes.
5940
5941         * scm/music-functions.scm (remove-tag): filter \tagged music
5942         expressions.
5943
5944         * input/regression/tag-filter.ly (texidoc): new file.
5945
5946         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
5947         symbol2 .. ) etc. 
5948
5949         * scripts/convert-ly.py (FatalConversionError.conv): fingering
5950         convert rule.
5951
5952         * Documentation/user/refman.itely (Fingering instructions): adjust
5953         manual.
5954
5955         * lily/new-fingering-engraver.cc (position_scripts): don't crash
5956         for borderline cases (e.g. 1 fingering.)
5957         (position_scripts): revise interface, use fingerOrientations to
5958         set fingering positions.
5959
5960         * scm/document-translation.scm (context-doc): add aliases to
5961         automated documentation.
5962
5963         * make/lilypond-vars.make: remove stepmake compat glue.
5964
5965         * make/generic-vars.make: remove cruft.
5966
5967         * lily/main.cc (main): don't identify binary.
5968
5969 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5970
5971         * lily/include/translator.hh (class Translator): remove
5972         type_string_ , use symbol for context name throughout.
5973         Changes through whole source tree.
5974
5975         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
5976         set PDF as default, and always make PDF.
5977
5978         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
5979
5980 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
5981
5982         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
5983         Documentation/user/refman.itely input/regression/allfontstyle.ly
5984         input/regression/grace-types.ly:
5985         fix spelling for acciaccatura (Webster's 1913).
5986
5987 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5988
5989         * lily/main.cc (usage): adjust blurb, include url.
5990
5991         * input/regression/breathing-sign.ly (texidoc): transpose up
5992
5993 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
5994
5995         * input/regression/breathing-sign.ly: changed ancient examples to
5996         be relevant (by request of Han-Wen); updated BreathingSign text
5997         property according to new syntax.
5998
5999         * ly/gregorian-init.ly: updated BreathingSign text property
6000         according to new syntax
6001
6002 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6003
6004         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6005         (Clef): index entries for clefs.
6006
6007         * python/lilylib.py (system): remove errorlog files.
6008         
6009 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6010
6011         * lilypond.words: add \new and new graces. Add dynamics to menus
6012         keeping 1.8.x compatibility; after all the engraving relating to 
6013         notes becomes postfixed `-' marks will be removed.
6014
6015 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6016
6017         * lily/molecule.cc (align_to): idem.
6018
6019         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6020         
6021         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6022         accacciatura everywhere.
6023
6024         * VERSION (PACKAGE_NAME): released 1.9.2
6025
6026         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6027
6028         * scm/document-markup.scm (markup-doc-node): sort markup function
6029         list.
6030
6031         * lily/paper-outputter.cc (output_version): change "Lily was here"
6032         into  "Engraved by LilyPond"
6033
6034         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6035         on unquoted strings before \notenames.
6036
6037         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6038         increases the number of s/r reductions to 4.
6039
6040         * scm/new-markup.scm (fraction-markup): \fraction command.
6041
6042         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6043         mode
6044
6045         * lily/lookup.cc (round_filled_box): rename function.
6046         (LY_DEFINE): round-filled-box: change signature.
6047
6048         * Documentation/user/refman.itely: revise section explaining grace
6049         notes.
6050
6051         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6052         ly:set-context-property
6053
6054         * input/*/*.ly (vmus): use \new everywhere.
6055
6056         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6057
6058         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6059         default
6060
6061         * scm/music-functions.scm (set-stop-grace-properties)
6062         (set-start-grace-properties, add-grace-property): new functions
6063         for modular grace tweak control.
6064
6065         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6066         
6067 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6068
6069         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6070
6071         * GNUmakefile.in (install-pfa-fonts):
6072         (get-pfa-fonts): New target.
6073
6074         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6075         install-pfa-fonts help.
6076
6077 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6078
6079         * lily/translator-scheme.cc (LY_DEFINE):
6080         ly:context-pushpop-property new function.
6081         (LY_DEFINE): new function ly:translator-find  
6082         new function ly:translator?
6083         (LY_DEFINE): new function ly:context?
6084
6085         * lily/translator-def.cc: remove
6086         Translator_def::apply_pushpop_property().
6087
6088         * python/lilylib.py (read_pipe): only store and display error log
6089         if verbose not set.
6090         (read_pipe): only display log if it contains something.
6091
6092 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6093
6094         * Documentation/misc/GNUmakefile: Re-add.
6095         (TEXTS): Add CHANGES.
6096
6097 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6098
6099         * lilypond.words: add \newcontext.
6100
6101 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6102
6103         * lily/tie-performer.cc (stop_translation_timestep): only flush
6104         tied_notes when we have actually made a tie. Fixes bugs with ties
6105         in polyphonic scores.
6106
6107 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6108
6109         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6110         they do not exist.
6111
6112 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6113
6114         * VERSION (PACKAGE_NAME): released 1.9.1 
6115
6116         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6117         Instrument_name_engraver
6118
6119         * lily/tie-performer.cc (create_audio_elements): bugfix
6120
6121         * Documentation/user/music-glossary.tely (Top): comment out
6122         font-style statements.
6123
6124         * input/test/force-hshift.ly: revise example.
6125
6126         * Documentation/bibliography/engraving.bib (note): typos.
6127
6128         * configure.in: bump GCC requirements to 3.x
6129
6130         * lily/include/audio-item.hh (class Audio_tie): rename
6131         note_l_drul_ to note_drul_
6132
6133         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6134
6135         * lily/parser.yy (relative_music): whoops. All \relative were off
6136         by ...  a lot .... Ahem.
6137
6138         * scm/define-music-types.scm (music-descriptions): idem.
6139
6140         * lily/beam-engraver.cc: move new-beam-event to beam-event
6141
6142         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6143         to Tie_engraver
6144
6145         * input/regression/bar-number.ly: remove unnecessary old-relative
6146         options.
6147         
6148         * Documentation/user/internals.itely (Creating contexts): document
6149         \newcontext
6150
6151         * lily/parser.yy (Composite_music): add \newcontext
6152
6153         * Documentation/user/refman.itely (MIDI block): add note about
6154         dotted tempos.
6155
6156         * scm/font.scm: remove old markup legacy
6157
6158         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6159
6160         * lily/breathing-sign.cc (brew_molecule): remove function
6161
6162         * lily/text-item.cc: remove old-style markups.
6163         (interpret_markup): C++ version of markup function
6164         (brew_molecule): idem.
6165
6166         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6167         as Scheme variable.
6168
6169         * scripts/convert-ly.py (conv): dashes rule.
6170         Apply rule.
6171
6172         * Documentation/user/lilypond-book.itely: syntax fixes. 
6173
6174 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6175
6176         * VERSION (PACKAGE_NAME): release 1.9.0
6177
6178         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6179         note about dvips. (Should backport.)
6180
6181         * scripts/convert-ly.py
6182         (FatalConversionError.articulation_substitute): add
6183         convert-new-chords code. Remove convert-new-chords.py
6184
6185         * Documentation/user/refman.itely (Octave check): document
6186         \octave.
6187
6188         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6189         \relative changes.
6190
6191         * lily/parser.yy (command_element): octave check:
6192
6193            \octave PITCH
6194
6195         checks that PITCH (without octave) yields PITCH (with octave) in
6196         \relative
6197
6198         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6199
6200         * lily/scm-option.cc: ly:set-option now has the default argument
6201         #t.
6202
6203         * lily/lexer.ll: add \renameinput
6204
6205         * python/lilylib.py (command_name): robustifications.
6206
6207         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6208         /dev/stderr. This is ash compatible.
6209
6210         * ly/init.ly: add warning if compatibility was not necessary.
6211
6212         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6213
6214         * flower/include/string-handle.icc: formatting cleanups, rename
6215         references by ref_count_.
6216
6217 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6218
6219         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6220         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6221         package libs separately, fix conflicting php variable out=/dev/vc/
6222         invoking `unset out', declare menus, use only one icon-file, fix
6223         doc-path in menu.
6224
6225 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6226
6227         * scripts/convert-ly.py (FatalConversionError.conv): typo
6228
6229         * Documentation/misc/GNUmakefile: restore misc directory.
6230
6231         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6232
6233         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6234         Petites-Preludes 
6235
6236         * input/test/partial-blank.ly (quickmeasure): syntax
6237
6238         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6239         attachment property.
6240
6241         * Documentation/user/refman.itely: remove superfluous -'s 
6242         (Grace notes): ) fixes.
6243
6244         * lily/music.cc: generic compress(), transpose() functions. Remove
6245         others.
6246
6247         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6248         style markup entry.
6249
6250         * lily/parser.yy: all articulations postfix; remove obligatory -
6251         for [,  ) and \!
6252         
6253         * lily/music.cc (to_relative_octave): write generic
6254         to_relative_octave function; various relative cleanups.
6255         Hmmm.
6256
6257         * lily/scm-option.cc: add options new-relative and old-relative
6258
6259         * po/sv.po: new po file.
6260
6261         * Documentation/user/refman.itely (Dynamics): website
6262         fixes. (should backport!)
6263
6264 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6265
6266         * make/lilypond.mandrake.spec.in: declare version only once.
6267
6268 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6269
6270         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6271         meaning for now.
6272
6273 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6274
6275         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6276
6277         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6278
6279         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6280
6281         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6282
6283         * lily/music.cc (var): add ly:music-transpose function.
6284
6285         * lily/parser.yy (pre_events): remove prefix articulations.
6286
6287         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6288
6289         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6290
6291         * Documentation/user/refman.itely (Text markup): add comment about
6292         markup in header.
6293
6294 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6295
6296         * lily/paper-outputter.cc (write_header_fields_to_file): 
6297         only dump value if it is a string.
6298
6299         * flower/include/dictionary.hh: remove.
6300         
6301         * Documentation/ChangeLog-1.5: add back old log.
6302
6303         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6304         .pfas from a .deb.
6305
6306 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6307
6308         * Documentation/bibliography/engraving.bib: add entry for
6309         Jaschinski's Notation
6310
6311 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6312
6313         * Documentation/user/refman.itely (Beaming): add note about
6314         allowBeamBreak
6315
6316 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6317
6318         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6319         GregorianTranscription contexts
6320
6321         * ly/engraver-init.ly: vaticana contexts: minor fixes
6322
6323         * Documentation/user/refman.itely (Ancient notation): added note
6324         on appendix length bug
6325
6326         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6327         input/test/vaticana.ly: use vaticana contexts; small fixes
6328
6329 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6330
6331         * flower/hash.cc: Remove.
6332
6333         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6334         to (nonexistent?) hash_func_ identifier.
6335
6336         * python/midi.c (midi_error, midi_warning): Use char const* for
6337         __FUNCTION__ argument.
6338
6339         * python/gettext.py: Remove.  We already require python 2.1, which
6340         includes gettext.py.
6341
6342         * configure.in: Require python 2.1, as INSTALL.texi says.
6343         it.
6344
6345         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6346         versions 1.50 and 1.75.  Remove note about lexer patch.
6347
6348 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6349
6350         * Documentation/topdocs/INSTALL.texi: Update type1 font
6351         description to actual situation.  Add comment about new font ball
6352         layout.
6353
6354         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6355         in $LILYPONDPREFIX suffices for installation.
6356
6357 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6358
6359         * debian/control (Build-Depends): Add flex-old as alternative to
6360         flex.  Deprecate bison 1.75.
6361
6362 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6363
6364         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6365         Vaticana contexts
6366
6367         * Documentation/user/refman.itely (Ancient notation): documented
6368         some bugs; tiny fixes; added docu on Vaticana contexts
6369
6370         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6371         scripts
6372
6373 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6374
6375         * Documentation/user/refman.itely (Ancient notation): added some
6376         introductory words; added section on ancient time signatures;
6377         added some @seealso and @refcommands; small fixes and
6378         beautifications
6379
6380 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6381
6382         * input/regression/note-head-style.ly: many fixes and updates
6383
6384         * Documentation/user/refman.itely: added small sections on ancient
6385         accidentals, rests and flags; revised ancient note head section;
6386         small wording/spelling fixes
6387
6388         * input/test/rests.ly: layout fixes
6389
6390 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6391
6392         * input/puer-fragment.ly: bugfix: central C position of do clef
6393
6394         * ly/gregorian-init.ly: workaround: add small padding space before
6395         divisiones (the correct fix would be the spacing engine to handle
6396         this)
6397
6398 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6399
6400         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6401         cue-notes.ly: minor fixes.
6402
6403 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6404
6405         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6406         input/test/custos-style.ly
6407
6408         * Documentation/index.html.in: bugfix: link to Tutorial.html
6409
6410         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6411         to neumes; bugfix: "et": epiphonus, not just a simple pes
6412
6413 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6414
6415         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6416
6417         * lilypond.words: add new features: markup, column, center, \[ \].
6418         
6419 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6420
6421         * Documentation/topdocs/NEWS.texi, DEDICATION,
6422         stepmake/bin/add-html-footer.py
6423         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6424         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6425         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6426         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6427         added (only) after a sentence which is complete; if the sentence is 
6428         not ended a comma `,' or nothing is used. fix also spaces.
6429
6430 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6431
6432         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6433         requirements to plain 1.6.
6434
6435         * buildscripts/mutopia-index.py (read_lilypond_header): update
6436         mutopia-index.py to 1.4 syntax [sic]
6437
6438 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6439
6440         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6441
6442 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6443
6444         * Documentation/index.html.in: url for regression pdf
6445
6446         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6447
6448         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6449
6450         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6451
6452         * VERSION: 1.8.0 released
6453         
6454         * GNUmakefile.in (local-WWW-post): footify build fix.
6455
6456         * configure.in: require GUILE 1.6.4
6457
6458         * Documentation/user/GNUmakefile: don't copy *.png for
6459         lilypond-internals
6460
6461         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6462         local-WWW-post target.
6463         (rsync-web): add rsync-web target
6464
6465         * Documentation/user/introduction.itely (Music notation and
6466         engraving): add neume example
6467
6468         * input/puer-fragment.ly (cantus): add puer-fragment
6469
6470 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6471
6472         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6473         to notes, so that equalizer is actualy being used.
6474
6475         * scm/midi.scm (instrument-equalizer-alist):
6476         (absolute-volume-alist): Define public, so that user can copy or
6477         override.
6478
6479         * lily/key-performer.cc (create_audio_elements): Check for minor
6480         key.  Only if key is minor, set MIDI key to minor.
6481
6482 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6483
6484         * Documentation/user/refman.itely (Hiding staffs): fixes.
6485
6486         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6487
6488         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6489         vertical extents to deal with Hara kiri correctly.
6490
6491         * input/regression/hara-kiri-short.ly: remove
6492
6493         * input/regression/hara-kiri-pianostaff.ly: update test.
6494
6495         * Documentation/user/*.tely: remove WEBTITLE
6496
6497         * scm/output-tex.scm (comment): idem.
6498
6499         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6500
6501         * scm/music-functions.scm (make-lyric-event): new function
6502
6503         * scm/lily.scm (lilypond-version): new function
6504
6505         * input/test/version-output.ly: new file.
6506
6507         * Documentation/user/lilypond.tely: add version number to
6508         front-page.
6509
6510 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6511
6512         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6513
6514 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6515
6516         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6517
6518         * Documentation/user/refman.itely (Hiding staffs): rename node.
6519
6520 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6521
6522         * input/regression/new-markup-syntax.ly (texidoc): remove
6523         molecule-callback override.
6524
6525 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6526
6527         * input/les-nereides.ly: Mark tweaks with %tweak.
6528
6529         * Debian patch, see debian/changelog (Anthony Fok).
6530
6531 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6532
6533         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6534         problem.
6535
6536 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6537
6538         * Documentation/user/refman.itely (Text markup): Fix language bug.
6539
6540 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6541
6542         * input/* : postfix syntax fixes.
6543
6544         * Documentation/user/refman.itely (Text markup): add note about
6545         raise/lower with ^ or _ .
6546         
6547         * po/fi.po: fix \\apply strings.
6548
6549         * lily/parser.yy (open_event): warn for prefix articulations.
6550
6551 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6552
6553         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6554         fix also on parmesan font.
6555
6556 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6557
6558         * VERSION 1.7.30 released
6559         
6560         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6561
6562         * buildscripts/mutopia-index.py (headertext): rewording
6563
6564 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6565
6566         * scm/new-markup.scm (strut-markup): new markup function.
6567
6568         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6569         space also when no accidental is there.
6570
6571 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6572
6573         * input/les-nereides.ly: Updates.
6574
6575 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6576
6577         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6578         which repeats the tag insertion selected from "Insert tag" menu.
6579
6580 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6581
6582         * lily/all-font-metrics.cc (find_font): load AFM files first only
6583         for feta fonts. This fixes problems with TeXlive and other TeX
6584         distros that include AFM files for the CM fonts. 
6585
6586         * scm/font.scm (qualifiers-to-font-name): remove.
6587
6588         * lily/paper-def.cc: remove get_var.
6589
6590         * input/trip.ly: remove file.
6591         
6592         * input/regression/spacing-note-flags.ly (raggedright): remove
6593         stafflinethickness
6594
6595         * input/les-nereides.ly: update to new syntax, cleanups.
6596
6597 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6598
6599         * Documentation/user/refman.itely: Clarify shortest-note problem
6600         of autobeamer.
6601
6602 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6603
6604         * lilypond-mode.el: Add each word to regexps only once.
6605
6606         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6607         is based on the syntax definitions in lilypond.words. Remove all 
6608         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6609         LilyPond->Insert menu is generated by the entries in lilypond.words 
6610         to which have been given a syntax definition.
6611
6612         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6613         \notes, \relative, \score, \simultaneous, \transpose.
6614
6615         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6616
6617         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6618         
6619         * lilypond-mode.el: add menu keywords separately.
6620
6621         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6622
6623 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6624
6625         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6626         current ugly installation method for PFA fonts.
6627
6628 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6629
6630         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6631         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6632
6633         * Documentation/user/music-glossary.tely: update legato.
6634
6635 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6636
6637         * lexer-gcc-3.0.patch: Remove.
6638
6639         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6640
6641 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6642
6643         * debian/rules (binary-arch): remove NEWS.
6644
6645 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
6646
6647         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
6648         stepmake/bin{ many }: polish the `--help's of different scripts;
6649         model taken from the core-utils of Linux.
6650
6651         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
6652
6653 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6654
6655         * flower/parse-afm.cc (parseCharMetrics): add warnings.
6656
6657         * flower/libc-extension.cc: idem.
6658
6659         * flower/include/libc-extension.hh: protect against isinf macros.
6660
6661 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
6662
6663         * { many }: Use two uppercase letters in LilyPond.
6664
6665         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
6666
6667         * VERSION: 1.7.29 released.
6668         
6669 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6670
6671         * lily/tie.cc: add TODO comment.
6672
6673         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
6674
6675         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
6676         linejoins and linecaps. This fixes problems with occasional spikes
6677         on slur/tie endings.
6678         
6679         * input/regression/font-name.ly: don't use PS fonts for
6680         compatibility reasons. 
6681
6682         * mutopia/claop.py (accents): update to 1.8
6683
6684         * Documentation/user/music-glossary.tely (Top): remove 13pt.
6685
6686         * Documentation/user/macros.itexi: don't color glossary links.
6687
6688         * Documentation/user/invoking.itexi (Error messages): new section
6689
6690 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6691
6692         * input/regression/font-name.ly: add file.
6693
6694         * scm/document-backend.scm (grob-doc): remove <hr> from
6695         lilypond-internals
6696
6697         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
6698         reqd version to 1.6.4 
6699
6700         * lily/font-interface.cc (get_font): bugfix: take font-name from
6701         alist chain too. This fixes font-name override for \markup.
6702
6703 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6704
6705         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
6706
6707         * input/test/polymetric-differing-notes.ly: Compile fix.
6708
6709 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
6710
6711         * Documentation/user/refman.itely: fixed typo
6712
6713         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
6714         before flexa
6715
6716 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6717
6718         * input/test/{ many }: search & fix some typos.
6719
6720 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6721
6722         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
6723         images.
6724
6725         * scm/music-functions.scm (make-voice-props-set): set Script /
6726         TextScript dir for polyphony too.
6727
6728         * scm/define-grobs.scm (all-grob-descriptions): decrease space
6729         before clef.
6730
6731         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
6732
6733 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
6734
6735         * Documentation/user/refman.itely (Percussion): Small
6736         clarifications and fixes.
6737
6738         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
6739         threads. This fixes different heads playing simultaneously.
6740
6741 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6742
6743         * Documentation/user/{ many }: increase readability (read through 
6744         User manual from `one big page').
6745
6746 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6747
6748         * input/test/polymetric-differing-notes.ly: add example with
6749         disparate note values.
6750
6751         * input/test/polymetric.ly: rename from poly-metric
6752
6753         * scripts/ly2dvi.py (include_path): bugfix: use outbase
6754         iso. outname.
6755
6756         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
6757         G-clef bbox to real char extents. This fixes the G-clef being
6758         offset too much to the right.
6759         document perc clef offset.
6760
6761         WARNING: FONT CHANGED.
6762
6763         * Documentation/user/tutorial.itely (Tutorial): move menu.
6764
6765 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6766
6767         * buildscripts/lilypond-profile.sh (Error): trim error message.
6768
6769         * Documentation/user/invoking.itexi (Invoking the lilypond
6770         binary): add note about path.
6771
6772         * Documentation/user/macros.itexi: add @c at EOL, hopefully
6773         suppresses superfluous spaces.
6774
6775 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6776
6777         * buildscripts/lilypond-profile.sh: Add documentation to error
6778         message.
6779
6780         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
6781
6782 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6783
6784         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
6785         <mike@ossmann.com>)
6786
6787         * Documentation/bibliography/computer-notation.bib (pages): prune
6788         unscientific language.
6789
6790         * Documentation/user/GNUmakefile: copy unsplit file to
6791         lilypond.html (idem for lilypond-internals).
6792
6793         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
6794
6795         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
6796
6797         * python/lilylib.py (lilypond_version): 2.1 proof version check.
6798
6799         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
6800         fix.
6801         
6802 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
6803
6804         * Documentation/user/{ various }: bind text snippets with their
6805         examples, e.g. by punctuation: This is an example.
6806
6807 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6808
6809         * ly/performer-init.ly (VoiceContext): Typos.
6810
6811         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
6812         builds, leave final-install to toplevel srcdir makefile.
6813
6814         * make/srcdir.make.in (install): New target.
6815
6816 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6817
6818         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
6819         This fixes core dump on MIDI output (Simon Weatherill).
6820
6821         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
6822         on local-WWW-post.
6823
6824 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6825
6826         * make/lilypond.redhat.spec.in: add dvips to reqs.
6827
6828 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6829
6830         * make/srcdir.make.in (web): Add special web target.
6831
6832         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
6833         from inner $(LOOP).
6834
6835         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
6836
6837         * stepmake/stepmake/generic-targets.make (www-targets-help):
6838         * GNUmakefile.in (web-install): Install in $(webdir).
6839
6840         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
6841
6842         * cygwin/changelog: 
6843         * cygwin/mknetrel: Update.
6844
6845         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
6846         (html-doc): Remove (use: web).
6847
6848         * stepmake/stepmake/script-rules.make: 
6849         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
6850         Fix $(config_make) dependencies for srcdir build.
6851
6852         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
6853         target for srcdir build.
6854
6855         * stepmake/make/stepmake.make: 
6856         * make/srcdir.make.in: 
6857         * GNUmakefile.in:
6858         * make/stepmake.make (config_make): Rename variable (was:
6859         configuration).
6860
6861 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6862
6863         * Documentation/user/internals.itely (Manipulating music
6864         expressions): run lilypond on example too.
6865
6866         * flower/include/libc-extension.hh: move lrint define to
6867         header. bugfix.
6868         
6869 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6870
6871         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
6872         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
6873         do we recurse whole tree?).
6874
6875         * GNUmakefile.in (html-doc): Resurrect.
6876
6877         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
6878         obsolete $(package-icon) dependency.
6879
6880 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6881
6882         * Documentation/user/refman.itely (Automatic staff changes):
6883         add seealso 
6884
6885         * Documentation/index.html.in: link to bigpage.
6886
6887         * Documentation/user/tutorial.itely (Tutorial): streamline.
6888
6889         * Documentation/index.html.in: url typo.
6890
6891         * VERSION (PACKAGE_NAME): release 1.7.28
6892
6893         * python/lilylib.py (error_log): remove '/' from name.
6894
6895         * input/regression/pedal.ly: remove; dups input/test/
6896         
6897         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
6898
6899         * Documentation/index.html.in: python style doco index.
6900
6901         * Documentation/{footer,header}.html.in (src): remove, 
6902
6903         * Documentation/pictures: remove all but lelie-logo.xpm.
6904
6905         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
6906         before running makeinfo.
6907
6908         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
6909         @code{}
6910
6911 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6912
6913         * input/test/bar-number-regular-interval.ly: rename.
6914
6915         * Documentation/user/*: various fixes. 
6916
6917 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
6918
6919         * Documentation/{ many }: polish for update-all-menus. typos.
6920
6921         * po/fi.po: fixes.
6922
6923         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
6924
6925         * buildscripts/mutopia-index.py: polish.
6926
6927         * input/regression/{ many }, input/test{ many }: polish texidocs.
6928
6929 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6930
6931         * scripts/convert-ly.py (FatalConversionError.conv): rule for
6932         pedal-style
6933
6934         * lily/text-spanner.cc (brew_molecule): use bracket-flare
6935         iso. edge-widen.
6936
6937         * lily/piano-pedal-engraver.cc (process_music): change from
6938         process_acknowledged ()
6939
6940         * lily/piano-pedal-bracket.cc: new file. Change
6941         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
6942         cleaned up.
6943
6944         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
6945
6946         * input/regression/tuplets.ly (texidoc): rename file.
6947
6948         * po/fr.po: update
6949
6950         * buildscripts/lilypond-profile.sh: error message if script is not
6951         sourced.
6952
6953         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
6954         bracket-flare
6955         (make_bracket): simplify code.
6956
6957         * lily/parser.yy (verbose_command_req): catch typos in \key scale
6958         argument.
6959
6960         * python/lilylib.py (lilypond_version_check): new function
6961
6962         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
6963
6964         * scripts/ly2dvi.py (run_lilypond): add version check.
6965
6966         * scripts/lilypond-book.py (option_definitions): typo
6967
6968         * scripts/ly2dvi.py (include_path): typo
6969
6970         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
6971
6972         * lily/parse-scm.cc (parse_handler): typo
6973
6974         * Documentation/user/macros.itexi: use @heading for headings.
6975
6976         * Documentation/user/refman.itely: updates, fixes.
6977
6978 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
6979
6980         * po/fi.po: add Finnish translations. fixes.
6981
6982         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
6983
6984         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
6985         from lily/glissando-engraver.cc.
6986
6987 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6988
6989         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
6990         for non-first _broken_ bracket.
6991
6992         * Documentation/user/refman.itely: corrections.
6993
6994 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6995
6996         * lily/new-fingering-engraver.cc (position_scripts): add heads to
6997         support of the fingerings.
6998
6999         * po/fr.po: French translation update.
7000
7001         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7002         strings.
7003
7004 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7005
7006         * Documentation/user/introduction.itely: Small fixes.
7007
7008 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7009
7010         * Documentation/topdocs/AUTHORS.texi: polish.
7011
7012 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7013
7014         * Documentation/user/introduction.itely: revise
7015
7016         * Documentation/user/tutorial.itely: reorganise.
7017
7018         * Documentation/topdocs/index.tely: remove.
7019
7020         * Documentation/header.html.in: prune.
7021
7022         * GNUmakefile.in: clean up web building.
7023
7024         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7025         target.
7026
7027 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7028
7029         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7030
7031         * lilypond-mode.el: turn on blink-matching-paren.
7032
7033 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7034
7035         * scm/output-sodipodi.scm (svg-header): Fix typo.
7036
7037 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7038
7039         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7040         fixes a security hole.
7041
7042         * scripts/lilypond-book.py (original_dir): remove temp_dir
7043
7044         * scm/document-translation.scm: use @code tags.
7045
7046 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7047
7048         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7049
7050         * lilypond-mode.el: add a buffer-local post-command-hook to set
7051         context dependent syntax-table after each cursor event. Remove old
7052         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7053
7054         * lilypond-indent.el: update comments.
7055
7056         * Documentation/footer.html.in: add period.
7057
7058 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7059
7060         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7061
7062         * scm/document-translation.scm (document-property-operation): add
7063         @code{} tags.
7064
7065         * VERSION (PACKAGE_NAME): release 1.7.27
7066
7067         * config.make.in: add PAPER variable
7068
7069         * buildscripts/new-chords.py (help): add help text
7070
7071         * Documentation/user/introduction.itely (Typography and program
7072         architecture):  fixes.
7073
7074         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7075         for texinfo and dvips. This fixes problems with PDF output of the
7076         wrong size.
7077
7078         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7079         DVIPS_PAPERSIZE variable
7080
7081         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7082         TEXINFO_PAPERSIZE variable 
7083
7084 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7085
7086         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7087
7088         * mf/feta-toevallig.mf: lowres fixes.
7089
7090 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7091
7092         * NEWS: Typo and fill-paragraph fixes.
7093
7094         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7095         cast #define.
7096
7097         * configure.in: 
7098         * config.hh.in: Check for lrint.
7099
7100 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7101
7102         * VERSION: 1.7.26 released
7103
7104         * lily/separation-item.cc: add padding property.
7105
7106         * input/test/*.ly: various fixes, remove solo-a2.ly
7107
7108         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7109         bugfix. Fixes old-style markup compatibility.
7110
7111         * Documentation/user/introduction.itely (Introduction): historical
7112         elucidations
7113
7114         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7115
7116         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7117
7118         * Documentation/index.texi (Top): cleanup.
7119
7120         * Documentation/user/introduction.itely (Introduction): rewrite
7121         introduction, 
7122         (Music notation and  engraving): about notation. Add flat-picture
7123
7124 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7125
7126         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7127         separation items. This keeps lyrics from bumping into each other.
7128
7129 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7130
7131         * GNUmakefile.in (topdocs-web): New target.
7132         (local-web): Depend on topdocs-web; fixes html-doc.
7133
7134 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7135
7136         * po/lilypond.pot: run po-replace
7137
7138         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7139
7140         * scm/drums.scm (reset-drum-kit): new function.
7141
7142         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7143
7144         * scripts/update-lily.py: remove
7145         
7146         * VERSION: release 1.7.25
7147         
7148         * Documentation/user/introduction.itely (Introduction): rewrite
7149         start of introduction.
7150
7151 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7152
7153         * lily/all-font-metrics.cc: fixed typo
7154
7155 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7156
7157         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7158         LilyPond-mode-context-set-syntax-table): new functions to define
7159         the syntax table according to context.
7160
7161         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7162
7163 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7164
7165         * Documentation/user/refman.itely (Figured bass): 
7166         language nit courtesy http://www.vocabula.com
7167
7168         * GNUmakefile.in: remove no kpathsea hack.
7169
7170         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7171         doco.
7172
7173         * GNUmakefile.in: remove web-doc target.
7174
7175         * lily/all-font-metrics.cc (find_afm): add message about
7176         buildscripts/clean-fonts.sh 
7177
7178         * scm/define-music-properties.scm (figure): use string for 'figure
7179
7180         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7181
7182         * input/regression/ : add raggedright = ##t where applicable. 
7183         
7184         * scm/bass-figure.scm (make-bass-figure-markup): add
7185         alignBassFigureAccidentals property.
7186
7187         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7188         bracket.
7189
7190         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7191         syllables widths into account for minimum-length.
7192
7193         * input/test/staff-container.ly: update file
7194
7195         * input/test/stem.ly: remove
7196
7197         * lily/event.cc (LY_DEFINE): add ly: prefix.
7198
7199         * input/test/clef-manual-control.ly: from manual-clef
7200
7201         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7202
7203         * input/test/different-time-signatures.ly: move to poly-metric.ly
7204
7205         * input/test/hara-kiri*,scales.ly: remove
7206         
7207         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7208         with chord-names-jazz.ly)
7209
7210         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7211         get scalable cm fonts too.
7212
7213         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7214         --encoding for mftrace if present.
7215
7216         * input/regression/slur-area.ly: move from test/
7217
7218         * input/test/: remove simple-slur-endings slur-attachment
7219         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7220         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7221         slur-symmetry slur-symmetry tie-broken.ly
7222
7223         * scm/drums.scm (set-drum-kit): add function.
7224
7225         * Documentation/user/refman.itely (Percussion staves): use
7226         set-drum-kit
7227
7228         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7229         too
7230         (Global_measure.set_timesig): handle 3/8 time sig too.
7231
7232         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7233         note about triangle note heads.
7234
7235         * scm/drums.scm: use alist for instrument-settings. This fixes the
7236         bug with assigning to drums in the .ly file.
7237
7238         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7239         CHANGED.
7240
7241         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7242         cluster-beacon-interface
7243
7244         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7245
7246         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7247
7248         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7249
7250         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7251         to get positions.
7252
7253         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7254         make ClusterSpannerBeacon to record Y positions. This removes the
7255         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7256         make cluster-note-events.
7257
7258 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7259
7260         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7261
7262         * configure.in: Use lily/main.cc as identifying source file.
7263
7264         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7265
7266         * config.hh.in: 
7267         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7268
7269         * configure.in: Require PYTHON >= 2.0.
7270
7271         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7272           $PYTHON for include dir location.
7273         (STEPMAKE_PYTHON): New function.  Use
7274         
7275             PYTHON=foo ./configure
7276
7277           to override.
7278
7279 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7280
7281         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7282         something.
7283
7284         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7285         ftp.lilypond.org everywhere.
7286
7287 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7288
7289         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7290         detected.
7291
7292         * Documentation/user/refman.itely (Grace notes): note on explicit
7293         contexts
7294
7295 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7296
7297         * lilypond-font-lock.el: add a comment about LilyPond specific
7298         escape characters: ^, - and _, in the syntax table.
7299
7300         * Documentation/user/appendices.itely: a majuscule fix.
7301
7302 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7303
7304         * input/test/trills.ly (endHorizScript): fixes.
7305
7306         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7307         notation, move from regression.
7308
7309         * input/test/script-stack.ly: change name from stacked-scripts
7310
7311         * input/test/ossia.ly: octave errors.
7312
7313         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7314         for midi-volume-equaliser
7315
7316 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7317
7318         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7319         cm fonts.
7320
7321         * mf/feta-beugel.mf: don't multiply font_count by 10.
7322
7323         * lily/lookup.cc (horizontal_line): new function. Use
7324         horizontal-line in output backends.
7325
7326         * Documentation/user/tutorial.itely (An orchestral part): new
7327         section on orchestral stuff and identifiers.
7328
7329 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7330
7331         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7332         some interference to other modes.
7333
7334 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7335
7336         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7337         not maximum of spacing wishes in polyphonic situations.
7338
7339         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7340         number
7341
7342         * lilypond-indent.el: remove paren matching. 
7343
7344         * lily/text-item.cc (interpret_new_markup): new function
7345         use iso. text2molecule.
7346
7347         * lily/main.cc (notice): change FSF address 
7348
7349         * po/de.po: update PO file to 1.6.
7350
7351 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7352
7353         * Documentation/user/ {many}: Add periods and remove spaces.
7354         
7355 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7356
7357         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7358         Disable buffer-locally default paren hook and make a new one. 
7359
7360         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7361         locally LilyPond-paren-mode. Add todo for mouse double-click.
7362
7363 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7364
7365         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7366         Disable buffer-locally default paren idle timer and make a new one. 
7367
7368         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7369         locally LilyPond-show-paren-mode. Add to menu a toggle for
7370         LilyPond-show-paren-function.
7371
7372 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7373
7374         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7375
7376 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7377
7378         * Documentation/user/refman.itely: spelling fix.
7379
7380         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7381         paren highlight function definitions. add todo for
7382         LilyPond-show-paren-mode.
7383
7384 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7385
7386         * input/template/jazz-combo.ly: new file.
7387
7388 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7389
7390         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7391         lo-res fixes.
7392
7393         * mf/feta-schrift.mf: bugfix in varcoda sign.
7394         WARNING: FONT CHANGED
7395
7396         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7397         in accordance with lexer.ll.   
7398
7399 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7400
7401         * Documentation/user/tutorial.itely: Edit introduction.
7402
7403 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7404
7405         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7406         ly:grob-staff-position
7407
7408 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7409
7410         * scm/to-xml.scm: import srfi-1
7411
7412         * VERSION (MAJOR_VERSION):  release 1.7.24
7413
7414         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7415
7416         * scripts/lilypond-book.py (do_file): put texidoc before image.
7417         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7418
7419         * input/regression/*.ly: fix snippet octaves 
7420
7421         * input/test/spanner-after-break-tweak.ly: import
7422         broken-spanner-adjustment
7423
7424         * input/no-notation/midi-transposing.ly: move from input/test/
7425
7426         * input/test/: remove chord-markup
7427
7428         * input/regression/instrument-name-partial.ly: move from input/test.
7429
7430         * input/test/vertical-text.ly: remove
7431
7432         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7433         space above lyrics lines.
7434
7435         * input/test/uniform-breaking.ly: remove file.
7436
7437         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7438         uniform spacing density. 
7439
7440         * input/test/chords.ly (keys): remove file.
7441
7442         * scm/documentation-lib.scm (oop): use srfi-1 too.
7443
7444         * input/regression/*.ly: add \version
7445
7446         * Documentation/user/*.itely: various fixes.
7447
7448         * buildscripts/mf-to-table.py (base): break table every three
7449         symbols.
7450
7451         * input/:  remove %% new-chords-done %% .
7452
7453         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7454         os-music.ly
7455         
7456 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7457
7458         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7459
7460         * scm/new-markup.scm (box-markup): new function.
7461         (box-markup): new function. Contributed by Dick Schoeller
7462         <schoeller@attbi.com>
7463
7464         * scm/lily.scm: remove reduce-no-unit 
7465         (list-insert-separator): use fold-right
7466
7467         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7468         of arguments. 
7469
7470         * NEWS: more neutral language for ancient notation 
7471
7472         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7473         inside pointing beaming for chord tremolo.
7474
7475         * Documentation/user/lilypond-book.itely: minor editing
7476
7477 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7478
7479         * NEWS: added news for 1.8 regarding ancient notation
7480
7481         * Documentation/user/refman.itely (Gregorian square neumes
7482         ligatures): fixed typo
7483
7484         * lily/vaticana-ligature-engraver.cc,
7485         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7486         lower/upper head of Pes only when heads are stacked
7487
7488         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7489         scm/define-grob-properties.scm: cleanup: make "join-left" a
7490         boolean grob property and save delta pitch in grob property
7491         "delta-pitch" instead
7492
7493         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7494
7495 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7496
7497         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7498         completely borked
7499
7500         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7501         (try_music): bug fix: beam multiplicity was completely borked.
7502
7503         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7504         first-n, butfirst-n in favor of srfi-1 functions.
7505         remove string-join, string-pad in favor of srfi-13 functions.
7506
7507         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7508
7509         * NEWS: use complete sentences.
7510
7511         * Documentation/user/introduction.itely (Example applications):
7512         add note about databases and lilypond-book.
7513
7514         * input/test/volta.ly: remove file
7515
7516         * input/regression/volta-broken-left-edge.ly: simplify file
7517
7518 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7519
7520         * Documentation/user/refman.itely (Constructing a tweak): new
7521         subsection.
7522
7523         * Documentation/user/tutorial.itely (Fine tuning layout): add
7524         common tweaks.
7525
7526         * scm/define-grobs.scm (TextScript): use new brewer.
7527
7528 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7529
7530         * VERSION: release 1.7.23
7531
7532         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7533
7534         * python/lilylib.py (make_ps_images): bugfixes.
7535
7536         * input/regression/volta-multi-staff.ly: new file.
7537
7538         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7539
7540         * Documentation/user/tutorial.itely (Piano staffs): new section.
7541         (Setting variables): new section
7542         (Fine tuning layout): new section
7543
7544         * input/just-friends.ly: remove file. Superseeded by
7545         input/test/chords-without-melody.ly
7546
7547         * ly/property-init.ly: add all commands to refman.
7548
7549         * scm/define-translator-properties.scm: remove
7550         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7551
7552         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7553         name. Underscores botch up PS output.
7554
7555         * scm/define-translator-properties.scm: remove
7556         textNonEmpty, oneBeat, regularSpacingDelta
7557
7558         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7559         rule for automaticBars.
7560
7561         * lily/timing-engraver.cc (start_translation_timestep): change
7562         barNonAuto to automaticBars
7563
7564 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7565
7566         * input/test/perform-tie.ly: delete file.
7567
7568 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7569
7570         * Documentation/user/refman.itely (Gregorian square neumes
7571         ligatures): bugfix: do not show ledger lines in neumes table
7572         (fixed by setting staff symbol to transparent rather than removing
7573         it from staff context)
7574
7575 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7576
7577         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7578         glue into brew-new-markup-molecule.
7579
7580         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7581
7582         * Documentation/user/introduction.itely (Computerized typography):
7583         new section
7584
7585         * Documentation/user/tutorial.itely (An orchestral part): remove
7586         pc example from tutorial.
7587
7588         * input/tutorial/lilbook.tex: use screech-boink
7589
7590         * scripts/lilypond-book.py (compile_all_files): split formatting
7591         output body and scheduling lilypond compilation.
7592         (format_lilypond_output_bodies): new function
7593         (format_lilypond_block): new function
7594         (html_pages): allow multi-page images in HTML
7595
7596         * python/lilylib.py (make_ps_images): rename function from
7597         make_preview, merge with make_page_images
7598
7599 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7600
7601         * input/test/key-clefs.ly: moved to regression.
7602
7603         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7604
7605         * input/no-notation/README: added note about midi-*.ly files.
7606
7607         * input/test/two-key.ly: moved to no-notation/parse5.ly
7608
7609         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7610         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7611
7612         * input/test/ {various}: modified comments, marked some for deletion.
7613
7614         * input/test/lines.ly: deleted file; duplicate of
7615         embedded-postscript.ly
7616
7617         * input/test/mmrest-collision: moved to regression.
7618
7619 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7620
7621         * scm/chord-name.scm (note-name->markup): don't superscript root
7622         alterations in chordnames.
7623
7624 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7625
7626         * Documentation/user/refman.itely (Multi measure rests): more
7627         index/cross-referencing.
7628
7629         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7630
7631         * scm/font.scm: remove properties-to-font-name code.
7632
7633         * scm/define-grob-properties.scm: remove 'type
7634
7635         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7636         conversion
7637
7638         * lily/text-spanner.cc: change 'type grob prop to 'style 
7639
7640         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7641         "first" flag to decide whether to make a start-repeat
7642
7643         * input/regression/grace-volta-repeat-2.ly: new file.
7644
7645 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7646
7647         * lilypond-indent.el: rename generic functions to LilyPond-*
7648
7649 2003-06-22  Graham Percival  <gperlist@shaw.ca>
7650
7651         * input/test/thumb.ly: delete, merged into refman.
7652
7653         * Documentation/user/refman.itely: added thumb info to Fingering.
7654
7655         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
7656         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
7657         vertical-align.ly : deleted files.
7658
7659 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7660
7661         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
7662
7663         * lily/line-spanner.cc (broken_trend_offset): remove function.
7664         (get_broken_offset): idem.
7665         (brew_molecule): rewrite the line-break case.
7666
7667         * input/regression/follow-voice-break.ly:  new file.
7668
7669         * lily/line-spanner.cc (after_line_breaking): remove lines at the
7670         start of a system.
7671
7672 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7673
7674         * input/test/tuplet-rest.ly: moved to regression.
7675
7676         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
7677         deleted file.
7678
7679         * input/test/ {many} : marked file for possible deletion.
7680
7681 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7682
7683         * input/regression/beam-funky.ly: add note about (disputed)
7684         correct beaming.
7685
7686         * ly/engraver-init.ly (ScoreContext): put key-signature after
7687         staff-bar
7688         
7689 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7690
7691         * input/test/ broken.ly lyric-phrasing.ly: deleted.
7692
7693         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
7694
7695         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
7696
7697         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
7698         stem-extend was deleted (it was duplicate example, and not as
7699         good).
7700
7701         * input/test/[s-z]*.ly: add texidoc index.
7702
7703 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7704
7705         * lily/slur.cc (get_boundary_notecolumn_y): change name from
7706         get_first_notecolumn_y
7707
7708         * lily/spanner.cc (broken_spanner_index): new function.
7709
7710 2003-06-19  Graham Percival  <gperlist@shaw.ca>
7711
7712         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
7713         lyric-hyphen.ly : moved to regression.
7714
7715         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
7716         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
7717
7718         * input/test/instrument-name-mmrest.ly: moved to
7719         ../regression/multi-measure-rest-instr-name.ly
7720
7721         * input/test/knee-sym.ly: moved to
7722         ../regression/beam-knee-symmetry.ly.
7723
7724         * input/test/hymn.ly: change comments.
7725
7726         * input/test/[p-r]*.ly: add texidoc index.
7727
7728 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7729
7730         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
7731         to postfix syntax
7732         
7733         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
7734         syntax.
7735
7736         * VERSION: release 1.7.22
7737
7738 2003-06-18  Graham Percival  <gperlist@shaw.ca>
7739
7740         * input/test/[h-k]*.ly: added texidoc index.
7741
7742         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
7743
7744         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
7745
7746         * input/test/ various : mark files for deletion or moving to
7747         regression.
7748
7749         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
7750
7751         * input/test/[l-o]*.ly: added texidoc index.
7752
7753 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7754
7755         * scm/music-functions.scm (make-ottava-set): 
7756         only do ottavation if centralCPosition is set.
7757
7758         * lily/translator-scheme.cc (ly:context-property-where-defined):
7759         return '() if not found.
7760
7761 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
7762
7763         * lilypond-mode.el (LilyPond-un-comment-region): removed.
7764         Use one command for both commenting and uncommenting.
7765
7766         * lilypond-indent.el (LilyPond-comment-region): new function,
7767         (un)comments each line separately.
7768
7769         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
7770         
7771         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
7772         imenu is not added by default; adapted from f90.el,
7773         makes Help-menu, which does not fit, visible in XEmacs.
7774         
7775 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
7776
7777         * lilypond-mode.el: Set show-paren-mode local; minor-mode
7778         show-paren-mode sets blink-matching-paren-on-screen local.
7779         Try to make show-paren-function to paren-highlight local.
7780
7781         * lilypond-indent.el (LilyPond-scan-sexps): new function.
7782         Copy definitions of Emacs' show-paren-function and
7783         XEmacs' paren-highlight and make minimal changes;
7784         add comments about locality. 
7785         Fix matching first open-paren-char in '<< .. >>'.
7786
7787 2003-06-16  Graham Percival  <gperlist@shaw.ca>
7788
7789         * input/test/g*: added texidoc index.
7790
7791         * input/test/[a-g]*: added raggedright==#t when it
7792          seemed appropiate.
7793
7794         * input/test/ fake-grace.ly figured-bass.ly : removed file.
7795
7796         * Documentation/topdoc/INSTALL.texi: removed false warnings
7797         about gcc 3.3.
7798
7799 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7800
7801         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
7802
7803         * input/test/chords-without-melody.ly (texidoc): add from
7804         input/just-friends.ly
7805
7806         * input/regression/size{13--26}.ly: move from input/
7807
7808         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
7809         input/{star-spangled-banner,twinkle}.ly: remove 
7810         
7811         * lily/slur.cc: remove slur over rest warnings.
7812
7813         * lily/note-spacing.cc (get_spacing): include left part of right
7814         object in fixed space. This fixes stretched space before
7815         accidentals.
7816
7817         * input/regression/spacing-accidental-stretch.ly: new file.
7818
7819 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
7820
7821         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
7822         Reduce to 16pt.
7823
7824 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7825
7826         * input/regression/spacing-knee.ly: docstring
7827
7828         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
7829
7830         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
7831         input/tutorial/{test,solar,flowing}.ly: remove
7832
7833         * input/rhythm.ly: remove
7834
7835         * input/mutopia/F.Schubert/standchen.ly: update syntax.
7836
7837         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
7838         update syntax. 
7839
7840         * scm/define-grobs.scm (all-grob-descriptions): set
7841         knee-spacing-correction to 1.0
7842
7843         * lily/note-spacing.cc (stem_dir_correction): compute knee
7844         correction using stem-thickness and head width.
7845
7846         * input/regression/beam-quanting-horizontal.ly: update texidoc
7847
7848         * scm/define-grobs.scm (all-grob-descriptions): set
7849         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
7850         This fixes 32nd beams for noteheads in spaces quants.
7851
7852         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
7853
7854 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7855
7856         * README.mandrake: Change lilypond-extras to lilypond-documentation.
7857
7858 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7859
7860         * input/test/dpncnt.ly,part-combine-score.ly: remove.
7861
7862         * VERSION (PACKAGE_NAME): release 1.7.21
7863
7864         * input/regression/stem-shorten.ly: new file.
7865
7866         * lily/stem.cc (get_default_stem_end_position): revise stem
7867         shortening code.
7868
7869         * input/regression/spacing-multi-tuplet.ly: move from input/test/
7870
7871         * input/test/{scripts,volta-start,sleur}.ly: remove
7872         
7873         * input/regression/span-bar.ly: smaller file.
7874
7875         * input/regression/spacing-{natural,tight,loose}.ly: remove
7876
7877         * input/test/markup.ly: remove
7878
7879         * scripts/lilypond-book.py: put printfilename in separate chunk,
7880         so texidoc is printed after the filename.  
7881
7882 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7883
7884         * make/lilypond.mandrake.spec.in: fix docdirs.
7885
7886 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7887
7888         * input/regression/beam-french.ly: bugfix.
7889
7890         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
7891
7892         * input/regression/(various).ly: add raggedright = #t.
7893
7894         * input/regression/auto-beam.ly: move from abe.ly
7895
7896 2003-06-13  Graham Percival  <gperlist@shaw.ca>
7897
7898         * input/test/f*.ly: added texinfo index.
7899         
7900         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
7901
7902 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7903
7904         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
7905         quant penalty for beam just outside staff.
7906
7907         * input/regression/beam-quanting-horizontal.ly (texidoc): move
7908         from beam-pos.ly,  remove non-horizontal tests. 
7909
7910         * input/test/(various): cleanup header info. 
7911
7912         * input/test/tchaikovsky.ly: remove file.
7913
7914         * scm/chord-generic-names.scm: move from
7915         double-plus-new-chord-name.scm
7916
7917         * input/test/orchestscore.ly: remove file
7918
7919         * Documentation/user/refman.itely (Vocal music): update documentation.
7920
7921         * scm/define-translator-properties.scm (chordNoteNamer): remove
7922         chordNameStyle, use chordNameFunction
7923
7924         * scm/chord-name.scm (set-chord-name-style): remove
7925         set-chord-name-style. Use \property chordNameFunction.
7926
7927 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7928
7929         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
7930         music): remove @TeX{} command.
7931
7932 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7933
7934         * lilypond-indent.el (scan-sexps): Renamed to
7935         aargh-this-breaks-other-emacs-modes-scan-sexps.
7936
7937 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7938
7939         * lilypond-indent.el: Fix: match concurrent one-char opening and 
7940         closing slurs: '()', etc. Add comments.
7941
7942         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
7943
7944         * lilypond-font-lock.el: match unending string at eof.
7945
7946         * make/lilypond.mandrake.spec.in: refreshed packed file list.
7947         
7948 2003-06-10  Graham Percival  <gperlist@shaw.ca>
7949
7950         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
7951         input/test/beam-dir.ly input/test/beam-position.ly    
7952         input/test/beam-suspect.ly input/test/beam-trend.ly    
7953         input/test/beams.ly input/test/crescendo-text.ly : deleted
7954         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
7955         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
7956         * input/test/default-bars.ly: moved to bar-always.ly
7957         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
7958
7959 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7960
7961         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
7962
7963 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7964
7965         * scm/chord-ignatzek-names.scm (remove-step): rename file.
7966
7967 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
7968
7969         * lilypond-indent.el: Match better slurs in scheme expressions.
7970         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
7971
7972         * Documentation/user/invoking.itexi: document Emacs' paren matching.
7973
7974 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7975
7976         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
7977
7978         * input/ac-extra-voice.ly: Add texidoc.
7979
7980         * ly/chord-modifiers-init.ly: 
7981         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
7982         and chordNameExceptionsPartial for new chord names.
7983
7984         * input/test/chord-names-dpnj.ly: 
7985         * input/test/dpncnt.ly: Update.
7986
7987         * scm/chord-name.scm: 
7988         * scm/double-plus-new-chord-name.scm: Add compatibility for new
7989         chord selection and options.
7990
7991         * ly/chord-modifiers-init.ly: Add exceptions 
7992
7993         * scm/define-translator-properties.scm (chordNameStyle) 
7994         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
7995
7996 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
7997
7998         * ly/property-init.ly (germanChords): Added.
7999         (semiGermanChords): Added.
8000         
8001         * input/test/chord-names-german.ly: Use new macros
8002         
8003 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8004
8005         * lilypond-indent.el: Use similar parenthesis highlighting for 
8006         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8007         functions; removed LilyPond-show-paren-function. Fix indenting.
8008         Turn paren-matching on also in XEmacs.
8009
8010         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8011         as needed by parenthesis highlighting functions (in scan-sexp).
8012
8013 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8014
8015         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8016         function.
8017         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8018
8019 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8020
8021         * lilypond-indent.el: tune regexp for show-paren-function.
8022
8023 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8024
8025         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8026         for all LilyPond-produced tex snippets.
8027
8028         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8029         fixes one line --preview output of ly2dvi.
8030
8031 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8032
8033         * lilypond-indent.el: match only one type of slurs in
8034         LilyPond-show-paren-function.
8035
8036 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8037
8038         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8039         * debian/lilypond1.7.dirs: 
8040         * debian/lilypond1.7-doc.dirs: New file.
8041
8042         * input/regression/chord-name-exceptions.ly: Add parameter for
8043         ignatzekExceptions.  Quote hash in docstring.
8044
8045 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8046
8047         * lilypond-indent.el (show-paren-function): define show-paren-function
8048         as LilyPond-blink-matching-open and use it for closing parens.
8049         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8050
8051         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8052         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8053         LilyPond-blink-matching-paren in order to match both open and close
8054         brackets.
8055         
8056 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8057
8058         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8059         testing by modifying the code from FSF Emacs paren.el. Add comments.
8060
8061 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8062
8063         * input/test/dpncnt.ly: Transpose example to match new
8064         default \chords octave.  Add comment.
8065         
8066         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8067         comment about octave change.
8068
8069 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8070
8071         * input/test/[d,e]: added texinfo index tags.
8072         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8073
8074 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8075
8076         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8077
8078 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8079
8080         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8081         as in blink-matching-open.
8082
8083 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8084
8085         * input/test/[a-c]: more comments in files.
8086         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8087         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8088         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8089         mark file for proposed deletion.
8090         * input/test: renaming files:
8091         auto-beam-4-8.ly to beam-auto-4-8.ly
8092         auto-beam-override.ly to beam-auto-override.ly
8093         auto-beam.ly to beam-auto.ly
8094         blank.ly to blank-paper.ly
8095         absolute-volume.ly to dynamic-absolute-volume.ly
8096
8097 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8098
8099         * input/test/dpncnt.ly: 
8100         * input/test/chord-names-dpnj.ly: Resurrect.
8101
8102         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8103
8104         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8105
8106         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8107         Better docstring, add parameter OMIT-ROOT, tidy up.
8108
8109 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8110
8111         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8112
8113 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8114
8115         * scm/output-ascii-script.scm (as-font-alist-alist):
8116         (as-properties-to-font-name):
8117         (as-make-style-sheet): Remove.
8118
8119         * scm/font.scm (as-make-font-list): New function.
8120         (as-font-sheet-alist): New variable.
8121
8122         * ly/paper-as9-init.ly: 
8123         * ly/paper-as5-init.ly: Update.
8124
8125         * ly/paper-as5.ly:
8126         * ly/paper-as9.ly: New file.
8127
8128 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8129
8130         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8131
8132 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8133         * input/sondag-morgen/*: removed due to copyright concerns.
8134         * input/[a,b]*.ly: added a newline at the end of the texinfo
8135         doc string (produces better output in HTML version).
8136         * input/c*.ly: added texinfo index and added comments to
8137         aid in future changes to input/test/ files.
8138
8139 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8140         
8141         * Documentation/user/refman.itely: fixed build problem (missing
8142         file) caused by previous renaming.
8143
8144 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8145         
8146         * input/test/[a,b]*.ly: added texinfo index and added comments to
8147         aid in future changes to input/test/ files.
8148         * input/test/bar-number-every-5-reset.ly: renamed to
8149         bar-number-every-five-reset.ly
8150         * input/test/bar-script-visibility.ly: renamed to
8151         bar-number-show-all.ly
8152
8153 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8154
8155         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8156         to Voice.
8157
8158         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8159         out note-line and glissando functionality.
8160         
8161         * lily/line-spanner.cc (brew_molecule): cleanup.
8162
8163 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8164
8165         * scripts/as2text.scm: Use rdelim module.
8166         (start-system): Rename from start-line.
8167         (stop-system): Rename from stop-line.
8168         (af-gulp-file): Use string iso symbol for getenv.
8169
8170         * scm/output-ascii-script.scm: Add guile and lily modules.
8171         (font-name-alist): New variable.
8172         (draw-line): New function.
8173
8174         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8175         (Were these silently removed, without ChangeLog entry?)
8176
8177 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8178
8179         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8180         process 2nd ottava correctly.
8181
8182 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8183
8184         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8185
8186 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8187
8188         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8189
8190 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8191
8192         * VERSION: release 1.7.20
8193         
8194         * lily/text-spanner.cc (brew_molecule): clean up function. This
8195         fixes bugs with broken 8va spanners.
8196
8197         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8198         This prevents spurious line-breaks with raggedright
8199         
8200 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8201
8202         * lily/key-performer.cc (create_audio_elements): always use major
8203         key
8204
8205         * Documentation/user/internals.itely: updates
8206
8207         * input/regression/beam-break.ly: new file.
8208
8209         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8210         beams if starting or terminating stems have 'beaming set.)
8211
8212         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8213         property.
8214
8215         * lily/parser.yy (verbose_command_req): add comment about scales.
8216
8217 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8218
8219         * lilypond-indent.el: adjust regexps in bracket-matching.
8220
8221 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8222
8223         * Documentation/user/refman.itely: more tiny fixes
8224
8225         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8226         "Chord names"; added table with input syntax for solesmes neumes
8227         table; added some words about rationale on input syntax design
8228
8229         * lily/gregorian-ligature-engraver.cc,
8230         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8231         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8232         alignment of Pes Initio Debilis
8233
8234         * Documentation/user/refman.itely,
8235         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8236         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8237         bugs in the solesmes neumes table
8238
8239 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8240
8241         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8242         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8243
8244         * lilypond-mode.el: fix tag-score. small improvements.
8245
8246 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8247
8248         * .cvsignore: Add aclocal.m4.
8249
8250         * lily/music-constructor.cc: Include <assert.h>.
8251
8252 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8253
8254         * ly/engraver-init.ly (HaraKiriStaffContext): use
8255         RemoveEmptyStaffContext instead.
8256
8257         * Documentation/user/refman.itely: updates
8258
8259 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8260
8261         * Documentation/user/refman.itely: added solesmes neumes table;
8262         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8263         bugfix: "Ornaments" -> "Articulations"
8264
8265         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8266
8267 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8268
8269         * lilypond-indent.el: Add a message about trying to match \] or \).
8270         
8271 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8272         
8273         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8274         obsolete "arithmetic_*"
8275
8276         * input/bugs/ligatures.ly: removed (will be put into a different
8277         directory later)
8278
8279 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8280
8281         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8282         libkpathsea (Maurizio Tomasi).
8283
8284 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8285
8286         * input/regression/repeat-slash.ly (texidoc): new file
8287
8288         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8289         slash repeats separately. Slash repeats and %
8290         repeats can now be nested.
8291
8292 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8293
8294         * lilypond-indent.el: Add preliminary test for closing \] and \).
8295         
8296 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8297
8298         * lily/gregorian-ligature-engraver.cc,
8299         lily/vaticana-ligature-engraver.cc,
8300         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8301         mf/parmesan-heads.mf: various semivocalis related bugfixes
8302
8303         * input/bugs/ligatures.ly: new file demonstrating problems with
8304         ligatures
8305         
8306 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8307
8308         * lilypond-mode.el,
8309         lilypond-font-lock.el,
8310         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8311
8312 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8313
8314         * lilypond-mode.el: Remove outdated code. Stress the difference 
8315         between Emacs and XEmacs definitions.
8316
8317         * lilypond-mode.el,
8318         lilypond-indent.el: Define a function interactive only when necessary.
8319
8320 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8321
8322         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8323         Use inactive regions also in XEmacs.
8324
8325 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8326
8327         * Documentation/user/refman.itely (Repeat syntax): more updates
8328
8329         * lily/simple-spacer.cc (solve): move solution process into
8330         solve(). This fixes a bug with collisions and raggedright = ##t.
8331  
8332         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8333
8334         * ly/engraver-init.ly: remove GraceContext. Update examples.
8335
8336 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8337
8338         * GNUmakefile.in (fonts): Also make fontball.
8339
8340         * Website fixes:
8341
8342         * ly/engraver-init.ly (GraceContext): Add.
8343
8344         * run:
8345
8346             convert-ly $(find . -name *.ly)
8347
8348         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8349         new chords.
8350
8351 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8352
8353         * VERSION: 1.7.19 released
8354         
8355         * scm/music-functions.scm (set-octavation): new function.
8356
8357         * input/regression/ottava.ly: new file
8358
8359         * lily/translator-scheme.cc (LY_DEFINE): new function
8360         ly:unset-context-property
8361         (LY_DEFINE) new function ly:context-property-where-defined: 
8362
8363 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8364
8365         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8366
8367         * lilypond.words: add few.
8368
8369         * input/test/script-chart.ly: fix typo.
8370
8371 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8372
8373         * scm/define-grobs.scm: uniform naming for definitions and output
8374         routine files. 
8375
8376         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8377         scm/context-description.scm
8378
8379         * lily/parser.yy (translator_spec_body): add \description to the
8380         \translator{} body syntax.
8381
8382         * lily/ottava-engraver.cc: new file.
8383
8384         * scm/chord-name.scm (natural-chord-alteration): replace old
8385         chord stuff. 
8386
8387         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8388
8389         * Documentation/user/refman.itely (Metronome marks): update doco.
8390
8391         * input/regression/markup-note.ly: new file
8392
8393         * input/regression/metronome-marking.ly: new file
8394
8395         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8396
8397         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8398         metronome marks.
8399
8400 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8401
8402         * Documentation/user/GNUmakefile: Compatibility fix for new
8403         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8404         for making binary packages; info splitting bug has been fixed.
8405
8406         * Documentation/user/refman.itely: Compile fixes.
8407
8408 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8409
8410         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8411         Count \midi -keywords also for a region.
8412
8413 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8414
8415         * lily/lookup.cc (LY_DEFINE): new function
8416
8417         * Documentation/user/tutorial.itely: updates
8418
8419 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8420
8421         * lilypond-mode.el: Allow Midi on buffer.
8422         Use only '.ly'-extension, remove '.sly' and '.fly'.
8423         Allow use of inactive regions. Invoke next Command on Master file, 
8424         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8425
8426 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8427
8428         * Documentation/user/tutorial.itely: updates.
8429
8430 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8431
8432         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8433
8434 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8435
8436         * lily/coherent-ligature-engraver.cc: fixed typo
8437
8438         * lily/coherent-ligature-engraver.cc,
8439         lily/gregorian-ligature-engraver.cc,
8440         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8441         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8442         lily/vaticana-ligature-engraver.cc,
8443         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8444         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8445         removed all ligature specific stuff from NoteHead code
8446
8447         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8448         ligatures now use regular noteheads
8449
8450         * lily/vaticana-ligature.cc: tiny code cleanups
8451
8452         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8453         space between two adjacent noteheads of the same pitch
8454
8455         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8456         description; cleanup: removed obsolete font-family settings
8457
8458 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8459
8460         * lily/coherent-ligature-engraver.cc,
8461         lily/gregorian-ligature-engraver.cc,
8462         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8463         lily/mensural-ligature-engraver.cc,
8464         lily/vaticana-ligature-engraver.cc,
8465         lily/include/gregorian-ligature-engraver.hh: updated for new
8466         Coherent_ligature_engraver; added comments that describe the basic
8467         design ideas of the ligature implementation
8468
8469         * lily/coherent-ligature-engraver.cc,
8470         lily/include/coherent-ligature-engraver.hh: new file: shared code
8471         between mensural ligatures and Gregorian chant notation ligatures
8472
8473 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8474
8475         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8476         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8477         use only two arguments in sit-for, use no arguments in
8478         read-char-exclusive, backspace is not a character (127) in XEmacs.
8479
8480         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8481
8482 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8483
8484         * lilypond-mode.el: un-commenting works after syntax-table fix.
8485
8486         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8487         group, verbose commenting for syntax table.
8488
8489         * lilypond-indent.el: add TODO for ligature slurs.
8490
8491 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8492
8493         * lilypond-mode.el: Move comments of parenthesis matching away,
8494         (blink-matching-paren-on-screen) fix blinking in Emacs.
8495
8496         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8497         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8498
8499         * lilypond-indent.el: Add TODO for parenthesis matching.
8500
8501 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8502
8503         * lilypond-mode.el: Fix XEmacs: 
8504         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8505         invoke explicitly easy-menu-add (in Emacs done automatically).
8506         
8507         * lilypond.words: Add few words from input/*/*.ly.
8508
8509 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8510
8511         * VERSION (PATCH_LEVEL): release 1.7.18
8512
8513         * scripts/lilypond-book.py: only print basename for printfilename
8514         option
8515
8516         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8517         and syntax updates.
8518
8519 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8520
8521         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8522         better parametrisation. Move fatness of bulb downward.
8523
8524         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8525         glyph names. Underscores are not allowed .ps encoding files.
8526
8527 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8528
8529         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8530         variable "packed" for packed right-ragged mode
8531
8532         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8533         unused variable ragged; fixed indentation
8534
8535         * Documentation/user/refman.itely: tiny cleanups in ancient
8536         clef and custos section
8537
8538 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8539
8540         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8541         \applyoutput PROCEDURE
8542
8543         * lily/my-lily-lexer.cc: add \applyoutput.
8544
8545         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8546
8547         * lily/text-item.cc: clean text-interface description
8548
8549 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8550
8551         * input/{regression,test}/: use postfix for slur endings and beam
8552         begins.
8553
8554         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8555         style beams too. 
8556
8557         * input/regression/lyrics-melisma-beam.ly: new file.
8558
8559         * lily/lyric-engraver.cc (process_music): change from
8560         process_acknowledged_grobs()
8561
8562         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8563         functions to set and revert auto-beam settings.
8564
8565 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8566
8567         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8568
8569 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8570
8571         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8572         Documentation/user/lilypond.tely: fixed some typos; updated author
8573         info
8574
8575         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8576         #"" -> #'flag-style = #'()
8577
8578         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8579         cleanup: removed dead #includes
8580
8581         * lily/gregorian-ligature-engraver.cc,
8582         lily/include/gregorian-ligature.hh,
8583         scm/grob-property-description.scm: small cleanups, small spacing
8584         fixes
8585
8586         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8587         lily/vaticana-ligature.cc,
8588         lily/include/gregorian-ligature-engraver.hh,
8589         scm/grob-property-description.scm, scm/music-types.scm:
8590         "porrectus" -> "pes or flexa"
8591
8592         * ly/engraver-init.ly, scm/grob-description.scm,
8593         scm/grob-property-description.scm: junked porrectus, now handled
8594         by ligature code
8595
8596         * scm/grob-description.scm: bugfix: added space-alist entry for
8597         breathing sign/custos
8598
8599 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8600
8601         * Another grand 2003 update.
8602         
8603         * Remove mentioning of `mudela'; There's no such thing.
8604
8605 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8606
8607         * Documentation/user/preface.itely (Preface to version 1.8): update
8608
8609         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8610
8611         * Documentation/user/converters.itely (Invoking convert-ly): revise
8612
8613         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8614
8615         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8616
8617 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8618
8619         * Documentation/user/internals.itely: more updates.
8620
8621 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8622
8623         * Documentation/user/refman.itely: revise 
8624
8625         * Documentation/user/internals.itely: revise
8626
8627         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8628
8629 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8630
8631         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8632         beautification: reformatted ancient clefs section; cleanup: small
8633         wording fixes
8634
8635 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8636
8637         * lilypond.words: added words for chant notation, sorted
8638         alphabetically through "sort lilypond.words"
8639
8640 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8641
8642         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8643         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8644         chant notation
8645
8646 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
8647
8648         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
8649         prevent TeX from interpreting them as long dash
8650
8651         * input/test/vaticana.ly: updated
8652
8653         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
8654         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
8655         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
8656         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
8657         fixes
8658
8659         * mf/parmesan-heads.mf: ledger endings: removed dead code
8660
8661 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8662
8663         * VERSION: 1.7.17 released
8664         
8665         * Documentation/user/GNUmakefile
8666         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
8667         files too.
8668
8669         * scm/document-markup.scm: new file: document all markup
8670         functions.
8671
8672         * scm/documentation-generate.scm: rename all documentation modules
8673         to document-*.scm
8674
8675         * scripts/lilypond-book.py: generate link to .ly file iso. link to
8676         .png
8677
8678         * input/test/divisiones.ly: added
8679
8680         * input/regression/output-property.ly: new file
8681
8682         * lily/cluster.cc: change cluster-interface to use style property
8683
8684 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
8685
8686         * input/test/chord-names-german.ly: modified.
8687
8688         * scm/chords-ignatzek.scm:
8689           chord-name->german-markup: Added
8690           note-name->german-markup: Changed (now producing lowercase notenames)
8691
8692         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
8693         
8694 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8695
8696         * scripts/convert-ly.py (FatalConversionError.conv):
8697         divisiominima -> divisioMinima, etc.
8698
8699         * ly/engraver-init.ly (FiguredBassContext): add
8700         Separating_line_group_engraver to Figured bass context.
8701
8702         * ly/german-chords-init.ly: remove file
8703
8704         * input/test/chord-names-german.ly (scm): new file.
8705
8706         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
8707
8708         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
8709         Chord_name_engraver
8710
8711         * Documentation/user/refman.itely: lots of updates.
8712
8713         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
8714         new file
8715
8716         * input/test/bar-number-every-5-reset.ly: new file.
8717
8718 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8719
8720         * input/regression/chord-name-major7.ly: new file
8721
8722         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
8723         if specced explicitly.
8724
8725         * input/regression/chord-name-entry-11.ly: new file.
8726
8727         * input/test/slur-beautiful.ly: new file.
8728
8729         * Documentation/user/refman.itely: updates.
8730
8731         * input/regression/collisions.ly (threevoice): cleanup.
8732
8733         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
8734
8735 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8736
8737         * Documentation/user/*.itely: various updates.
8738
8739         * ly/spanners-init.ly: enddecr/ endcr.
8740
8741         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
8742         of tutorial
8743
8744 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8745
8746         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
8747
8748         * lily/new-chord-name-engraver.cc (process_music): use octavation
8749         (a number) instead of original-pitch to store inversions. This
8750         fixes a problem with transposed chords with inversions.  
8751
8752 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8753
8754         * stepmake/aclocal.m4: Include compile fix for broken flex, as
8755         used in includable-lexer.hh.
8756
8757         * lily/includable-lexer.cc: Bugfix: include config.h.
8758
8759         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
8760         circumvention of Debian packaging bug.
8761
8762 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8763
8764         * flex-2.5.31 hits Debian/unstable.  Fixes below.
8765         
8766         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
8767
8768         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
8769         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
8770
8771         * lily/include/includable-lexer.hh: 
8772         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
8773
8774         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
8775
8776         * aclocal.m4: Regenerate.
8777
8778         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
8779         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
8780
8781         * scm/pdf.scm (use-modules): Include lily.
8782
8783         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
8784         Noordkamp).
8785         (use-modules): Include lily.
8786         (lily-def): Bugfix: include tex-val in let.
8787
8788 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
8789
8790         * lilypond-mode.el: sensible error if lilypond.words not found.
8791
8792         * lilypond.words: add few words.
8793
8794 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
8795
8796         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
8797
8798         * mf/parmesan-scripts.mf: fixed typo in char name
8799
8800 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8801
8802         * VERSION: 1.7.16 released
8803
8804         * python/lilylib.py (setup_temp): temporary directories are mode 700.
8805         (this is a security vulnerability).
8806
8807         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
8808
8809         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
8810         add staff support.
8811
8812 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
8813
8814         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
8815         ly/script-init.ly, scm/script.scm: bugfix: renamed
8816         fermata->signumcongruentiae to fix naming clash with feta font
8817
8818 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8819
8820         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
8821
8822         * lily/multi-measure-rest-engraver.cc
8823         (start_translation_timestep): use grace timing too for determining
8824         when to make mmrest.
8825         (start_translation_timestep): clear numbers too.
8826
8827 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
8828
8829         * scm/music-types.scm: compile fix: escape braces
8830
8831         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
8832         work around font selection problem
8833
8834         * Documentation/user/refman.itely: BreathingSign: added docu for
8835         property "text"
8836
8837 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8838
8839         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
8840         information.
8841
8842 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8843
8844         * lily/multi-measure-rest-engraver.cc (class
8845         Multi_measure_rest_engraver): make multiple Number objects, one
8846         for each MultiMeasureTextEvent.
8847
8848         * scm/music-functions.scm (glue-mm-rest-texts): use
8849         MultiMeasureTextEvent
8850
8851         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
8852
8853         * Documentation/user/refman.itely (Multi measure rests): update.
8854
8855 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8856
8857         * lily/ly-module.cc (ly_copy_module_variables): use
8858         scm_internal_hash_fold() for iterating modules.
8859
8860 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
8861
8862         * Documentation/user/refman.itely: Section Custodes: added more
8863         example code
8864
8865         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
8866         neo-mensural rests to parmesan font
8867
8868         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
8869         header
8870
8871 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8872
8873         * Documentation/user/macros.itexi: @fileref macro.
8874
8875         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
8876         each file. 
8877
8878 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
8879
8880         * lily/include/custos.hh, make/lilypond.suse.spec.in,
8881         Documentation/topdocs/AUTHORS.texi: updated my email address
8882
8883         * Documentation/user/refman.itely: updated custos documentation;
8884         beautified divisiones example; beautified articulations table
8885
8886         * lily/breathing-sign.cc: bugfix: finalis molecule
8887
8888 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
8889
8890         * Documentation/user/refman.itely: added docu for
8891         contemporary fermata symbols, gregorian breathing signs; small fixes
8892
8893         * ly/gregorian-init.ly: removed obsolete #'type props
8894
8895 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8896
8897         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
8898         minimum-length property correctly.
8899
8900 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8901
8902         * scm/music-functions.scm (make-multi-measure-rest): set input
8903         locations for multimeasure rests.
8904
8905 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
8906
8907         * input/regression/breathing-sign.ly: updated to for ancient
8908         notation
8909
8910 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8911
8912         * scripts/ly2dvi.py: Add newline.
8913
8914 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8915
8916         * scripts/ly2dvi.py (dependency_files): Compile fix.
8917
8918 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8919
8920         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
8921         (make_html_menu_file): --html menu. 
8922
8923 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8924
8925         * scripts/ly2dvi.py (run_dvips): +add the .map file 
8926
8927 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8928
8929         * input/screech-boink.ly: new file.
8930
8931 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8932
8933         * scripts/lilypond-book.py (make_lilypond_file): convert
8934         lilypond-file to lilypond block directly, without going through
8935         begin/end lilypond text.
8936         
8937
8938 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
8939
8940         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
8941         scm/grob-description.scm: moved Michael's original breathing sign
8942         code in brew_molecule() to divisio_minima(); provided new
8943         brew_molecule() that effectively replaces the
8944         Text_item::brew_molecule callback (with additional fallback to
8945         Michael's original code); added callbacks for brewing divisio
8946         maior/maxima and finalis
8947
8948         * gregorian-init.ly: added breathing sign shortcuts for virgula,
8949         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
8950
8951         * script-init.ly: added shortfermata, longfermata,
8952         verylongfermata, varcoda
8953
8954         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
8955         longfermata, verylongfermata, varcomma, varcoda
8956
8957 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8958
8959         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
8960           Remove all noquote and insert a few quote.
8961         
8962         * Documentation/user/lilypond-book.itely (Music fragment options),
8963           scripts/lilypond-book.py: Don't include quotation blocks by
8964           default. Introduce option quote instead of noquote
8965
8966 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8967
8968         * VERSION: 1.7.15 released
8969         
8970         * Documentation/user/lilypond.tely: omf updates.
8971
8972         * buildscripts/texi2omf.py (omf_vars): include version.date
8973
8974         * make/lilypond.redhat.spec.in: fixes for spec file. 
8975
8976         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
8977         by function definition: lily now requires a recent GNU Make.
8978
8979         * scripts/lilypond-book.py (write_deps): remove .tex dependency
8980         writing.
8981
8982         * make/ly-rules.make: remove .ly -> .tex rule
8983
8984         * Documentation/user/refman.itely (Figured bass): revised figured
8985         bass example.
8986
8987 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8988
8989         * stepmake/stepmake/omf-targets.make (local-install): add
8990         scrollkeeper-update message.
8991
8992         * scripts/lilypond-book.py (lilypond_binary): explicity add path
8993         to binary.
8994         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
8995
8996         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
8997
8998         * Documentation/user/converters.itely (Invoking midi2ly): add
8999         track/channel notice.
9000
9001 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9002
9003         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9004
9005         * lily/parser.yy (scalar): DIGIT is also a scalar.
9006
9007         * Documentation/user/music-glossary.tely: add @omf tags
9008
9009         * Documentation/user/lilypond.tely: add @omf tags
9010
9011         * scm/generate-documentation.scm (string-append): add @omf tags.
9012
9013         * stepmake/stepmake/omf-*: new files 
9014
9015         * input/regression/multi-measure-rest.ly (texidoc): add doco
9016
9017         * GNUmakefile.in (web-doc-install): add web-doc-install target
9018
9019         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9020         fixes crashes while dumping MIDI.
9021
9022         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9023         midi
9024
9025 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9026
9027         * buildscripts/texi2omf.py: new file.
9028
9029         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9030         font-name
9031
9032 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9033
9034         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9035
9036         * lily/sequential-iterator.cc (descend_to_child): call
9037         descend_to_child() for all types of music.
9038
9039 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9040
9041         * scm/translator-property-description.scm: Add
9042         bassFigureFormatFunction.  Replace some entries.
9043
9044 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9045
9046         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9047         clean out.
9048
9049 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9050
9051         * scripts/midi2ly.py (Note.dump): never dump duration for
9052         dump_dur=0.
9053
9054         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9055         new function
9056
9057         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9058         figures using new markups. Much simpler, and should improve layout
9059         a little.
9060
9061         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9062
9063 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9064
9065         * ly/engraver-init.ly: use Hara kiri by default for 
9066         ChordNames, FiguredBass and Lyrics(Voice) context. 
9067
9068         * lily/axis-group-engraver.cc (acknowledge_grob): use
9069         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9070
9071         * scm/new-markup.scm (markup-function-list): add bracket,
9072         vbracket.
9073
9074         * ly/engraver-init.ly (ChordNamesContext): set
9075         minimumVerticalExtent
9076
9077 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9078
9079         * input/test/time-signature-double.ly: new file 
9080
9081         * input/regression/collision-head-chords.ly (texidoc): new file.
9082
9083         * lily/type-swallow-translator.cc: add note swallow translator 
9084
9085         * input/test/time-signature-double.ly: new file.
9086
9087         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9088
9089         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9090         (FiguredBassContext): idem.
9091
9092         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9093
9094         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9095
9096         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9097
9098         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9099         .afm dependency
9100
9101         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9102
9103         * python/lilylib.py (make_page_images): add function.
9104
9105         * scripts/ly2dvi.py (run_latex): include title in preview image.
9106
9107         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9108         from lilypond-book for <ly2dvifile> tags in HTML.
9109
9110         * scripts/ly2dvi.py (option_definitions): add --debug option to
9111         print out environment.
9112
9113         * input/regression/tie-chord-partial.ly: new file.
9114
9115 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9116
9117         * lilypond.words: add 3
9118
9119 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9120
9121         * scm/new-markup.scm (markup-function-list): add finger-markup
9122
9123         * input/tutorial/brahms-tweaked.ly: new markup 
9124
9125         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9126
9127         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9128         crash when processing '() markup
9129
9130         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9131
9132         * lily/breathing-sign.cc (railtracks): another caesura.
9133
9134         * mf/feta-schrift.mf: caesura symbol. 
9135
9136 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9137
9138         * scripts/convert-ly.py (FatalConversionError.conv): add
9139         ly:molecule-XXX conversions.
9140
9141         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9142
9143         * input/regression/multi-measure-rest-text.ly: new file.
9144
9145         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9146         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9147
9148         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9149         ScoreContext
9150
9151         * scm/new-markup.scm (center-markup): \center markup.
9152
9153         * scm/music-functions.scm: remove pitchify scripts.
9154
9155         * lily/music.cc (print_smob): display music name if available 
9156
9157 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9158
9159         * Documentation/user/refman.itely (Instrument names): remove
9160         \turnOff doco.
9161
9162 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9163
9164         * lily/score.cc (mark_smob): bugfix.
9165
9166         * input/regression/rehearsal-mark.ly: new file.
9167
9168         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9169         report error at the current token again.
9170
9171 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9172
9173         * cygwin/mknetrel: Exit if doc build fails.
9174
9175         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9176
9177 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9178
9179         * scm/music-types.scm (music-descriptions): add doc strings
9180
9181 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9182
9183         * lily/lexer.ll: 
9184         * lily/include/my-lily-lexer.hh: 
9185         * lily/include/includable-lexer.hh: Add flex kludge.
9186
9187         * config.hh.in: 
9188         * config.make.in: 
9189         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9190         cruft.
9191         
9192         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9193         code.
9194
9195 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9196
9197         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9198
9199         * lily/parser.yy (new_chord): Compile fix.
9200
9201 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9202
9203         * Documentation/user/refman.itely (Tuning groups of objects):
9204         remove documentation for \turnOff. 
9205
9206         * lily/percent-repeat-engraver.cc (try_music): add correct
9207         processing moments for double-measure percents as well.
9208
9209         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9210
9211         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9212         grob prop type. 
9213
9214         * Documentation/user/refman.itely (Printing named chords): add
9215         chord name tweak doco.
9216
9217         * input/template/gregorian-transcription.ly: new file.
9218
9219 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9220
9221         * VERSION: 1.7.13 released
9222         
9223         * input/test/*: lots of cleanups/comment-outs/removals in chord
9224         examples
9225         
9226         * input/regression/*: lots of cleanups/comment-outs/removals in
9227         chord examples
9228         
9229         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9230         options
9231
9232         * lily/new-chord-name-engraver.cc (process_music): give original
9233         inversion pitch to chord name routine.
9234
9235         * input/tutorial/os-score.ly: update to new markup
9236
9237         * Documentation/user/appendices.itely: simply include
9238         chords-ignatzek. 
9239
9240         * Documentation/user/refman.itely (Chords mode): add documentation
9241         for chord mode.
9242
9243         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9244         not present in chord.
9245         (construct-chord): add inversion and bass support.
9246
9247         * lily/chord.cc: junk contents.
9248
9249 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9250
9251         * Documentation/user/refman.itely:
9252         * Documentation/user/music-glossary.tely: fix. 
9253
9254 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9255
9256         * scm/chord-entry.scm (construct-chord): move chord construction
9257         to Scheme.
9258
9259         * lily/parser.yy (new_chord): new setup for chord entry.
9260
9261 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9262
9263         * lilypond.words:
9264         * Documentation/user/music-glossary.tely: add ambitus.
9265
9266 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9267
9268         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9269
9270         * lily/include/*.hh: string() -> to_string()
9271
9272         * scm/chords-ignatzek.scm: new file.
9273
9274         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9275         standard chord name exceptions.
9276
9277         * scm/translator-property-description.scm (chordNameSeparator):
9278         add property.
9279         (majorSevenSymbol): add property
9280
9281         * lily/translator-scheme.cc (ly:context-properties): new function
9282         (ly:context-parent): new function.
9283         (print_smob): print context name.
9284
9285         * lily/music.cc (ly:get-music-length): new function
9286         (print_smob): don't print properties.
9287
9288         * lily/duration.cc (duration<?): new function
9289
9290         * input/regression/chords-funky-ignatzek.ly: new file.
9291
9292         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9293         jazz chords.
9294
9295         * lily/pitch.cc (ly:pitch-diff): new function.
9296
9297         * input/regression/chords-ignatzek.ly: new file.
9298
9299 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9300
9301         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9302         pitches for jazz chords.
9303
9304 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9305
9306         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9307
9308 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9309
9310         * lilypond.words: add 1
9311
9312 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9313
9314         * Documentation/topdocs/AUTHORS.texi: refine.
9315
9316 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9317
9318         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9319         
9320         * lilypond.words: add one.
9321
9322 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9323
9324         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9325         Fontify bass note in chords, e.g., e in c1/e.
9326         
9327 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9328
9329         * Documentation/user/music-glossary.tely: Dutch updates and
9330         additions (Arent Storm).
9331
9332 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9333
9334         * input/regression/ambitus.ly:  move file.      
9335
9336         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9337
9338         * lily/event.cc (transpose): add tonic property to Key_change_req
9339         and to Key_engraver.
9340
9341 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9342
9343         * Documentation/user/refman.itely: fix typo.
9344
9345         * lilypond.words: removed wrong identifiers.
9346
9347 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9348
9349         * mf/feta-toevallig.mf: make flat stem shorter 
9350
9351 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9352
9353         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9354
9355         * lilypond.words: add from Phrasing slur.
9356         
9357 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9358
9359         * lilypond-mode.el: allow launching multiple ViewPS processes.
9360         
9361         * lilypond.words: add from Text markup.
9362
9363 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9364
9365         * input/test/ossia.ly (texidoc): add comment.
9366
9367         * input/regression/voice-follower.ly: new file.
9368
9369         * mf/feta-toevallig.mf: make flat heavier.
9370
9371         * lily/cluster-engraver.cc: clean up Cluster engraver
9372
9373         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9374         Engraver. Use Note_column to compute Y positions and deal with
9375         line break stuff.
9376
9377 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9378
9379         * lily/stem.cc: move french-beaming to stem.
9380
9381 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9382
9383         * lilypond-font-lock.el: fontify all durations in chords.
9384
9385         * lilypond.words: add from lily/my-lily-lexer.cc
9386
9387 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9388
9389         * VERSION: release 1.7.12
9390
9391         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9392
9393         * lily/gregorian-ligature.cc: new file
9394
9395         * lily/*: the Great 2003 search & replace.
9396
9397         * Documentation/user/refman.itely (Manual repeat commands): add
9398         note about font selection.
9399
9400 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9401
9402         * lilypond-mode.el: propose recompiling midi while invoking playing,
9403         not while stopping playing.
9404
9405 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9406
9407         * lilypond.words: add one.
9408
9409         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9410         and expressional note grouping. Fontify chord modes.
9411
9412 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9413
9414         * Documentation/user/music-glossary.tely (Top): translate melisma.
9415
9416 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9417
9418         * Documentation/user/music-glossary.tely (Top): add melisma.
9419
9420 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9421
9422         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9423         interfaces for (abstract) grob GregorianLigature
9424
9425         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9426         renamed head* -> glyph_name*, x-shift* -> x-offset*
9427
9428         * scm/grob-property-description.scm: bugfix: added missing descriptions
9429
9430 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9431
9432         * input/test/chord-names-dpnj.ly: New file.
9433
9434         * scm/double-plus-new-chord-name.scm: Implement full and partial
9435         exceptions.
9436
9437         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9438
9439         * scm/double-plus-new-chord-name.scm
9440         (double-plus-new-chord->markup): Fix sub->markup.
9441
9442
9443 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9444
9445         * lily/custos-engraver.cc: added TODO; editorial changes
9446
9447         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9448         consistency with other ligature engravers; removed access on (now)
9449         private variable _ligature of Ligature_engraver
9450
9451         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9452         renamed last_bound -> last_bound_; issue programming_error on
9453         abstract method calls; moved primitives code from
9454         Mensural_bracket_engraver to here (because almost ligature
9455         engravers will need it); renamed try_stop_ligature () ->
9456         typeset_ligature (); bugfix: store primitives of finished ligature
9457         in separate variable finished_primitives_ to avoid clash on input
9458         like "\] \["; added current_ligature () to enable access on
9459         private variable _ligature
9460
9461         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9462         (now in super class); renamed try_stop_ligature () ->
9463         typeset_ligature ()
9464
9465         * lily/mensural-ligature.cc: issue programming_error on abstract
9466         method calls
9467
9468         * lily/note-heads-engraver.cc: added TODO comment upon bool
9469         in_ligature
9470
9471         * mf/parmesan-heads.mf: fixed some of set_char_box()
9472
9473         * scm/grob-description.scm: added VaticanaLigature
9474
9475         * scm/grob-property-description.scm: added neume prefix properties
9476
9477         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9478         lily/include/gregorian-ligature-engraver.hh,
9479         lily/include/gregorian-ligature.hh: new files; framework for
9480         gregorian ligature engravers such as vaticana
9481
9482         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9483         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9484         vaticana style ligature implementation (still somewhat uncomplete)
9485
9486 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9487
9488         * VERSION: release 1.7.11
9489
9490         * scripts/convert-ly.py: add ly:pitch-transpose rule
9491
9492 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9493
9494         * input/test/dpncnt.ly: New file.
9495
9496         * lily/my-lily-lexer.cc: Add chordnames keyword.
9497
9498         * lily/parser.yy (chordnames_block): Parse chord name exception
9499         lists, see input/test/dpncnt.ly.
9500
9501         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9502         function.
9503
9504         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9505         filter-out too.
9506
9507         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9508         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9509         pitch functions (except for ly:make-pitch, but that's apparently
9510         some sort of scheme naming standard?).
9511
9512         * scm/lily.scm (!=): define-public.
9513
9514         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9515
9516 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9517
9518         * scm/double-plus-new-chord-name.scm
9519         (double-plus-new-chord-name->markup): New file.
9520
9521 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9522
9523         * python/lilylib.py (make_preview): don't suppress progress for
9524         bbox extraction.
9525
9526 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9527
9528         * Documentation/user/appendices.itely (scheme): update for new syntax.
9529
9530         * input/regression/chord-name-styles.ly: new file
9531
9532         * lily/instrument-name-engraver.cc: create instrument names
9533         without barline too.  Allows instrument name on ChordNames  
9534
9535         * scm/new-markup.scm (interpret-markup): allow simple strings as
9536         markup too.
9537
9538 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9539
9540         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9541         (step->markup-accidental): Fix: add accidental.
9542         (chord::inner-name-american): 
9543         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9544         append stray '/' if last superscript addition was 'o'.
9545
9546         * scm/new-markup.scm (normal-size-sub-markup) 
9547         (normal-size-super-markup): New function.
9548
9549         * lily/source-file.cc (Source_file): Add warning for possibly
9550         intentional but suspicious initialization.
9551
9552         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9553         add comments about cut-and-paste programming.
9554
9555         * flower/rational.cc (lcm): Not used; comment out.
9556
9557 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9558
9559         * lily/new-fingering-engraver.cc (position_scripts): use
9560         fingerHorizontalDirection to determine fingering horizontal
9561         directions.
9562  
9563         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9564         fingering support.
9565
9566         * scripts/convert-ly.py (FatalConversionError.conv): add style
9567         conversion rule. 
9568
9569         * scm/chord-name.scm (set-chord-name-style): new function.
9570         (new-chord-name-brew-molecule): revise to interpret markup only
9571         (new-chord->markup): cleanuppish rewrite. To be called from the
9572         new engraver.
9573
9574         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9575         Markup earlier, during interpreting.
9576
9577         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9578         style settings. Rename to chord-names-*.ly
9579
9580 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9581
9582         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9583         markup code and update to new markup.  Most probably broke some of
9584         it.
9585         
9586 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9587
9588         * Documentation/user/refman.itely: added docu for ambitus and
9589         clusters
9590
9591         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9592         ly_quote_scm() in lookup.cc
9593
9594         * mf/parmesan-clefs.mf: set_char_box fix
9595
9596         * lily/cluster-engraver.cc: junk implicit protection; use
9597         Protected_scm instead
9598
9599 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9600
9601         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9602         throughout.
9603
9604         * scm/new-markup.scm: Turn-off error-triggering test code.
9605
9606 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9607
9608         * scm/new-markup.scm (markup-thrower-typecheck) 
9609         (markup-typecheck?):  add full typechecking functions.
9610         (make-markup-maker): add make-FOO-markup functions.
9611         (markup-argument-list-error): nice error checking messages.
9612         (make-markup): better function: less quoting escapades.
9613
9614 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9615
9616         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9617
9618 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9619
9620         * cygwin/lilypond.hint (requires): Add cygwin.
9621
9622         * .cvsignore: Remove stepmake (huh!?!), add lib.
9623
9624         * GNUmakefile.in: Add libdir links for builddir runs.
9625
9626         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9627         instead of datadir.
9628
9629         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9630         local_lilypond_libdir.
9631
9632         * config.make.in (lilypond_libdir): Add.
9633
9634         * stepmake/stepmake/substitute-rules.make: 
9635         * stepmake/stepmake/script-rules.make: 
9636         * stepmake/stepmake/python-module-rules.make:
9637         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9638         lilypond-python-module patch.
9639
9640 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9641
9642         * Documentation/user/refman.itely (Graphical interfaces): add note
9643         about xml2ly.
9644
9645 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9646
9647         * scripts/ly2dvi.py (run_dvips): remove trailing newline
9648
9649 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9650
9651         * VERSION: released 1.7.10
9652
9653         * scripts/musedata2ly.py (): idem
9654
9655         * scripts/midi2ly.py (dump_chord): idem
9656
9657         * scripts/etf2ly.py (version): idem 
9658
9659         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
9660
9661         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
9662
9663         * scm/tex.scm (tex-output-expression): remove eval compat
9664         glut. Other output files too.
9665
9666         * scm/chord-name.scm: don't export anything from chord module.
9667
9668         * input/test/american-chords.ly: idem
9669
9670         * input/test/banter-chords.ly (texidoc): idem
9671
9672         * input/test/Cc-chords.ly: add breakage notes.
9673
9674         * Documentation/user/refman.itely (Text markup): rewrite manual
9675         section.
9676
9677         * lily/parser.yy (scalar): allow \markup { } as property value. 
9678
9679         * scm/chord-name.scm: complete new markup usage
9680
9681         * scm/grob-description.scm (all-grob-descriptions): use new markup
9682         texts by default
9683
9684 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9685
9686         * scm/chord-name.scm: partial move to new markup texts.
9687
9688 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9689
9690         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
9691
9692         * scm/bass-figure.scm (brew-bass-figure): make stack direction
9693         settable.
9694
9695 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
9696
9697         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
9698         invoked for old midi, wait for killing.
9699
9700 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
9701
9702         * Documentation/user/music-glossary.tely: Finnishing.
9703
9704 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9705
9706         * mf/feta-nummer-code.mf: some kerning pairs.
9707
9708 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
9709
9710         * scm/output-lib.scm (set-bar-number-visibility): Context-function
9711         Added.
9712
9713         * Documentation/user/refman.itely (Bar numbers):
9714         set-bar-number-visibility added, modulo-bar-number removed again
9715         (sorry).
9716
9717 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
9718
9719         * scm/output-lib.scm (modulo-bar-number-visible): add function.
9720
9721         * Documentation/user/refman.itely: add modulo-bar-number-visible.
9722
9723         * Documentation/user/music-glossary.tely: translate into Finnish.
9724
9725 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9726
9727         * lilypond-mode.el: add shortcut for 2midi
9728
9729         * lilypond-font-lock.el: fontify lyrics
9730
9731 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
9732
9733         * scm/drums.scm : use 1.7.x names.
9734
9735         * input/regression/drums.ly : Don't use << chords >>
9736
9737 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9738
9739         * lilypond-mode.el: tidy, add TODO
9740
9741         * make/lilypond.mandrake.spec.in: install-info quietly.
9742
9743 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9744
9745         * input/test/markup.ly: use new syntax.
9746
9747 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9748
9749         * ly/params-init.ly (interscoreline): add word-space
9750
9751         * input/test/metronome.ly (eighthNote): idem.
9752
9753         * input/test/script-priority.ly: use new markup
9754
9755         * lily/parser.yy (markup): allow HEAD markup0 markup1 
9756
9757         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
9758
9759         * lily/parser.yy (gen_text_def): bugfix.
9760         (full_markup): allow markup identifier.
9761
9762 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
9763
9764         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
9765         jobs at the same time. Add horizontal lines to Command menu.
9766         Allow one compiling job -- propose killing others before a new one.
9767
9768         * lilypond.words: add markup, teeny, etc.
9769
9770 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
9771
9772         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
9773         Allow only one type of midi process; launching Midi either stops
9774         midis or plays the current midi and launching MidiAll stops midis
9775         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
9776         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
9777
9778 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9779
9780         * lily/text-engraver.cc (process_acknowledged_grobs): use new
9781         markup  for new markup texts.
9782
9783         * lily/mark-engraver.cc (process_music): idem
9784         
9785         * lily/instrument-name-engraver.cc (create_text): idem
9786
9787         * scm/new-markup.scm (magnify-markup): new function.
9788
9789         * scm/molecule.scm (stack-lines): bugfix.
9790
9791         * lily/font-interface.cc (get_font): take font-magnification from
9792         alist chain.
9793
9794 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9795
9796         * lily/molecule-scheme.cc: move scheme functions to separate file.
9797
9798         * lily/font-metric.cc  (ly_get_glyph): new function. 
9799         
9800         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
9801         (italic-markup, dynamic-markup): new functions
9802         (font-markup): new function
9803
9804         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
9805         padding and minimum
9806
9807 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
9808
9809         * lily/accidental-engraver.cc:
9810         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
9811
9812 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
9813
9814         * lilypond.vim:
9815         * lilypond-font-lock.el: Put \longa as duration. Accept only 
9816         [a-zA-Z] for user defined identifiers. Separate note cases 
9817         with and without a duration (allow cis\longaX).
9818
9819         * lilypond.words: Add words from Info.
9820
9821 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9822
9823         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
9824
9825 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
9826
9827         * lilypond-mode.el: Propose reverting buffer before a command if
9828         it was edited with an another editor.
9829
9830 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9831
9832         * lily/molecule.cc (ly_translate_molecule): new function
9833
9834         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
9835         into libdir
9836
9837         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
9838
9839         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
9840
9841 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
9842
9843         * lilypond.words: take \words from Info-index.
9844
9845 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9846
9847         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
9848
9849 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
9850
9851         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
9852
9853 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
9854
9855         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
9856         and lilypond-documentation.
9857
9858 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9859
9860         * lily/parser.yy: Compile fix (bison 1.75).
9861
9862 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9863
9864         * VERSION: 1.7.9 released
9865
9866         * scm/music-functions.scm (shift-one-duration-log): refactor.
9867         Use music-map.
9868
9869         * input/regression/chord-tremolo.ly (texidoc): add dot test.
9870
9871         * NEWS: update.
9872
9873         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
9874         argument
9875         
9876         * scm/music-functions.scm (display-music): new function
9877         (music-map): change arg order.
9878
9879         * input/regression/new-markup-syntax.scm: new file
9880
9881         * lily/parser.yy (markup): add \markup { .. } syntax.
9882
9883         * scm/new-markup.scm (override-markup): new function
9884         (lookup-markup): new function
9885         (music-markup): new function
9886         (lookup-markup-command): use markup-signature to store argument
9887         format for parser.
9888
9889         * lily/lexer.ll: preliminary \markup syntax. 
9890
9891 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
9892
9893         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
9894         add pre/post-dependencies and menus with icons from source.
9895
9896         * Documentation/pictures/lilypond-48x48.xpm:
9897         * Documentation/pictures/lilypond-32x32.xpm:
9898         * Documentation/pictures/lilypond-16x16.xpm: new files, background
9899         transparent.
9900
9901         * stepmake/stepmake/generic-targets.make:
9902         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
9903
9904 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9905
9906         * input/regression/music-map.ly (texidoc): new file.
9907
9908         * scm/music-functions.scm (music-map): new function
9909
9910 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9911
9912         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
9913
9914 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
9915
9916         * input/test/to-xml.ly:
9917         * lily/ligature-engraver.cc: Fixes documentation.
9918
9919         * lilypond.mandrake.spec.in:
9920         * lilypond.redhat.spec.in: Add lilypond.words.
9921
9922         * Documentation/user/refman.itely: Mention Info inside emacs.
9923         
9924         * lilypond.suse.spec.in:
9925         * lilypond.redhat.spec.in:
9926         * lilypond.mandrake.spec.in: Set root-owner for doc
9927         (tobbe@nyvalls.se).
9928
9929 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9930
9931         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
9932         os.popen.read ().
9933
9934 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9935
9936         * scripts/ly2dvi.py (include_path): print warning if failing anything.
9937
9938         * python/lilylib.py (error): add space
9939
9940 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9941
9942         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
9943         distribution.
9944
9945 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9946
9947         * lily/paper-outputter.cc (Paper_outputter): close port when
9948         finishing score.
9949
9950 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9951
9952         * scm/sodipodi.scm: Fixes.
9953
9954 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
9955
9956         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
9957
9958         * buildscripts/make-font-dir.py: Fix. 
9959
9960 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
9961
9962         * lilypond-mode.el: Add support for Info inside Emacs.
9963
9964 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9965
9966         * buildscripts/make-font-dir.py: 
9967         * mf/GNUmakefile: Make sodipodi font map.
9968
9969         * scm/sodipodi.scm: Add more output functions.
9970
9971         * mf/feta-nummer.mf: 
9972         * mf/feta-beugel.mf: Add font_coding_scheme.
9973
9974         * lily/paper-outputter.cc (output_header): Fix creator string.
9975
9976 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
9977
9978         * lilypond-mode.el (LilyPond-autocompletion): invoked with
9979         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
9980
9981         * lilypond.words: add two (Everybody can add/remove words now!).
9982
9983         * debian/rules:
9984         * make/lilypond.suse.spec.in:
9985         * make/lilypond.mandrake.spec.in:
9986         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
9987
9988         * Documentation/user/refman.itely: Mention autocompletion.
9989
9990 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9991
9992         * scripts/ly2dvi.py: Add paper sizes.
9993
9994         * lily/timing-engraver.cc: 
9995         * lily/time-signature.cc: 
9996         * lily/span-bar.cc: 
9997         * lily/grob-scheme.cc: Code formatting fixes.
9998
9999         * scm/sodipodi.scm: 
10000         * scm/sketch.scm:
10001         * buildscripts/mf-to-table.py: 
10002         * buildscripts/make-font-dir.py: Font testing.
10003
10004 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10005
10006         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10007         inserts try-completion and shows all-completions.
10008
10009         * lilypond.words: '\' -> '\\'
10010
10011         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10012         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10013         
10014         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10015         and LilyPond-reserved-words.
10016         
10017 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10018
10019         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10020         from load-path.
10021         
10022         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10023         the mini-buffer with Control-Shift-c.
10024         
10025 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10026
10027         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10028         duration. This fixes \tempo taking time.
10029
10030 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10031
10032         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10033         Allow for text markup in repeatCommands. 
10034
10035 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10036
10037         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10038         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10039         Get rid of skeleton.el-dependency.
10040
10041         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10042
10043 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10044
10045         * lily/beam-engraver.cc (stop_translation_timestep): reset
10046         now_stop_ev_
10047
10048         * lily/scm-option.cc: add parse-protect to ly:set-option
10049
10050         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10051
10052 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10053
10054         * lily/include/ligature-bracket.hh: removed
10055         * lily/ligature-bracket.cc: removed
10056
10057         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10058         .tex
10059
10060         * lily/beam.cc (set_beaming): don't change beam count on rests.
10061         (brew_molecule): always set flag-width > 0.
10062
10063 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10064
10065         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10066         chars, remove instructions; instead, refer to lilypond-init.el and
10067         Documentation/topdocs/INSTALL.texi.
10068
10069         * lilypond.words: add identifiers and reserved words.
10070
10071         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10072         files and adding a load-path.
10073
10074         * lilypond-init.el: Instructions, extracted from 
10075         Documentation/topdocs/INSTALL.texi. 
10076         
10077 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10078
10079         * VERSION: 1.7.8 released 
10080
10081         * lily/grob.cc (warning): better robustness fix.
10082
10083 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10084
10085         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10086
10087         * lily/cluster-engraver.cc: stick better to variable naming
10088         conventions
10089
10090         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10091         until stop_translation_timestep()
10092
10093         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10094         min/max coordinates to backend, but no musical info such as
10095         pitches
10096
10097         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10098
10099         * lily/grob.cc: robustness fix: warning(): do not crash if
10100         cause is not set
10101
10102         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10103         the much more elaborated tuplet brackets than the very naive and
10104         simple ligature bracket grob
10105
10106 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10107
10108         * Documentation/user/refman.itely (Analysis brackets): add
10109         horizontal bracket doco.
10110
10111         * ly/property-init.ly (setMmRestFermata): added.
10112
10113         * Documentation/user/refman.itely (Multi measure rests): fermatas
10114         on mm rests.
10115
10116         * input/regression/apply-context.ly (texidoc): new file
10117
10118         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10119         code to be executed during interpretation. Possible applications:
10120         smart octavation, more advanced bar checks. 
10121
10122         * lily/apply-context-iterator.cc: new file.
10123
10124 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10125
10126         * input/test/new-markup.ly: new file.
10127
10128         * lily/text-item.cc (text_to_molecule): new function
10129
10130         * scm/new-markup.scm (lambda): new file
10131
10132         * lily/function-documentation.cc (ly_add_function_documentation):
10133         add proc property as well
10134
10135 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10136
10137         * Documentation/user/music-glossary.tely (Top): add custos.
10138
10139 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10140
10141         * Documentation/topdocs/INSTALL.texi: advise how to include source
10142         path to Emacs load-path and improve language.
10143
10144 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10145
10146         * GNUmakefile.in: config.h message fix.
10147
10148         * autogen.sh:
10149         * aclocal.m4: Regenerate.
10150
10151         * configure.in: 
10152         * config.make.in: 
10153         * stepmake/config.make.in: 
10154         * stepmake/configure.in: 
10155         * stepmake/autogen.sh: 
10156         * stepmake/aclocal.m4: Update for autoconf 2.56.
10157
10158 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10159
10160         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10161         to install Emacs-mode. Instructions how to use vim-mode.
10162
10163 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10164
10165         * scm/music-types.scm (music-descriptions): no length for tempo event.
10166
10167         * input/*.ly: add \version everywhere.
10168         
10169         * input/*.ly: update syntax to 1.7 + new-chords.
10170
10171         * VERSION: 1.7.7 released.
10172         
10173         * Documentation/user/*.tely: new chord syntax.
10174
10175         * input/regression/[bc]*.ly (texidoc): syntax updates.
10176         
10177 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10178
10179         * lilypond.words: add vocabulary to be used in auto-completion
10180
10181         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10182
10183         * lilypond.vim: allow note name at EOF
10184
10185 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10186
10187         * buildscripts/new-chords.py (edit): -e option: inline editing.
10188
10189         * input/regression/a*.ly (texidoc): syntax updates.
10190
10191         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10192         music): elucidations. 
10193
10194 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10195
10196         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10197         ly/spanners-init.ly, scm/grob-description.scm,
10198         scm/grob-property-description.scm, scm/music-types.scm,
10199         lily/cluster-engraver.cc, lily/cluster.cc,
10200         lily/include/cluster.hh, input/test/cluster.ly: cluster
10201         implementation
10202
10203         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10204         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10205         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10206
10207         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10208
10209         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10210
10211         * scm/grob-description.scm: bugfix: by default, use default note
10212         head style when engraving ligatures
10213
10214         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10215
10216         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10217         events
10218
10219         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10220
10221         * input/test/ancient-font.ly: bugfix: style -> flag-style
10222
10223         * lily/ligature-engraver.cc: indentation fix
10224
10225         * lily/parser.yy: indentation fixes
10226         
10227 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10228
10229         * input/regression/measure-grouping.ly: more elaborate example.
10230
10231         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10232         ly:div-moment. New functions 
10233
10234         * scm/music-functions.scm (set-time-signature): new function,
10235         allow inline time sig settings with measure grouping.
10236
10237         * lily/parser.yy (command_element): move time sig construction
10238         into Scheme.
10239
10240         * lily/side-position-interface.cc (out_of_staff): new function,
10241         like padding, but keep minimum distance from staff. Easier than
10242         linespanners (dynamics, pedals), but roughly the same effect.
10243
10244 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10245
10246         * emacs-mode.el: Added spanish-note-replacements 
10247         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10248
10249         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10250
10251 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10252
10253         * lilypond.vim: Do not fontify cises, desis, etc.
10254
10255         * vimrc: view dvi with <S-F6>
10256
10257 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10258
10259         * lily/lookup.cc (triangle): new function.
10260
10261         * input/regression/measure-grouping.ly (texidoc): new file: show
10262         triangles and brackets for beat groups of 3 and 2.
10263
10264         * lily/include/measure-grouping-spanner.hh (class
10265         Measure_grouping): new file.
10266
10267         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10268
10269         * lily/measure-grouping-engraver.cc (class
10270         Measure_grouping_engraver): new file.
10271
10272 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10273
10274         * Merge from stable:
10275
10276             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10277         
10278         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10279         stylesheet.
10280
10281         * ly/paper19.ly: Include paper19-init.ly.
10282
10283         * ly/paper19-init.ly: New file.
10284
10285         * Documentation/user/tutorial.itely (First steps): Fix first
10286         example for font test.
10287
10288         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10289
10290         * ChangeLog: Add 1.7.6 release marker (see below).
10291
10292         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10293         Add .py files.
10294
10295 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10296
10297         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10298
10299         * input/tutorial/*.ly: update to new syntax.
10300
10301         * lily/parser.yy (Composite_music): new transpose syntax,
10302         \transpose FROM TO MUSIC. 
10303
10304 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10305
10306         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10307         latex progress/error output to stderr (by default this goes to
10308         stdout).  Show lilypond progress, even when not verbose.
10309
10310         * python/lilylib.py (system): New optional parameter to control
10311         showing of progress.
10312
10313         * scm/backend-documentation-lib.scm (check-dangling-properties):
10314         Fix error message.
10315
10316         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10317         axis, extent.
10318
10319         * scm/grob-property-description.scm (magnify): Remove.
10320         (extent, axis): Add.
10321
10322 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10323
10324         * VERSION: Release 1.7.6.
10325
10326         * scripts/convert-ly.py: more uniformization substitutions.
10327
10328         * buildscripts/new-chords.py (sub_chords): new file.
10329
10330 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10331
10332         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10333         lilypond.map.  Include sauter fonts too.  Cleanups.
10334
10335 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10336
10337         * Documentation/user/tutorial.itely (First steps): change to new
10338         chord/tie/slur/beam notation.
10339
10340         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10341         ties.
10342
10343         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10344         engraver. Process ties in postfix notation, i.e. c8-~ c
10345
10346         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10347
10348         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10349
10350         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10351
10352         * lily/beam-engraver.cc (try_music): accept new-beam-events
10353
10354         * input/regression/chord-scripts.ly (texidoc): new file
10355
10356         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10357         script-events.
10358
10359         * scm/script.scm (default-script-alist): cleanup.
10360
10361         * lily/script-engraver.cc (make_script_from_event): cleanup.
10362
10363         * lily/lyric-combine-music-iterator.cc
10364         (Lyric_combine_music_iterator): remove superfluous events.
10365         (melisma_busy): new function. Fix broken melismas.
10366
10367 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10368
10369         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10370         Remove nonvalid settings. Use descriptive key names.
10371         Use <Return> to indicate the pressing of that key.
10372
10373 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10374
10375         * scripts/lilypond-book.py (option_definitions): Typo.
10376
10377         * scripts/ly2dvi.py: Updates.
10378
10379         * python/lilylib.py (setup_environment, print_environment)
10380         (get_bbox, make_preview): Merge and remove from ly2dvi and
10381         lilypond-book.
10382
10383         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10384
10385         * .cvsignore: Remove some cruft.
10386
10387         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10388         path.
10389
10390         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10391         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10392         throughout.
10393
10394         * python/lilylib.py (quiet_system): Junk
10395         (system): Display error log upon failure.
10396         (read_pipe): New function.  Cleanups and fixes.
10397
10398         * python/*.py: Rename from *.py.in.
10399         
10400         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10401
10402         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10403
10404 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10405
10406         * python/GNUmakefile: Bugfix: handle modules.
10407
10408         * stepmake/stepmake/python-module-targets.make (default): Add
10409         compiled modules. 
10410
10411         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10412         compiling modules.
10413
10414         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10415         Bugfix.  (OUT_PYC_MODULES): Add.
10416
10417 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10418
10419         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10420         Use default paths. Refresh description.
10421
10422 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10423
10424         * VERSION: 1.7.5 released
10425
10426         * input/regression/finger-chords.ly (texidoc): new file.
10427
10428         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10429         support
10430
10431         * lily/fingering-engraver.cc (process_music): remove kludgy
10432         scriptHorizontal stuff.
10433
10434         * lily/script.cc: remove staff-support property.
10435
10436         * lily/new-fingering-engraver.cc (add_fingering): new
10437         file. Fingering engraver for new style chords.
10438
10439 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10440
10441         * lily/parser.yy (bare_number): allow 4 \cm (without
10442         decimal dot). (should backport to 1.6?)
10443
10444         * ly/declarations-init.ly: use Scheme for dimension defs.
10445
10446         * lily/parser.yy (TODO): remove hard coded dimensions, add
10447         REAL NUMBER_IDENTIFIER production.
10448
10449         * lily/rest-collision.cc (force_shift_callback): rewrite using
10450         -done property.
10451
10452         * scm/grob-property-description.scm (rest-collision-done): add
10453         property.
10454         
10455         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10456
10457 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10458
10459         * input/regression/multi-measure-rest-center.ly: new file.
10460
10461         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10462         off horizontally by 0.05 ss. Fixed.
10463
10464 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10465
10466         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10467
10468         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10469
10470 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10471
10472         * lily/tie.cc (get_control_points): also avoid staff lines on the
10473         just outside the outer staff lines
10474
10475 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10476
10477         * ly/params-init.ly: Just define style-alist, no need to
10478         define-public.
10479
10480         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10481         (thanks Han-Wen).
10482
10483         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10484         (FET_FILES): = FONT_FILES.
10485
10486         * Merge from stable:
10487
10488             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10489
10490 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10491
10492         * VERSION: 1.7.4 released.  
10493         
10494         * scm/generate-documentation.scm (string-append): add macro
10495         definitions.
10496
10497         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10498         normal texts.
10499
10500         * lily/multi-measure-rest-engraver.cc: make separate
10501         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10502
10503         * lily/multi-measure-rest.cc: remove text handling. Remove
10504         number-threshold.
10505
10506 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10507
10508         * scm/music-types.scm: doc patch by Graham Percival
10509
10510 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10511
10512         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10513         encoding part.
10514         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10515         (sketch_p): Sketch wants only first four elements of X11 font spec.
10516
10517         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10518
10519         * mf/feta-autometric.mf: Write foundry and family to log.
10520
10521         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10522         font translation table.
10523
10524         * buildscripts/mf-to-table.py: Better font info into afm.
10525
10526         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10527         1.0.9 required.
10528
10529         * configure.in: Whine for mftrace 1.0.9.
10530
10531 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10532
10533         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10534
10535         * lily/main.cc (main_prog): don't try to load init.EXT when
10536         processing foo.EXT.
10537
10538 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10539
10540         * scm/tex.scm (zigzig-line): added.
10541
10542         * scm/ps.scm (zigzag-line): added.
10543
10544         * ps/music-drawing-routines.ps (subvec): added.
10545         (draw_zigzag_line): added.
10546         
10547         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10548         grob properties zigzag-width and zigzag-length.
10549
10550         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10551
10552 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10553
10554         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10555         svg output, including font.
10556
10557 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10558
10559         * scm/lily.scm: Register sodipodi output module.
10560
10561         * scm/sodipodi.scm: New file.
10562
10563         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10564
10565         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10566         comment, after header.
10567         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10568         FullName.  Fix FontName key.
10569
10570 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10571
10572         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10573         and breve rests.
10574         
10575         * input/test/blank-notes.ly: bugfix
10576
10577         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10578         rests. (Kim Shrier)
10579
10580         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10581         
10582 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10583
10584         * scm/tex.scm: 
10585         * scm/ps.scm: Cleanup and remove obsolete junk.
10586
10587         * Documentation/user/internals.itely:
10588         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10589
10590         * lily/parser.yy: Identify shift/reduce problems.
10591
10592         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10593         make-style-sheet.  Too specific for convert-ly?
10594
10595 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10596
10597         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10598
10599         * input/test/*.ly: various fixes.
10600
10601         * lily/music.cc (name): bugfix
10602
10603         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10604
10605         * lily/input-file-results.cc (code): set-point-and-click! ->
10606         set-point-and-click
10607         
10608 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10609
10610         * Use uniform ly: prefix for exported scheme primitive functions.
10611
10612         * scm/music-types.scm: junk compat glue
10613
10614         * scripts/convert-ly.py: add rules for stuff below, junk
10615         compatibility glue for spanrequest.
10616
10617         * lily/parser.yy (verbose_event): remove \spanrequest,
10618         \commandspanrequest, \script. 
10619         
10620         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10621
10622         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10623         for \penalty, \glissando.
10624
10625         * VERSION: release 1.7.3
10626         
10627 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10628
10629         * lily/accidental-engraver.cc: Fix
10630         grace-in-the-beginning-of-measure bug caused by the resent
10631         partial-measure fix.
10632
10633         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10634         overlap looks too crowded)
10635         
10636 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10637
10638         * lily/parser.yy (assignment): allow SCM expression as assignment.
10639
10640         * lily/include/music-output-def.hh (class Music_output_def):
10641         * lily/music-output-def.cc: 
10642         * lily/paper-def.cc: 
10643         * scm/font.scm (markup-to-properties):
10644         * lily/parser.yy (music_output_def_body): 
10645         remove style_sheet_
10646
10647 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10648
10649         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
10650         length.
10651
10652         * input/regression/spacing-to-grace.ly: new file.
10653
10654         * input/regression/spacing-end-of-line.ly: new file.
10655
10656         * lily/note-spacing.cc (get_spacing): take into account breakable
10657         stuff sticking out at the left (time sig change at line break).
10658
10659         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
10660         raggedright code.
10661
10662         * scm/music-functions.scm (make-voice-props-set): add
10663         staff-position for mm rests.
10664  
10665         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
10666         before grace notes a little.
10667
10668         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
10669
10670         * lily/break-align-interface.cc (do_alignment): right-edge spacing
10671         key adds space at the end of line. 
10672
10673 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10674
10675         * scm/sketch.scm: Fix beams.
10676
10677         * buildscripts/mf-to-table.py: Add EncodingScheme.
10678
10679         * scm/sketch.scm: Resurrect.
10680
10681 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10682
10683         * lily/multi-measure-rest.cc: use breve rests for measure lengths
10684         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
10685
10686 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10687
10688         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
10689
10690         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10691
10692 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10693
10694         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
10695         token for origin information.
10696
10697         * lily/parser.yy (My_lily_lexer): do identifier location and
10698         cloning from lexer.
10699
10700         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10701         logic out of the parser. Add bar checks on both ends.
10702
10703         * Documentation/user/refman.itely (Multi measure rests): add more
10704         notes about mm rests.
10705
10706 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10707
10708         * input/regression/bar-scripts.ly: Re-enable.
10709
10710         * lily/parser.yy:
10711         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
10712         released rsn.  Bison 1.50 has a crucial bug and won't work.
10713
10714         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10715
10716
10717 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10718
10719         * input/regression/bar-scripts.ly: Blunt documentation build fix.
10720
10721 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10722
10723         * Actually merge changes since 1.6.4 besides ChangeLog, and
10724         resolve conflicts.  Lots of updates, hope all is well.
10725         
10726         * cygwin/lilypond.hint (requires): Add ghostscript.
10727
10728         * scm: Update some (c).
10729         
10730 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10731
10732         * input/test/{various}.ly: add \header fields and texidoc strings.
10733
10734 2002-10-05  Werner Lemberg  <wl@gnu.org>
10735
10736         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
10737         renamed to `output_latex_quoted'.
10738         Added `output_latex_noquote'.
10739         (schedule_lilypond_block): Implement `noquote' option for LaTeX
10740         mode.
10741
10742 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10743
10744         * ChangeLog: Add 1.6.6 release marker.  See below.
10745
10746         * stepmake/stepmake/po-targets.make: Remove --c++ option.
10747
10748         * scripts/midi2ly.py: Fix global syntax warnings.
10749
10750         * GNUmakefile.in: Generate builddir locale tree too.
10751
10752         * scripts/ly2dvi.py:
10753         * scripts/midi2ly.py: 
10754         * scripts/mup2ly.py: 
10755         * scripts/update-lily.py:
10756         * lily/main.cc (setup_paths): Fix for locales setup.
10757
10758 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10759
10760         * Documentation/windows/installing.texi: Soften wording about
10761         necessity of becoming Administrator.  tommie@iae.nl reports this
10762         does not seem to be necessary for his flavour of Windows 2000.
10763         Explicitely discourage text mode mounts.
10764
10765 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10766
10767         * lily/rest.cc (after_line_breaking): backport dot position fix.
10768
10769         * lily/rest-collision.cc (do_shift): also remove dots for suicided
10770         rests. Thanks to Klaus Zimmermann for finding this bug.
10771
10772 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10773
10774         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
10775
10776 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10777
10778         * Documentation/user/music-glossary.tely: fix links.
10779
10780 2002-10-21  Werner Lemberg  <wl@gnu.org>
10781
10782         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
10783         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
10784         scaling factor) only once and use them in the definition of
10785         \embeddedps.
10786         * ps/music-drawing-routines.ps (skeel): Removed.
10787
10788 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10789
10790         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
10791         Solaris7, as we don't use nested $( ) constructs.
10792
10793 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10794
10795         * VERSION: Release 1.6.6.
10796         
10797 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10798
10799         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
10800         as workaround for /bin/sh problems on Solaris7.
10801
10802 2002-10-19  Werner Lemberg  <wl@gnu.org>
10803
10804         * GNUmakefile.in (web-doc): Fix typos.
10805         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
10806         `music-drawing-routines.ps' but emit \special{header=...} once.
10807         * scm/tex.scm (header-end): Updated.
10808
10809 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10810
10811         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
10812         undefined tremolo. 
10813
10814 2002-10-15  Werner Lemberg  <wl@gnu.org>
10815
10816         * scripts/lilypond-book.py (g_make_html): New global variable.
10817         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
10818         if `g_make_html' isn't set.
10819         [main]: Add format `texi-html'.
10820         (option_definitions): Updated.
10821         * Documentation/user/lilypond-book.itely: Updated.
10822
10823         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
10824         * make/ly-rules.make (%.texi, %.nexi): Use it.
10825         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
10826         format to lilypond-book.
10827         * GNUmakefile.in (web-doc): Ditto.
10828
10829 2002-10-14  Werner Lemberg  <wl@gnu.org>
10830
10831         Further improve TeX output.  The produced files are about 40%
10832         smaller.  `lilyponddefs.tex' is now read only once.
10833
10834         * tex/lilyponddefs.tex: Remove footer stuff.
10835         (\ifundefined): Renamed to...
10836         (\lilypondundefined): This.  Use LaTeX's definition to
10837         make it nestable and make it global.
10838         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
10839         output.
10840         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
10841         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
10842         them global.
10843         (\placebox): Renamed to...
10844         (\lyitem): This.
10845         Make it global and call \outputscale by itself.
10846         (\lybox, \lyvrule): New macros to reduce input data.
10847         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
10848         New auxiliary macros.
10849         (\SkipLilydefs, \EndLilyPondOutput): Removed.
10850         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
10851         to...
10852         (\lilypondspace): This and made it global.
10853         (\turnOnPostScript): Renamed to...
10854         (\lilypondpostscript): This and made it global.
10855         (\turnOnExperimentalFeatures): Renamed to...
10856         (\lilypondexperimentalfeatures): This and made it global.
10857         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
10858         (\lilypondsetdimen): This and made it global.
10859         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
10860         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
10861         (all, $(outdir)/music-drawing-routines.ps): New rules.
10862         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
10863         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
10864         start-system, stop-system, stop-last-system, filledbox): Updated to
10865         use the changed macros from lilyponddefs.tex.
10866         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
10867
10868 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10869
10870         * Documentation/windows/installing.texi: Update.
10871
10872 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10873
10874         * VERSION: 1.6.5 released
10875
10876         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
10877
10878 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10879
10880         * scm/translator-property-description.scm (voltaOnThisStaff): add
10881         property.
10882
10883 2002-09-28  Werner Lemberg  <wl@gnu.org>
10884
10885         * scm/tex.scm (header-end): Suppress page numbering.
10886
10887         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
10888         Fix quotation for HTML output.
10889
10890 2002-09-28   Graham Percival   <gperciva@sfu.ca>
10891         
10892         * Documentation/user/refman.itely: grammar and phrasing
10893           fixes to "Note Entry" section.  Also adds a few new examples.
10894
10895 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10896
10897         * flower/include/string-data.icc: include string.h
10898
10899 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10900
10901         * scm/chord-name.scm (chord::inner-name-banter): remove space.
10902
10903 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10904
10905         * Documentation/user/GNUmakefile (extra-local-help): Add.
10906
10907         * stepmake/stepmake/www-targets.make (local-help): Add.
10908
10909 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10910
10911         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
10912         packages.
10913
10914         * Documentation/topdocs/README.texi (Top): building documentation
10915         (not website.)
10916
10917 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10918
10919         * Documentation/user/refman.itely: 
10920         * Documentation/user/tutorial.itely: 
10921         * Documentation/user/music-glossary.tely: Merge changes.
10922
10923         * Documentation/user/glossary.html.in: 
10924         * Documentation/index.texi: 
10925         * Documentation/header.html.in: Accomodate renaming of glossary.
10926         
10927         * Documentation/user/tutorial.itely: Add some glossary references.
10928         
10929         * Documentation/user/refman.itely: Minor fixes.
10930         
10931         * Documentation/user/lilypond.tely: Add glossary do direntry.
10932
10933         * Documentation/user/music-glossary.tely: Rename (previously:
10934         glossary.tely).  Fix anchor placement.
10935
10936         * Documentation/user/GNUmakefile: Make music-glossary.info too.
10937
10938 2002-09-23  Werner Lemberg  <wl@gnu.org>
10939
10940         * scripts/lilypond-book.py (output_dict): Fix handling of
10941         various environments by avoid extraneous newlines.
10942         Rename `output-all' regexp for html to `output-html'.
10943         Replace `output-all' regexp for texi with `output-texi-quote'
10944         and `output-texi-noquote'.
10945         (compose_full_body): Don't override `linewidth' user option
10946         for `singleline'.
10947         (schedule_lilypond_block): Don't indent text specified with
10948         `intertext' option.
10949         Add new option `noquote'.
10950         (compile_all_files): Use latex instead of tex to compile ly
10951         files directly.
10952
10953         * Documentation/user/lilypond-book.itely: Updated and revised.
10954         Improve layout.
10955
10956         * Documentation/user/glossary.tely,
10957         Documentation/user/introduction.itely,
10958         Documentation/user/tutorial.itely,
10959         Documentation/user/refman.itely,
10960         Documentation/user/appendices.itely: Fix overfull LilyPond
10961         boxes caused by the new lilypond-book code.  Other minor
10962         fixes.
10963
10964         * Documentation/user/macros.itexi (@texiflat): Don't emit
10965         trailing space.
10966
10967         * scm/tex.scm (end-output, header-end): Add preamble and
10968         postamble to make lilypond output directly compilable with
10969         latex.
10970
10971         
10972 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10973
10974         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
10975         instructions.
10976
10977 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10978
10979         * Documentation/user/glossary.tely: Add titling and hyperlinks.
10980
10981 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10982
10983         * lily/beam.cc (connect_beams): don't crash if there are quarter
10984         notes in beams.
10985
10986 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
10987
10988         * Documentation/user/refman.itely: corrected ancient clef
10989         docu; added docu on ligatures
10990
10991 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10992
10993         * Documentation/user/glossary.tely,
10994         Documentation/user/refman.itely, input/les-nereides.ly,
10995         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10996         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10997         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10998         Stem properties: flag-style -> stroke-style, style -> flag-style.
10999
11000
11001 2002-09-22  Werner Lemberg  <wl@gnu.org>
11002
11003         * scripts/lilypond-book.py: Add option `notime' to suppress
11004         printing of a time signature.  Specify default indentation of 0pt
11005         if single line fragment.  Don't emit redundant `\paper{ }'.
11006
11007         * Documentation/user/lilypond-book.itely: Updated.
11008
11009         * Documentation/user/glossary.tely: Completely reformatting.
11010
11011 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11012
11013         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11014
11015 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11016
11017         * Documentation/user/tutorial.itely: Fix links.
11018         
11019         * Documentation/topdocs/index.tely:
11020         * Documentation/index.texi:
11021         * Documentation/header.html.in: Small website fixes and updates.
11022
11023         * debian/: Debian patch by Anthony Fok.
11024
11025 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11026
11027         * Documentation/footer.html.in: How time flies: It's already 2002!
11028
11029         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11030         more descriptive link names than 'here'.
11031
11032 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11033
11034         * VERSION: 1.7.2 released
11035         * VERSION: 1.6.4 released
11036         
11037         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11038
11039         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11040         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11041
11042         * mf/feta-din.mf (test): add x-height and space.
11043
11044         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11045         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11046
11047         * ly/grace-init.ly: add-to-grace-init: function to portably add
11048         settings to \grace. 
11049
11050         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11051         if we get an absolute dynamic event.
11052  
11053         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11054
11055         * lily/source-file.cc (get_line): oops. All line numbers were off
11056         by 2. Fix that. 
11057
11058         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11059         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11060
11061         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11062
11063         * lily/parser.yy (number_factor): remove (number) as number
11064         expression. ("Let them eat Lisp").
11065
11066 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11067
11068         * lily/horizontal-bracket.cc: new file.
11069
11070         * lily/horizontal-bracket-engraver.cc: new file.
11071
11072         * input/regression/note-group-bracket.ly: new file. Support
11073         horizontal note brackets for music analysis.
11074
11075         * lily/stem.cc (flag): new flag-style: no-flag.
11076
11077         * input/test/stem-cross-staff.ly: new file
11078         
11079         * Documentation/user/internals.itely: Improved formatting, fixing
11080         typos.  Added a section `Output details' to describe how the TeX
11081         code looks like.
11082
11083         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11084
11085         * lily/parser.yy: remove \dynamicscript.
11086
11087         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11088         definitions. 
11089
11090         * python/midi.c (midi_error): take two arguments.
11091
11092         * Merge 1.6.5 changes:
11093         
11094 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11095
11096         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11097         staff-space.  Previous 1.5 was probably meant as half-spaces.
11098         (cautionary-style): parentheses (was: smaller).  This is what doco
11099         says, and it seems more logical.
11100
11101         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11102         for 2nd sentence.
11103
11104 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11105
11106         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11107
11108 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11109
11110         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11111
11112 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11113
11114         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11115
11116 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11117
11118         * scm/translator-property-description.scm (voltaOnThisStaff): add
11119         property.
11120
11121 2002-09-28  Werner Lemberg  <wl@gnu.org>
11122
11123         * scm/tex.scm (header-end): Suppress page numbering.
11124
11125         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11126         Fix quotation for HTML output.
11127
11128 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11129         
11130         * Documentation/user/refman.itely: grammar and phrasing
11131           fixes to "Note Entry" section.  Also adds a few new examples.
11132
11133 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11134
11135         * flower/include/string-data.icc: include string.h
11136
11137 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11138
11139         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11140
11141 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11142
11143         * Documentation/user/GNUmakefile (extra-local-help): Add.
11144
11145         * stepmake/stepmake/www-targets.make (local-help): Add.
11146
11147 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11148
11149         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11150         packages.
11151
11152         * Documentation/topdocs/README.texi (Top): building documentation
11153         (not website.)
11154
11155 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11156
11157         * Documentation/user/refman.itely: 
11158         * Documentation/user/tutorial.itely: 
11159         * Documentation/user/music-glossary.tely: Merge changes.
11160
11161         * Documentation/user/glossary.html.in: 
11162         * Documentation/index.texi: 
11163         * Documentation/header.html.in: Accomodate renaming of glossary.
11164         
11165         * Documentation/user/tutorial.itely: Add some glossary references.
11166         
11167         * Documentation/user/refman.itely: Minor fixes.
11168         
11169         * Documentation/user/lilypond.tely: Add glossary do direntry.
11170
11171         * Documentation/user/music-glossary.tely: Rename (previously:
11172         glossary.tely).  Fix anchor placement.
11173
11174         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11175
11176 2002-09-23  Werner Lemberg  <wl@gnu.org>
11177
11178         * scripts/lilypond-book.py (output_dict): Fix handling of
11179         various environments by avoid extraneous newlines.
11180         Rename `output-all' regexp for html to `output-html'.
11181         Replace `output-all' regexp for texi with `output-texi-quote'
11182         and `output-texi-noquote'.
11183         (compose_full_body): Don't override `linewidth' user option
11184         for `singleline'.
11185         (schedule_lilypond_block): Don't indent text specified with
11186         `intertext' option.
11187         Add new option `noquote'.
11188         (compile_all_files): Use latex instead of tex to compile ly
11189         files directly.
11190
11191         * Documentation/user/lilypond-book.itely: Updated and revised.
11192         Improve layout.
11193
11194         * Documentation/user/glossary.tely,
11195         Documentation/user/introduction.itely,
11196         Documentation/user/tutorial.itely,
11197         Documentation/user/refman.itely,
11198         Documentation/user/appendices.itely: Fix overfull LilyPond
11199         boxes caused by the new lilypond-book code.  Other minor
11200         fixes.
11201
11202         * Documentation/user/macros.itexi (@texiflat): Don't emit
11203         trailing space.
11204
11205         * scm/tex.scm (end-output, header-end): Add preamble and
11206         postamble to make lilypond output directly compilable with
11207         latex.
11208
11209         
11210 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11211
11212         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11213         instructions.
11214
11215 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11216
11217         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11218
11219 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11220
11221         * lily/beam.cc (connect_beams): don't crash if there are quarter
11222         notes in beams.
11223
11224 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11225
11226         * Documentation/user/refman.itely: corrected ancient clef
11227         docu; added docu on ligatures
11228
11229 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11230
11231         * Documentation/user/glossary.tely,
11232         Documentation/user/refman.itely, input/les-nereides.ly,
11233         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11234         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11235         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11236         Stem properties: flag-style -> stroke-style, style -> flag-style.
11237
11238 2002-09-22  Werner Lemberg  <wl@gnu.org>
11239
11240         * scripts/lilypond-book.py: Add option `notime' to suppress
11241         printing of a time signature.  Specify default indentation of 0pt
11242         if single line fragment.  Don't emit redundant `\paper{ }'.
11243
11244         * Documentation/user/lilypond-book.itely: Updated.
11245
11246         * Documentation/user/glossary.tely: Completely reformatting.
11247
11248 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11249
11250         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11251
11252 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11253
11254         * Documentation/user/tutorial.itely: Fix links.
11255         
11256         * Documentation/topdocs/index.tely:
11257         * Documentation/index.texi:
11258         * Documentation/header.html.in: Small website fixes and updates.
11259
11260         * debian/: Debian patch by Anthony Fok.
11261
11262 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11263
11264         * Documentation/footer.html.in: How time flies: It's already 2002!
11265
11266         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11267         more descriptive link names than 'here'.
11268
11269 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11270
11271         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11272
11273 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11274
11275         * lily/part-combine-music-iterator.cc (get_state): cleanup
11276         (get_music_info): cleanup.
11277
11278 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11279
11280         * scm/backend-documentation-lib.scm (interface-doc-string):
11281         crosslinks between interfaces and grobs. Headings for interfaces
11282         in grob explanation.
11283
11284 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11285
11286         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11287         dtd).  Add preliminary dtd.
11288         (re-sub-alist): Robustify.
11289
11290 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11291
11292         * lily/include/event-chord-iterator.hh,
11293         lily/context-specced-music-iterator.cc,
11294         lily/event.cc, lily/event-chord-iterator.cc: add
11295
11296 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11297
11298         * lily/: some (c) header fixes.
11299         
11300         * lily/request-chord.cc: Remove.
11301         
11302         * lily/include/event-chord-iterator.hh:
11303         * lily/include/event.hh:
11304         * lily/event-chord.cc: New file.
11305         
11306         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11307         requested.
11308
11309 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11310
11311         * lily/ : rename Request to Event
11312
11313         * lily/parser.yy (command_element): move clef stuff into Scheme.
11314
11315         * lily/:  rename length_mom () to get_length()
11316
11317         * lily/part-combine-music.cc: removed file and class.
11318
11319         * lily/context-specced-music-iterator.cc (class
11320         Context_specced_music_iterator): new file. Obsoletes the
11321         Context_specced_music type.
11322
11323         * scm/music-types.scm (make-repeated-music): put different kinds
11324         of repeated music into music-type table.
11325
11326         * VERSION: 1.7.1 released.
11327
11328         * scm/to-xml.scm: new file.
11329
11330         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11331         new Input representation: dump music as XML.
11332
11333         * scm/engraver-documentation-lib.scm
11334         (engraver-accepts-music-types?): add links from music to engraver,
11335         from music-type to engraver.
11336
11337         * lily/include/command-request.hh: removed
11338         lily/include/musical-request.hh: removed. Removed all _req classes
11339         except Key_change_req. Changes throughout.
11340
11341 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11342
11343         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11344
11345 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11346
11347         * lily/*.cc: specify accepts for many engravers.
11348
11349         * scm/music-documentation-lib.scm: dump music expressions and
11350         music subtypes.
11351
11352         * scm/documentation-lib.scm: complete revision.
11353         Use GOOPS objects to store document tree explicitly. Cleaned up and
11354         sped up doco generation a lot.
11355
11356 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11357
11358         * input/trip.ly (fugaIILeft): add arpeggio
11359
11360         * lily/translator-group.cc (try_music_on_nongroup_children):
11361         oops. The name symbol is in the cdr of the assoc handle.
11362
11363         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11364         Hyphen_req, Glissando_req, Break_req, Mark_req 
11365
11366 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11367
11368         * lily/musical-request.cc (music-duration-length,
11369         music-duration-compress): new functions.
11370
11371         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11372         throughout. Warning doesn't work yet.
11373
11374         * lily/translator-group.cc (try_music_on_nongroup_children):
11375         new implementation: store candidate acceptors in a hashTable.
11376
11377 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11378
11379         * scm/music-types.scm (music-descriptions): change name to
11380         internal-class-name
11381
11382         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11383
11384 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11385
11386         * lily/beam.cc (connect_beams): don't crash if there are quarter
11387         notes in beams.
11388
11389 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11390
11391         * Documentation/user/refman.itely: corrected ancient clef
11392         docu; added docu on ligatures
11393
11394 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11395
11396         * Documentation/user/glossary.tely,
11397         Documentation/user/refman.itely, input/les-nereides.ly,
11398         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11399         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11400         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11401         Stem properties: flag-style -> stroke-style, style -> flag-style.
11402
11403 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11404
11405         * scm/music-functions.scm (music-separator?): don't use name music
11406         property.
11407
11408 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11409
11410         * stepmake/stepmake/generic-targets.make (help): Document check
11411         target.
11412
11413         * lily/new-accidental-engraver.cc: Compile fix.
11414
11415 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11416
11417         * scripts/convert-ly.py: Add rule.
11418
11419         * input/test/music-creation.ly:
11420         * input/test/add-staccato.ly:
11421         * input/test/add-text-script.ly: ly-make-music.
11422
11423         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11424         More ly-make-music renamings.
11425
11426         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11427
11428         * lily/music-constructor.cc (make_music): Add debugging info.
11429
11430         * scm/music-functions.scm (make-simultaneous-music,
11431         (make-sequential-music, context-spec-music):
11432         * scm/music-types.scm (music-descriptions): Get lily to run.
11433
11434 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11435
11436         * lily/command-request.cc (transpose_key_alist): new function.
11437
11438         * lily/key-performer.cc (create_audio_elements): cleanup. 
11439
11440 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11441
11442         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11443
11444         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11445         events-accepted field.
11446
11447         * scm/music-types.scm: new file.
11448
11449         * lily/parser.yy: put music type initialization into scheme,
11450         similar to grob initialization.  Changes throughout.
11451
11452 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11453
11454         * Documentation/user/tutorial.itely: Fix links.
11455         
11456         * Documentation/index.texi: 
11457         * Documentation/header.html.in: 
11458         * Documentation/topdocs/index.tely: Small website fixes and updates.
11459
11460         * debian/: Debian patch by Anthony Fok.
11461
11462 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11463
11464         * Documentation/footer.html.in: How time flies: It's already 2002!
11465
11466         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11467         more descriptive link names than 'here'.
11468
11469         * ROADMAP: Remove test stuff.
11470
11471         * scripts/update-lily.py: Allow auto-building of stable and
11472         development versions.  Bugfixes.
11473
11474 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11475
11476         * VERSION: released 1.7.0
11477
11478         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11479
11480         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11481         positive line widths.
11482
11483 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11484
11485         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11486         go.  Fix comments.
11487
11488         * cygwin: Cygwin updates.
11489
11490 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11491
11492         * Documentation/windows/installing.texi (Top): version for python,
11493         urls for ghostscript (thanks to John Potelle)
11494         
11495         * lily/simultaneous-music-iterator.cc
11496         (Simultaneous_music_iterator): init children_list_ before
11497         triggering GC.
11498
11499         * lily/*-iterator.cc: be even more careful with smobbed copy
11500         constructors. 
11501
11502         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11503         LeftEdge item.
11504
11505 2002-09-15  Werner Lemberg  <wl@gnu.org>
11506
11507         Improving LilyPond's output to make them ordinary TeX boxes with
11508         predictable dimensions.  System boxes are now vertically centered on
11509         the baseline; this offset can be further controlled with
11510         \lilypondscoreshift.
11511
11512         * lily/system.cc (System::post_processing): Pass length of current
11513         system to `start-system' (including any horizontal indentation).
11514
11515         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11516         prettier.
11517         (lily-def): Append `%'.
11518         (start-system): Add parameter `wd'.  Output more TeX code to specify
11519         box dimensions.
11520         (stop-system, stop-last-system): Complement changes in
11521         `start-system'.
11522         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11523         Updated.
11524
11525         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11526         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11527         Write final `\endinput'.
11528
11529         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11530         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11531         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11532         files and macro definitions don't produce spurious spaces and
11533         paragraphs (using \endlinechar).
11534         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11535
11536         * Documentation/user/internals.itely: Improved formatting, fixing
11537         typos.  Added a section `Output details' to describe how the TeX
11538         code looks like.
11539
11540 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11541
11542         * lily/accidental-engraver.cc: Also work with partial measures.
11543
11544 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11545
11546         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11547         spanner.
11548
11549 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11550
11551         * lily/identifier-smob.cc (unpack_identifier): new file.
11552
11553         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11554         pass off scheme expressions as music identifiers.
11555
11556         * scm/lily.scm: reorganisation, cleanups.
11557
11558         * lily/main.cc: small cleanups.
11559
11560 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11561
11562         * lily/ly-module.{cc,hh}: new file.
11563
11564 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11565
11566         * lily/accidental-engraver.cc: Also work with partial measures.
11567
11568 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11569
11570         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11571
11572 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11573
11574         * lily/my-lily-lexer.cc: use SCM module in stead of
11575         Scheme_hash_table. Changes throughout.  
11576
11577 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11578
11579         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11580