]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
41482760cfc4852fefcd8085cbeaf3da4e1478ad
[lilypond.git] / ChangeLog
1 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2
3         * ly/music-functions-init.ly (def-music-function): new helper
4         macro for defining music functions. \addlyrics \appoggiatura
5         \acciaccatura \grace \partcombine \autochange \applycontext
6         \applyoutput and \breathe are now defined here thanks to it.
7
8         * lily/parser.yy: 
9         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
10         \grace \partcombine \autochange \applycontext \applyoutput and
11         \breathe keywords removed from the parser.
12
13         * lily/parser.yy: 
14         * lily/music-function.cc (ly_make_music_function): 
15         * lily/lexer.ll (music_function_type): added a case for 0-arg
16         music functions.
17
18 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
19
20         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
21         refering to a music expression can be used in lily-inside-scheme:
22         #{ $music #}
23
24         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
25         and ly:parser-define, and change ly:parser-parse-string in order
26         to make #{ $music #} work.
27
28         * scm/new-markup.scm (compile-markup-expression): when an argument
29         is a string, use `make-simple-markup'.
30
31 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
32
33         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
34
35 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
36
37         * scripts/convert-ly.py (FatalConversionError.func): handle + in
38         font-size. (backportme)
39
40 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
41
42         * lily/paper-outputter.cc (output_stencil): dump font definitions
43         before each stencil.
44
45         * lily/include/paper-book.hh (struct Score_lines): new
46         struct. Collect info per Paper-score.
47
48         * lily/include/page.hh (class Page): to_stencil() returns Stencil
49         everywhere.
50
51         * lily/stencil.cc (find_expression_fonts): new function
52
53         * lily/paper-outputter.cc (output_stencil): use
54         interpret_stencil_expr
55
56         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
57         (interpret_stencil_expr): new function. Generic stencil
58         interpretation.
59
60         * lily/paper-def.cc (find_scaled_font): divide lookup
61         magnification by outpuscale for non-virtual fontmetrics. This
62         fixes ludicrously long font definitions for text
63         fonts. (backportme)
64
65         * lily/score-engraver.cc: remove
66         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
67
68 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
69
70         * input/test/markup-score.ly: Remove \notes.
71
72         * lily/parser.yy (book_body): Grok Composite_music and \header.
73         (markup): Push NOTES mode before score_block.
74
75         * VERSION: release 2.3.1
76         
77         * mf/feta-klef.mf: 
78         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
79
80         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
81
82         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
83
84 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
85
86         * scm/output-tex.scm (output-tex-string): tighten safe security.
87
88         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
89
90         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
91         allowed ly functions.
92
93         * lily/ly-module.cc (ly_module_define): only define variable if
94         bound.
95         (ly_make_anonymous_module): take safe option.
96
97 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
98
99         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
100
101 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
102
103         * input/regression/newaddlyrics.ly: Fix.
104
105         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
106         \score \notes.
107
108 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
109
110         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
111
112 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
113
114         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
115
116         * lily/paper-line.cc (Paper_line): don't store list of stencils,
117         but convert to single Stencil immediately.
118
119         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
120
121 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
122
123         * scm/output-sodipodi.scm: Resurrect sodipodi output.
124
125 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
126
127         * elisp/lilypond-mode.el: Changed the way defaults are created for
128         LilyPond-command-master.  LilyPond-mode will now check the
129         timestamps of the files to see which command has to run next.
130
131 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
132
133         * scm/bass-figure.scm (format-bass-figure): don't set
134         number-markup for strings. This fixes string in bass
135         figure. (backportme)
136
137         * lily/parser.yy (bass_number): insert number-markup into figure
138         definition.
139
140         * scm/define-music-properties.scm (all-music-properties): make
141         'figure a markup.
142
143         * scripts/convert-ly.py (conv): \apply -> \applymusic
144
145 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
146
147         * elisp/lilypond-mode.el: changed the order of some commands
148         ("Midi" after "2Midi"), use the user-defined
149         LilyPond-command-default as default instead of "LilyPond"
150
151         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
152         to set the master file for the next command.
153
154         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
155         with font-lock-reference-face.
156
157 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
158
159         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
160
161         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
162
163 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
164
165         * ly/music-functions-init.ly (TODO): new file.
166
167         * lily/parser.yy (Generic_prefix_music_scm): add more
168         music_function symbols.
169         (Prefix_composite_music): change \apply to music-function   
170
171         * lily/include/music-function.hh: rename to music-function
172
173 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
174
175         * lily/music-head.cc (LY_DEFINE): change order of args.
176
177         * input/regression/music-head.ly (texidoc): new file.
178
179         * lily/parser.yy (Generic_prefix_music): allow generic
180         music-transformation functions. 
181
182         * lily/include/music-head.hh (is_music_head): new file.
183
184         * lily/music-head.cc (get_music_head_transform): new file.
185
186 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
187
188         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
189         empty extent. This fixes ottava brackets on rests. (backportme)
190
191         * make/lilypond.redhat.spec.in (Group): ln png files for info.
192
193         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
194
195         * cygwin/lily-wins.py: update for the lily-wins.py script.
196
197 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
198
199         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
200         code. This will obviate typeset_grob () in the future.  The effect
201         of this is that improperly written spanner handling will result in
202         invalid spanner bounds.
203         (announce_grob): add to elems_ from here
204         (typeset_grob): comment out.  
205
206         * lily/include/engraver.hh (make_spanner): new calling interface
207         for make_{item,spanner}. This obviates most calls to
208         announce_grob().
209                 
210         * scm/music-functions.scm (set-accidental-style): use GrandStaff
211         iso. PianoStaff for piano styles.
212
213 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
214
215         * Documentation/user/music-glossary.tely: add segno after d.s.
216
217 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
218
219         * lily/include/audio-column.hh: remove unused variables.
220         (patch by Michael Welsh Duggan)
221
222         * flower/include/axes.hh (other_axis): inline Axes function
223         (thanks to David Brandon).
224
225 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
226
227         * cygwin/mknetrel: Install image links (backportme).
228
229         * Documentation/user/GNUmakefile (local-install-info): Activate
230         actual installing of image links (backportme).
231
232 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
233
234         * Documentation/user/notation.itely (Measure repeats): Removed
235         unnecessary (and confusing) \context Voice{.
236
237 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
238
239         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
240
241         * lily/page.cc (Page): Do not use ly_scheme_function for
242         volatile/configurable variables (FIXME: better name).
243
244         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
245         get_scmvar).
246
247 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
248
249         * scripts/convert-ly.py (FatalConversionError.subst): use
250         \transposition.
251
252 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
253
254         * lily/include/page.hh (class Page): Declare left_margin ().
255
256         * lily/page.cc: Remove paper var caching.
257
258 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
259
260         * Documentation/user/music-glossary.tely: Add name to @top node.
261         Remove comment from @table definitions (workaround for makinfo
262         bug).
263
264         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
265         ly:stencil-get-expr).  Update callers.
266         (ly:stencil-align-to!):  Return stencil too.
267
268         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
269         stencil.  Remove looped line-based page output.
270         (output_line): Use line stencil.  Remove looped stencil-based line
271         output.
272
273         * lily/page.cc (ly:page-paper-lines): New function.
274
275         * input/test/markup-score.ly: New file.
276
277         * scm/define-markup-commands.scm (stencil): New markup.
278
279         * lily/book.cc (to_stencil): New method.
280
281         * lily/parser.yy (markup): Use it to grok \score.
282
283 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
284
285         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
286
287         * lily/paper-book.cc (pages): Change signature.  Update callers.
288
289         * lily/include/page.hh:
290         * lily/page.cc: New file.
291
292         * lily/paper-line.cc (to_stencil): New method.
293         
294         * lily/paper-outputter.cc (output_stencil): New method.
295
296         * lily/paper-outputter.cc (output_line): Use them.
297
298         * lily/warn.cc: Remove.
299
300         * lily/my-lily-parser.cc (distill_inname): Remove.
301
302         * flower/include/file-name.hh: 
303         * flower/file-name.cc: New file.  Update users.
304
305         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
306         (find): New method of same name.
307
308         * lily/my-lily-parser.cc (ly:parse-file): Use it.
309
310         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
311         constant error message.
312
313 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
314
315         * input/test/{blank-notes.ly,staff-container.ly}: typos.
316
317 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
318
319         * Documentation/user/music-glossary.tely: @table @strong' replaced
320         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
321         (backportme).
322
323 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
324
325         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
326
327         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
328         #{ lily music expression #} that returns an equivalent scheme
329         music expression by parsing the string.
330
331 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
332
333         * lily/my-lily-parser.cc:
334         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
335         SCM string (foo.ly/toto.scm support).
336
337 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
338
339         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
340
341 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
342
343         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
344
345         * scripts/lilypond-book.py: LY code that includes \header is
346         not assumed to be a fragment.
347
348 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
349
350         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
351         tremolo beams up.
352
353         * lily/stem.cc (chord_start_y): Return 0 if no heads.
354         (get_default_stem_end_position): No tremolo head juggling if no
355         heads.  Fixes tremolo crash on rests (backportme).
356
357         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
358
359 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
360
361         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
362         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
363
364         * lily/lexer.ll: Allow \encoding in NOTES mode.
365
366         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
367         for lyrics, not for commands.
368
369         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
370         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
371
372         * input/regression/newaddlyrics.ly: New file.
373
374         * Documentation/topdocs/NEWS.texi: Update.
375
376         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
377         (Music_list): Allow embedded scm.
378
379         * lily/score.cc (ly:score-bookify): New function.
380
381         * lily/music.cc (ly:music-scorify): Idem.
382
383         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
384         (ly:parser-print-score): Idem.
385
386         * scm/lily.scm (default-toplevel-book-handler): Idem.
387         (default-toplevel-music-handler): Idem.
388         (default-toplevel-score-handler): Idem.
389
390         * ly/declarations-init.ly: Set default toplevel handlers.
391
392         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
393
394         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
395         printer for score at toplevel.
396
397 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
398
399         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
400         Fix for simple case: input/simple-song.ly, more complex stuff
401         does not work yet.
402
403 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
404
405         * lily/parser.yy (Prefix_composite_music): split Composite_music
406         in Prefix_composite_music and Grouped_music_list.
407         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
408
409 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
410
411         * scm/lily.scm (toplevel-expression): New define.
412
413         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
414
415         * lily/parser.yy (toplevel_expression): Use it.
416
417         * lily/include/my-lily-parser.hh: Smobbify.
418
419         * lily/my-lily-parser.cc (parse_string): New method.
420         
421         * lily/my-lily-parser.cc (ly:parse-string): New function.
422
423         * Documentation/user/lilypond.tely: Add comment and workaround for
424         gs-8.01 crash.  Fixes make web.
425
426         Simplification of toplevel music.
427         
428         * lily/lexer.ll, lily/parser.yy:
429
430         * In LYRICS mode, return LYRICS_STRING.  This fixes one
431         shift/reduce problem.
432
433         * Use NOTES mode at start of maininput.
434
435         * Grok toplevel composite music expression, put in score and book.
436
437         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
438
439         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
440
441         * input/simple.ly: New file.
442         
443         * input/simple-song.ly: Idem.
444
445 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
446
447         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
448         Sandberg.
449
450 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
451
452         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
453
454 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
455
456         * input/regression/accidental-octave.ly: doc automatic showing
457         of note names.
458
459 2004-04-16  Heikki Junes <janneke@gnu.org>
460
461         * po/fi.po: do "make po && make -C po po-update" at top-level,
462         then "cp po/out/fi.po po/fi.po" and update fields.
463
464         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
465
466 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
467
468         * Documentation/user/introduction.itely (About this manual): Fix
469         templates and regression urls (backportme).
470
471 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
472
473         * ly/engraver-init.ly (Score:graceSettings): Increase
474         beamed-lengths, especially for 32nd notes.
475
476         * Documentation/user/notation.itely (Grace notes): Correct the
477         syntax for add-grace-property example.
478
479 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
480
481         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
482         `Generated' tag.
483
484         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
485         Severely broken (the Debian package, at least).
486
487 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
488
489         * lily/context.cc (find_create_context): assign to lvalue.
490
491 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
492
493         * lily/include/translator.hh (class Translator): rename
494         get_parent_context() to context () to avoid confusion.
495
496         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
497
498         * lily/lexer.ll: change is_string -> ly_c_string_p 
499
500         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
501
502         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
503
504         * VERSION: release 2.3.0
505
506         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
507
508         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
509         if nonempty.
510
511         * lily/include/context.hh (class Context): make members protected.
512         (children_contexts): new accessor function.
513
514         * lily/include/translator.hh (class Translator): make
515         daddy_context_ protected.
516         (class Translator): clean up. 
517
518         * lily/include/context.hh (class Context): make daddy_context_
519         private.
520
521         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
522         higher for finding Voice. (backportme)  
523
524         * lily/include/context.hh (class Context): remove
525         find_context_below() as a method.
526
527         * Documentation/user/notation.itely (The Lyrics context): add note
528         about manual durations
529
530         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
531         encoding.
532
533         * scm/output-tex.scm (text): dump \inputencoding{} for text.
534
535 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
536
537         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
538         \usepackage{inputenc}
539
540         * lily/paper-book.cc (classic_output): don't advance Offset for
541         TeX output.
542
543         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
544         ec-sauter.map in rules
545
546         * mf/ecb.mf (font_identifier): new file, based on ecbx
547
548         * mf/ecb10.mf (gensize): new file.
549
550         * Documentation/topdocs/NEWS.texi (Top): document some more new
551         features.
552
553         * ly/declarations-init.ly: run convert-ly
554
555         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
556         from input-file-results. Remove input-file-results.* 
557
558 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
559
560         * scm/output-ps.scm (font-command): Fix, again.
561
562         * input/test/title-markup.ly: Add \noPagebreak test.
563
564         * lily/score-engraver.cc (try_music): Bugfix.
565
566 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
567
568         * lily/main.cc (main_with_guile): excise dependency options -M and
569         --dep-prefix
570
571         * lily/input-file-results.cc: excise Makefile dependency code
572
573         * Documentation/user/invoking.itexi (Invoking the lilypond
574         binary): remove dep doco
575         
576         * lily/main.cc (main_with_guile): call lilypond-main
577         
578         * scm/lily.scm (lilypond-main): new function: handle multiple files.
579
580         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
581         exception.
582
583         * lily/my-lily-parser.cc: remove paper_description function
584
585         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
586         new function.
587
588         * lily/main.cc: remove global_score_count.
589
590         * lily/book.cc (process): don't take header from global_input_file.
591
592         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
593
594         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
595
596         * lily/music-output-def.cc (LY_DEFINE): new function
597         ly_output_description. This function does the bulk for  setting,
598         parsing and breaking down of an input file.
599
600         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
601         anonymous modules globally. Let's hope they get GCd
602
603         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
604
605 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
606
607         * scm/output-ps.scm (header): Papersize from paper.
608
609         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
610         for classic output.
611
612         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
613         lilypondclassic is defined.
614         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
615
616         * input/regression/between-systems.ly: Remove.
617
618         * python/lilylib.py (get_bbox): Fix regular expression
619         for bounding box.
620
621         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
622
623         * scm/output-tex.scm (stop-page): Use it.
624
625         * scm/output-ps.scm (define-fonts): Bugfix.
626
627         * lily/grob.cc: Add penalty to interface.
628
629         * lily/include/paper-line.hh (class Paper_line): New member
630         var penalty_.
631
632         * lily/system.cc (get_line): Initialise Paper_line with
633         page-penalty's from original grobs.
634
635         * scm/define-music-properties.scm (all-music-properties): Add
636         page-penalty.
637
638         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
639
640         * lily/score-engraver.cc (try_music): Handle page-penalty.
641
642         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
643
644 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
645
646         * ly/declarations-init.ly (melismaEnd): typo
647
648         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
649
650         * scm/output-ps.scm (text): split string into spaces, use moveto
651         for setting space. 
652         
653 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
654
655         * po/nl.po: Update.
656
657         * scm/font.scm (add-cmr-fonts): Typo.
658
659 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
660
661         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
662         font-encoding.
663
664         * scm/define-grobs.scm (all-grob-descriptions): idem.
665
666         * lily/time-signature.cc (numbered_time_signature): idem.
667
668         * scm/font.scm (add-cmr-fonts): use real encoding names for
669         font-encoding.
670
671 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
672
673         * lily/paper-book.cc (classic_output): 
674         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
675         Fixes classic output.
676         (lilypondstart):
677         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
678         kludge.
679
680         * scripts/old-lilypond-book.py: Remove.
681
682         Page layout for SCOREs enclosed in a BOOK:
683
684         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
685         layout tweaking.
686
687         * input/les-nereides.ly (theScore): Add \book.
688         
689         * input/test/title-markup.ly: Add \book.
690
691         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
692         only if 'verbose.
693
694         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
695
696         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
697
698         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
699         * scm/output-tex.scm (start-system): Update for page layout by
700         LilyPond.
701
702         * scm/output-ps.scm (start-system): Previously (new-start-system).
703
704         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
705         passed to define-fonts.
706
707         * lily/paper-column.cc: 
708         * lily/system.cc (get_line):
709         * ly/property-init.ly (newpage): 
710         * scm/define-grob-properties.scm:
711         * scm/output-ps.scm: 
712         * scm/output-tex.scm: Remove between-system-string kludge.
713
714         * scm/output-ps.scm (define-fonts, font-command,
715         font-load-encoding): Handle ENCODING = #f.
716
717         * scm/output-tex.scm (output-scopes): Check if variable is bound.
718
719         * scm/define-markup-commands.scm (fill-line): Use
720         make-simple-markup (WAS: unexisting make-word-markup).
721
722         * lily/text-item.cc (interpret_markup): Bugfix, transpose
723         ENCODING, MARKUP parameters for interpret_string.
724
725         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
726
727         * lily/score.cc (book_rendering): New method.
728         (default_rendering): Create Paper_book helper locally, dump
729         output.
730
731         * lily/my-lily-lexer.cc (the_key_tab): Add book.
732
733         * lily/parser.yy: Handle \book.
734
735         * lily/include/book.hh: 
736         * lily/book.cc: New file.
737
738 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
739
740         * lily/text-item.cc (interpret_string): new file, select font with
741         encoding.
742
743         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
744
745         * scm/define-markup-commands.scm (encoded-simple): new markup command.
746
747         * lily/parser.yy (markup): take encoding from lexer.
748
749 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
750
751         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
752
753         * scm/output-ps.scm: Remove some cruft.
754
755 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
756
757         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
758
759         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
760
761 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
762
763         * scm/font.scm (add-century-schoolbook-fonts):
764         (make-century-schoolbook-tree): New function.
765
766         * input/test/title-markup.ly: Use Century Schoolbook font.
767
768 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
769
770         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
771         to Erik Sandberg) 
772
773         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
774
775         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
776
777         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
778
779         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
780
781 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
782
783         * scm/part-combiner.scm (determine-split-list): bugfix: if no
784         solo-state (at end of solo), we can set the solo status
785         too. (backportme.)
786
787         * input/regression/part-combine-solo-end.ly: new file.
788
789 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
790
791         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
792         flavour abc files.  Really ignore unknown keys (backportme).
793
794 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
795
796         * lily/scaled-font-metric.cc (text_dimension): only multiply with
797         magnification_ when looking up in orig_.
798
799         * scm/output-tex.scm (text): switch off char-mapping.
800
801         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
802         because AFM's encoding field cannot have spaces.
803
804 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
805
806         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
807
808 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
809
810         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
811
812         * mf/cmr.enc: new file, without hi-bit ascii info. 
813
814         * lily/bezier-bow.cc (slur_shape): make indent dependent on
815         width. This removes the 'hook' at the end of a long slur.
816
817         * buildscripts/mf-to-table.py (parse_logfile): don't append
818         encoding to fontname.
819
820 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
821
822         * scm/output-ps.scm (define-fonts): Load .enc only once.
823
824         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
825         too.
826
827 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
828
829         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
830         encoding field.
831
832         * lily/stencil-scheme.cc: remove ly:fontify-atom 
833
834         * ly/portuges.ly (pitchnames): new file.
835
836         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
837         Michael Welsh Duggan
838
839         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
840
841         * ly/nederlands.ly: add comment about digits.
842
843         * lily/scaled-font-metric.cc (derived_mark): idem.
844
845         * scm/encoding.scm (make-encoding-mapping): change permutation to
846         mapping.
847
848         * lily/scaled-font-metric.cc (derived_mark): is a const method.
849         (Modified_font_metric): make alist for coding_description_
850         (LY_DEFINE): remove coding-name.
851
852         * scm/output-tex.scm (text): remove debugging code.
853
854         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
855
856         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
857         from infile.
858
859         * mf/feta-generic.mf: move fet_beginfont into generic code.
860         use fetaMusic (without space) as encoding
861
862         * mf/feta-autometric.mf: take encoding argument
863
864         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
865
866         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
867         use.
868
869         * scm/encoding.scm (read-encoding-file): use symbol for glyph
870         name.
871
872 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
873
874         * input/test/title-markup.ly: Set inputencoding.
875
876         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
877
878         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
879
880         * scm/encoding.scm (get-coding-filename, get-coding-command): New
881         function.
882         (coding-alist): Also hold filename, command.
883         (read-encoding-file): Return symbols.
884
885 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
886
887         * scm/output-tex.scm: remove fontify; text and char take a font
888         argument.
889
890         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
891
892         * lily/scaled-font-metric.cc (text_dimension): init
893         coding_{permutation,table}_ too 
894         (LY_DEFINE): ly:font-encoding, new function return
895
896         * lily/paper-def.cc (find_scaled_font): take input coding from
897         inputcoding paper var.
898
899         * lily/performance.cc (output): remap modulo 16.
900
901         * lily/text-item.cc (interpret_markup): whoops, variable
902         shadowing fixed.
903
904 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
905
906         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
907         symbols, not symbols to strings.
908         
909         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
910         symbols, not symbols to strings.
911
912 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
913
914         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
915         (ly:kpathsea-gulp-file): New function.
916
917         * scm/encoding.scm (read-encoding-file): Use it.
918
919 2004-04-06  Werner Lemberg  <wl@gnu.org>
920
921         * scm/encoding.scm (coding-alist): Fix typo.
922
923 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
924
925         * lily/scaled-font-metric.cc (text_dimension): move function from
926         Font_metric
927         (make_scaled_font_metric): init coding_scheme_ to TeX
928         (text_dimension): use get-coding-vector for non TeX coding_scheme_
929
930         * lily/include/scaled-font-metric.hh (struct
931         Modified_font_metric): rename from Scaled_font_metric
932
933         * scm/encoding.scm (read-encoding-file): split up large function,
934         leave caching to (delay)
935
936         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
937
938 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
939
940         * lily/my-lily-lexer.cc (set_encoding): New method.
941
942         * lily/lexer.ll: Grok \encoding.
943
944         * lily/font-metric.cc (get_encoded_index): New function.
945
946         * lily/include/font-metric.hh (coding_scheme): New method.
947
948         * scm/encoding.scm: New file.
949
950         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
951
952 2004-04-05  Werner Lemberg  <wl@gnu.org>
953
954         * Documentation/user/tutorial.itely: Revised (finished).
955
956         * Documentation/user/macros.itexi (@separate): Removed.
957
958 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
959
960         * scm/output-ps.scm (define-fonts): fix scaling.
961
962         * lily/scaled-font-metric.cc (design_size): add function.
963
964         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
965         partial cut&paste of ly:font-magnification.
966
967 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
968
969         * scm/output-ps.scm (define-fonts):
970         (fontify): Update.
971
972 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
973
974         * po/fr.po: update. (backportme).
975
976         * po/nl.po: update. (backportme). 
977
978         * mf/feta-beugel.mf: document why design size is not fixed.
979
980         * mf/feta-braces-a.mf: rename to stress that it's not design size.
981
982 2004-04-04  Werner Lemberg  <wl@gnu.org>
983
984         * Documentation/user/tutorial.itely: Revised (continued).
985
986 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
987
988         * po/nl.po: Update (backportme).
989
990 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
991
992         * po/de.po: update. (backportme).
993
994         * scm/output-tex.scm (font-command): use ly: functions to
995         construct name.
996         (define-fonts): don't use alist, just dump \font definitions.
997         (font-load-command): calculate proper scaling by taking
998         outputscale from paper argument.
999
1000         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1001         expression.
1002
1003         * lily/paper-outputter.cc (output_header): pass paper arg to
1004         define-fonts
1005
1006         * lily/paper-def.cc (font_descriptions): dump list of
1007         Scaled_font_metrics
1008         (find_scaled_font): take Font_metric argument, store
1009         Scaled_font_metrics in hash-table containing (size ->
1010         Scaled_font_metrics) alist.
1011         (get_dimension): rename from get_realvar
1012
1013         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1014         ly:font-magnification, ly:font-name: new functions
1015
1016 2004-04-03  Werner Lemberg  <wl@gnu.org>
1017
1018         * Documentation/user/dedication.itely,
1019         Documentation/user/preface.itely,
1020         Documentation/user/introduction.itely,
1021         Documentation/user/tutorial.itely: Revised.
1022         Removing leading spaces which distorts output if info files are read
1023         with stand-alone info.
1024         Removing superfluous inter-word spaces which also distorts output
1025         for stand-alone info.
1026         Using ` and ' instead of `` and '' everywhere to improve
1027         legilibility with stand-alone info
1028         Using @samp for single-letter input items and data which contains
1029         spaces, @code for other things.
1030
1031         * lily/grob-interface.cc: Adding copyright.
1032         (check_interfaces_for_property): Improve format of warning message.
1033
1034 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1035
1036         * lily/include/font-metric.hh (struct Font_metric): add
1037         design_size () method.
1038
1039         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1040
1041         * lily/afm.cc (read_afm_file): read design size.
1042
1043         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1044
1045         * scm/music-functions.scm (unfold-repeats): handle dots too.
1046
1047 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1048
1049         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1050         (backportme)
1051
1052 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1053
1054         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1055         lyric indent.  Revert melismaBusyProperties using \unset.
1056
1057 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1058
1059         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1060
1061         * lily/parser.yy (command_element): allow redefinition of |
1062         meaning.
1063
1064         * lily/break-align-engraver.cc (acknowledge_grob): construct
1065         LeftEdge where the first cause for alignment is coming from.
1066         This makes \override Staff.LeftEdge work as expected.
1067
1068         
1069         * lily/slur-performer.cc (Slur_performer): add inits
1070
1071         * lily/beam-performer.cc (Beam_performer): add inits
1072
1073 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1074
1075         * VERSION (PACKAGE_NAME): release 2.2.0
1076
1077         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1078
1079 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1080
1081         * lily/cluster.cc (height): Fix warning.
1082
1083         * lily/parser.yy: Janitorial cleanups.
1084
1085         * Documentation/user/tutorial.itely (Tutorial): Typo.
1086
1087 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1088
1089         * lily/change-iterator.cc (process): search at multiple context
1090         levels. This fixes 
1091
1092         
1093         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1094         not voice-state index for tie state. This fixes a partcombine
1095         problem with ties.
1096
1097         * Documentation/user/tutorial.itely (Commenting input files): add
1098         note about convert-ly.
1099
1100         * input/test/cadenza-skip.ly:  new file.
1101
1102 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1103
1104         * po/nl.po: Spelling fixes.
1105
1106         * autogen.sh (srcdir): Regenerate.
1107
1108         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1109         autogen.sh.
1110
1111         * configure.in: Use C++ to check for C++ header.
1112
1113         * po/nl.po: Update.
1114
1115         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1116
1117         * lily/event.cc (to_relative_octave): Translatable sentence should
1118         be one string.
1119
1120         * python/lilylib.py (warranty): Year range is not translatable.
1121         It's 2004 already!
1122
1123         * flower/warn.cc (non_fatal_error, warning, programming_error):
1124         Remove whitespace from translated string.
1125
1126 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1127
1128         * VERSION: release 2.1.37.
1129
1130 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1131
1132         * configure.in: check for C language.
1133
1134         * lily/source-file.cc: include strstream without h.
1135
1136         * scm/documentation-generate.scm (string-append): use name without
1137         .texi.
1138
1139         * autogen.sh (srcdir): SUSE fix.
1140
1141         * Documentation/user/notation.itely (Ancient clefs): idem.
1142
1143         * Documentation/user/lilypond-book.itely (Integrating HTML and
1144         music): idem.
1145
1146         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1147
1148         * lily/change-iterator.cc (process): use find_existing_context().
1149
1150         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1151
1152         * input/regression/repeat-unfold-tremolo.ly: new file.
1153
1154         * scm/music-functions.scm (unfold-repeats): undo music compression
1155         too.
1156
1157         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1158         (LY_DEFINE): ly:music-compress new function.
1159
1160         * scm/part-combiner.scm (determine-split-list): split for voice
1161         crossings
1162
1163         * input/regression/part-combine-cross.ly: new file.
1164
1165         * scm/part-combiner.scm (make-part-combine-music): don't do
1166         relative inside partcombine arguments.
1167
1168         * scm/music-functions.scm (make-non-relative-music): new function.
1169
1170         * Documentation/user/notation.itely (Automatic part combining):
1171         add note about \relative.
1172
1173         * lily/part-combine-iterator.cc (construct_children): add
1174         start_moment_ member.
1175
1176         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1177         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1178
1179         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1180
1181         * Documentation/user/changing-defaults.itely (Which properties to
1182         change): fixes.
1183
1184 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1185
1186         * po/fr.po: update.
1187
1188 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1189
1190         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1191
1192         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1193         Reinstate old code that issues warning.  Fixes --srcdir build.
1194
1195 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1196
1197         * input/wilhelmus.ly: New file.
1198
1199         * Documentation/user/notation.itely: 
1200         * Documentation/user/introduction.itely:
1201         * Documentation/user/tutorial.itely: Use quote ly-option instead
1202         of explicit @quotation.  This fixes too long lilypond linewidths
1203         resulting in overful hboxes.
1204
1205         * scripts/lilypond-book.py: Add ly-option: `quote'.
1206
1207 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1208
1209         * tex/titledefs.tex: Avoid that the first score line is extra
1210         indented if instrument is defined but not piece.
1211
1212 2004-03-30  Werner Lemberg  <wl@gnu.org>
1213
1214         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1215         `lilypond/' to info file name.
1216         (@usermanref) [info]: New variant.
1217
1218         * scm/documentation-generate.scm: Fix definition of @usermanref
1219         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1220         to info file name.
1221
1222 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1223
1224         * VERSION: release 2.1.36
1225         
1226         * Documentation/user/changing-defaults.itely (Interpretation
1227         contexts): rewrite introduction.
1228
1229 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1230
1231         * scm/define-markup-commands.scm: Use TeX accents instead of
1232         straight iso-8859-1 encoding in the doc string.
1233
1234 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1235
1236         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1237         space after dotted duration.
1238
1239 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1240
1241         * Documentation/user/introduction.itely: 
1242         * Documentation/user/notation.itely:
1243         * Documentation/user/tutorial.itely: Up all relative examples.
1244         Enclose @lilypond displays in @quotation.  Typos and corrections.
1245
1246         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1247
1248 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1249
1250         * scm/music-functions.scm (make-voice-props-revert): Revert also
1251         MultiMeasureRest staff-position in oneVoice.
1252
1253 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1254
1255         * Documentation/user/changing-defaults.itely, 
1256         Documentation/user/lilypond.tely: few fixes. Place no comma between
1257         two options: a and b, but commas between three options: a, b, and c.
1258         By this manner, grouping is possible: a and b, and c and d.
1259
1260 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1261
1262         * Documentation/user/GNUmakefile: add rule for .nexi
1263
1264 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1265
1266         * Documentation/user/music-glossary.tely: move glossary direntry
1267
1268         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1269         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1270
1271 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1272
1273         * stepmake/aclocal.m4: Verify that gettext configure check with
1274         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1275
1276 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1277
1278         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1279         glob.glob for .png filenames. This catches multipage pngs.  
1280
1281         * Documentation/user/changing-defaults.itely (Determining the grob
1282         property): fix references.
1283
1284         * lily/staff-symbol.cc (print): only add extent if non empty.
1285         This fixes staff-container.ly.
1286
1287         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1288         starting with a mmrest also works.
1289
1290         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1291         PNG for texinfo too.
1292
1293         * po/lilypond.pot: update translation strings.
1294
1295         * VERSION: 2.1.35 released
1296         
1297         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1298         context argument too.
1299
1300         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1301
1302         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1303
1304         * python/lilylib.py (command_name): don't return 1st path
1305         component.
1306
1307         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1308         .png case separately.
1309
1310         * python/lilylib.py (system): typo.
1311         
1312 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1313
1314         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1315         run indent-region.
1316
1317         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1318         Fixes compile.
1319
1320         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1321         Add header.
1322
1323 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1324
1325         * vim/lilypond-indent.vim: small fixes.
1326
1327 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1328
1329         * Documentation/user/notation.itely (Entering lyrics): Add example
1330         with correct english double quotes (at least for LaTeX output,
1331         maybe not a good idea if we switch to PS as the default output
1332         format).
1333
1334 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1335
1336         * lily/staff-performer.cc (create_audio_elements): play instrument
1337         changes before notes arrive. This fixes instrument of the first
1338         note in a score.
1339
1340         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1341         to 1.9.0 conversion.
1342
1343         * lily/mark-engraver.cc: doc string.
1344
1345         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1346
1347         * Documentation/user/introduction.itely (Introduction): new node.
1348
1349 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1350
1351         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1352
1353         * input/regression/spacing-ragged-last.ly: new file.
1354
1355         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1356         spacing.
1357
1358         * scm/font.scm: rewrite using GOOPS.
1359         
1360         * lily/context-def.cc (filter_engravers): derefence pointer.
1361
1362         * lily/lily-guile.cc (type_check_assignment): use
1363         ly_scheme_function iso. scm_primitive_eval where possible.
1364
1365         * lily/performance.cc (output): limit channels at 15. This fixes
1366         percussion inadvertently showing up in large scores.
1367
1368 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1369
1370         * input/regression/tuplet-gap.ly: new file.
1371
1372         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1373         (print): compute gap length from number size, include italic
1374         correction.
1375
1376         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1377         tuplet-bracket
1378
1379         * scm/paper.scm (set-default-paper-size): new function, to be
1380         called at toplevel.
1381         (set-paper-size): new function, to be called inside \paper {}
1382         (set-default-paper-size): new function, to be called at toplevel.
1383
1384         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1385
1386         * lily/beam-performer.cc (process_music): idem.
1387
1388         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1389         
1390         * tex/titledefs.tex: remove scshape for piece.
1391
1392         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1393         font-family
1394
1395         * lily/time-signature.cc (special_time_signature): font-encoding
1396         not family.
1397
1398         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1399         dynamic to head. This fixes p placement in morgenlied.
1400
1401 2004-03-23  Werner Lemberg  <wl@gnu.org>
1402
1403         * stepmake/stepmake/generic-targets.make (help): Improve text.
1404
1405 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1406
1407         * VERSION: 2.1.34 released
1408         
1409         * lily/main.cc (main_with_guile): switch debugging.
1410
1411         * lily/system.cc (get_line): plug leak.
1412
1413         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1414         and contents.
1415         (stencil2line): plug leak.
1416
1417         * Documentation/user/changing-defaults.itely (Determining a grob
1418         property):  new node.
1419         (Layout interfaces): new node.
1420         (Navigating the program reference): new node.
1421
1422         * lily/accidental-engraver.cc (acknowledge_grob): add property
1423         harmonicAccidentals
1424
1425         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1426         general cleanups.
1427         
1428         * input/les-nereides.ly (middleDynamics): resurrect Les
1429         nereides. Remove pedal hack.
1430
1431 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1432
1433         * input/regression/property-grace-polyphony.ly: new file.
1434
1435         * lily/translator-property.cc (execute_pushpop_property): only pop
1436         one instance of the property. This fixes << \\ >> together with
1437         \grace.
1438
1439         * lily/break-align-interface.cc (ordered_elements): we cannot
1440         modify the #'elements property, so return reordered array.
1441
1442 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1443
1444         * buildscripts/lilypond.words.py: remove.
1445         * buildscripts/lilypond-words.py: add new, renamed file. 
1446         Give generated targets and dirs explicitly in arguments.
1447
1448         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1449         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1450         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1451         
1452         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1453
1454         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1455
1456         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1457         orders.
1458
1459         * vim/GNUmakefile: add local-uninstall target.
1460
1461         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1462         
1463         * vim/vimrc: add a one-liner file.
1464
1465         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1466         vimrc in EXTRA_DIST_FILES.
1467
1468         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1469
1470 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1471
1472         * config.make.in: add vimdir.
1473
1474         * vim/GNUmakefile: add local-install.
1475
1476 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1477
1478         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1479         with \lilypondifundefined{blabla}. Solves problem with multiple
1480         titles in the same lilypond-book document.
1481
1482 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1483
1484         * scm/document-backend.scm (interface-doc): sort grob list for
1485         interface.
1486
1487         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1488         pre/post break align-order.
1489
1490         * spelling patch courtesy Edward Sutton.
1491
1492         * Documentation/user/changing-defaults.itely (Changing context
1493         default settings): new node.
1494         (Defining new  contexts): new node.
1495
1496         * scripts/lilypond-book.py (is_derived_class): use numbers
1497         iso. booleans.
1498
1499         * python/lilylib.py (make_ps_images): add margin to PS images.
1500
1501         * scripts/lilypond-book.py (is_derived_class): new function. Take
1502         class arg iso. object.
1503         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1504         for bug in GS/dvips.
1505
1506         * lily/text-item.cc (interpret_markup): idem.
1507
1508         * scm/define-markup-commands.scm: remove split around-space hack.
1509
1510         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1511         function, fold WL's fixes into one function.
1512
1513 2004-03-22  Werner Lemberg  <wl@gnu.org>
1514
1515         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1516         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1517         (Note_column::head_position_interval): Do proper rounding for
1518         calls to Staff_symbol_referencer::get_position.
1519
1520 2004-03-21  Werner Lemberg  <wl@gnu.org>
1521
1522         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1523         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1524         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1525         (My_lily_parser::parse_file): Improve formatting progress indication
1526         sent to stdout.
1527
1528 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1529
1530         * VERSION: 2.1.33 released.
1531
1532         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1533
1534         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1535
1536         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1537         warning is issued about dummy.dep.
1538
1539         * scm/new-font.scm: fix design sizes of nummer
1540
1541 2004-03-21  Werner Lemberg  <wl@gnu.org>
1542
1543         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1544         some annoying warnings from mkdir during `make install'.
1545
1546 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1547
1548         * lily/performer-group-performer.cc (do_announces): call
1549         Performer_group_performer::create_audio_elements () too.
1550
1551         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1552
1553         * scm/define-grobs.scm (all-grob-descriptions): add property
1554         break-align-orders
1555
1556         * lily/global-context.cc (get_default_interpreter): new
1557         function. Override from base class, so no new Score contexts are
1558         created.
1559
1560         * lily/include/stencil.hh (class Stencil): document origin field.
1561
1562         * lily/staff-symbol.cc (print): span staff-symbol on column
1563         extents for non-broken columns. 
1564
1565         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1566         key-signature.
1567
1568         * tex/titledefs.tex: don't use smallcaps for piece.
1569
1570         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1571         translated stencils in the output.
1572
1573         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1574
1575 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1576
1577         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1578         and init ties_created_
1579
1580         * VERSION: release 2.1.32
1581
1582         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1583         doc string from IMPLEMENT_CTOR_CALLBACK().
1584
1585         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1586         that engraver is in a performer hierarchy.
1587
1588 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1589
1590         * vim/lilypond-ftdetect.vim: new file.
1591
1592 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1593
1594         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1595         (compose_ly): default octave should be middle C.
1596
1597         * Documentation/user/changing-defaults.itely (Layout tunings
1598         within contexts): new node.
1599
1600         * lily/include/smobs.hh: document C++ smob interface.
1601
1602         * lily/function-documentation.cc: don't doc functions without
1603         docstring.
1604
1605 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1606
1607         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1608         direntry, so that `info lilypond' goes to Top.
1609
1610         * scm/output-ps.scm (polygon): Fix: add spaces.
1611
1612         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1613         solutions are now optimal too.
1614
1615         * input/test/page-breaks.ly: New file.
1616
1617         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1618         functions into safe module.
1619
1620         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1621         end, prepend zeros.
1622
1623         * scm/output-*.scm: Use ly:number->string rather than
1624         number->string.  Makes for saner output.
1625
1626         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1627         Fixes feta-nummer, feta-din scaling.
1628
1629 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1630
1631         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1632
1633         * scm/music-functions.scm (descend-to-context): new
1634         function. Similar to context-spec-music.
1635         (make-time-signature-set): specify Score as descend-only. This
1636         fixes the polymetric.ly example.
1637
1638         * lily/context-specced-music-iterator.cc (construct_children): add
1639         support for descend-only context spec.
1640
1641         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1642         determine ez-notation letter. 
1643
1644         * lily/system.cc (get_line): start with dumping layer 3. This
1645         fixes ez notation.
1646
1647 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1648
1649         * input/test/title-markup.ly: Stress breaking harder.
1650
1651         * scm/page-layout.scm (height-score): Overfull page scores twice
1652         as bad as underfull (was: by a power).
1653         (walk-lines): Omit first walk-path round (breaking after new node,
1654         without lines).
1655
1656         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1657         diff values are negative.
1658         (output): Bugfix: treat negative vfill differently.
1659
1660         * Documentation/user/lilypond.tely (direntry): Add note about why
1661         `info lilypond' brings up `Invoking LilyPond' node.
1662
1663 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1664
1665         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1666
1667         * lily/paper-book.cc: Remove cruft.
1668         (output): Bugfix: put vfill between lines.
1669         (pages): Bugfix: set page vars needed for filling.
1670
1671         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1672         (was: @ar).
1673
1674         * scm/page-layout.scm: Further development.
1675
1676         * ly/declarations-init.ly (paper): Define page-breaking.
1677
1678 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1679
1680         * lily/note-head.cc (brew_ez_stencil): add note-names
1681         property. Provides internationalization for note names.
1682
1683         * Documentation/user/changing-defaults.itely (Creating contexts):
1684         new node.
1685
1686         * lily/grace-iterator.cc (process): descend to child for \grace.
1687
1688         * lily/timing-translator.cc (initialize): Timing_translator adds
1689         Timing alias by itself.
1690
1691         * lily/context.cc (add_alias): new function.
1692
1693         * scm/lily.scm (tex-output-expression): new function, eval within
1694         drawing API. Guards against eval vulnerabilities.
1695
1696         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
1697
1698         * scm/output-ps.scm (scm): export lily drawing API.
1699
1700         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
1701         throughout.
1702
1703 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1704
1705         * scm/page-layout.scm (optimal-page-breaking): New function.
1706         
1707         * lily/paper-book.cc (pages): Use it.
1708
1709 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1710
1711         * lily/include/paper-line.hh (class Paper_line): Full smob.
1712
1713 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1714
1715         * lily/global-context.cc (run_iterator_on_me): fix grace note
1716         nesting by initting measurePosition.
1717
1718         * lily/timing-translator.cc (initialize): do no init
1719         measurePosition
1720         
1721         * lily/include/music-output-def.hh (class Music_output_def): add
1722         input_origin_ field.
1723
1724         * Documentation/user/changing-defaults.itely (Changing context
1725         properties on the fly): new node.
1726
1727         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
1728         function. Only have smobbed_copy (), and do not provide
1729         smobbed_copy() for non-simple smobs. Changes throughout.
1730
1731 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1732
1733         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
1734         start_moment_. Fix by Doug A. Linhardt.
1735
1736 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1737
1738         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
1739         accidentals for harmonic notes.
1740
1741         * lily/note-collision.cc (check_meshing_chords): don't merge heads
1742         of different style. (Thanks to Doug Linhardt).
1743
1744         * Documentation/user/changing-defaults.itely (Scheme tutorial):
1745         new node.
1746
1747 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
1748
1749         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
1750
1751         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
1752         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
1753         vim/lilypond-indent.vim: doc targets and deps in comments.
1754
1755 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1756
1757         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
1758
1759         * lily/system.cc (get_line): Return Paper_line.  Change all users.
1760
1761         * lily/include/paper-line.hh:
1762         * lily/include/paper-line.cc: New file.
1763
1764 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1765
1766         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
1767
1768         * GNUmakefile.in: remove stray make out=www
1769
1770         * input/test/bagpipe.ly (gcdg): octave fixes.
1771
1772         * scm/define-markup-commands.scm (number): use font-encoding
1773         iso. font-family
1774
1775         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
1776         font-encoding.
1777         
1778 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
1779
1780         * lily/parse-scm.cc: compile-bugfix: add missing header files for
1781         `output_format_global' and `PAGE_LAYOUT'.
1782
1783 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1784
1785         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
1786         lily functions in safe mode.
1787
1788         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
1789         Print filename for HTML, LATEX, before texidoc.
1790
1791         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
1792         instructions in output-ps module.
1793
1794         * scm/lily.scm: Do not load output-ps module.
1795
1796         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
1797         safe mode.
1798
1799 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1800
1801         * lily/span-dynamic-performer.cc (process_music): remove spurious
1802         warning.
1803
1804         * lily/context-def.cc (Context_def): init name to ""
1805
1806         * lily/font-interface.cc: add font-encoding property.
1807
1808         * scm/lily.scm (chain-assoc-get): bugfix.
1809
1810         * lily/paper-book.cc (stencil2line): protect static SCM.
1811
1812         * lily/font-interface.cc (text_font_alist_chain): rename function,
1813         and use text-font-defaults. 
1814
1815         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
1816
1817         * scm/paper.scm (paper-set-staff-size): use new function.
1818
1819         * scm/new-font.scm (make-font-tree): new function.
1820
1821 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1822
1823         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
1824
1825         * scm/lily.scm (get-output-module): New function.
1826         (output-alist): Remove ,ps-output-expression.
1827
1828         * scm/output-tex.scm (ps-output-expression): New function.
1829
1830         * scm/output-ps.scm (ps-output-expression): Remove.
1831         (header, start-page): Output page metadata.
1832
1833         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
1834         initialise output_module_.  Do not write part of header.
1835         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
1836         (output_header): Output full header.
1837
1838         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
1839         FIXME.
1840
1841 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1842
1843         * scm/new-font.scm: new file. Tree based font lookup.
1844
1845         * scm/lily.scm (assoc-get): take default argument. Remove
1846         assoc-get-default.
1847         (chain-assoc-get): use chain-assoc-get everywhere.
1848
1849         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1850         autobeamsettings conversion bug.
1851
1852         * lily/include/global-context.hh (Context): clean-up data hiding.
1853
1854         * lily/include/music-iterator.hh (class Music_iterator): clean-up
1855         data hiding.
1856
1857         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
1858
1859         * input/regression/stem-shorten.ly: add chord case.
1860
1861         * lily/stem.cc (get_default_stem_end_position): shorten stems
1862         triggered by note-head positions, not by forced-direction. This
1863         fixes a bug with too short stems.  
1864  
1865 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1866
1867         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
1868         Lilypond_snippet.output_latex): Always call output_print_filename.
1869
1870         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
1871         expand pages.
1872
1873 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1874
1875         * scm/part-combiner.scm (make-autochange-music): switch rests
1876         before switched notes too.
1877
1878         * lily/figured-bass-engraver.cc (process_music): change calling
1879         convention.
1880
1881         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
1882
1883         * scm/define-markup-commands.scm (bracketed-y-column): new markup
1884         command.
1885
1886         * lily/include/stencil.hh (class Stencil): add origin field.
1887
1888         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
1889         function.
1890
1891         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
1892
1893         * lily/lexer.ll: remove support for \$ and $ in identifiers
1894
1895         * lily/sequential-iterator.cc: remove copy_grace_fixups
1896         (get_grace_fixup): slight abstraction of fixup code.
1897
1898         * input/test/title-markup.ly (spaceTest): vary staff sizes.
1899
1900 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
1901
1902         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
1903         in insert-mode. add indenting rules.
1904
1905 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1906
1907         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
1908         protect hack.
1909
1910         * scm/page-layout.scm:
1911         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
1912         layout and titling should now match external latex based version.
1913
1914         * scm/output-tex.scm (output-scopes): Bugfix: only write string
1915         header fields.
1916
1917         * ps/lilyponddefs.ps: Remove automatic page layout.
1918
1919         * scm/output-ps.scm (new-start-system): New interface function.
1920
1921         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
1922
1923         * lily/paper-book.cc (output): Bugfix.
1924
1925 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1926
1927         * VERSION (MY_PATCH_LEVEL): release 2.1.30
1928         
1929 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1930
1931         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
1932         direntries.
1933
1934         * ps/lilyponddefs.ps: Bugfix.
1935
1936         * input/regression/multi-measure-rest-instr-name.ly: Typo.
1937
1938 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1939
1940         * lily/auto-beam-engraver.cc (create_beam): add Stem as
1941         cause. This should fix warnings.
1942
1943         * mf/feta-slag.mf (trill_ne): fix upmordent size.
1944
1945         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
1946         prevent aligned 6ths.
1947
1948         * lily/custos.cc (print): remove adjust-if-on-staffline.
1949
1950 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1951
1952         * lily/paper-book.cc: Do header and footer.
1953
1954 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1955
1956         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
1957
1958         * scm/paper.scm (lineheight): Remove
1959         (head-sep, foot-sep): Add.
1960
1961 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1962
1963         * mf/feta-schrift.mf: reduce portato thickness.
1964
1965         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
1966
1967         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
1968         programming_error ().
1969
1970         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
1971         bracket to last command column.
1972
1973         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
1974         continues on next/prev system.
1975
1976         * input/regression/pedal-end.ly: new file.
1977
1978 2004-03-10  Werner Lemberg  <wl@gnu.org>
1979
1980         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
1981         Remove pmx2ly stuff.
1982         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
1983
1984 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1985
1986         * scm/page-layout.scm: New file.
1987
1988         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
1989         settings.
1990         (Lilypond_snippet.is_outdated): Also check for PNG file.
1991         Workaround for interrupted (web) builds.
1992
1993         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
1994
1995         * ps/lilyponddefs.ps: Use only very small top-marging.
1996         (init-paper): Also pop page size string.
1997         (start-page, stop-page): New function.
1998
1999         * scm/output-ps.scm (header-end): Remove stray exec commands.
2000
2001 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2002
2003         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2004
2005         * lily/score.cc (default_rendering): clean protection.
2006
2007         * lily/paper-book.cc (mark_smob): implement smob marking.
2008
2009         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2010
2011         * Documentation/user/*.itely: user manual edits. 
2012
2013 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2014
2015         * Documentation/user/converters.itely (Invoking musedata2ly):
2016         remove pmx2ly.
2017
2018         * scripts/pmx2ly: remove script.
2019         
2020 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2021
2022         * lily/score.cc (default_rendering): Protect paper-book members.
2023
2024         * lily/paper-def.cc (smobbed_copy): New method.
2025
2026         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2027         switch runtime.
2028
2029         * lily/include/music-output.hh (process): Change signature to
2030         return SCM.
2031
2032         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2033         method.
2034
2035         * lily/paper-score.cc (process): Return stencils rather than
2036         outputting directly.  Remove paper-book kludge.  Delete grobs.
2037         (output): Remove.
2038
2039         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2040
2041         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2042
2043         * lily/score.cc (default_rendering)
2044         (ly_render_output): Move adding paper-score two levels up.
2045
2046         * lily/system.cc (get_line):
2047         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2048
2049 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2050
2051         * scm/font.scm (paper20-font-vector): add more design sizes for
2052         number.
2053
2054         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2055         feta-nummber{5,7,11,13}.
2056
2057         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2058         for 12pt design size. 
2059
2060 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2061
2062         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2063
2064 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2065
2066         * lily/font-select.cc (properties_to_font_size_family): Fix
2067         warning message.
2068
2069         * Experimental PostScript latin1 encoding:
2070         
2071         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2072
2073         * scm/output-ps.scm: Experimental encoding using reencode-font.
2074         * scm/font.scm: Add latin1 `font-shape'.
2075         
2076         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2077
2078         * ps/lilyponddefs.ps (reencode-font): New function.
2079
2080         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2081
2082         * scm/output-tex.scm (start-page):
2083         (stop-page): New interface function.
2084
2085 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2086
2087         * lily/paper-outputter.cc (output_expr):
2088         (output_header):
2089         (output_line): New method.
2090
2091         * lily/system.cc (get_line):
2092         (get_lines): New method.
2093         (output_scheme):
2094         (output_line): Remove.
2095
2096         * scm/lily.scm (make-title): New function.
2097
2098         * lily/paper-book.cc: 
2099         * lily/include/paper-book.hh: New file.
2100
2101         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2102         ly-modules.hh).
2103
2104         * lily/ly-module.cc (ly_modules_lookup): New function.
2105
2106         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2107
2108         * scm/output-ps.scm (make-title): Remove.
2109         (output-scopes): Junk header-title test.
2110
2111 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2112
2113         * mf/feta-schrift.mf: thicker dot for portato.
2114
2115         * lily/accidental-placement.cc (position_accidentals): bugfix in
2116         offset, this fixes right-padding of AccidentalPlacement.
2117
2118         * lily/[h-z]*.cc: () formatting.
2119
2120         * Documentation/user/tutorial.itely (An orchestral part): more
2121         fixes for the tutorial.
2122
2123         * scm/translation-functions.scm (fraction-tuplet-formatter):
2124         reverse fraction.
2125
2126         * lily/parser.yy (context_def_spec_block): use \context instead of
2127         \translator.
2128
2129         * lily/[a-g].cc: () style cleanup.
2130
2131         * Documentation/user/tutorial.itely (Automatic and manual beams):
2132         editing of tutorial.
2133
2134 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2135
2136         * buildscripts/mf-to-table.py (base): write encoding name.
2137
2138 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2139
2140         * Documentation/user/GNUmakefile (local-install-info): Issue
2141         warning (for packager, ie, if not installing in /usr or /usr/local).
2142
2143         * lily/stencil-scheme.cc: 
2144         * lily/staff-symbol-referencer.cc: 
2145         * lily/script-column.cc: 
2146         * lily/pitch.cc: 
2147         * lily/music.cc: 
2148         * lily/grob-pq-engraver.cc: 
2149         * lily/font-interface.cc: 
2150         * lily/music-output-def.cc: 
2151         * lily/duration.cc: 
2152         * lily/grob-scheme.cc:
2153         * lily/context-scheme.cc: Put scheme name on first line in
2154         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2155         style cleanups.
2156
2157         * stepmake/stepmake/scm-vars.make: 
2158         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2159         Rename and split TAGS_FILES.
2160
2161         * GNUmakefile.in (ALL-TAGS): Remove.
2162         
2163         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2164         deeper TAGS files.  Fixes regexp tags in TOP dir.
2165
2166 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2167
2168         * VERSION: 2.1.29 released.
2169         
2170         * Documentation/user/changing-defaults.itely (Changing defaults):
2171         new file.
2172
2173         * Documentation/user/notation.itely (Notation manual): rename from 
2174         refman.itely
2175
2176         * Documentation/user/notation-appendices.itely (The Feta font):
2177         new file.
2178
2179         * Documentation/user/advanced.itely: add aborted attempt for
2180         advanced topics manual.
2181
2182 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2183
2184         * scm/new-markup.scm: display Markups in sane format. Patch by
2185         Nicolas Sceaux.
2186
2187 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2188
2189         * lily/main.cc: Cleanups.
2190         (setup_localisation): New function.
2191         (sane_putenv): Remove.
2192         (main_with_guile): New name (Was: main_prog).  Remove musings
2193         about possible preparation for GUILE heavy memory usage and
2194         practical uselessness.  Do not set environment variables
2195         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2196         name juggling.
2197         (parse_argv): New function.
2198         (copyright): New function.  It's 2004 already.
2199
2200         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2201         (distill_inname): Move from main.
2202
2203 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2204
2205         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2206
2207         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2208
2209         * Documentation/user/running.itely: new file.
2210
2211         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2212
2213         * lily/score-performer.cc (finish): call Translator::finalize ().
2214
2215 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2216
2217         * lilypond-ftpplugin.vim: renamed to the following file.
2218         * lilypond-ftplugin.vim: new file.
2219
2220         * GNUmakefile.in: update VIM_FILES.
2221
2222 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2223
2224         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2225         props.
2226
2227         * input/test/tie-sparse.ly: remove.
2228
2229         * lily/tie-performer.cc (try_music): copy & paste from
2230         Tie_engraver.
2231
2232         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2233         variable_ref twice.
2234
2235         * lily/key-performer.cc (create_audio_elements): use
2236         alterations-in-key.
2237
2238         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2239
2240 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2241
2242         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2243         handle also quarter tones (not shown as tests). test also flats.
2244
2245         * Documentation/index.html.in: small fixes.
2246
2247 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2248
2249         * input/regression/new-markup-scheme.ly: Typo.
2250
2251         * scm/define-markup-commands.scm (fill-line): New markup.
2252
2253         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2254         (output-paper-def): Fix alignment.
2255         (make-title): Fix height/width scaling.
2256
2257         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2258
2259         * input/test/title-markup.ly: Add remaining titles.  Layout and
2260         font size fixes.  Add simplistic latin1 test.
2261
2262 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2263
2264         * input/test/nested-groups.ly: remove. move content (to next). 
2265         * input/test/staff-bracket.ly: replace content (from prev), this 
2266         has been already in templates.
2267
2268 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2269
2270         * stepmake/autogen.sh: Only issue warning about running configure
2271         without arguments when autogen.sh will actually be running
2272         configure.
2273
2274 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2275
2276         * scm/new-markup.scm (stack-stencil-line): robustness.
2277
2278         * scm/define-markup-commands.scm (simple): robustification of
2279         simple-markup.
2280
2281         * Documentation/user/music-glossary.tely (Top): change central C
2282         to middle C.
2283
2284         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2285
2286 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2287
2288         * input/test/title-markup.ly (spaceTest): Add.
2289
2290         * lily/text-item.cc (interpret_markup): Make line markup from
2291         multi word markup.
2292
2293         * scm/define-markup-commands.scm (word): New markup command.
2294         (simple): Use it.
2295
2296         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2297
2298 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2299
2300         * vim/ftplugin/lilypond.vim:
2301         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2302         show matching paren in insert mode.
2303
2304 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2305
2306         * scm/output-ps.scm (make-title, output-scopes): Further
2307         development.
2308
2309         * input/test/title-markup.ly: New file.
2310
2311         * ps/lilyponddefs.ps: Disable PostScript titling.
2312
2313         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2314
2315 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2316
2317         * lily/arpeggio.cc (width_callback): remove padding.
2318  
2319         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2320
2321         * scm/define-music-types.scm: remove make-music-by-name.
2322
2323         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2324
2325 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2326
2327         * lily/paper-score.cc (process): Output titles using make-title.
2328
2329         * scm/output-ps.scm (output-stencil): Display directly instead of
2330         constructing string.
2331         (make-title): New function.
2332
2333 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2334
2335         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2336         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2337         Move documentation of LaTeX packages for latin1 characters to the
2338         lilypond-book manual.
2339
2340 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2341
2342         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2343
2344         * vimrc: add menu in console and shortcut <F10> for it.
2345
2346         * vim/:
2347         * vim/compiler/:
2348         * vim/syntax/:
2349         * vim/indent/:
2350         * vim/ftplugin/: new directories.
2351         
2352         * vim/filetype.vim: new file.
2353
2354         * lilypond.vim: remove files (see next).
2355         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2356
2357         * vimrc: remove file (see next).
2358         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2359
2360         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2361         add header. apply bindings only locally.
2362
2363         * vim/indent/lilypond.vim: new file.
2364
2365         * vim/ftplugin/lilypond.vim: remove errorformat.
2366         * vim/compiler/lilypond.vim: new file for errorformats.
2367
2368         * Documentation/topdocs/INSTALL.texi: give easier orders.
2369
2370         * ROADMAP: add vim/
2371
2372 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2373
2374         * Documentation/user/introduction.itely (Introduction): Use @image
2375         iso @html <img...>.  Add workaround for images in columns in info.
2376
2377         * stepmake/aclocal.m4: Store computed version in variable.
2378
2379         * configure.in: Export MAKEINFO_VERSION.
2380
2381         * config.make.in (MAKEINFO_VERSION): Add.
2382
2383         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2384
2385         * Documentation/user/GNUmakefile: Only build info with images when
2386         building web.
2387
2388         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2389
2390         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2391         stuff from documentation-targets.make
2392
2393 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2394
2395         * VERSION: 2.1.28 released
2396         
2397         * scripts/convert-ly.py (conv): 
2398
2399 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2400
2401         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2402         \arpeggioBoth. redefine \arpeggioBracket.
2403
2404         * Documentation/user/refman.itely: document new arpeggio
2405         functions.
2406
2407         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2408
2409         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2410
2411         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2412
2413 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2414
2415         * Documentation/user/introduction.itely (Automated engraving):
2416         rewrite introduction using website text.
2417
2418 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2419
2420         * scm/*.scm: make-music-by-name is replaced by make-music, which
2421         also accept music property settings, eg:
2422           (make-music 'TextScriptEvent 'direction DOWN 'text
2423               (make-simple-markup x))
2424
2425         Patch courtesy Nicolas Sceaux
2426
2427         * lily/beam-quanting.cc: cleanup, separate counts for left and
2428         right beam ends.
2429
2430         * lily/side-position-interface.cc (quantised_position): also
2431         quantize staccato position for forced stem directions. 
2432
2433 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2434
2435         * scm/*.scm: Patch by Nicolas Sceaux: 
2436
2437         * scm/music-functions.scm: ly:grob-property and ly:music-property
2438         are made procedure with setters.
2439
2440         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2441         
2442 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2443
2444         * input/test/[t-v]*.ly: finish rewriting texidocs.
2445
2446         * input/test/vaticana.ly: remove.
2447         * input/test/ligature-vaticana.ly: new, renamed file name.
2448
2449         * input/test/stem-centered.ly: remove.
2450         * input/test/mensural-note-heads.ly: new file. take content from
2451         removed file stem-centered.ly.
2452
2453         * input/test/scales-greek.ly: simplify.
2454
2455         * input/test/s*.ly: reformulate texidocs.
2456         
2457         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2458         of missing features.
2459
2460 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2461
2462         * input/test/[j-o]*.ly: update texidocs.
2463
2464 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2465
2466         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2467
2468         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2469         images.
2470
2471         * Documentation/user/lilypond.tely (@direntry): Update.
2472
2473         * stepmake/stepmake/documentation-targets.make
2474         (install-info,uninstall-info): Install into $(package_infodir).
2475         Install images.  Run install-info to update dir.
2476
2477         * config.make.in (package_infodir): Add.
2478
2479         * Documentation/user/GNUmakefile (info-with-images,
2480         local-install-info, local-uninstall-info): New target.
2481
2482 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2483
2484         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2485         gap/threshold.
2486
2487         * lily/beam-quanting.cc (score_slopes_dy): remove
2488         ROUND_TO_ZERO_SLOPE kludge.
2489
2490         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2491
2492         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2493
2494         * lily/global-context.cc (Global_context): alway accept Score
2495         (run_iterator_on_me): cast Context to Score_context, not
2496         Context_def.
2497
2498         * Documentation/user/refman.itely: documentation patch by Edward
2499         Sanford Sutton.
2500
2501         * mf/GNUmakefile: unset sauter-fonts.
2502
2503 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2504
2505         * scripts/lilypond-book.py (output_texinfo): Output @image
2506         descriptions for info too.
2507
2508         * input/test/chord-names-jazz.ly: 
2509         * input/test/embedded-scm.ly: Clarify.
2510
2511         * input/test/cautionaries.ly: Typo.
2512
2513         * lily/input-smob.cc (ly_input_location): Compile fix.
2514
2515 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2516
2517         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2518
2519         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2520         fixes problems with system defaults being reverted with \override
2521         on Score level.
2522
2523         * lily/global-context.cc (Global_context): apply property-ops to
2524         Global_context too. 
2525
2526 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2527
2528         * scm/output-ps.scm (stencil->string): Rewrite.
2529
2530 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2531
2532         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2533         impersonal style.
2534
2535 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2536
2537         * lily/input-smob.cc (ly_input_location: New function.
2538
2539         * scm/define-markup-commands.scm (upright): New markup command.
2540
2541         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2542
2543         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2544
2545         * scm/output-ps.scm (output-stencil): New function.
2546
2547         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2548         of snippet types; fixes @ignore and @verbatim blocks.
2549
2550 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2551
2552         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2553         to a file in printed documentation, instead, refer either to a 
2554         syntax or to an output.
2555
2556 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2557
2558         * input/regression/beam-center-slope.ly: Add test.
2559
2560 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2561
2562         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2563         (SAUTER_FONTS): Reinstate.
2564
2565         * scm/define-markup-commands.scm (caps): New markup command.
2566
2567         * scm/output-ps.scm (output-scopes): Experimental markup output.
2568
2569         * scm/: Add missing headers.
2570
2571         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2572
2573         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2574
2575 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2576
2577         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2578         Stray style cleanups.
2579
2580 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2581
2582         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2583         no dot combination.
2584
2585         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2586         substitute \override Staff.autoBeamSettings too
2587
2588         * Documentation/user/tutorial.itely: proofreading fixes by David
2589         Bobroff
2590
2591 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2592
2593         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2594
2595         * ps/music-drawing-routines.ps: 
2596         * ps/lilyponddefs.ps: Add end markers.
2597
2598 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2599
2600         * VERSION: 2.1.27 released.
2601         
2602         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2603
2604         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2605         obey documentation.
2606
2607 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2608
2609         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2610
2611         * scm/output-ps.scm: Resurrect.
2612         
2613         * scm/output-tex.scm: Minimal cleanups.
2614
2615         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2616
2617         * make/ly-rules.make: Remove any broken lily-*.tex files before
2618         lilypond-book run.
2619
2620         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2621         comment.
2622
2623         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2624         Enabled by default, may save 10% compile time.
2625
2626 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2627
2628         * lily/lyric-phrasing-engraver.cc: remove
2629         
2630         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2631         longer necessary. 
2632
2633         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2634         so lyric-phrasing-engraver is no longer necessary.
2635
2636         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2637         Grob_pq_engraver from Staff.
2638
2639         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2640         busyGrobs directly.
2641
2642         * input/regression/quote-transposition.ly: new file.
2643
2644         * lily/recording-group-engraver.cc (stop_translation_timestep):
2645         store instrumentTuning too. 
2646
2647         * lily/quote-iterator.cc (process): transpose events using
2648         instrumentTuning.
2649
2650         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2651         -> \tuning <pitch>
2652
2653         * lily/parser.yy (command_req): add \tuning command for setting
2654         instrument tuning of staff.
2655
2656         * Documentation/user/GNUmakefile
2657         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2658
2659         * Documentation/user/refman.itely (Customized accidental rules):
2660         typo.
2661
2662 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2663
2664         * Documentation/user/music-glossary.tely: remove the missing norwegian
2665         translation; they can be put in later properly.
2666
2667 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2668
2669         * lily/recording-group-engraver.cc (start_translation_timestep):
2670         init Recording_group_engraver twice.
2671
2672 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2673
2674         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2675         stray style cleanups:
2676
2677         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2678         -Wmissing-prototypes.
2679
2680         * flower/include/killing-cons.tcc (Killing_cons): Add template
2681         specifier for car_.
2682
2683         * flower/include/parray.hh (binsearchs): Add template specifier
2684         for maxkey.
2685
2686         * flower/include/interval.hh: Declare elem () with template specfier.
2687
2688 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2689
2690         * elisp/lilypond-indent.el (get-buffer-size): add customization
2691         groups for several variables (Reuben Thomas).
2692
2693 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2694
2695         * Documentation/user/invoking.itexi (Point and click): add index
2696         entry.
2697
2698         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
2699         go under beam.
2700
2701         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
2702         sarabande beam. 
2703
2704         * flower/warn.cc (programming_error): cross fingers not thumbs.
2705
2706         * lily/rest.cc (polyphonic_offset_callback): return 0 when
2707         staff-position is set.
2708
2709         * VERSION: release 2.1.26 
2710         
2711         * scm/chord-entry.scm (construct-chord): process transposition
2712         after processing explicit-11.  
2713
2714 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2715
2716         * lily/parser.yy (add_quote): add syntax for adding quotes:
2717         \addquote "id-string" Music
2718
2719         * scripts/lilypond-book.py (do_file): do not overwrite input file.
2720
2721         * scripts/convert-ly.py (conv): add rules for name changes.
2722
2723         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
2724         music/context/grob property functions. Internally, use
2725         get_property() and set_property() for both.
2726
2727 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
2728
2729         * elisp/lilypond-mode.el (get-buffer-size): define new function,
2730         for Emacs <= 20 (Laurent Martelli).
2731
2732 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2733
2734         * lily/parser.yy (command_element): extract quoted vector in
2735         parser.
2736
2737         * input/regression/quote.ly: new file.
2738
2739         * lily/sequential-iterator.cc (process): only process if moment >= 0.
2740
2741         * lily/parser.yy (command_element): \quote DURATION NAME: support
2742         cue notes. 
2743
2744         * lily/quote-iterator.cc (class Quote_iterator): new file.
2745
2746 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2747
2748         * lily/auto-beam-engraver.cc (try_music): accept and process
2749         beam-forbid-event.
2750
2751         * input/regression/auto-beam-no-beam.ly: new file.
2752
2753 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2754
2755         * lily/accidental.cc (print): Change font-relative-size ->
2756         font-size. Fixes cautionary-style = smaller.
2757
2758 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2759
2760         * lily/system-start-delimiter.cc (staff_brace): remove
2761         font-relative-size
2762
2763         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
2764         forgotten with scm_list_n. Fixes spurious coredumps.
2765
2766         * lily/accidental-engraver.cc (stop_translation_timestep): move
2767         update of localKeySignature to stop_translation_timestep (). This
2768         makes sure that all ties are noticed at the right moment.
2769         (stop_translation_timestep): clear tie only when right-side
2770         notehead was seen.
2771         (number_accidentals_from_sig): cleanup. 
2772
2773         * input/regression/accidental-tie.ly (mus): new file
2774
2775         * input/regression/tie-accidental, tie-break-accidental.ly: remove
2776         these longish tests.
2777
2778 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2779
2780         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
2781
2782         * THANKS: update bugreporter list.
2783
2784         * lily/beam.cc (print): broken beams last until end of staff.
2785         (print): broken beams start from prefatory matter.
2786
2787         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
2788
2789         * lily/paper-score.cc (process): dump header only once.
2790
2791         * lily/paper-outputter.cc (Paper_outputter): move logic into
2792         Scheme.
2793
2794         * scm/output-tex.scm (output-scopes): new function.
2795         (output-paper-def): new function
2796         (tex-string-def): new function
2797         (symbol->tex-key): new function
2798
2799         * scripts/convert-ly.py (conv): add rule for | ~
2800
2801 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
2802
2803         * input/regression/{many}.ly: refresh, trying to guess how
2804         it was designed.
2805
2806 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2807
2808         * VERSION: release 2.1.25
2809
2810         * scm/define-translator-properties.scm
2811         (all-user-translation-properties): add printOctaveNames
2812
2813         * ly/engraver-init.ly: remove Note_event_swallower from
2814         NoteNamesContext.
2815
2816         * lily/note-name-engraver.cc (process_music): new property
2817         printOctaveNames
2818
2819         * lily/context.cc (find_existing_context): remove support for
2820         Current.
2821
2822         * scm/music-functions.scm (set-accidental-style): new function;
2823         duplicate accidental macros.
2824
2825         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
2826
2827         * lily/note-name-engraver.cc (process_music):
2828         process_acknowledged_grobs () -> process_music ()
2829
2830         * scm/part-combiner.scm (determine-split-list): robustification.
2831
2832 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2833
2834         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
2835         lines for falling into beam-gap.
2836         (score_forbidden_quants): check all staff lines for falling in
2837         beam gaps.
2838
2839         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
2840         key/clef/time signatures. 
2841
2842         * input/test/ossia.ly: revise example.
2843
2844         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
2845         cleanup.
2846         
2847         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
2848         comply to Scheme standard.  Remove ly:get-paper-variable
2849
2850 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2851
2852         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
2853
2854 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2855
2856         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
2857         properties from Voice context. This fixes accidental size for
2858         staff-switches during grace contexts.
2859
2860         * lily/note-collision.cc (check_meshing_chords): only wipe heads
2861         if necessary. Else, simply wipe dots.
2862
2863         * input/test/beam-alternate.ly: new file
2864
2865         * input/test/piano-staff-distance.ly: new file.
2866
2867         * lily/translator-group.cc (recurse_down_translators): use
2868         Direction for bottom-up/top-down.
2869
2870         * lily/include/translator.hh (class Translator): add
2871         process_music() and do_announces(). This obviates
2872         recurse_down_{engravers,performers}.
2873
2874         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
2875         \melisma and \melismaEnd
2876
2877         * lily/melisma-engraver.cc (process_music): change to
2878         Melisma_translator, unify with performer. Accept
2879         ManualMelismaEvent.
2880
2881         * ly/engraver-init.ly: add Font_size_engraver.
2882
2883 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2884
2885         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
2886         it hara-kiri.
2887
2888         * input/regression/{many}.ly: improve descriptions trying to figure
2889         out what is tested.
2890
2891 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2892
2893         * lily/slur.cc (broken_trend_offset): robustness fix.
2894
2895         * VERSION: release 2.1.24
2896
2897         * lily/context.cc (find_create_context): go to Score if it exists.
2898
2899         * lily/context-scheme.cc: new file.
2900
2901         * lily/score-translator.cc (get_output): new file.
2902
2903         * lily/include/grob-info.hh: origin_contexts() now does not
2904         include the originating engraver
2905
2906         * lily/translator-group.cc (translator_each): clean up contents,
2907         remove superfluous stubs. Engraver_group_engraver and
2908         Performer_group_performer are the only classes using multiple
2909         inheritance.
2910
2911         * lily/include/score-context.hh (class Score_context): interface
2912         between Score_{engraver,performer} and Global_context.
2913
2914         * lily/include/global-context.hh (Context): change from
2915         global-translator. This is the entry point for contexts; it is not
2916         tweakable using \translator{}. Score is no longer the top context,
2917         but sits underneath Global.
2918
2919         * lily/include/context.hh (class Context): brain surgery: split
2920         out Context functionality from Translator_group. Context is now a
2921         separate type from Translator.
2922
2923 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2924
2925         * lily/include/translator.hh (class Translator): make
2926         get_score_context() and get_global_translator (), and use the one
2927         which is appropriate.
2928
2929         * lily/context.cc: partially put functionality of Translator_group
2930         into Context.
2931
2932         * lily/include/context.hh (Translator): new class: put between
2933         Translator and Translator_group. 
2934
2935         * lily/new-accidental-engraver.cc: remove file.
2936
2937 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2938
2939         * input/regression/{many}.ly: improve descriptions: use complete 
2940         sentences, try to describe what is tested, avoid `we´, do not use 
2941         don't, ... 
2942
2943 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
2944
2945         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
2946         is at EOL.
2947
2948         * Documentation/user/lilypond.tely: declare the topmost node only
2949         once; removes empty line in @contents.
2950
2951         * Documentation/user/music-glossary.tely: really add Finnish author.
2952         Draw more beatiful `->´ arrow in html: &rarr;
2953
2954 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2955
2956         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
2957
2958         * scripts/convert-ly.py (conv): add ly:music-list  change.
2959
2960         * lily/grob.cc: edit doc string.
2961
2962         * scm/define-grob-properties.scm (all-user-grob-properties):
2963         proofreading, editing of doc strings.
2964
2965         * input/regression/tablature-string-tunings.ly: new file.
2966
2967         * lily/staff-symbol-engraver.cc (process_music): new engraver,
2968         listen to stringTunings
2969
2970         * lily/align-interface.cc (align_elements_to_extents): remove Grob
2971         for self-alignment-[XY] code.
2972  
2973 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2974
2975         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
2976         cond) into function. Cleanup.
2977
2978         * lily/text-spanner.cc: remove text-repeat-if-broken property.
2979         
2980         * VERSION (PACKAGE_NAME): 2.1.23 released
2981
2982 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
2983
2984         * Documentation/user/{refman,internals}.itely: small fixes.
2985
2986 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2987
2988         * lily/accidental-engraver.cc (acknowledge_grob): don't make
2989         accidentals for harmonic notes
2990
2991         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
2992         for harmonic notes.
2993
2994         * scm/document-backend.scm (interface-doc): prune Grob
2995         documentation: don't duplicate interface information.
2996
2997         * lily/*.cc: lots of updates of doc strings.
2998
2999 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3000
3001         * input/test/ac-extra-voice.ly (accompany): remove file.
3002
3003         * input/test/maximum-rest-count.ly: remove file.
3004
3005         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3006         conversion rule for \translator { }. Apply everywhere.  
3007
3008         * lily/parser.yy (music_property_def): set property for \once in
3009         the PropertyMusic itself, not the ContextSpec.
3010         (property_operation): change syntax within \translator { }
3011
3012         * scm/define-music-properties.scm (all-music-properties): clean up.
3013
3014         * lily/auto-beam-engraver.cc (test_moment): use
3015         updated_grob_properties() to retrieve autoBeam settings.
3016
3017         * lily/spacing-spanner.cc: bound shortest_playing_len by
3018         measure_length
3019
3020         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3021         multi-measure events for spacing computation.
3022
3023         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3024         elliptical, to 1.49.
3025
3026         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3027         vertical positioning for polyphony, without RestCollision object.
3028
3029         * lily/note-column.cc (add_head): prevent rests & note heads on
3030         one stem.
3031
3032         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3033         (do_shift): rewrite only-rests case: use common refpoints: the
3034         routine will have sensible results when other rest-translations
3035         have taken place.
3036
3037         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3038         < 0 case. 
3039
3040         * VERSION: 2.1.22 released
3041         
3042         * input/GNUmakefile (SUBDIRS): remove ascii-art
3043
3044 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3045
3046         * input/: Convert ly files that still had \property.  Fixes make
3047         web.  Remove exta spaces around '='. 
3048
3049         * scripts/convert-ly.py (conv): Redundant space fixes.
3050
3051         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3052
3053 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3054
3055         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3056         create scalable PS and PDFs  for input/{test,template,regression}.
3057
3058         * lily/context.cc (is_alias): move function.
3059         (is_alias): add Bottom as context alias. 
3060         (find_create_translator): add Bottom as a context alias for creation.
3061
3062         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3063
3064         * lily/parser.yy (music_property_def): new syntax for property
3065         assignments:
3066
3067         \set A.B = #C , \unset A.B
3068         \override A.B #C = #D, \revert A.B #C 
3069
3070         * lily/my-lily-lexer.cc: remove \property
3071
3072 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3073
3074         * Documentation/user/refman.itely: add dots after seealso refs.
3075
3076         * input/template/{many}.ly: harmonise descriptions.
3077
3078         * Documentation/user/music-glossary.itely: add Finnish author.
3079
3080 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3081
3082         * VERSION (PACKAGE_NAME): release 2.1.21
3083
3084 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3085
3086         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3087
3088         * scripts/lilypond-book.py (snippet_res): @include filename must
3089         not be empty.
3090
3091 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3092
3093         * scm/documentation-generate.scm (markup-doc-string): dump
3094         markup-commands.tely
3095
3096         * scm/define-markup-commands.scm (override): new file.
3097         Move documentation from refman into doc-strings. 
3098
3099         * input/test/staff-container.ly: fix example.
3100
3101         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3102         StaffContainer
3103
3104         * lily/grob.cc: remove point_dimension_callback
3105         (Grob): read forced dimensions from X-extent and Y-extent.
3106         (get_paper): remove preset_extent.
3107
3108         * scm/define-grobs.scm (all-grob-descriptions): remove
3109         point_dimension_callback. 
3110
3111         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3112         textscript to head. This makes no-spacing-rods work on
3113         DynamicText.
3114
3115         * lily/chord-name.cc: remove props chord, bass, inversion.
3116
3117         * Documentation/user/appendices.itely: add Scheme functions,
3118         context-properties and layout properties to manual.
3119
3120         * scm/part-combiner.scm (determine-split-list): include rests in a
3121         solo1/2 sequence.
3122
3123         * lily/new-part-combine-iterator.cc (substitute_both): new
3124         function.
3125         (class New_pc_iterator): add separate Voice=solo context, fixes
3126         autobeams going from chords to solo.
3127
3128 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3129
3130         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3131
3132         * Documentation/user/tutorial.itely:
3133         * Documentation/user/refman.itely: Add short note about being part
3134         of lilypond.tely.
3135
3136         * COPYING: Make note more clear with respect to files that are
3137         explicitely licenced otherwise (Documention/user/ comes to mind).
3138         
3139         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3140         comment about barfing of @c,{}.
3141
3142         * Documentation/user/music-glossary.tely: Add list of authors.
3143
3144         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3145         source (was: also in build log).
3146
3147 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3148
3149         * lily/side-position-interface.cc (general_side_position): if
3150         staff-padding is set, then include staff in support too.
3151
3152         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3153         module workbook
3154
3155         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3156
3157         * lily/tuplet-engraver.cc: remove tupletInvisible
3158
3159         * scm/define-translator-properties.scm: cleanup, separate in
3160         internal and user props. 
3161
3162         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3163         LyricsVoice -> Lyrics
3164
3165         * lily/new-part-combine-iterator.cc (process): only print warning
3166         for symbols.
3167
3168 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3169
3170         * scm/part-combiner.scm: Add proper header.
3171
3172         * All but lily/*: The great --2003 --2004 replace; the missing
3173         `bits'.
3174
3175         * TODO: Fix outline mode.  Add book notes.
3176
3177         * ROADMAP: Update.
3178
3179 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3180
3181         * scm/part-combiner.scm (make-autochange-music): use
3182         accumulator. Fixes stack overflow.
3183
3184         * lily/*: rename brew_molecule -> print , molecule-callback ->
3185         print-function
3186
3187         * scm/define-grob-properties.scm: cleanup. Separate into internal
3188         and user properties.
3189
3190         * lily/translator-property.cc (updated_grob_properties): new
3191         function
3192         (execute_pushpop_property): change to new convention:
3193         object property inits are stored as (cons ALIST BASED-ON). This
3194         storage format allows concurrent tweaks in different contexts.
3195
3196 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3197
3198         * TODO: new file.
3199
3200 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3201
3202         * debian/: Late Debian update (sorry Anthony).
3203
3204         * scripts/lilypond-book.py (do_file): Look for input_file in
3205         include path, or ask kpathsea if LATEX.
3206
3207         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3208         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3209         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3210         --header=texidoc.
3211
3212         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3213         relative.
3214
3215         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3216         only when filtering, default to input_base otherwise.  Coding
3217         style fixes.
3218
3219 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3220
3221         * lily/include/translator.hh (class Translator): add virtual
3222         qualifier.
3223
3224 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3225
3226         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3227
3228 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3229
3230         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3231
3232         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3233         (fixes make web).
3234
3235         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3236         live in $(out)-www).
3237
3238         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3239         dependencies.  Add link to .ly source in HTML output.
3240         (Lilypond_snippet.output_html): Handle multiple page picture
3241         output.
3242         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3243         Make usable for output_texinfo again.
3244
3245         * Documentation/user/GNUmakefile: Add static dependency for
3246         lilypond.tely includes.
3247
3248         * Documentation/user/tutorial.itely: Add some lost `relative'
3249         ly-options.
3250
3251 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3252
3253         * lily/include/translator-group.hh: move Music_output_def member
3254         to Global_translator.
3255
3256         * scripts/lilypond-book.py (do_file):  fix latex output.
3257
3258         * VERSION: release 2.1.20
3259         
3260         * scm/part-combiner.scm (determine-split-list): robustness fix 
3261
3262         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3263
3264         * lily/parser.yy (music_output_def_body): plug memory leak.
3265
3266         * lily/translator-group.cc (add_fresh_group_translator): plug
3267         memory leak: unprotect Translator_group once added.   
3268
3269         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3270
3271         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3272         write .dep file.
3273         (Lilypond_snippet.ly): add \renameinput.
3274
3275 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3276
3277         * Documentation/user/refman.itely (Markup command definition): Doc
3278         by Nicolas Sceaux. Rewrite by Han-Wen
3279
3280         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3281         thing of the line.
3282         (brew_molecule): only remove if hyphen is not at the end of line.
3283         (set_spacing_rods): new function: minimum-length specifies
3284         distance between syllables.
3285
3286         * scm/define-grobs.scm (all-grob-descriptions): add
3287         Hyphen_spanner::set_spacing_rods to LyricHyphen
3288
3289         * input/regression/lyric-hyphen-break.ly: new file.
3290
3291         * input/test/lyric-hyphen-retain.ly: new file.
3292
3293         * lily/new-part-combine-iterator.cc (construct_children):
3294         add Rest direction.
3295
3296 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3297
3298         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3299
3300         * Documentation/bibliography/engraving.bib (donemus1982):
3301         update entry.
3302
3303 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3304
3305         * scripts/lilypond-book.py (Substring.__init__): new class.
3306         (Snippet.output_texinfo): add texidoc option.
3307         (Include_snippet.replacement_text): new class.
3308         (Lilypond_snippet.__init__): new class
3309         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3310
3311         * Documentation/user/refman.itely (Sound): 
3312         note about number of channels.
3313
3314         * scm/music-functions.scm (voicify-music): add \context Staff for
3315         << \\ >> polyphony.
3316
3317         * lily/parser.yy (verbose_command_req): \skip now creates
3318         SkipMusic, and does not lead to spurious staves.
3319
3320         * scm/define-music-types.scm (music-descriptions): rename
3321         NonEventSkip to SkipMusic
3322
3323         * input/no-notation/midi-lyric-barcheck.ly: new file.
3324
3325         * input/regression/collision-dots-invert.ly: new file.
3326
3327         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3328         case.
3329
3330         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3331         die if melody died too.
3332
3333 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3334
3335         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3336         with reading from stdin.
3337
3338         * lily/slur-performer.cc (try_music): new file.
3339
3340         * lily/melisma-performer.cc (try_music): new file. Handle
3341         melismata to help lyrics.
3342
3343         * lily/beam-performer.cc (try_music): new file. Handle beam events
3344         to help lyrics.
3345
3346         * lily/score-performer.cc (one_time_step): reinstate
3347         process_music().
3348
3349         * lily/performer.cc (process_music): add to interface.
3350
3351         * lily/performer-group-performer.cc (process_music): new function.
3352
3353         * lily/dot-column.cc (do_shifts): do collision resolution before
3354         dot positioning.
3355         
3356         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3357         file, process printfilename option.
3358         (Snippet.__init__): rewrite: do not use global variables h or
3359         index.
3360         (main): really support -I option.
3361         (find_toplevel_snippets): new code.
3362         (find_toplevel_snippets): reinstate old version, without global
3363         variables.
3364
3365         * tex/texinfo.tex: really add file.
3366         
3367 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3368
3369         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3370         compatibility.
3371
3372 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3373
3374         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3375
3376         * scm/define-translator-properties.scm (drumPitchTable): add
3377         property.
3378
3379         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3380         function.
3381         (help_summary): docstrings.
3382         (do_file): strip the dir of input_base too.
3383
3384 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3385
3386         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3387
3388         * Documentation/user/lilypond-book.itely: Update.
3389
3390         * make/ly-rules.make: Update lilypond-book commands.
3391
3392         * Documentation/user/GNUmakefile: Update makeinfo commands,
3393         lilypond-book flags.
3394
3395         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3396         
3397         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3398
3399         * scripts/filter-lilypond-book.py: Remove.
3400
3401         * Documentation/user/*tely: Update options for new lilypond-book.
3402
3403         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3404         with @macros in @includes.
3405
3406 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3407
3408         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3409         make rest-collision only.
3410
3411         * lily/break-substitution.cc (substitute_one_mutable_property):
3412         clear all-elements using scm_assq_remove_x(). 
3413
3414         * lily/rest-collision.cc (do_shift): shift single rests
3415
3416         * flower/include/array.hh (class Array): rename to is_empty ()
3417
3418         * lily/drum-note-performer.cc: new file: perform drum notes.
3419
3420         * VERSION (PACKAGE_NAME): release 2.1.19.
3421         
3422 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3423
3424         * scripts/filter-lilypond-book.py
3425         (classic_lilypond_book_compatibility): New function.
3426
3427 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3428
3429         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3430
3431         * Grand 2003 -> 2004 search replace. 
3432
3433         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3434         (i.e. < > )
3435
3436         * ly/performer-init.ly: add DrumStaff
3437
3438         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3439         lyric-interface; this prevents lines with only extender lines from
3440         being junked.
3441  
3442         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3443
3444         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3445         extenders right, for once and for all (hopefully).
3446         
3447         * lily/break-substitution.cc (substitute_one_mutable_property):
3448         clear old 'all-elements for System grobs.
3449
3450         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3451         that associatedVoiceContext is always assigned when music & lyrics
3452         are found. 
3453
3454         * ly/engraver-init.ly: remove Lyrics context.
3455         (TabVoice): add noteheads engraver
3456
3457         * input/test/improv.ly: update: do not use Thread switching. 
3458
3459         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3460         squashedPosition is a number  
3461
3462         * Documentation/user/refman.itely (Automatic note splitting):
3463         remove Thread references.
3464
3465         * input/no-notation/pc-direction.ly: remove file.
3466
3467         * ly/engraver-init.ly: remove Thread
3468
3469         * input/regression/tie-chord-partial.ly: remove file.
3470
3471         * scripts/convert-ly.py (conv): \harmonic rule
3472
3473         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3474         notation for harmonic notes: <c' g''\harmonic>
3475
3476         * lily/lily-guile.cc (alist_to_hashq): new function
3477
3478         * scm/lily.scm (alist->hash-table): new function.
3479
3480         * Documentation/user/refman.itely (Percussion staves): update doco.
3481
3482         * input/regression/drums.ly (timb): updates
3483
3484         * lily/note-performer.cc (create_audio_elements): robustness fix.
3485
3486         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3487
3488 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3489
3490         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3491         discard valid matches.
3492
3493 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3494
3495         * lily/drum-note-engraver.cc: new file.
3496
3497         * ly/drumpitch-init.ly: move drum definitions
3498
3499         * scm/drums.scm: remove file.
3500
3501         * lily/*.cc: remove abort-event everywhere.
3502
3503         * lily/note-heads-engraver.cc (process_music): robustification.
3504
3505         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3506         robustification.
3507
3508         * lily/parser.yy (simple_element): add \drums mode.
3509         (simple_element): remove \pitchnames , \chordmodifiers. Use
3510         variables to store this. 
3511
3512         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3513         outside \notes.
3514
3515         * VERSION: release 2.1.18.
3516         
3517         * input/test: remove octave-duplicate.ly
3518
3519 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3520
3521         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3522
3523 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3524
3525         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3526         constructor from Music_iterator. Changes throughout.
3527
3528         * lily/include/music-iterator.hh (class Music_iterator): remove
3529         Music_iterator::skip and Music_iterator::get_pending_events from
3530         interface. Rename report_to -> get_outlet 
3531
3532         * lily/auto-change-iterator.cc: move contents from
3533         new-auto-change-iterator.cc from
3534
3535         * scm/part-combiner.scm: determine split-list from Scheme. 
3536
3537         * lily/new-auto-change-iterator.cc (process): new file.
3538
3539         * lily/parser.yy (part_combined_music): remove old PC cruft.
3540
3541         * ly/engraver-init.ly: remove old
3542         PC cruft.
3543
3544         * Documentation/user/refman.itely (The Lyrics context): note about
3545         extender lines.
3546
3547         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3548         to allow 0-length mmrest events.
3549
3550         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3551
3552         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3553
3554         * lily/spacing-engraver.cc (finalize): robustifications.
3555
3556         * input/regression/new-part-combine-solo-global.ly: new file.
3557
3558         * scm/part-combiner.scm: rewrite.
3559
3560 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3561
3562         * Documentation/user/refman.itely, input/puer-fragment.ly,
3563         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3564         updated for proper use of lyricsto; replaced "(" and ")" ->
3565         "\melisma" and "\melismaEnd"
3566
3567         * input/test/ancient-font.ly: small updates to reduce compile
3568         warnings (TODO: junk this file)
3569
3570         * input/test/gregorian-scripts.ly: added comment about bug
3571
3572         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3573         tiny robustness fix
3574
3575         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3576         recent changes in the feta code); temporarily mapped mensural g
3577         clef to a copy of petrucci g clef until mensural g clef will have
3578         been rewritten
3579
3580         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3581         between mensural and neo-mensural heads (this broke quite a while
3582         ago)
3583
3584         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3585
3586 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3587
3588         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3589         indication.  Fixes for verbatim, multi line comments.
3590
3591 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3592
3593         * input/regression/new-part-combine-solo.ly: more cases.
3594
3595         * lily/slur.cc (height): robustness fix.
3596
3597         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3598
3599         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3600         stemUp/stemDown.
3601
3602         * scm/music-functions.scm (determine-split-list): further analysis.
3603
3604         * lily/script-engraver.cc (try_music): discard duplicate
3605         articulations.
3606
3607         * input/regression/new-part-combine-solo.ly: new file
3608
3609         * input/regression/new-part-combine-a2.ly: new file.
3610
3611         * ly/performer-init.ly: add Devnull
3612
3613         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3614         for \musicglyph #"accidental-*"
3615         (conv): \newpartcombine rule.
3616
3617 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3618
3619         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3620
3621 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3622
3623         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3624         textwidth, --output.
3625
3626 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3627
3628         * scm/new-markup.scm (doubleflat): add accidental markups.
3629
3630         * VERSION: release 2.1.17
3631         
3632         * Documentation/user/refman.itely (Automatic part combining):
3633         revise documentation of the part-combiner.
3634
3635         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3636         
3637         * input/test/part-combine-{moment,staff}.ly: remove file.
3638
3639         * input/regression/pc-mmrest.ly (two): remove file.
3640
3641         * scm/define-music-types.scm (music-descriptions): add
3642         Solo{One,Two}Event and UnisonoEvent
3643
3644         * lily/new-part-combine-iterator.cc (unisono): add state_
3645         variable, signal changes with part-combine-event.
3646
3647         * input/regression/new-part-combine-text.ly: new file.
3648
3649         * lily/part-combine-engraver.cc: new file.
3650
3651 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3652
3653         * scripts/filter-lilypond-book.py: Handle snippet options.
3654
3655 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3656
3657         * scm/music-functions.scm (determine-split-list): detect solo1/2
3658         and unisono.
3659
3660         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3661         revert fix, document why.
3662
3663         * lily/tie-performer.cc (process_music): new function. Set melisma
3664         property.
3665
3666         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3667         always smaller than bracket size.
3668         (make_bracket): oops. Size of the gap was off by factor 2
3669
3670         * input/test/text-rotate.ly: new file.
3671
3672         * scm/new-markup.scm (markup): a macro that provides a
3673         LilyPond-like syntax in scheme for building markups, in order to
3674         help markup command definition. (Nicolas Sceaux)
3675
3676         * input/test/lyrics-skip-notes.ly: new example.
3677
3678         * lily/parser.yy (post_event): make HYPHEN into postfix event.
3679
3680         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
3681         use is_alias() iso. == . This fixes lyrics on
3682         GregorianTranscriptions. 
3683
3684 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3685
3686         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
3687         \thispagestyle{lastpage} to avoid that it's printed on the second
3688         last page when there's only a single score line on the last page.
3689         (The page breaking mechanism in TeX played some ugly tricks to us.)
3690
3691 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3692
3693         * scripts/filter-lilypond-book.py: Further development.
3694
3695         * input/regression/collision-dots-move.ly: New test.
3696
3697         * lily/note-collision.cc (check_meshing_chords): Move dots on left
3698         hand side note head of non-merged collision to the right.
3699
3700         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
3701         Construct children before accessing property from emtpy
3702         lyrics_context_.
3703         (construct_children): Find thread before finding LyricsVoice.
3704         Create LyricsVoice one if none found, fixes crash (thanks Erik
3705         Sandberg).
3706
3707 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3708
3709         * cygwin/: Forward port.
3710
3711 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3712
3713         * buildscripts/install-info-html.sh: Use Bash.
3714
3715         * cygwin/mknetrel: Patch from Bert.
3716
3717 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3718
3719         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
3720
3721         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
3722         try to copy *png, index.html (Bertalan Fodor).
3723
3724         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
3725
3726 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3727
3728         * lily/note-collision.cc (check_meshing_chords): Do not remove
3729         dots (from down head) when merging similar heads (thanks Matthias
3730         Kilian).  Simplify merge_possible tests and other cleanups
3731
3732         * input/regression/collision-merge-differently-dotted.ly: Add test
3733         for disappearing dots on similar heads for both voices.
3734
3735 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3736
3737         * Documentation/user/invoking.itexi (Invoking lilypond): Document
3738         that tagline overrides copyright for single page scores. Correct
3739         the default tagline value.
3740
3741 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3742
3743         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
3744
3745 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3746
3747         * buildscripts/lilypond-login.sh: Avoid warning about undefined
3748         TEXMF if it's previously unset.
3749
3750 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
3751
3752         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
3753
3754         * input/test/trills.ly: fix the unfolding of lineprall.
3755
3756         * input/test/figured-bass-alternative.ly: fix accidental.
3757
3758 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3759
3760         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
3761         
3762         * input/no-notation/dos-guile.ly: 
3763         * input/no-notation/dos-ps.ly: 
3764         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
3765         
3766         * input/no-notation/safe-include.ly:
3767         * input/no-notation/safe-guile.ly:
3768         * input/no-notation/safe-ps.ly: 
3769         * input/no-notation/safe-tex.ly: New file.
3770
3771         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
3772         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
3773         options now.
3774         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
3775         When in --safe-mode, set environment openout_any=p[aranoid].
3776
3777         * tex/ltest.tex: 
3778         * tex/lilyponddefs.tex: Add \nofiles.
3779
3780         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
3781         options.
3782
3783         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
3784         This allows building the user manual using a binary installation
3785         and a matching unpacked source tree.
3786
3787         * scm/lily.scm (safe-module): New variable. 
3788
3789         * lily/includable-lexer.cc (new_input): Fix error messages.
3790
3791         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
3792         If SAFE, evaluate in safe-module.  Change callers.
3793
3794         * lily/main.cc (Long_option_init): Reinstate safe-mode.
3795
3796         * lily/lexer.ll (embedded_scm): While processing main-input,
3797         invoke ly_parse_scm with safe mode if running in safe-mode.
3798         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
3799         in init.ly for safe-mode.
3800
3801 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3802
3803         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
3804         compatibility with old versions of geometry.sty (compat2
3805         already implied includehead).
3806         Change the page layout slightly so bottom + footskip = top +
3807         headheight + headsep = 16mm, the remaining paperheight-32mm
3808         are used for the music. Increase footskip to 5mm, so the top of
3809         the footer text doesn't touch the music.
3810
3811 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3812
3813         * VERSION: release 2.1.16
3814         
3815         * scm/music-functions.scm (determine-split-list): bugfix: only use
3816         new-active for both voices if both indexes advance. This fixes the
3817         biggest outstanding problem with new-pc. 
3818
3819         * lily/new-part-combine-iterator.cc (construct_children): set more
3820         directions.
3821
3822 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3823
3824         * scripts/convert-ly.py (conv): add instrument rule.
3825
3826         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
3827
3828         * lily/side-position-interface.cc: remove add_staff_support ()
3829         Change all callers to use staff-padding.
3830
3831         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
3832         make_spanner().
3833
3834         * lily/a2-engraver.cc (process_acknowledged_grobs): 
3835
3836         * lily/text-engraver.cc: remove scriptHorizontal property.
3837
3838         * lily/beam.cc (least_squares): also set least-squares-dy for
3839         special case of slanted 2-stem beam to center.
3840
3841         * lily/side-position-interface.cc (out_of_staff): move contents of
3842         out_of_staff into aligned_side.
3843         remove out_of_staff().
3844
3845         * input/regression/measure-grouping.ly: fix warning.
3846
3847         * lily/side-position-interface.cc: add staff-padding support to
3848         Side_position_interface::aligned_side.
3849
3850         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
3851         one get_property too many.
3852
3853         * flower/include/drul-array.hh (linear_combination): new function
3854         (scale_drul): new function
3855
3856         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
3857         operations on empty intervals are silly.
3858
3859 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3860
3861         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
3862         (iso gh_scm2int), fixes crash in new part-combiner.
3863
3864         * configure.in: Up mftrace to 1.0.27.
3865
3866 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3867
3868         * VERSION: release 2.1.15
3869         
3870         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
3871         align all stanza numbers.
3872
3873 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
3874
3875         * Documentation/user/{introduction.itely,refman.itely,
3876         converters.itely}: fix some text inside parentheses; text should
3877         be readable (even) if parentheses are either replaced with commas 
3878         or dropped out.
3879
3880 2004-01-25  Werner Lemberg  <wl@gnu.org>
3881
3882         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
3883         input/test/vaticana.ly, input/test/ancient-font.ly,
3884         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
3885         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
3886         ly/params-as-init.ly, scm/define-grobs.scm,
3887         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
3888
3889         * ly/params-as-init.ly: Removed.  Obsolete.
3890         * buildscripts/lilypond.words.py: Updated.
3891
3892 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3893
3894         * mf/parmesan-clefs.mf: switch off mensural G clefs.
3895
3896         * mf/feta-din{4,5,7,9}.mf: remove.
3897         
3898         * lily/engraver.cc (internal_make_item): centralize item/spanner
3899         factory.
3900
3901         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
3902         do correct chord conversion for ^"sim."  (backportme)
3903         (FatalConversionError.sub_articulations): substitute ^"foo" in
3904         chords too. (backportme)
3905
3906         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
3907         for Fingering.
3908
3909         * lily/side-position-interface.cc (out_of_staff): don't do
3910         anything if staff-padding not defined. 
3911
3912         * mf/feta-params.mf (stafflines): introduce linethickness as
3913         general blackness of the font.
3914
3915         * lily/stem.cc (position_noteheads): rounding error robustness.
3916
3917         * input/regression/rest-collision-beam.ly: move beam/rest stuff
3918         from beam-collision.ly 
3919
3920         * lily/beam.cc (rest_collision_callback): remove direction.
3921
3922         * scm/define-grobs.scm (all-grob-descriptions): remove
3923         enclose-bounds in OttavaBracket and PianoPedalBracket
3924
3925         * scm/new-markup.scm (def-markup-command) new macro, which takes
3926         care of defining the COMMAND-markup and make-COMMAND-markup
3927         procedures, setting markup-signature and keyword-signature object
3928         properties, and pushing the markup command in
3929         markup-function-list.
3930
3931         All markup commands are defined thanks to it.  Users may also use
3932         it to define their own markup commands. (Nicolas Sceaux)
3933
3934         * scm/new-markup.scm: Scheme style clean-up: there should be no
3935         parenthesis alone on a line; LET* should not be used where LET is
3936         enough. (Nicolas Sceaux)
3937
3938 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3939
3940         * scripts/filter-lilypond-book.py: Add script.
3941
3942 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3943
3944         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
3945
3946 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3947
3948         * Documentation/user/refman.itely (Fingering instructions): add
3949         single note chords. 
3950
3951         * lily/multi-measure-rest-engraver.cc: use a single
3952         MultiMeasureEvent for mm rests. This prevents problems with the
3953         new part combiner.
3954
3955         * scm/music-functions.scm (determine-split-list): analysis has
3956         global effect: a difference halfway a phrase makes the entire
3957         phrase be typeset as apart.
3958         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
3959
3960 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3961
3962         * ly/performer-init.ly: add Devnull.
3963
3964         * Documentation/user/refman.itely (Font selection): remove paper20
3965         ref.
3966         
3967 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3968
3969         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
3970
3971 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3972
3973         * scm/music-functions.scm (determine-split-list): bugfixes.
3974
3975         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
3976
3977         * input/test/scales-greek.ly: use C as base, results in different
3978         alterations at the clef.
3979
3980         * input/regression/pedal-ped.ly: new file.
3981
3982         * input/regression/pedal-bracket.ly: new file.
3983
3984         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
3985         replace after_line_breaking()
3986
3987         * lily/line-interface.cc (line): read thickness.
3988         (line): dash-fraction = 0 always for dotted-line style.
3989
3990         * input/test/staff-lines.ly (lower): bugfix.
3991
3992         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
3993         \accepts Devnull into Score.
3994
3995         * scm/lily.scm: remove bla.scm load.
3996
3997 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3998
3999         * VERSION: release 2.1.14
4000         
4001         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4002
4003         * lily/side-position-interface.cc (general_side_position): add
4004         Staff_symbol_referencer::staff_space ().
4005
4006         * lily/include/context-def.hh: rename from translator-def.hh
4007
4008 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4009
4010         * input/template/piano-dynamics.ly (pedal): Updated definition of
4011         Dynamics such that \cresc works, for example.
4012
4013 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4014
4015         * lily/stem.cc (calc_stem_info): use
4016         Staff_symbol_referencer::staff_space
4017
4018         * lily/beam-quanting.cc (quanting): scale Stem_info 
4019
4020         * lily/beam.cc (rest_collision_callback): use minimum-distance
4021         property for rest/beam collisions.
4022         (rest_collision_callback): bugfixes.
4023
4024         * lily/system.cc (post_processing): extra-offset is now relative
4025         to the size of the current staff.
4026
4027         * scm/music-functions.scm (notice-the-events-for-pc): record all
4028         voices, only analyze "one" and "two".
4029
4030         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4031         not parent. 
4032
4033         * lily/new-part-combine-iterator.cc (construct_children): create
4034         Devnull from Voice context
4035
4036         * scm/music-functions.scm (determine-split-list): bugfixes.
4037
4038         * lily/lily-guile.cc (robust_scm2int): new function
4039
4040         * lily/staff-symbol-referencer.cc (line_thickness): new
4041         function. Use throughout.
4042
4043         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4044         in its own context.  Add to preset font-size.
4045
4046         * lily/stem.cc (thickness): new function.
4047
4048         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4049         compute thickness from ledger-line-thickness.
4050
4051         * lily/note-head.cc (brew_ledger_lines): use
4052         Staff_symbol::get_ledger_line_thickness ().
4053
4054         * lily/beam.cc (rest_collision_callback): use
4055         Staff_symbol_referencer::staff_space().
4056
4057         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4058         Mus1 Mus2
4059
4060         * lily/include/translator.hh (class Translator): add accepts_list_
4061         so  \with { \denies / \accepts } also works.
4062
4063         * scm/music-functions.scm (determine-split-list): determine split
4064         list from music events.
4065
4066         * lily/new-part-combine-iterator.cc: more states.
4067
4068         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4069
4070 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4071
4072         * lily/system.cc (set_loose_columns): use the right prebroken cols
4073         for interpolating loose column position.
4074
4075         * lily/text-spanner.cc (brew_molecule): default to no vertical
4076         lines.
4077
4078         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4079         take space.
4080
4081         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4082
4083 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4084
4085         * scripts/convert-ly.py: Do not test filename when processing
4086         stdin.
4087
4088         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4089
4090 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4091
4092         * lily/axis-group-engraver.cc (finalize): extra check; if
4093         process_music () is never called, then staffline_ == 0.
4094
4095         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4096         check run_always ().
4097         
4098         * VERSION: release 2.1.13
4099
4100         * input/regression/note-head-style.ly (pattern): cleanup.
4101
4102         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4103         downloading.
4104
4105         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4106         kludge rehearsalmark placement.
4107
4108         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4109         , ly:spanner?
4110
4111         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4112         close to note head for accidentals.
4113
4114         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4115         tuplet direction.
4116
4117         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4118
4119 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4120
4121         * lily/include/music-iterator.hh (class Music_iterator): add
4122         substitute_outlet() to iterator API.
4123
4124         * lily/new-part-combine-iterator.cc (construct_children):
4125         New_pc_iterator: new class, better part combining.
4126
4127         * lily/tie-column.cc (werner_directions): new function
4128
4129         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4130
4131         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4132         empty objects group spanner as parent
4133
4134         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4135         slope against graphical slope.
4136
4137         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4138         for ottava bracket.
4139
4140         * lily/side-position-interface.cc (general_side_position):
4141         opps. reinstate *dir.
4142
4143         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4144         parser run.
4145
4146         * lily/tuplet-bracket.cc: remove calc_dy ().
4147
4148         * Documentation/user/refman.itely (Balloon help): document balloon
4149         help
4150
4151 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4152
4153         * scm/document-backend.scm (check-dangling-properties): Grob
4154         properties are defined define-grob-properties.scm.
4155         
4156 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4157         
4158         * VERSION: release 2.1.12
4159
4160         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4161         ChordName
4162
4163         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4164         relation to surroundings.
4165
4166         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4167         Y-extent to the note-extents: stay clear of the staff.
4168
4169 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4170
4171         * Documentation/user/GNUmakefile
4172         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4173         iso. copy.
4174
4175         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4176
4177         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4178
4179         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4180
4181         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4182
4183         * lily/line-interface.cc (line): remove thickness from calling interface.
4184
4185         * lily/hairpin.cc: use Line_interface
4186
4187         * lily/line-interface.cc: new file. Line_interface for everything
4188         with dotted/dashed lines.
4189         
4190
4191         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4192
4193         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4194         for constructing ottava brackets.
4195         
4196         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4197         the note heads.
4198
4199         * Documentation/user/internals.itely (Engravers and performers):
4200         fix broken link.
4201
4202         * scm/music-functions.scm (make-mark-set): new function.
4203
4204         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4205         functionally identical to beam.
4206
4207         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4208         () with beam (). 
4209
4210         * Documentation/user/refman.itely (Rehearsal marks): document new
4211         functionality.
4212
4213         * input/regression/rehearsal-mark-number.ly: new file.
4214
4215         * input/regression/rehearsal-mark-letter.ly: new file.
4216
4217         * scm/translation-functions.scm (number->mark-string): new function
4218         (format-mark-letters): new function
4219         (format-mark-numbers): new function
4220
4221         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4222         integer; formatting is done through markFormatter property.
4223         
4224         * scm/define-translator-properties.scm: fold all *-done properties
4225         into positioning-done.
4226
4227         * lily/beam.cc (position_beam): new function
4228         (brew_molecule): make sure that positions are calced before making
4229         the molecule.
4230
4231         * scm/output*.scm (beam):  take 4th argument for function.
4232
4233         * ps/music-drawing-routines.ps: take blot as 4th argument.
4234
4235         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4236         stem to avoid small dents.
4237         
4238 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4239
4240         * VERSION: release 2.1.11
4241
4242         * input/regression/balloon.ly: new file.
4243
4244         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4245         objects, and make help texts. 
4246
4247         * scm/new-markup.scm (parse-simple-duration): parse duration
4248         string to log & dots. (Thanks Nicolas!)
4249
4250         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4251         rule.
4252
4253 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4254
4255         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4256         Lemberg).
4257
4258         * THANKS: alphabetic order.
4259
4260 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4261
4262         * input/regression/note-head-harmonic.ly: new file.
4263
4264         * Documentation/user/internals.itely (Technical manual): explain
4265         difference between music, translation, layout.
4266
4267         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4268
4269         * scm/output-ascii-script.scm (bracket): rounding bfs.
4270
4271         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4272
4273         * ly/paper*.ly: remove files. 
4274         
4275         * scm/paper.scm (set-staff-size): new function: set default
4276         staff-size.
4277
4278         * scripts/convert-ly.py (conv): add conversion rule.
4279
4280         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4281         function.
4282
4283         * scm/paper.scm: new file.
4284         (set-staff-size): new function 
4285         (set-paper-size): new function
4286
4287         * lily/parser.yy (music_output_def_body): restructure definition,
4288         so first Scheme statement in \paper also happens in new scope. 
4289
4290         * lily/system.cc (post_processing): move uniquify_list () to
4291         dumping molecule stage.
4292
4293         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4294         this will mess up scores that use barchecks to shorten measures.
4295
4296         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4297         at 20pt too.
4298
4299         * Documentation/user/tutorial.itely (Printing lyrics): document
4300         \lyricsto
4301
4302         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4303
4304         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4305
4306         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4307         if Voice is not found.
4308
4309         * VERSION: release 2.1.10
4310         
4311         * input/{test,regression}/: remove old-relative 
4312
4313         * lily/lexer.ll: add empty markup signature. 
4314
4315         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4316         strut markup
4317
4318         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4319
4320         * scm/define-translator-properties.scm: update melismata property
4321         doco.
4322
4323         * lily/system.cc (output_lines): revert uniquify_list() patch,
4324         strange side effects seen.
4325         
4326         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4327         dash-period < 0.
4328
4329         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4330         for flute. 
4331
4332 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4333
4334         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4335
4336         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4337
4338         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4339         of line breaks.
4340         (brew_molecule): add padding to left, not right.
4341
4342         * lily/system.cc (uniquify_list): new function
4343         (output_lines): uniquify_list () on all-elements. This fixes
4344         double symbols in the output.
4345
4346         * lily/beam.cc (rest_collision_callback): don't move anything if
4347         staff-position is set.
4348
4349         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4350
4351         * lily/system.cc (typeset_grob): warn if adding twice.
4352
4353         * lily/sequential-iterator.cc (run_always): implement run_always().
4354         (also in other files.)
4355         
4356         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4357
4358         * lily/event.cc (to_relative_octave): add octave-check.
4359
4360         * Documentation/user/refman.itely (Line breaking): add noBreak.
4361
4362         * scm/new-markup.scm (normalsize-markup): add function.
4363         (sans-markup): new function.
4364
4365         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4366         come earlier nowadays.  This fixes beams on grace notes.
4367         
4368         * scm/music-functions.scm (direction-polyphonic-grobs): new
4369         variable, share between override and revert. This fixes script
4370         directions in polyphonic sections. (backportme)
4371
4372 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4373
4374         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4375         breakpoints.
4376
4377         * lily/break-align-interface.cc: add doco
4378
4379         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4380
4381 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4382
4383         * VERSION: release 2.1.9
4384
4385         * scm/document-markup.scm (markup-doc-node): add note about naming.
4386
4387         * scm/new-markup.scm (left-align-markup): bugfix. 
4388
4389         * Documentation/user/refman.itely (Ottava brackets): more doco for
4390         ottava.
4391
4392         * lily/side-position-interface.cc (out_of_staff): also do
4393         out_of_staff() correctly for d == DOWN.
4394
4395         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4396         horizontal line if they move to the right.
4397         
4398         * scm/define-grobs.scm (all-grob-descriptions): set
4399         text-repeat-if-broken for ottava spanner
4400
4401         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4402         property.
4403
4404         * mf/feta18.mf: design size is 18 not 22.5
4405
4406         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4407         Add a single LyricsVoice to a melody. Melismata may be set
4408         individually.
4409
4410         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4411
4412         * lily/dot-column.cc: add stdio.h
4413
4414 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4415
4416         * lily/item.cc: documentation for break-visibility (Thanks, John).
4417
4418 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4419
4420         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4421
4422         * lily/translator-def.cc: rename Translator_def to Context_def.
4423
4424         * Documentation/user/internals.itely (Lexical details): clarify
4425         string def.
4426
4427         * Documentation/user/refman.itely (Rhythmic music): add link to
4428         RhythmicStaff 
4429
4430 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4431
4432         * lily/translator.cc: document start_translation_timestep()
4433
4434         * scm/output-tex.scm (tex-encoded-fontswitch): use
4435         round for rounding (inexact->exact yields rationals)
4436
4437         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4438
4439         * lily/translator-group.cc (get_simple_trans_list): 
4440         new function; construct simple_trans_list_ lazily.
4441         
4442 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4443
4444         * lily/paper-outputter.cc (output_scope): Check if number before
4445         checking exact (guile cvs).
4446
4447         * scm/*: Escape backslashes in scheme strings (guile cvs).
4448
4449 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4450
4451         * Documentation/user/refman.itely (Tablatures basic): annotate
4452         seealso sections.
4453
4454         * lily/*.cc: cleanup of engraver initialize() functions.
4455
4456         * lily/repeat-acknowledge-engraver.cc
4457         (start_translation_timestep): remove first_b_
4458
4459         * lily/tab-note-heads-engraver.cc: listen to string number events
4460         inside < > too. (backportme).
4461
4462         * Documentation/user/refman.itely (Text scripts): add fatText to
4463         index.
4464
4465 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4466
4467         * VERSION: 2.1.8
4468
4469         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4470         footer.
4471
4472         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4473
4474         * lily/bar-check-iterator.cc (process): only warn if
4475         barCheckLastFail was changed.
4476
4477         * scm/define-translator-properties.scm (barCheckLastFail): add
4478         property.
4479
4480         * lily/main.cc (main_prog): print summary of failed files.
4481
4482         * lily/axis-group-engraver.cc: move all spanner creation to
4483         process_music (). Now staffs can be adjusted with \override too.
4484         (Jan, you are a brilliant programmer!)
4485         
4486         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4487
4488 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4489
4490         * Documentation/user/tutorial.itely (Integrating text and music):
4491         Show the commands to produce a PDF as well.
4492
4493 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4494
4495         * lily/translator-def.cc (get_translator_names): accept user
4496         tweaks too. 
4497
4498         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4499         as big as normal heads. 
4500
4501         * input/*ly: run convert-ly
4502         
4503         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4504         () if dependencies are fluked.
4505
4506         * scm/document-translation.scm (engraver-doc-string): update on
4507         latest string/symbol conventions.
4508
4509         * lily/translator-ctors.cc: use Scheme_hash_table.
4510
4511         * lily/translator-def.cc (get_translator_names): new function
4512         (add_context_mod): new function
4513         (get_accepted): new function
4514
4515         * lily/parser.yy (context_mod): put all modifications of
4516         \translator { } in a single production, encode as SCM.
4517
4518         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4519         to use read-only lists, so additions to the definition can be
4520         prepended easily.  
4521
4522         * Documentation/user/invoking.itexi (Editor support): add node on
4523         editor support.
4524
4525         * Documentation/user/refman.itely (Bar check): add lyrics example
4526         of bar checks. 
4527
4528         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4529
4530         * scripts/convert-ly.py (conv): add conversion rule.
4531
4532         * lily/parser.yy: use \change iso. \translator for staff switch.
4533
4534         * lily/my-lily-lexer.cc: add \change.
4535
4536         * scm/define-translator-properties.scm
4537         (default-melisma-properties): add definition.
4538
4539 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4540
4541         * Documentation/user/refman.itely (Bar lines): clarification of
4542         systemStartDelimiter. 
4543
4544         * input/test/slur-shape.ly (x): remove file.
4545
4546         * lily/translator-group.cc (apply_property_operations): new function.
4547
4548 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4549
4550         * lily/parser.yy (optional_prop_ops): allow \with {
4551         PROPERTYSETTINGS } following \context or \new.
4552
4553         * lily/my-lily-lexer.cc: add \with.
4554
4555         * lily/parser.yy (property_operation): clean up definition of
4556         property operations.
4557         (property_op_to_music): new function.
4558         (context_spec_music): new function
4559
4560         * VERSION: 2.1.7 released.
4561         
4562         * input/regression/collision-merge-dots.ly: new file.
4563
4564         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4565         then kill the dots too. 
4566
4567         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4568         set/unset breakableSeparationItem
4569
4570         * lily/separation-item.cc (relative_width): add function.
4571
4572         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4573         only-prebreak-interface
4574
4575         * lily/system.cc (output_lines): only junk only-prebreak-interface
4576         grobs.
4577
4578         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4579         read breakableSeparationItem
4580
4581         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4582
4583         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4584
4585         * lily/dot-column.cc (dot_config_badness): new function:
4586         select the best scoring dot configuration: dots should go close to
4587         the note heads, but be shifted up or down according to conventions.
4588         (print_dot_configuration): idem.
4589         (shift_one): idem
4590         (remove_collision): idem.
4591
4592         * input/regression/dots.ly: add more test cases.
4593
4594 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4595
4596         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4597
4598         * flower/include/interval.hh: rename elem_b to contains 
4599
4600         * lily/tie.cc: change 'heads to 'head-pair.
4601
4602         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4603         fill in 'heads field.
4604
4605         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4606         minimum-length for short ones, and shorten so collisions with the
4607         next syllable are avoided.
4608
4609         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4610         near-zero slopes.
4611         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4612
4613         * lily/dots.cc: remove quantized_position callback. All Y
4614         positioning is done by dot-column.cc
4615
4616         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4617         exhaustive test of all dot positions. This fixes disappearing dots
4618         in dotted chords.
4619
4620 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4621
4622         * mf/feta-klef.mf (test_staff): fatten up G clef
4623         (test_staff): fatten up f clef.
4624         
4625
4626 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4627
4628         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4629         * input/les-nereides.ly: Use latin1 characters for title, like
4630         Morgenlied.
4631
4632 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4633
4634         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4635         cmb10).
4636
4637         * lily/lyric-extender.cc (brew_molecule): add little space before
4638         extender line.
4639
4640         * lily/beam-quanting.cc (score_forbidden_quants): check if
4641         outer stafflines fall in any beam gaps.
4642
4643         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4644         for lyric texts.
4645
4646 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4647
4648         * VERSION: 2.1.6 released.
4649
4650         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4651         this shows the demerits of a user-defined beam position pair.
4652
4653         * scm/define-grobs.scm (all-grob-descriptions): set
4654         beamed-extreme-minimum-free-lengths to a different value.
4655
4656         * lily/scm-option.cc: add debug-beam scm-option
4657
4658         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4659
4660 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4661
4662         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4663
4664         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4665         space after barline.
4666
4667         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4668
4669         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4670         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4671         the other case, take standard column-breakable spacing. Do not
4672         warn about "no spacing wishes".
4673
4674         This fixes wide spaces after barlines in very loose lines.
4675
4676         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4677
4678 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4679
4680         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
4681         acknowledge_grob lyric-syllable, not lyric-text.
4682
4683         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
4684         dashes of length #'length separated by #'dash-period. 
4685
4686         * lily/lyric-extender.cc (brew_molecule): idem
4687
4688         * lily/multi-measure-rest.cc (big_rest): idem
4689
4690         * lily/system-start-delimiter.cc (simple_bar): idem
4691
4692         * lily/bar-line.cc (simple_barline): use rounded box
4693
4694         * VERSION: release 2.1.5
4695
4696         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4697         music): move note about dvips to more visible place.
4698
4699         * lily/lyric-phrasing-engraver.cc: move from
4700         new-phrasing-engraver.cc, remove old cruft (syllable-group,
4701         lyric-phrasing-engraver.hh)
4702         
4703         * lyric-align.ly: remove file
4704         
4705         * scripts/convert-ly.py (FatalConversionError.func): add removal
4706         rule for automaticMelismata
4707
4708         * ly/engraver-init.ly (ScoreContext): switch on
4709         New_phrasing_engraver by default.
4710
4711         * lily/slur-engraver.cc (class Slur_engraver):
4712         process_acknowledged_grobs -> process_music.
4713         (try_music): signal melismata correctly.
4714
4715         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
4716         word-space, right-trim-amount, and extend past right bound only
4717         for note heads.
4718
4719         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
4720         lyric-extender support: add note-heads to the extender
4721         automatically.
4722
4723         * lily/parser.yy: extender is now post_event. 
4724
4725         * lily/accidental-engraver.cc (number_accidentals): remove
4726         spurious warning about non-parent contexts.
4727
4728         * lily/music-output-def.cc (assign_translator): \translator { }
4729         for a Foo context implicitly redefines \FooContext.
4730
4731         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
4732         fixes.
4733
4734         * lily/slur.cc (brew_molecule): don't use stafflinethickness
4735         doubly in slur weight. 
4736
4737         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
4738         combination.
4739
4740         * scm/define-grobs.scm (all-grob-descriptions): change clef -
4741         staffbar distance.
4742
4743         * scripts/lilypond.py (global_latex_preamble): crank down size of
4744         the margins. Now there is a 12 mm top and bottom margin, which
4745         should correspond with the printable area of modern printers.
4746
4747         This enlarges the music height of the printable page a little.
4748
4749         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
4750         signs. Use \markup instead.
4751         (accreg_pen): tweak for accordeon asterisk.
4752
4753 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4754
4755         * lily/melisma-engraver.cc (try_music): use melisma_busy()
4756
4757         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
4758
4759         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
4760
4761         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
4762
4763         * scm/define-grobs.scm (all-grob-descriptions): change
4764         StanzaNumber description: make side support, i.s.o. breakable.
4765         use Instrument_name_engraver for texts in the margin.
4766
4767         * scm/define-translator-properties.scm: remove
4768         melismaEngraverBusy, stz property.
4769
4770         * *.cc: naming: change empty_b () into is_empty ()
4771
4772         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
4773
4774         * input/regression/lyric-phrasing-new.ly: new file.
4775
4776         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
4777         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
4778         melismata are now left-aligned.
4779
4780 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4781
4782         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
4783
4784         * mf/feta19.mf: remove.
4785         
4786         * mf/feta-klef.mf (test_staff): more tweaks
4787
4788         * mf/feta-toevallig.mf: more small size tweaks.
4789
4790         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
4791         rests for smaller sizes.
4792
4793         * mf/feta-bolletjes.mf: fix cross heads.
4794
4795         * VERSION: release 2.1.4
4796         
4797         * scripts/convert-ly.py (FatalConversionError.func): add rule for
4798         deprecated #'ancient font family
4799
4800         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
4801         it is a string or number.
4802
4803         * scm/output-lib.scm (note-head-style->attachment-coordinates):
4804         change calling convention of stem-attachment function. 
4805
4806         * buildscripts/mf-to-table.py: read and dump WX/WY fields
4807
4808         * mf/feta-autometric.mf: dump WX/WY fields too
4809         
4810         * mf/parmesan-heads.mf: idem.
4811
4812         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
4813         attachment coordinates.
4814
4815         * lily/note-head.cc (stem_attachment_coordinate): read stem
4816         attachment from the notehead glyphs WX/WY fields.
4817
4818         * lily/include/font-metric.hh (struct Font_metric): add methods
4819         get_indexed_wxwy (), make a distinction between looking up by
4820         index and ASCII  
4821
4822         * mf/feta-bolletjes.mf: rewrite note head MF code.
4823         (test_outlines): make heads more rotund for smaller sizes. 
4824
4825 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4826
4827         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
4828         throughout. Font scaling fixes throughout.
4829
4830         * mf/feta-sleur,slur.mf: remove. 
4831
4832         * mf/feta-slag.mf: rewrite.
4833
4834 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4835
4836         * VERSION: release 2.1.3
4837
4838         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
4839
4840         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
4841
4842         * lily/mark-engraver.cc (process_music): fix mark
4843         \default. (backportme)
4844
4845         * stepmake/stepmake/automatically-generated.sub.make (default):
4846         use -n for head/tail commands. 
4847
4848         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
4849         heads with the same pitch.
4850
4851 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4852
4853         * lily/recording-group-engraver.cc (finalize): set protected_scm
4854         member to '() before finalizing.
4855
4856         * lily/translator-group.cc (finalize): remove removal_processing () 
4857
4858         * lily/recording-group-engraver.cc: new engraver: record
4859         synchronized start & end times for each music object.
4860
4861         * lily/parser.yy (toplevel_expression): execute score rendering
4862         during parsing. Cleanup output-filename handling; this is no
4863         longer done with global variables.
4864         (translator_spec_body): allow \type modification too.
4865
4866         * lily/score.cc:  ly:run-translator: new function
4867         (LY_DEFINE): ly:render-output new function.
4868
4869         Separate interpreting and rendering, and make available as
4870         functions at Scheme level.
4871
4872 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4873
4874         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
4875         (musicxml-node->string):
4876         (xml-node->string):
4877         (music-to-musicxml): New function.
4878
4879 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4880
4881         * VERSION: 2.1.2 released
4882
4883         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
4884
4885         * scm/font.scm (paper20-font-vector): discouple font design sizes
4886         from sizes specified in .ly file: store all design sizes of a font
4887         in a single vector.
4888
4889         * lily/font-select.cc (get_font_by_design_size): new function
4890
4891         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
4892         add parmesan,feta in sizes 14 and 18.
4893         
4894         * mf/feta-toevallig.mf: use blot diameter for double sharp.
4895
4896         * lily/font-size-engraver.cc (acknowledge_grob): change definition
4897         of fontSize: this now sets font-size
4898
4899 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4900
4901         * VERSION: 2.1.1 released
4902         
4903         * Documentation/user/refman.itely (Tuning objects): add note about
4904         concurrent tweaks in different contexts. 
4905
4906         * lily/tie-engraver.cc (acknowledge_grob): use
4907         Staff_symbol_referencer::get_position iso. reading staff-position
4908         directly.
4909
4910         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
4911         currentMusicalColumn as left span-point for bracket. The bracket
4912         is too long when there are accidentals.
4913
4914 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4915
4916         * buildscripts/lilypond-profile.sh,
4917         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
4918         Thanks to Reuben Thomas <rrt@mupsych.org>
4919
4920 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
4921
4922         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
4923         Wurbel <wurbel@univ-tln.fr>.
4924
4925 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4926
4927         * scripts/midi2ly.py: Add space after chords.
4928
4929 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
4930
4931         * input/regression/{many}: add few @code{ ... }.
4932
4933 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4934
4935         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
4936         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
4937         Removed cmbx5, cmbx6 (which are included in teTeX)
4938         and cmbxti14 which is not used in fonts.scm.
4939
4940 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
4941
4942         * lily/midi-item.cc: fine tune quarter tones.
4943
4944 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
4945
4946         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
4947         new function, warn how many cents are missing in fine tuning.
4948
4949 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
4950
4951         * input/bugs/rhytmicstaff-tie.ly: add file.
4952
4953         * THANKS: Create skeleton for 2.1.
4954
4955 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
4956
4957         * input/test/bar-lines.ly (TODO): dashed "|".
4958
4959 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
4960
4961         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
4962         input/regression/tie-chord.ly: Fix spell for tying.
4963
4964         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
4965
4966         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
4967         new file (renamed, see above).
4968
4969         * Documentation/user/lilypond-book.itely
4970         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
4971         * input/example-1.ly input/example-2.ly input/example-3.ly
4972         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
4973         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
4974         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
4975         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
4976         * scripts/lilypond-book.py scripts/lilypond.py
4977         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
4978         * vimrc: replace ly2dvi with lilypond and remove silly comments.
4979
4980         * Documentation/user/lilypond.tely: update version.
4981
4982         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
4983         Remove extra spaces in each @node, fixes spaces.
4984
4985 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4986
4987         * scripts/lilypond-book.py (output_dict): Add definition of
4988         \lilypondbook also for LaTeX output. Solves several bug reports.
4989
4990 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
4991
4992         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
4993
4994 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
4995
4996         * input/test/transposition.ly: Fix key signatures, given in comments.
4997
4998 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4999
5000         * scm/midi.scm (instrument-names-alist),
5001         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5002
5003 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5004
5005         * input/test/temporary-stave.ly (texidoc): New example based on an
5006         email question from Ralph Little.
5007
5008 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5009
5010         * VERSION: release 2.1.0
5011         
5012         * lily/note-performer.cc (try_music): accept busy-playing-event.
5013
5014         * lily/swallow-perf.cc (try_music): return false for
5015         busy-playing-event and melisma-playing-event.
5016
5017 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5018
5019         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5020         >> in \score.
5021
5022 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5023
5024         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5025         that articulation_substitute will not move beam start again.
5026         (articulation_substitute): Bugfix: remove stray space so that new
5027         old chords ending '>>' does not get broken up.
5028         (sub_chord): Use TAB for indentation (not spaces).
5029         
5030         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5031         Bugfix for startup: Use ?^ instead of ?\^.
5032
5033 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5034
5035         * lily/lyric-combine-music-iterator.cc
5036         (Lyric_combine_music_iterator): change init order, to prevent GC
5037         segfaults.
5038
5039         * lily/context-specced-music-iterator.cc (construct_children): 
5040         only change  translator if found. This fixes a core dump problem.
5041
5042 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5043
5044         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5045         comparison.
5046
5047         * mf/feta-bolletjes.mf: make hole in half note little
5048         smaller for stem attachment.
5049
5050         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5051
5052         * mf/feta-banier.mf: don't draw stem with flag, just small square
5053         attachment.
5054
5055         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5056
5057         * mf/feta-banier.mf: remove upstem/downstem characters.
5058
5059         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5060
5061         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5062         stafflinethickness (in the default)
5063
5064         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5065
5066         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5067
5068         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5069
5070         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5071
5072         * lily/include/directional-element-interface.hh:
5073         junk class, make {get,set}_grob_direction functions.
5074
5075         * lily/slur.cc (get_attachment): do something sensible when
5076         attaching to stem without heads (eg. a rest).
5077
5078         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5079         forcing up to staff.  remove #'support-head property
5080         (brew_molecule): small cleanup.
5081         (flag): remove #'grace property.
5082
5083 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5084
5085         * cygwin/postinstall-lilypond.sh: 
5086         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5087         (Volker Zell).
5088
5089 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5090
5091         * scripts/lilypond-book.py: resurrect 'eps' option. 
5092         (TexiPaper.to_eps): use -Ppdf for EPS files.
5093
5094         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5095
5096         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5097
5098         * VERSION: release 2.0.1
5099
5100         * lily/bezier.cc (get_other_coordinate): change assert into
5101         warning.
5102
5103         * lily/note-head.cc (internal_brew_molecule): make left protusion
5104         smaller, to accomodate for natural sign.
5105         (internal_brew_molecule): only do this when the accidental is
5106         close enough.
5107         (extent): new function
5108
5109         * lily/skyline.cc (merge_skyline): new function
5110         (heighten_skyline): new function
5111
5112         * lily/accidental-placement.cc (position_accidentals) 
5113         (position_accidentals): fix todo.
5114
5115 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5116
5117         * input/test/+.ly (texidoc): put version number inline.
5118
5119         * GNUmakefile.in: remove rsync-web target.
5120         
5121         * input/regression/bar-scripts.ly (onestaff): raggedright
5122
5123 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5124
5125         * lily/*.cc: remove #if 0'd code in couple of places.
5126
5127         * lily/midi-stream.cc (operator <<): rewrite.
5128
5129         * lily/note-head.cc (internal_brew_molecule): 
5130         only make ledgers when the Staff symbol has lines.
5131
5132         * ly/property-init.ly (arpeggioBracket): simplify
5133
5134         * lily/translator-group.cc (execute_pushpop_property): use
5135         SCM_EQ_P for comparing keys. This fixes reverting
5136         auto-beam-settings.
5137
5138 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5139 *
5140         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5141         midi_debug_global_b.
5142         (operator <<): Normalise loop.
5143
5144 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5145
5146         * scripts/lilypond.py (escape_path): revise.
5147
5148         * scm/music-functions.scm (set-output-property): new function.
5149         
5150 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5151
5152         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5153         use addmakeflags again.
5154
5155         * cygwin/lily-wins.py (escape_shell): New function; use it.
5156
5157         * scripts/lilypond.py (escape_shell): Escape quotes and other
5158         spaces too.  Do not escape escaping backslashes.
5159
5160         * make/srcdir.make.in (web-install): Must call install-WWW now.
5161
5162         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5163         dependency
5164
5165 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5166
5167         * scripts/lilypond.py (escape_path): escape quotes too. 
5168
5169         * Documentation/user/lilypond.tely (Unified index): rename Index
5170         to accomodate Windows breakage.
5171
5172         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5173
5174         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5175         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5176         target not a source.
5177
5178 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5179
5180         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5181         addmakeflags.  Build and install doc and web also when building on
5182         Cygwin.
5183
5184         * mf/GNUmakefile: Bugfix.
5185
5186         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5187         target web.
5188
5189         * cygwin/lily-wins.py: Quote filename.
5190
5191 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5192
5193         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5194
5195 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5196
5197         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5198         settings.
5199
5200         * configure.in: Require g++ > 3.0.4.
5201
5202         * mf/GNUmakefile: Bugfix: Add list.ly target.
5203         
5204         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5205
5206         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5207         make omf directory, add uninstall targets.
5208
5209 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5210
5211         * lily/tie-performer.cc (initialize): init prev_event
5212
5213         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5214
5215         * lily/script-engraver.cc (make_script_from_event): don't crash on
5216         non-string articulation-type.
5217
5218         * lily/new-fingering-engraver.cc (add_script): don't crash on
5219         0 scripts 
5220         (acknowledge_grob): warn about text script events.
5221
5222 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5223
5224         * buildscript/lilypond.words: fix path for drums.scm.
5225
5226 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5227
5228         * lily/spacing-spanner.cc (note_spacing): don't make longer
5229         durations than measure-length.
5230
5231         * VERSION: release 2.0.0
5232
5233         * GNUmakefile.in (rsync-web): version independent rsync target.
5234
5235         * input/test/+.ly (texidoc): idem.
5236
5237         * input/regression/+.ly: print version number.
5238
5239         * input/regression/accidentals.ly (mel): shorten.
5240
5241         * input/regression/accidental-octave.ly (texidoc): shorten.
5242
5243         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5244
5245         * input/regression/completion-heads-polyphony.ly: octave
5246
5247         * input/regression/beam-manual.ly: remove
5248
5249         * input/regression/beam-chord.ly: remove
5250
5251         * input/regression/grace-dynamic.ly: remove
5252         
5253         * input/regression/grace-volta-repeat.ly: octave fixes.
5254
5255         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5256
5257         * lily/parser.yy (step_number): semitones for chord entry too.
5258         (make_chord_step): more robust code, semitones. 
5259
5260         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5261
5262         * input/regression/breathing-sign.ly (texidoc): split ancient and
5263         normal breathing signs.
5264
5265         * scm/define-grobs.scm (all-grob-descriptions): swap
5266         beamed-extreme-minimum-free-lengths and
5267         beamed-minimum-free-lengths; the 'extreme' case should allow
5268         shorter stems. This fixes forced directions on beamed 32nd and
5269         shorter notes.
5270
5271         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5272         quartertones, not semitones.
5273         (NoteNamesContext): swallow more event types
5274
5275         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5276
5277         * VERSION (PACKAGE_NAME): release 1.9.10
5278
5279 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5280
5281         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5282         set note head as cause of note-column.  This gives a better error
5283         message.
5284
5285 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5286
5287         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5288
5289 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5290
5291         * mf/GNUmakefile (pfa_warning): instruct 
5292
5293         * stepmake/aclocal.m4: typo.
5294
5295         * Documentation/user/cheatsheet.itely: more verbose examples.
5296
5297         * input/regression/clefs.ly: remove bogus docstring.
5298
5299 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5300
5301         * GNUmakefile.in (SUBDIRS): Add elisp.
5302
5303         * elisp/lilypond-mode.el: 
5304         * elisp/lilypond-init.el: 
5305         * elisp/lilypond-indent.el: 
5306         * elisp/lilypond-font-lock.el: Move from top dir.
5307
5308         * stepmake/stepmake/elisp-vars.make: New file.
5309
5310         * config.make.in (elispdir): Add.
5311
5312         * Documentation/topdocs/INSTALL.texi: Typo.
5313
5314         * make/ly-rules.make: Test for files instead of touching void and
5315         ignoring errors.
5316
5317         * GNUmakefile.in:
5318         * make/lilypond.redhat.spec.in:
5319         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5320         <builddir>, adding
5321         
5322              (push "<builddir>/share/lilypond/elisp" load-path)
5323
5324         to your ~/.emacs.el should give you LilyPond-mode again.
5325
5326         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5327         regexp for DOS/Windows, we are too paranoid to fix others.
5328
5329 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5330
5331         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5332
5333         * input/test/chord-names-jazz.ly (banterProperties): fix
5334
5335         * lily/parser.yy (bass_mod): bass figure alterations are semi
5336         tones, not quarter tones
5337
5338         * lily/beam.cc (set_stem_lengths): only lengthen stems
5339         for gapped beams.
5340
5341         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5342         by beamcount.
5343
5344         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5345         a warning that the warning may erroneous.
5346
5347         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5348         target.
5349
5350         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5351         targets.
5352
5353         * GNUmakefile.in ($(config_h)): config.h should depend on
5354         config.hh.in .
5355         (lilypond.words): remove fontball stuff.
5356
5357         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5358
5359         * configure.in: remove pktrace reference.
5360
5361         * GNUmakefile.in (rsync-web): permissions and ownership for
5362         website.
5363
5364         * lily/volta-engraver.cc (staff_eligible): new function.
5365         (stop_translation_timestep): kill off spanners if not eligible.
5366
5367         * VERSION (PATCH_LEVEL): release 1.9.9
5368
5369         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5370
5371         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5372         length is more important than forbidden quants.
5373         
5374 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5375
5376         * buildscripts/lilypond.words: order words in search order,
5377         add lilypond.words.vim to be generated.
5378
5379         * lilypond.vim: use lilypond.words.vim for keyword matching.
5380
5381         * lilypond-mode.el: use search order. fix word selection rules.
5382
5383         * lilypond-font-lock.el: fix fontifying long durations.
5384
5385         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5386
5387 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5388
5389         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5390
5391         * stepmake/stepmake/generic-targets.make:
5392         * stepmake/stepmake/bin/make-version.py: 
5393         * stepmake/aclocal.m4:
5394         * make/stepmake.make:
5395         * make/toplevel-version.make: Build fixes: remove last traces of
5396           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5397
5398         * lily/beam.cc: Add gap-count property.
5399
5400 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5401
5402         * scm/define-grob-properties.scm (gap-count): add gap-count
5403
5404         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5405
5406 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5407
5408         * cygwin/mknetrel.doc: Typo.
5409
5410         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5411
5412         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5413
5414 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5415
5416         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5417         sizes. Remove support for 'ledger'(=tabloid+landscape).
5418
5419 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5420
5421         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5422         sauter PFAs.
5423
5424         * configure.in: remove VERSION stuff once again.
5425
5426         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5427
5428         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5429         for chord names.
5430
5431         * mf/GNUmakefile: always trace pfa fonts.
5432         (SAUTER_FONTS): add cmss[567] too fonts
5433
5434         * configure.in: require mftrace. 
5435
5436         * lily/staff-performer.cc (new_instrument_string): don't look at
5437         instrument property.
5438
5439         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5440         is_direction is the C++ one. Similar for ly_axis_p and
5441         ly_number_pair_p
5442
5443 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5444
5445         * lily/beam.cc (brew_molecule): read gap-count to determine
5446         number of tremolo (gapped) beams.
5447
5448         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5449         shorter than 1/8
5450
5451         * flower/include/array.hh (default_compare): new function
5452
5453         * cygwin/mknetrel: Native fixes.
5454
5455         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5456
5457 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5458
5459         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5460         feature for Windows.
5461
5462         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5463
5464         * cygwin/mknetrel: Updates for native use on Cygwin.
5465
5466         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5467
5468         * stepmake/stepmake/help2man-rules.make: 
5469         * cygwin/mknetrel: Bugfix for manpages.
5470
5471         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5472         $(builddir).  Stepmake is a normal subdirectory now, that is not
5473         configured.  Another srcdir build fix.
5474
5475         * Documentation/topdocs/INSTALL.texi,
5476         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5477         lilypond-init.el, lilypond-mode.el, debian/rules,
5478         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5479         rename generated file lilypond.words to lilypond.words.el.
5480
5481 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5482
5483         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5484
5485         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5486         GNUmakefile.in.
5487
5488 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5489
5490         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5491         when cross building.
5492
5493         * configure.in: srcdir build fix.
5494
5495         * cygwin/GNUmakefile:
5496         * cygwin/lily-wins.py:
5497         * cygwin/postremove-lilypond.sh: 
5498         * cygwin/postinstall-lilypond.sh: Merge from stable.
5499
5500         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5501         s/ly2dvi/lilypond/.
5502
5503 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5504
5505         * lily/slur.cc (after_line_breaking): only set control points if
5506         none supplied yet.
5507
5508         * input/test/slur-manual.ly: new file.
5509
5510         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5511         <<  >> chords too.
5512
5513         * VERSION (PACKAGE_NAME): release 1.9.8
5514
5515         * scripts/lilypond.py (escape_path): escape spaces in directory names
5516
5517         * input/test/text-spanner.ly: fixes.
5518
5519 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5520
5521         * buildscripts/lilypond.words.py: add drum names as note names to
5522         Emacs-mode.
5523
5524 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5525
5526         * input/regression/hairpin-dashed.ly: new file.
5527
5528         * scripts/convert-ly.py (conv): warn about dash-length.
5529
5530         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5531         automatically if we get a new one.
5532
5533         * lily/lookup.cc (dashed_line): new function
5534
5535         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5536         dash-fraction.
5537
5538 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5539
5540         * buildscripts/lilypond.words.py: extract note names.
5541
5542         * lilypond-mode.el: take note names from lilypond.words -file.
5543         small fix in the use of string-match.
5544
5545         * lilypond-font-lock.el: use lilypond.words for note names, add 
5546         maxima to note a duration.
5547
5548 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5549
5550         * lily/breathing-sign.cc: remove railtracks() function. 
5551
5552         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5553
5554         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5555         (brew_molecule): bugfix don't make arpeggio shorter when
5556         arpeggio-direction is set.
5557
5558         *  debian/rules: small corrections in the (Pedro K)
5559
5560         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5561         examples.
5562
5563         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5564         special (repeat) bar comes along.
5565
5566         * input/regression/auto-beam-bar.ly: update.
5567
5568         * scripts/lilypond-book.py (output_dict): remove support for the
5569         EPS option.
5570
5571         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5572         VerticalAlignment and VerticalAxisGroup this fixes the size
5573         computations for the entire system.
5574  
5575         * input/les-nereides.ly (bass): remove superfluous fontSize.
5576
5577         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5578         causes directory of file to be added to include path.
5579
5580         * input/regression/beam-break.ly: test single stem beams.
5581
5582         * input/regression/system-start-bracket.ly: fix.
5583
5584         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5585
5586         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5587
5588         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5589         (score_stem_lengths): do something sensible for single stem beams.
5590
5591         * lily/beam.cc (least_squares): add kludge for single stem beams.
5592
5593         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5594         keySignature to list of broken things.
5595
5596         * input/regression/keys.ly: fix.
5597
5598         * VERSION (PACKAGE_NAME): release 1.9.7
5599
5600         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5601
5602         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5603
5604         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5605         (quartertone_pitch): new function
5606
5607         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5608         flat. WARNING: FONT CHANGED.
5609
5610         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5611
5612         * lily/accidental-placement.cc (add_accidental): support for
5613         quarter tones.
5614
5615         * ly/LANGUAGEs.ly: use symbols for alterations.
5616
5617         * mf/feta-toevallig.mf: change accidental codes. 
5618
5619         * scm/lily.scm (ly:get-option): switch on debugging only for
5620         --verbose.
5621
5622         * lily/lily-guile.cc: remove ly:verbose?
5623
5624         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5625
5626         * lily/parser.yy (TODO): only do gh_call() for apply with
5627         procedure argument.
5628
5629         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5630         stuff in accordance with new timing of tie-events.
5631
5632         * lily/my-lily-lexer.cc: remove \outputproperty
5633
5634         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5635
5636         * scm/define-translator-properties.scm (melismaBusyProperties):
5637         add melismaBusyProperties property.
5638
5639 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5640
5641         * input/test/ambitus-mixed.ly (texidoc): new file.
5642
5643         * buildscripts/mutopia-index.py (find): prune debugging
5644
5645         * lily/side-position-interface.cc: doc updates
5646
5647         * Documentation/user/refman.itely: updates, tweaks.
5648
5649         * lily/parser.yy (Simple_music): remove outputproperty
5650
5651         * make/stepmake.make: use VERSION again; importing VERSION via
5652         autoconf dependencies is too hairy.
5653
5654 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5655
5656         * lilypond-mode.el: allow `-' for keywords and identifiers.
5657
5658 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5659
5660         * VERSION: release 1.9.6
5661         
5662         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5663         iso. ly2dvi.
5664
5665         * Documentation/user/*.itely: fixes everywhere
5666
5667         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5668         produce ties from the engraver itself, do not broadcast TieEvent.
5669
5670         * lily/my-lily-lexer.cc: remove pitch & duration.
5671
5672         * lily/parser.yy (TODO): remove \pitch and \duration
5673
5674         * input/test/explicit.ly: remove file.
5675
5676         * Documentation/user/refman.itely (Pitches): remove \pitch 
5677         \duration command.
5678
5679 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5680
5681         * buildscripts/lilypond.words.py: add all slur types to Emacs
5682         insertion menu, suppose everything is postfixed by dropping 
5683         unnecessary `-' -marks.
5684
5685 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5686
5687         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
5688         tremoloed stems.
5689
5690         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
5691         head for flagged stems.
5692
5693         * lily/stem.cc (get_default_stem_end_position): futz with extra
5694         stem length if there is a stem tremolo.
5695
5696         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
5697         it would be too small.
5698
5699         * lily/font-metric.cc: return #f for non-existent glyph.
5700         
5701         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
5702         exported through config.make.
5703
5704         * input/regression/clef-oct.ly: new file.
5705
5706         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
5707         transposition.
5708
5709         * input/template/*.ly: remove old relative.
5710
5711         * ly/english.ly: add X names for double sharp.
5712
5713 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5714
5715         * lily/font-select.cc: new file handle font selection routines.
5716
5717         * lily/parser.yy: add ; (Patrick Atamaniuk)
5718
5719         * input/test/time-signature-double.ly: use markups for double time
5720         sigs.
5721
5722         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
5723         ChordNames.SeparationItem #'padding for adjusting space after chords.
5724         
5725         * lily/music-output-def.cc (LY_DEFINE): 
5726         new function ly:paper-lookup.
5727         
5728         * mf/parmesan-clefs.mf: use # quantities for char_box
5729         offsets. Fixes overflow errors in the PFA. 
5730
5731         * scm/new-markup.scm (strut-markup): change calling interface for
5732         markup. Pass paper-def, not grob. This would allow \markup to be
5733         used separately from grobs.
5734
5735         * lily/paper-def.cc: new function ly:paper-font; this function
5736         replaces ly:get-font.
5737
5738         * lily/include/font-interface.hh (struct Font_interface): take
5739         Paper_def iso. Grob for get_font().
5740
5741 2003-09-14  Graham Percival  <gperlist@shaw.ca>
5742
5743         * Documentation/user/ tutorial.itely, refman.itely: add warning
5744         about \key and accidentals.
5745
5746 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5747
5748         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
5749
5750         * Documentation/user/*.itely: manual tweaks
5751
5752 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
5753
5754         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
5755         cleanup; bugfix: exact_center
5756
5757         * Documentation/user/refman.itely: added more documentation on
5758         ambitus according to recent questions on lilypond-user list
5759
5760 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5761
5762         * input/regression/ottava.ly (texidoc): demo 15ma too.
5763
5764         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
5765
5766         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
5767         octave fixes.
5768
5769 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5770
5771         * lily/lexer.ll: add \r to the rules for newlines; this fixes
5772         problems on older Mac editors.
5773
5774 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
5775
5776         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
5777
5778 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
5779
5780         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
5781         mf/parmesan-clefs.mf: added comments on character alignment and
5782         set_char_box() conventions
5783
5784         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
5785         set_char_box()'s
5786
5787         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
5788
5789 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
5790
5791         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
5792
5793 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5794
5795         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
5796         shortened to avoid almost-collision with staff line; code cleanup;
5797         other custodes: fixed char boxes; code cleanup
5798
5799 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5800
5801         * configure.in: release 1.9.5
5802         
5803         * scripts/lilypond.py (global_latex_preamble): only set
5804         twosideshift if 'twoside' is in latexoptions 
5805
5806         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
5807
5808         * VERSION: remove
5809
5810         * scripts/*2ly.py: update <> syntax
5811
5812 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5813
5814         * lily/chord-name-engraver.cc (process_music): add origin for
5815         chord name.
5816
5817         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
5818
5819         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
5820         bass notes for exceptions too.
5821
5822         * scm/define-grobs.scm (all-grob-descriptions): rename
5823         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
5824
5825         * scm/define-grob-properties.scm (remove-first): add remove-first
5826         property for orchestral scores.
5827
5828         * Documentation/user/*.itely: switch <<>> and <> 
5829
5830         * lily/glissando-engraver.cc (process_music): bugfix: move line to
5831         last_line only once. This fixes the two consecutive glissandi problem.
5832
5833 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
5834
5835         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
5836         error message "flexa-width undefined"
5837
5838         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5839         lily/include/gregorian-ligature.hh: print warning when ignoring
5840         head prefixes on flexa shapes
5841
5842         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
5843         space before a series of inclinatum heads
5844
5845         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5846         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
5847         cleanups
5848
5849         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
5850         and char_box
5851
5852 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
5853
5854         * input/regression/breathing-sign.ly: tiny fixes
5855
5856         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
5857         semantical collision with vaticana ligatures
5858
5859         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5860         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
5861         now consistent with mensural ligatures
5862
5863         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5864         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
5865         context pitches and staff position; dto. for virga stem; removed
5866         obsolete virga and clivis characters from parmesan font (WARNING:
5867         font changed)
5868
5869         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
5870         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
5871
5872         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5873         scm/define-grob-properties.scm: consistency fix: renamed
5874         join_left->add_cauda
5875
5876         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
5877         appendix length; bugfix: yoffs_bt for reverse direction punctum
5878         characters
5879
5880         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
5881         small cleanups; added more docu
5882
5883         * lily/mensural-ligature-engraver.cc,
5884         lily/vaticana-ligature-engraver.cc,
5885         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
5886         computation to CoherentLigatureEngraver
5887
5888         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
5889         scm/define-grob-properties.scm: bugfix: added missing linea and
5890         cavum properties; bugfix: removed dead semivocalis property
5891
5892         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
5893         length; redesigned quilisma, stropha and auctum
5894
5895         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
5896         line thickness
5897
5898         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
5899         Documentation/user/refman.itely: bugfix: introduced shifted
5900         epiphonus head to avoid collision with adjacent plica
5901
5902 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5903
5904         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
5905
5906         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
5907
5908 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5909
5910         * Documentation/user/tutorial.itely (A lead sheet): remove
5911         duplicate chords.
5912
5913         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
5914
5915 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5916
5917         * Documentation/bibliography/computer-notation.bib (isbn): add
5918         xivcim publication.
5919
5920 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
5921
5922         * GNUmakefile.in: drop lilypond.words for generation.
5923
5924 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
5925
5926         * buildscripts/lilypond.words.py: take filename (also) from an arg.
5927
5928         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
5929
5930 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5931
5932         * input/test/figured-bass-alternate.ly (fl): new file.
5933
5934         * Documentation/topdocs/README.texi (Top): clarifications.
5935
5936         * Documentation/bibliography/computer-notation.bib (isbn): add phd
5937         theses of Gieseking and Renz.
5938
5939         * GNUmakefile.in (README_FILES): remove README.mandrake.
5940
5941 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
5942
5943         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
5944         from source files and search patterns listed in the script.
5945
5946         * GNUmakefile.in: add target `lilypond.words'.
5947
5948         * lilypond.words: remove file, generated by `make lilypond.words'.
5949
5950         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
5951
5952 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
5953
5954         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
5955
5956 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5957
5958         * VERSION: 1.9.4 released
5959
5960         * scripts/convert-ly.py (FatalConversionError.figures_replace):
5961         rule for < > <-> << >> substitution
5962
5963         * lily/lexer.ll: exchange meaning of << >> and < > 
5964
5965         * VERSION (PACKAGE_NAME): 1.9.3 released
5966
5967         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
5968         pages unconditionally.
5969
5970 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5971
5972         * Documentation/user/music-glossary.tely (Top): small syntax
5973         fixes.
5974
5975         * scm/music-functions.scm (remove-tag): filter \tagged music
5976         expressions.
5977
5978         * input/regression/tag-filter.ly (texidoc): new file.
5979
5980         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
5981         symbol2 .. ) etc. 
5982
5983         * scripts/convert-ly.py (FatalConversionError.conv): fingering
5984         convert rule.
5985
5986         * Documentation/user/refman.itely (Fingering instructions): adjust
5987         manual.
5988
5989         * lily/new-fingering-engraver.cc (position_scripts): don't crash
5990         for borderline cases (e.g. 1 fingering.)
5991         (position_scripts): revise interface, use fingerOrientations to
5992         set fingering positions.
5993
5994         * scm/document-translation.scm (context-doc): add aliases to
5995         automated documentation.
5996
5997         * make/lilypond-vars.make: remove stepmake compat glue.
5998
5999         * make/generic-vars.make: remove cruft.
6000
6001         * lily/main.cc (main): don't identify binary.
6002
6003 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6004
6005         * lily/include/translator.hh (class Translator): remove
6006         type_string_ , use symbol for context name throughout.
6007         Changes through whole source tree.
6008
6009         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6010         set PDF as default, and always make PDF.
6011
6012         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6013
6014 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6015
6016         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6017         Documentation/user/refman.itely input/regression/allfontstyle.ly
6018         input/regression/grace-types.ly:
6019         fix spelling for acciaccatura (Webster's 1913).
6020
6021 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6022
6023         * lily/main.cc (usage): adjust blurb, include url.
6024
6025         * input/regression/breathing-sign.ly (texidoc): transpose up
6026
6027 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6028
6029         * input/regression/breathing-sign.ly: changed ancient examples to
6030         be relevant (by request of Han-Wen); updated BreathingSign text
6031         property according to new syntax.
6032
6033         * ly/gregorian-init.ly: updated BreathingSign text property
6034         according to new syntax
6035
6036 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6037
6038         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6039         (Clef): index entries for clefs.
6040
6041         * python/lilylib.py (system): remove errorlog files.
6042         
6043 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6044
6045         * lilypond.words: add \new and new graces. Add dynamics to menus
6046         keeping 1.8.x compatibility; after all the engraving relating to 
6047         notes becomes postfixed `-' marks will be removed.
6048
6049 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6050
6051         * lily/molecule.cc (align_to): idem.
6052
6053         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6054         
6055         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6056         accacciatura everywhere.
6057
6058         * VERSION (PACKAGE_NAME): released 1.9.2
6059
6060         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6061
6062         * scm/document-markup.scm (markup-doc-node): sort markup function
6063         list.
6064
6065         * lily/paper-outputter.cc (output_version): change "Lily was here"
6066         into  "Engraved by LilyPond"
6067
6068         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6069         on unquoted strings before \notenames.
6070
6071         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6072         increases the number of s/r reductions to 4.
6073
6074         * scm/new-markup.scm (fraction-markup): \fraction command.
6075
6076         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6077         mode
6078
6079         * lily/lookup.cc (round_filled_box): rename function.
6080         (LY_DEFINE): round-filled-box: change signature.
6081
6082         * Documentation/user/refman.itely: revise section explaining grace
6083         notes.
6084
6085         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6086         ly:set-context-property
6087
6088         * input/*/*.ly (vmus): use \new everywhere.
6089
6090         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6091
6092         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6093         default
6094
6095         * scm/music-functions.scm (set-stop-grace-properties)
6096         (set-start-grace-properties, add-grace-property): new functions
6097         for modular grace tweak control.
6098
6099         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6100         
6101 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6102
6103         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6104
6105         * GNUmakefile.in (install-pfa-fonts):
6106         (get-pfa-fonts): New target.
6107
6108         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6109         install-pfa-fonts help.
6110
6111 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6112
6113         * lily/translator-scheme.cc (LY_DEFINE):
6114         ly:context-pushpop-property new function.
6115         (LY_DEFINE): new function ly:translator-find  
6116         new function ly:translator?
6117         (LY_DEFINE): new function ly:context?
6118
6119         * lily/translator-def.cc: remove
6120         Translator_def::apply_pushpop_property().
6121
6122         * python/lilylib.py (read_pipe): only store and display error log
6123         if verbose not set.
6124         (read_pipe): only display log if it contains something.
6125
6126 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6127
6128         * Documentation/misc/GNUmakefile: Re-add.
6129         (TEXTS): Add CHANGES.
6130
6131 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6132
6133         * lilypond.words: add \newcontext.
6134
6135 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6136
6137         * lily/tie-performer.cc (stop_translation_timestep): only flush
6138         tied_notes when we have actually made a tie. Fixes bugs with ties
6139         in polyphonic scores.
6140
6141 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6142
6143         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6144         they do not exist.
6145
6146 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6147
6148         * VERSION (PACKAGE_NAME): released 1.9.1 
6149
6150         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6151         Instrument_name_engraver
6152
6153         * lily/tie-performer.cc (create_audio_elements): bugfix
6154
6155         * Documentation/user/music-glossary.tely (Top): comment out
6156         font-style statements.
6157
6158         * input/test/force-hshift.ly: revise example.
6159
6160         * Documentation/bibliography/engraving.bib (note): typos.
6161
6162         * configure.in: bump GCC requirements to 3.x
6163
6164         * lily/include/audio-item.hh (class Audio_tie): rename
6165         note_l_drul_ to note_drul_
6166
6167         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6168
6169         * lily/parser.yy (relative_music): whoops. All \relative were off
6170         by ...  a lot .... Ahem.
6171
6172         * scm/define-music-types.scm (music-descriptions): idem.
6173
6174         * lily/beam-engraver.cc: move new-beam-event to beam-event
6175
6176         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6177         to Tie_engraver
6178
6179         * input/regression/bar-number.ly: remove unnecessary old-relative
6180         options.
6181         
6182         * Documentation/user/internals.itely (Creating contexts): document
6183         \newcontext
6184
6185         * lily/parser.yy (Composite_music): add \newcontext
6186
6187         * Documentation/user/refman.itely (MIDI block): add note about
6188         dotted tempos.
6189
6190         * scm/font.scm: remove old markup legacy
6191
6192         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6193
6194         * lily/breathing-sign.cc (brew_molecule): remove function
6195
6196         * lily/text-item.cc: remove old-style markups.
6197         (interpret_markup): C++ version of markup function
6198         (brew_molecule): idem.
6199
6200         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6201         as Scheme variable.
6202
6203         * scripts/convert-ly.py (conv): dashes rule.
6204         Apply rule.
6205
6206         * Documentation/user/lilypond-book.itely: syntax fixes. 
6207
6208 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6209
6210         * VERSION (PACKAGE_NAME): release 1.9.0
6211
6212         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6213         note about dvips. (Should backport.)
6214
6215         * scripts/convert-ly.py
6216         (FatalConversionError.articulation_substitute): add
6217         convert-new-chords code. Remove convert-new-chords.py
6218
6219         * Documentation/user/refman.itely (Octave check): document
6220         \octave.
6221
6222         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6223         \relative changes.
6224
6225         * lily/parser.yy (command_element): octave check:
6226
6227            \octave PITCH
6228
6229         checks that PITCH (without octave) yields PITCH (with octave) in
6230         \relative
6231
6232         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6233
6234         * lily/scm-option.cc: ly:set-option now has the default argument
6235         #t.
6236
6237         * lily/lexer.ll: add \renameinput
6238
6239         * python/lilylib.py (command_name): robustifications.
6240
6241         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6242         /dev/stderr. This is ash compatible.
6243
6244         * ly/init.ly: add warning if compatibility was not necessary.
6245
6246         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6247
6248         * flower/include/string-handle.icc: formatting cleanups, rename
6249         references by ref_count_.
6250
6251 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6252
6253         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6254         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6255         package libs separately, fix conflicting php variable out=/dev/vc/
6256         invoking `unset out', declare menus, use only one icon-file, fix
6257         doc-path in menu.
6258
6259 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6260
6261         * scripts/convert-ly.py (FatalConversionError.conv): typo
6262
6263         * Documentation/misc/GNUmakefile: restore misc directory.
6264
6265         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6266
6267         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6268         Petites-Preludes 
6269
6270         * input/test/partial-blank.ly (quickmeasure): syntax
6271
6272         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6273         attachment property.
6274
6275         * Documentation/user/refman.itely: remove superfluous -'s 
6276         (Grace notes): ) fixes.
6277
6278         * lily/music.cc: generic compress(), transpose() functions. Remove
6279         others.
6280
6281         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6282         style markup entry.
6283
6284         * lily/parser.yy: all articulations postfix; remove obligatory -
6285         for [,  ) and \!
6286         
6287         * lily/music.cc (to_relative_octave): write generic
6288         to_relative_octave function; various relative cleanups.
6289         Hmmm.
6290
6291         * lily/scm-option.cc: add options new-relative and old-relative
6292
6293         * po/sv.po: new po file.
6294
6295         * Documentation/user/refman.itely (Dynamics): website
6296         fixes. (should backport!)
6297
6298 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6299
6300         * make/lilypond.mandrake.spec.in: declare version only once.
6301
6302 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6303
6304         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6305         meaning for now.
6306
6307 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6308
6309         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6310
6311         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6312
6313         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6314
6315         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6316
6317         * lily/music.cc (var): add ly:music-transpose function.
6318
6319         * lily/parser.yy (pre_events): remove prefix articulations.
6320
6321         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6322
6323         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6324
6325         * Documentation/user/refman.itely (Text markup): add comment about
6326         markup in header.
6327
6328 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6329
6330         * lily/paper-outputter.cc (write_header_fields_to_file): 
6331         only dump value if it is a string.
6332
6333         * flower/include/dictionary.hh: remove.
6334         
6335         * Documentation/ChangeLog-1.5: add back old log.
6336
6337         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6338         .pfas from a .deb.
6339
6340 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6341
6342         * Documentation/bibliography/engraving.bib: add entry for
6343         Jaschinski's Notation
6344
6345 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6346
6347         * Documentation/user/refman.itely (Beaming): add note about
6348         allowBeamBreak
6349
6350 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6351
6352         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6353         GregorianTranscription contexts
6354
6355         * ly/engraver-init.ly: vaticana contexts: minor fixes
6356
6357         * Documentation/user/refman.itely (Ancient notation): added note
6358         on appendix length bug
6359
6360         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6361         input/test/vaticana.ly: use vaticana contexts; small fixes
6362
6363 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6364
6365         * flower/hash.cc: Remove.
6366
6367         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6368         to (nonexistent?) hash_func_ identifier.
6369
6370         * python/midi.c (midi_error, midi_warning): Use char const* for
6371         __FUNCTION__ argument.
6372
6373         * python/gettext.py: Remove.  We already require python 2.1, which
6374         includes gettext.py.
6375
6376         * configure.in: Require python 2.1, as INSTALL.texi says.
6377         it.
6378
6379         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6380         versions 1.50 and 1.75.  Remove note about lexer patch.
6381
6382 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6383
6384         * Documentation/topdocs/INSTALL.texi: Update type1 font
6385         description to actual situation.  Add comment about new font ball
6386         layout.
6387
6388         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6389         in $LILYPONDPREFIX suffices for installation.
6390
6391 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6392
6393         * debian/control (Build-Depends): Add flex-old as alternative to
6394         flex.  Deprecate bison 1.75.
6395
6396 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6397
6398         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6399         Vaticana contexts
6400
6401         * Documentation/user/refman.itely (Ancient notation): documented
6402         some bugs; tiny fixes; added docu on Vaticana contexts
6403
6404         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6405         scripts
6406
6407 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6408
6409         * Documentation/user/refman.itely (Ancient notation): added some
6410         introductory words; added section on ancient time signatures;
6411         added some @seealso and @refcommands; small fixes and
6412         beautifications
6413
6414 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6415
6416         * input/regression/note-head-style.ly: many fixes and updates
6417
6418         * Documentation/user/refman.itely: added small sections on ancient
6419         accidentals, rests and flags; revised ancient note head section;
6420         small wording/spelling fixes
6421
6422         * input/test/rests.ly: layout fixes
6423
6424 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6425
6426         * input/puer-fragment.ly: bugfix: central C position of do clef
6427
6428         * ly/gregorian-init.ly: workaround: add small padding space before
6429         divisiones (the correct fix would be the spacing engine to handle
6430         this)
6431
6432 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6433
6434         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6435         cue-notes.ly: minor fixes.
6436
6437 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6438
6439         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6440         input/test/custos-style.ly
6441
6442         * Documentation/index.html.in: bugfix: link to Tutorial.html
6443
6444         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6445         to neumes; bugfix: "et": epiphonus, not just a simple pes
6446
6447 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6448
6449         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6450
6451         * lilypond.words: add new features: markup, column, center, \[ \].
6452         
6453 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6454
6455         * Documentation/topdocs/NEWS.texi, DEDICATION,
6456         stepmake/bin/add-html-footer.py
6457         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6458         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6459         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6460         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6461         added (only) after a sentence which is complete; if the sentence is 
6462         not ended a comma `,' or nothing is used. fix also spaces.
6463
6464 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6465
6466         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6467         requirements to plain 1.6.
6468
6469         * buildscripts/mutopia-index.py (read_lilypond_header): update
6470         mutopia-index.py to 1.4 syntax [sic]
6471
6472 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6473
6474         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6475
6476 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6477
6478         * Documentation/index.html.in: url for regression pdf
6479
6480         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6481
6482         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6483
6484         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6485
6486         * VERSION: 1.8.0 released
6487         
6488         * GNUmakefile.in (local-WWW-post): footify build fix.
6489
6490         * configure.in: require GUILE 1.6.4
6491
6492         * Documentation/user/GNUmakefile: don't copy *.png for
6493         lilypond-internals
6494
6495         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6496         local-WWW-post target.
6497         (rsync-web): add rsync-web target
6498
6499         * Documentation/user/introduction.itely (Music notation and
6500         engraving): add neume example
6501
6502         * input/puer-fragment.ly (cantus): add puer-fragment
6503
6504 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6505
6506         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6507         to notes, so that equalizer is actualy being used.
6508
6509         * scm/midi.scm (instrument-equalizer-alist):
6510         (absolute-volume-alist): Define public, so that user can copy or
6511         override.
6512
6513         * lily/key-performer.cc (create_audio_elements): Check for minor
6514         key.  Only if key is minor, set MIDI key to minor.
6515
6516 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6517
6518         * Documentation/user/refman.itely (Hiding staffs): fixes.
6519
6520         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6521
6522         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6523         vertical extents to deal with Hara kiri correctly.
6524
6525         * input/regression/hara-kiri-short.ly: remove
6526
6527         * input/regression/hara-kiri-pianostaff.ly: update test.
6528
6529         * Documentation/user/*.tely: remove WEBTITLE
6530
6531         * scm/output-tex.scm (comment): idem.
6532
6533         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6534
6535         * scm/music-functions.scm (make-lyric-event): new function
6536
6537         * scm/lily.scm (lilypond-version): new function
6538
6539         * input/test/version-output.ly: new file.
6540
6541         * Documentation/user/lilypond.tely: add version number to
6542         front-page.
6543
6544 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6545
6546         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6547
6548 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6549
6550         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6551
6552         * Documentation/user/refman.itely (Hiding staffs): rename node.
6553
6554 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6555
6556         * input/regression/new-markup-syntax.ly (texidoc): remove
6557         molecule-callback override.
6558
6559 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6560
6561         * input/les-nereides.ly: Mark tweaks with %tweak.
6562
6563         * Debian patch, see debian/changelog (Anthony Fok).
6564
6565 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6566
6567         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6568         problem.
6569
6570 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6571
6572         * Documentation/user/refman.itely (Text markup): Fix language bug.
6573
6574 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6575
6576         * input/* : postfix syntax fixes.
6577
6578         * Documentation/user/refman.itely (Text markup): add note about
6579         raise/lower with ^ or _ .
6580         
6581         * po/fi.po: fix \\apply strings.
6582
6583         * lily/parser.yy (open_event): warn for prefix articulations.
6584
6585 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6586
6587         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6588         fix also on parmesan font.
6589
6590 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6591
6592         * VERSION 1.7.30 released
6593         
6594         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6595
6596         * buildscripts/mutopia-index.py (headertext): rewording
6597
6598 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6599
6600         * scm/new-markup.scm (strut-markup): new markup function.
6601
6602         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6603         space also when no accidental is there.
6604
6605 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6606
6607         * input/les-nereides.ly: Updates.
6608
6609 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6610
6611         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6612         which repeats the tag insertion selected from "Insert tag" menu.
6613
6614 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6615
6616         * lily/all-font-metrics.cc (find_font): load AFM files first only
6617         for feta fonts. This fixes problems with TeXlive and other TeX
6618         distros that include AFM files for the CM fonts. 
6619
6620         * scm/font.scm (qualifiers-to-font-name): remove.
6621
6622         * lily/paper-def.cc: remove get_var.
6623
6624         * input/trip.ly: remove file.
6625         
6626         * input/regression/spacing-note-flags.ly (raggedright): remove
6627         stafflinethickness
6628
6629         * input/les-nereides.ly: update to new syntax, cleanups.
6630
6631 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6632
6633         * Documentation/user/refman.itely: Clarify shortest-note problem
6634         of autobeamer.
6635
6636 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6637
6638         * lilypond-mode.el: Add each word to regexps only once.
6639
6640         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6641         is based on the syntax definitions in lilypond.words. Remove all 
6642         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6643         LilyPond->Insert menu is generated by the entries in lilypond.words 
6644         to which have been given a syntax definition.
6645
6646         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6647         \notes, \relative, \score, \simultaneous, \transpose.
6648
6649         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6650
6651         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6652         
6653         * lilypond-mode.el: add menu keywords separately.
6654
6655         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6656
6657 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6658
6659         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6660         current ugly installation method for PFA fonts.
6661
6662 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6663
6664         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6665         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6666
6667         * Documentation/user/music-glossary.tely: update legato.
6668
6669 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6670
6671         * lexer-gcc-3.0.patch: Remove.
6672
6673         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6674
6675 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6676
6677         * debian/rules (binary-arch): remove NEWS.
6678
6679 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
6680
6681         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
6682         stepmake/bin{ many }: polish the `--help's of different scripts;
6683         model taken from the core-utils of Linux.
6684
6685         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
6686
6687 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6688
6689         * flower/parse-afm.cc (parseCharMetrics): add warnings.
6690
6691         * flower/libc-extension.cc: idem.
6692
6693         * flower/include/libc-extension.hh: protect against isinf macros.
6694
6695 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
6696
6697         * { many }: Use two uppercase letters in LilyPond.
6698
6699         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
6700
6701         * VERSION: 1.7.29 released.
6702         
6703 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6704
6705         * lily/tie.cc: add TODO comment.
6706
6707         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
6708
6709         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
6710         linejoins and linecaps. This fixes problems with occasional spikes
6711         on slur/tie endings.
6712         
6713         * input/regression/font-name.ly: don't use PS fonts for
6714         compatibility reasons. 
6715
6716         * mutopia/claop.py (accents): update to 1.8
6717
6718         * Documentation/user/music-glossary.tely (Top): remove 13pt.
6719
6720         * Documentation/user/macros.itexi: don't color glossary links.
6721
6722         * Documentation/user/invoking.itexi (Error messages): new section
6723
6724 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6725
6726         * input/regression/font-name.ly: add file.
6727
6728         * scm/document-backend.scm (grob-doc): remove <hr> from
6729         lilypond-internals
6730
6731         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
6732         reqd version to 1.6.4 
6733
6734         * lily/font-interface.cc (get_font): bugfix: take font-name from
6735         alist chain too. This fixes font-name override for \markup.
6736
6737 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6738
6739         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
6740
6741         * input/test/polymetric-differing-notes.ly: Compile fix.
6742
6743 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
6744
6745         * Documentation/user/refman.itely: fixed typo
6746
6747         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
6748         before flexa
6749
6750 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6751
6752         * input/test/{ many }: search & fix some typos.
6753
6754 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6755
6756         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
6757         images.
6758
6759         * scm/music-functions.scm (make-voice-props-set): set Script /
6760         TextScript dir for polyphony too.
6761
6762         * scm/define-grobs.scm (all-grob-descriptions): decrease space
6763         before clef.
6764
6765         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
6766
6767 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
6768
6769         * Documentation/user/refman.itely (Percussion): Small
6770         clarifications and fixes.
6771
6772         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
6773         threads. This fixes different heads playing simultaneously.
6774
6775 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6776
6777         * Documentation/user/{ many }: increase readability (read through 
6778         User manual from `one big page').
6779
6780 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6781
6782         * input/test/polymetric-differing-notes.ly: add example with
6783         disparate note values.
6784
6785         * input/test/polymetric.ly: rename from poly-metric
6786
6787         * scripts/ly2dvi.py (include_path): bugfix: use outbase
6788         iso. outname.
6789
6790         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
6791         G-clef bbox to real char extents. This fixes the G-clef being
6792         offset too much to the right.
6793         document perc clef offset.
6794
6795         WARNING: FONT CHANGED.
6796
6797         * Documentation/user/tutorial.itely (Tutorial): move menu.
6798
6799 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6800
6801         * buildscripts/lilypond-profile.sh (Error): trim error message.
6802
6803         * Documentation/user/invoking.itexi (Invoking the lilypond
6804         binary): add note about path.
6805
6806         * Documentation/user/macros.itexi: add @c at EOL, hopefully
6807         suppresses superfluous spaces.
6808
6809 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6810
6811         * buildscripts/lilypond-profile.sh: Add documentation to error
6812         message.
6813
6814         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
6815
6816 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6817
6818         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
6819         <mike@ossmann.com>)
6820
6821         * Documentation/bibliography/computer-notation.bib (pages): prune
6822         unscientific language.
6823
6824         * Documentation/user/GNUmakefile: copy unsplit file to
6825         lilypond.html (idem for lilypond-internals).
6826
6827         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
6828
6829         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
6830
6831         * python/lilylib.py (lilypond_version): 2.1 proof version check.
6832
6833         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
6834         fix.
6835         
6836 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
6837
6838         * Documentation/user/{ various }: bind text snippets with their
6839         examples, e.g. by punctuation: This is an example.
6840
6841 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6842
6843         * ly/performer-init.ly (VoiceContext): Typos.
6844
6845         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
6846         builds, leave final-install to toplevel srcdir makefile.
6847
6848         * make/srcdir.make.in (install): New target.
6849
6850 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6851
6852         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
6853         This fixes core dump on MIDI output (Simon Weatherill).
6854
6855         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
6856         on local-WWW-post.
6857
6858 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6859
6860         * make/lilypond.redhat.spec.in: add dvips to reqs.
6861
6862 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6863
6864         * make/srcdir.make.in (web): Add special web target.
6865
6866         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
6867         from inner $(LOOP).
6868
6869         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
6870
6871         * stepmake/stepmake/generic-targets.make (www-targets-help):
6872         * GNUmakefile.in (web-install): Install in $(webdir).
6873
6874         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
6875
6876         * cygwin/changelog: 
6877         * cygwin/mknetrel: Update.
6878
6879         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
6880         (html-doc): Remove (use: web).
6881
6882         * stepmake/stepmake/script-rules.make: 
6883         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
6884         Fix $(config_make) dependencies for srcdir build.
6885
6886         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
6887         target for srcdir build.
6888
6889         * stepmake/make/stepmake.make: 
6890         * make/srcdir.make.in: 
6891         * GNUmakefile.in:
6892         * make/stepmake.make (config_make): Rename variable (was:
6893         configuration).
6894
6895 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6896
6897         * Documentation/user/internals.itely (Manipulating music
6898         expressions): run lilypond on example too.
6899
6900         * flower/include/libc-extension.hh: move lrint define to
6901         header. bugfix.
6902         
6903 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6904
6905         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
6906         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
6907         do we recurse whole tree?).
6908
6909         * GNUmakefile.in (html-doc): Resurrect.
6910
6911         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
6912         obsolete $(package-icon) dependency.
6913
6914 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6915
6916         * Documentation/user/refman.itely (Automatic staff changes):
6917         add seealso 
6918
6919         * Documentation/index.html.in: link to bigpage.
6920
6921         * Documentation/user/tutorial.itely (Tutorial): streamline.
6922
6923         * Documentation/index.html.in: url typo.
6924
6925         * VERSION (PACKAGE_NAME): release 1.7.28
6926
6927         * python/lilylib.py (error_log): remove '/' from name.
6928
6929         * input/regression/pedal.ly: remove; dups input/test/
6930         
6931         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
6932
6933         * Documentation/index.html.in: python style doco index.
6934
6935         * Documentation/{footer,header}.html.in (src): remove, 
6936
6937         * Documentation/pictures: remove all but lelie-logo.xpm.
6938
6939         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
6940         before running makeinfo.
6941
6942         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
6943         @code{}
6944
6945 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6946
6947         * input/test/bar-number-regular-interval.ly: rename.
6948
6949         * Documentation/user/*: various fixes. 
6950
6951 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
6952
6953         * Documentation/{ many }: polish for update-all-menus. typos.
6954
6955         * po/fi.po: fixes.
6956
6957         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
6958
6959         * buildscripts/mutopia-index.py: polish.
6960
6961         * input/regression/{ many }, input/test{ many }: polish texidocs.
6962
6963 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6964
6965         * scripts/convert-ly.py (FatalConversionError.conv): rule for
6966         pedal-style
6967
6968         * lily/text-spanner.cc (brew_molecule): use bracket-flare
6969         iso. edge-widen.
6970
6971         * lily/piano-pedal-engraver.cc (process_music): change from
6972         process_acknowledged ()
6973
6974         * lily/piano-pedal-bracket.cc: new file. Change
6975         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
6976         cleaned up.
6977
6978         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
6979
6980         * input/regression/tuplets.ly (texidoc): rename file.
6981
6982         * po/fr.po: update
6983
6984         * buildscripts/lilypond-profile.sh: error message if script is not
6985         sourced.
6986
6987         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
6988         bracket-flare
6989         (make_bracket): simplify code.
6990
6991         * lily/parser.yy (verbose_command_req): catch typos in \key scale
6992         argument.
6993
6994         * python/lilylib.py (lilypond_version_check): new function
6995
6996         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
6997
6998         * scripts/ly2dvi.py (run_lilypond): add version check.
6999
7000         * scripts/lilypond-book.py (option_definitions): typo
7001
7002         * scripts/ly2dvi.py (include_path): typo
7003
7004         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7005
7006         * lily/parse-scm.cc (parse_handler): typo
7007
7008         * Documentation/user/macros.itexi: use @heading for headings.
7009
7010         * Documentation/user/refman.itely: updates, fixes.
7011
7012 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7013
7014         * po/fi.po: add Finnish translations. fixes.
7015
7016         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7017
7018         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7019         from lily/glissando-engraver.cc.
7020
7021 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7022
7023         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7024         for non-first _broken_ bracket.
7025
7026         * Documentation/user/refman.itely: corrections.
7027
7028 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7029
7030         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7031         support of the fingerings.
7032
7033         * po/fr.po: French translation update.
7034
7035         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7036         strings.
7037
7038 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7039
7040         * Documentation/user/introduction.itely: Small fixes.
7041
7042 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7043
7044         * Documentation/topdocs/AUTHORS.texi: polish.
7045
7046 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7047
7048         * Documentation/user/introduction.itely: revise
7049
7050         * Documentation/user/tutorial.itely: reorganise.
7051
7052         * Documentation/topdocs/index.tely: remove.
7053
7054         * Documentation/header.html.in: prune.
7055
7056         * GNUmakefile.in: clean up web building.
7057
7058         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7059         target.
7060
7061 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7062
7063         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7064
7065         * lilypond-mode.el: turn on blink-matching-paren.
7066
7067 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7068
7069         * scm/output-sodipodi.scm (svg-header): Fix typo.
7070
7071 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7072
7073         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7074         fixes a security hole.
7075
7076         * scripts/lilypond-book.py (original_dir): remove temp_dir
7077
7078         * scm/document-translation.scm: use @code tags.
7079
7080 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7081
7082         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7083
7084         * lilypond-mode.el: add a buffer-local post-command-hook to set
7085         context dependent syntax-table after each cursor event. Remove old
7086         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7087
7088         * lilypond-indent.el: update comments.
7089
7090         * Documentation/footer.html.in: add period.
7091
7092 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7093
7094         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7095
7096         * scm/document-translation.scm (document-property-operation): add
7097         @code{} tags.
7098
7099         * VERSION (PACKAGE_NAME): release 1.7.27
7100
7101         * config.make.in: add PAPER variable
7102
7103         * buildscripts/new-chords.py (help): add help text
7104
7105         * Documentation/user/introduction.itely (Typography and program
7106         architecture):  fixes.
7107
7108         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7109         for texinfo and dvips. This fixes problems with PDF output of the
7110         wrong size.
7111
7112         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7113         DVIPS_PAPERSIZE variable
7114
7115         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7116         TEXINFO_PAPERSIZE variable 
7117
7118 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7119
7120         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7121
7122         * mf/feta-toevallig.mf: lowres fixes.
7123
7124 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7125
7126         * NEWS: Typo and fill-paragraph fixes.
7127
7128         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7129         cast #define.
7130
7131         * configure.in: 
7132         * config.hh.in: Check for lrint.
7133
7134 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7135
7136         * VERSION: 1.7.26 released
7137
7138         * lily/separation-item.cc: add padding property.
7139
7140         * input/test/*.ly: various fixes, remove solo-a2.ly
7141
7142         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7143         bugfix. Fixes old-style markup compatibility.
7144
7145         * Documentation/user/introduction.itely (Introduction): historical
7146         elucidations
7147
7148         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7149
7150         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7151
7152         * Documentation/index.texi (Top): cleanup.
7153
7154         * Documentation/user/introduction.itely (Introduction): rewrite
7155         introduction, 
7156         (Music notation and  engraving): about notation. Add flat-picture
7157
7158 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7159
7160         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7161         separation items. This keeps lyrics from bumping into each other.
7162
7163 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7164
7165         * GNUmakefile.in (topdocs-web): New target.
7166         (local-web): Depend on topdocs-web; fixes html-doc.
7167
7168 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7169
7170         * po/lilypond.pot: run po-replace
7171
7172         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7173
7174         * scm/drums.scm (reset-drum-kit): new function.
7175
7176         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7177
7178         * scripts/update-lily.py: remove
7179         
7180         * VERSION: release 1.7.25
7181         
7182         * Documentation/user/introduction.itely (Introduction): rewrite
7183         start of introduction.
7184
7185 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7186
7187         * lily/all-font-metrics.cc: fixed typo
7188
7189 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7190
7191         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7192         LilyPond-mode-context-set-syntax-table): new functions to define
7193         the syntax table according to context.
7194
7195         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7196
7197 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7198
7199         * Documentation/user/refman.itely (Figured bass): 
7200         language nit courtesy http://www.vocabula.com
7201
7202         * GNUmakefile.in: remove no kpathsea hack.
7203
7204         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7205         doco.
7206
7207         * GNUmakefile.in: remove web-doc target.
7208
7209         * lily/all-font-metrics.cc (find_afm): add message about
7210         buildscripts/clean-fonts.sh 
7211
7212         * scm/define-music-properties.scm (figure): use string for 'figure
7213
7214         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7215
7216         * input/regression/ : add raggedright = ##t where applicable. 
7217         
7218         * scm/bass-figure.scm (make-bass-figure-markup): add
7219         alignBassFigureAccidentals property.
7220
7221         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7222         bracket.
7223
7224         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7225         syllables widths into account for minimum-length.
7226
7227         * input/test/staff-container.ly: update file
7228
7229         * input/test/stem.ly: remove
7230
7231         * lily/event.cc (LY_DEFINE): add ly: prefix.
7232
7233         * input/test/clef-manual-control.ly: from manual-clef
7234
7235         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7236
7237         * input/test/different-time-signatures.ly: move to poly-metric.ly
7238
7239         * input/test/hara-kiri*,scales.ly: remove
7240         
7241         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7242         with chord-names-jazz.ly)
7243
7244         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7245         get scalable cm fonts too.
7246
7247         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7248         --encoding for mftrace if present.
7249
7250         * input/regression/slur-area.ly: move from test/
7251
7252         * input/test/: remove simple-slur-endings slur-attachment
7253         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7254         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7255         slur-symmetry slur-symmetry tie-broken.ly
7256
7257         * scm/drums.scm (set-drum-kit): add function.
7258
7259         * Documentation/user/refman.itely (Percussion staves): use
7260         set-drum-kit
7261
7262         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7263         too
7264         (Global_measure.set_timesig): handle 3/8 time sig too.
7265
7266         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7267         note about triangle note heads.
7268
7269         * scm/drums.scm: use alist for instrument-settings. This fixes the
7270         bug with assigning to drums in the .ly file.
7271
7272         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7273         CHANGED.
7274
7275         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7276         cluster-beacon-interface
7277
7278         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7279
7280         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7281
7282         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7283
7284         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7285         to get positions.
7286
7287         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7288         make ClusterSpannerBeacon to record Y positions. This removes the
7289         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7290         make cluster-note-events.
7291
7292 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7293
7294         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7295
7296         * configure.in: Use lily/main.cc as identifying source file.
7297
7298         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7299
7300         * config.hh.in: 
7301         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7302
7303         * configure.in: Require PYTHON >= 2.0.
7304
7305         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7306           $PYTHON for include dir location.
7307         (STEPMAKE_PYTHON): New function.  Use
7308         
7309             PYTHON=foo ./configure
7310
7311           to override.
7312
7313 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7314
7315         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7316         something.
7317
7318         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7319         ftp.lilypond.org everywhere.
7320
7321 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7322
7323         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7324         detected.
7325
7326         * Documentation/user/refman.itely (Grace notes): note on explicit
7327         contexts
7328
7329 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7330
7331         * lilypond-font-lock.el: add a comment about LilyPond specific
7332         escape characters: ^, - and _, in the syntax table.
7333
7334         * Documentation/user/appendices.itely: a majuscule fix.
7335
7336 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7337
7338         * input/test/trills.ly (endHorizScript): fixes.
7339
7340         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7341         notation, move from regression.
7342
7343         * input/test/script-stack.ly: change name from stacked-scripts
7344
7345         * input/test/ossia.ly: octave errors.
7346
7347         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7348         for midi-volume-equaliser
7349
7350 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7351
7352         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7353         cm fonts.
7354
7355         * mf/feta-beugel.mf: don't multiply font_count by 10.
7356
7357         * lily/lookup.cc (horizontal_line): new function. Use
7358         horizontal-line in output backends.
7359
7360         * Documentation/user/tutorial.itely (An orchestral part): new
7361         section on orchestral stuff and identifiers.
7362
7363 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7364
7365         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7366         some interference to other modes.
7367
7368 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7369
7370         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7371         not maximum of spacing wishes in polyphonic situations.
7372
7373         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7374         number
7375
7376         * lilypond-indent.el: remove paren matching. 
7377
7378         * lily/text-item.cc (interpret_new_markup): new function
7379         use iso. text2molecule.
7380
7381         * lily/main.cc (notice): change FSF address 
7382
7383         * po/de.po: update PO file to 1.6.
7384
7385 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7386
7387         * Documentation/user/ {many}: Add periods and remove spaces.
7388         
7389 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7390
7391         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7392         Disable buffer-locally default paren hook and make a new one. 
7393
7394         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7395         locally LilyPond-paren-mode. Add todo for mouse double-click.
7396
7397 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7398
7399         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7400         Disable buffer-locally default paren idle timer and make a new one. 
7401
7402         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7403         locally LilyPond-show-paren-mode. Add to menu a toggle for
7404         LilyPond-show-paren-function.
7405
7406 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7407
7408         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7409
7410 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7411
7412         * Documentation/user/refman.itely: spelling fix.
7413
7414         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7415         paren highlight function definitions. add todo for
7416         LilyPond-show-paren-mode.
7417
7418 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7419
7420         * input/template/jazz-combo.ly: new file.
7421
7422 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7423
7424         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7425         lo-res fixes.
7426
7427         * mf/feta-schrift.mf: bugfix in varcoda sign.
7428         WARNING: FONT CHANGED
7429
7430         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7431         in accordance with lexer.ll.   
7432
7433 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7434
7435         * Documentation/user/tutorial.itely: Edit introduction.
7436
7437 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7438
7439         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7440         ly:grob-staff-position
7441
7442 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7443
7444         * scm/to-xml.scm: import srfi-1
7445
7446         * VERSION (MAJOR_VERSION):  release 1.7.24
7447
7448         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7449
7450         * scripts/lilypond-book.py (do_file): put texidoc before image.
7451         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7452
7453         * input/regression/*.ly: fix snippet octaves 
7454
7455         * input/test/spanner-after-break-tweak.ly: import
7456         broken-spanner-adjustment
7457
7458         * input/no-notation/midi-transposing.ly: move from input/test/
7459
7460         * input/test/: remove chord-markup
7461
7462         * input/regression/instrument-name-partial.ly: move from input/test.
7463
7464         * input/test/vertical-text.ly: remove
7465
7466         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7467         space above lyrics lines.
7468
7469         * input/test/uniform-breaking.ly: remove file.
7470
7471         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7472         uniform spacing density. 
7473
7474         * input/test/chords.ly (keys): remove file.
7475
7476         * scm/documentation-lib.scm (oop): use srfi-1 too.
7477
7478         * input/regression/*.ly: add \version
7479
7480         * Documentation/user/*.itely: various fixes.
7481
7482         * buildscripts/mf-to-table.py (base): break table every three
7483         symbols.
7484
7485         * input/:  remove %% new-chords-done %% .
7486
7487         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7488         os-music.ly
7489         
7490 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7491
7492         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7493
7494         * scm/new-markup.scm (box-markup): new function.
7495         (box-markup): new function. Contributed by Dick Schoeller
7496         <schoeller@attbi.com>
7497
7498         * scm/lily.scm: remove reduce-no-unit 
7499         (list-insert-separator): use fold-right
7500
7501         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7502         of arguments. 
7503
7504         * NEWS: more neutral language for ancient notation 
7505
7506         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7507         inside pointing beaming for chord tremolo.
7508
7509         * Documentation/user/lilypond-book.itely: minor editing
7510
7511 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7512
7513         * NEWS: added news for 1.8 regarding ancient notation
7514
7515         * Documentation/user/refman.itely (Gregorian square neumes
7516         ligatures): fixed typo
7517
7518         * lily/vaticana-ligature-engraver.cc,
7519         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7520         lower/upper head of Pes only when heads are stacked
7521
7522         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7523         scm/define-grob-properties.scm: cleanup: make "join-left" a
7524         boolean grob property and save delta pitch in grob property
7525         "delta-pitch" instead
7526
7527         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7528
7529 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7530
7531         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7532         completely borked
7533
7534         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7535         (try_music): bug fix: beam multiplicity was completely borked.
7536
7537         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7538         first-n, butfirst-n in favor of srfi-1 functions.
7539         remove string-join, string-pad in favor of srfi-13 functions.
7540
7541         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7542
7543         * NEWS: use complete sentences.
7544
7545         * Documentation/user/introduction.itely (Example applications):
7546         add note about databases and lilypond-book.
7547
7548         * input/test/volta.ly: remove file
7549
7550         * input/regression/volta-broken-left-edge.ly: simplify file
7551
7552 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7553
7554         * Documentation/user/refman.itely (Constructing a tweak): new
7555         subsection.
7556
7557         * Documentation/user/tutorial.itely (Fine tuning layout): add
7558         common tweaks.
7559
7560         * scm/define-grobs.scm (TextScript): use new brewer.
7561
7562 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7563
7564         * VERSION: release 1.7.23
7565
7566         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7567
7568         * python/lilylib.py (make_ps_images): bugfixes.
7569
7570         * input/regression/volta-multi-staff.ly: new file.
7571
7572         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7573
7574         * Documentation/user/tutorial.itely (Piano staffs): new section.
7575         (Setting variables): new section
7576         (Fine tuning layout): new section
7577
7578         * input/just-friends.ly: remove file. Superseeded by
7579         input/test/chords-without-melody.ly
7580
7581         * ly/property-init.ly: add all commands to refman.
7582
7583         * scm/define-translator-properties.scm: remove
7584         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7585
7586         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7587         name. Underscores botch up PS output.
7588
7589         * scm/define-translator-properties.scm: remove
7590         textNonEmpty, oneBeat, regularSpacingDelta
7591
7592         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7593         rule for automaticBars.
7594
7595         * lily/timing-engraver.cc (start_translation_timestep): change
7596         barNonAuto to automaticBars
7597
7598 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7599
7600         * input/test/perform-tie.ly: delete file.
7601
7602 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7603
7604         * Documentation/user/refman.itely (Gregorian square neumes
7605         ligatures): bugfix: do not show ledger lines in neumes table
7606         (fixed by setting staff symbol to transparent rather than removing
7607         it from staff context)
7608
7609 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7610
7611         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7612         glue into brew-new-markup-molecule.
7613
7614         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7615
7616         * Documentation/user/introduction.itely (Computerized typography):
7617         new section
7618
7619         * Documentation/user/tutorial.itely (An orchestral part): remove
7620         pc example from tutorial.
7621
7622         * input/tutorial/lilbook.tex: use screech-boink
7623
7624         * scripts/lilypond-book.py (compile_all_files): split formatting
7625         output body and scheduling lilypond compilation.
7626         (format_lilypond_output_bodies): new function
7627         (format_lilypond_block): new function
7628         (html_pages): allow multi-page images in HTML
7629
7630         * python/lilylib.py (make_ps_images): rename function from
7631         make_preview, merge with make_page_images
7632
7633 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7634
7635         * input/test/key-clefs.ly: moved to regression.
7636
7637         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7638
7639         * input/no-notation/README: added note about midi-*.ly files.
7640
7641         * input/test/two-key.ly: moved to no-notation/parse5.ly
7642
7643         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7644         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7645
7646         * input/test/ {various}: modified comments, marked some for deletion.
7647
7648         * input/test/lines.ly: deleted file; duplicate of
7649         embedded-postscript.ly
7650
7651         * input/test/mmrest-collision: moved to regression.
7652
7653 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7654
7655         * scm/chord-name.scm (note-name->markup): don't superscript root
7656         alterations in chordnames.
7657
7658 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7659
7660         * Documentation/user/refman.itely (Multi measure rests): more
7661         index/cross-referencing.
7662
7663         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7664
7665         * scm/font.scm: remove properties-to-font-name code.
7666
7667         * scm/define-grob-properties.scm: remove 'type
7668
7669         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7670         conversion
7671
7672         * lily/text-spanner.cc: change 'type grob prop to 'style 
7673
7674         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7675         "first" flag to decide whether to make a start-repeat
7676
7677         * input/regression/grace-volta-repeat-2.ly: new file.
7678
7679 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7680
7681         * lilypond-indent.el: rename generic functions to LilyPond-*
7682
7683 2003-06-22  Graham Percival  <gperlist@shaw.ca>
7684
7685         * input/test/thumb.ly: delete, merged into refman.
7686
7687         * Documentation/user/refman.itely: added thumb info to Fingering.
7688
7689         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
7690         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
7691         vertical-align.ly : deleted files.
7692
7693 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7694
7695         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
7696
7697         * lily/line-spanner.cc (broken_trend_offset): remove function.
7698         (get_broken_offset): idem.
7699         (brew_molecule): rewrite the line-break case.
7700
7701         * input/regression/follow-voice-break.ly:  new file.
7702
7703         * lily/line-spanner.cc (after_line_breaking): remove lines at the
7704         start of a system.
7705
7706 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7707
7708         * input/test/tuplet-rest.ly: moved to regression.
7709
7710         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
7711         deleted file.
7712
7713         * input/test/ {many} : marked file for possible deletion.
7714
7715 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7716
7717         * input/regression/beam-funky.ly: add note about (disputed)
7718         correct beaming.
7719
7720         * ly/engraver-init.ly (ScoreContext): put key-signature after
7721         staff-bar
7722         
7723 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7724
7725         * input/test/ broken.ly lyric-phrasing.ly: deleted.
7726
7727         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
7728
7729         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
7730
7731         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
7732         stem-extend was deleted (it was duplicate example, and not as
7733         good).
7734
7735         * input/test/[s-z]*.ly: add texidoc index.
7736
7737 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7738
7739         * lily/slur.cc (get_boundary_notecolumn_y): change name from
7740         get_first_notecolumn_y
7741
7742         * lily/spanner.cc (broken_spanner_index): new function.
7743
7744 2003-06-19  Graham Percival  <gperlist@shaw.ca>
7745
7746         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
7747         lyric-hyphen.ly : moved to regression.
7748
7749         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
7750         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
7751
7752         * input/test/instrument-name-mmrest.ly: moved to
7753         ../regression/multi-measure-rest-instr-name.ly
7754
7755         * input/test/knee-sym.ly: moved to
7756         ../regression/beam-knee-symmetry.ly.
7757
7758         * input/test/hymn.ly: change comments.
7759
7760         * input/test/[p-r]*.ly: add texidoc index.
7761
7762 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7763
7764         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
7765         to postfix syntax
7766         
7767         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
7768         syntax.
7769
7770         * VERSION: release 1.7.22
7771
7772 2003-06-18  Graham Percival  <gperlist@shaw.ca>
7773
7774         * input/test/[h-k]*.ly: added texidoc index.
7775
7776         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
7777
7778         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
7779
7780         * input/test/ various : mark files for deletion or moving to
7781         regression.
7782
7783         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
7784
7785         * input/test/[l-o]*.ly: added texidoc index.
7786
7787 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7788
7789         * scm/music-functions.scm (make-ottava-set): 
7790         only do ottavation if centralCPosition is set.
7791
7792         * lily/translator-scheme.cc (ly:context-property-where-defined):
7793         return '() if not found.
7794
7795 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
7796
7797         * lilypond-mode.el (LilyPond-un-comment-region): removed.
7798         Use one command for both commenting and uncommenting.
7799
7800         * lilypond-indent.el (LilyPond-comment-region): new function,
7801         (un)comments each line separately.
7802
7803         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
7804         
7805         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
7806         imenu is not added by default; adapted from f90.el,
7807         makes Help-menu, which does not fit, visible in XEmacs.
7808         
7809 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
7810
7811         * lilypond-mode.el: Set show-paren-mode local; minor-mode
7812         show-paren-mode sets blink-matching-paren-on-screen local.
7813         Try to make show-paren-function to paren-highlight local.
7814
7815         * lilypond-indent.el (LilyPond-scan-sexps): new function.
7816         Copy definitions of Emacs' show-paren-function and
7817         XEmacs' paren-highlight and make minimal changes;
7818         add comments about locality. 
7819         Fix matching first open-paren-char in '<< .. >>'.
7820
7821 2003-06-16  Graham Percival  <gperlist@shaw.ca>
7822
7823         * input/test/g*: added texidoc index.
7824
7825         * input/test/[a-g]*: added raggedright==#t when it
7826          seemed appropiate.
7827
7828         * input/test/ fake-grace.ly figured-bass.ly : removed file.
7829
7830         * Documentation/topdoc/INSTALL.texi: removed false warnings
7831         about gcc 3.3.
7832
7833 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7834
7835         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
7836
7837         * input/test/chords-without-melody.ly (texidoc): add from
7838         input/just-friends.ly
7839
7840         * input/regression/size{13--26}.ly: move from input/
7841
7842         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
7843         input/{star-spangled-banner,twinkle}.ly: remove 
7844         
7845         * lily/slur.cc: remove slur over rest warnings.
7846
7847         * lily/note-spacing.cc (get_spacing): include left part of right
7848         object in fixed space. This fixes stretched space before
7849         accidentals.
7850
7851         * input/regression/spacing-accidental-stretch.ly: new file.
7852
7853 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
7854
7855         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
7856         Reduce to 16pt.
7857
7858 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7859
7860         * input/regression/spacing-knee.ly: docstring
7861
7862         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
7863
7864         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
7865         input/tutorial/{test,solar,flowing}.ly: remove
7866
7867         * input/rhythm.ly: remove
7868
7869         * input/mutopia/F.Schubert/standchen.ly: update syntax.
7870
7871         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
7872         update syntax. 
7873
7874         * scm/define-grobs.scm (all-grob-descriptions): set
7875         knee-spacing-correction to 1.0
7876
7877         * lily/note-spacing.cc (stem_dir_correction): compute knee
7878         correction using stem-thickness and head width.
7879
7880         * input/regression/beam-quanting-horizontal.ly: update texidoc
7881
7882         * scm/define-grobs.scm (all-grob-descriptions): set
7883         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
7884         This fixes 32nd beams for noteheads in spaces quants.
7885
7886         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
7887
7888 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7889
7890         * README.mandrake: Change lilypond-extras to lilypond-documentation.
7891
7892 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7893
7894         * input/test/dpncnt.ly,part-combine-score.ly: remove.
7895
7896         * VERSION (PACKAGE_NAME): release 1.7.21
7897
7898         * input/regression/stem-shorten.ly: new file.
7899
7900         * lily/stem.cc (get_default_stem_end_position): revise stem
7901         shortening code.
7902
7903         * input/regression/spacing-multi-tuplet.ly: move from input/test/
7904
7905         * input/test/{scripts,volta-start,sleur}.ly: remove
7906         
7907         * input/regression/span-bar.ly: smaller file.
7908
7909         * input/regression/spacing-{natural,tight,loose}.ly: remove
7910
7911         * input/test/markup.ly: remove
7912
7913         * scripts/lilypond-book.py: put printfilename in separate chunk,
7914         so texidoc is printed after the filename.  
7915
7916 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7917
7918         * make/lilypond.mandrake.spec.in: fix docdirs.
7919
7920 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7921
7922         * input/regression/beam-french.ly: bugfix.
7923
7924         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
7925
7926         * input/regression/(various).ly: add raggedright = #t.
7927
7928         * input/regression/auto-beam.ly: move from abe.ly
7929
7930 2003-06-13  Graham Percival  <gperlist@shaw.ca>
7931
7932         * input/test/f*.ly: added texinfo index.
7933         
7934         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
7935
7936 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7937
7938         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
7939         quant penalty for beam just outside staff.
7940
7941         * input/regression/beam-quanting-horizontal.ly (texidoc): move
7942         from beam-pos.ly,  remove non-horizontal tests. 
7943
7944         * input/test/(various): cleanup header info. 
7945
7946         * input/test/tchaikovsky.ly: remove file.
7947
7948         * scm/chord-generic-names.scm: move from
7949         double-plus-new-chord-name.scm
7950
7951         * input/test/orchestscore.ly: remove file
7952
7953         * Documentation/user/refman.itely (Vocal music): update documentation.
7954
7955         * scm/define-translator-properties.scm (chordNoteNamer): remove
7956         chordNameStyle, use chordNameFunction
7957
7958         * scm/chord-name.scm (set-chord-name-style): remove
7959         set-chord-name-style. Use \property chordNameFunction.
7960
7961 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7962
7963         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
7964         music): remove @TeX{} command.
7965
7966 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7967
7968         * lilypond-indent.el (scan-sexps): Renamed to
7969         aargh-this-breaks-other-emacs-modes-scan-sexps.
7970
7971 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7972
7973         * lilypond-indent.el: Fix: match concurrent one-char opening and 
7974         closing slurs: '()', etc. Add comments.
7975
7976         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
7977
7978         * lilypond-font-lock.el: match unending string at eof.
7979
7980         * make/lilypond.mandrake.spec.in: refreshed packed file list.
7981         
7982 2003-06-10  Graham Percival  <gperlist@shaw.ca>
7983
7984         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
7985         input/test/beam-dir.ly input/test/beam-position.ly    
7986         input/test/beam-suspect.ly input/test/beam-trend.ly    
7987         input/test/beams.ly input/test/crescendo-text.ly : deleted
7988         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
7989         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
7990         * input/test/default-bars.ly: moved to bar-always.ly
7991         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
7992
7993 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7994
7995         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
7996
7997 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7998
7999         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8000
8001 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8002
8003         * lilypond-indent.el: Match better slurs in scheme expressions.
8004         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8005
8006         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8007
8008 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8009
8010         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8011
8012         * input/ac-extra-voice.ly: Add texidoc.
8013
8014         * ly/chord-modifiers-init.ly: 
8015         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8016         and chordNameExceptionsPartial for new chord names.
8017
8018         * input/test/chord-names-dpnj.ly: 
8019         * input/test/dpncnt.ly: Update.
8020
8021         * scm/chord-name.scm: 
8022         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8023         chord selection and options.
8024
8025         * ly/chord-modifiers-init.ly: Add exceptions 
8026
8027         * scm/define-translator-properties.scm (chordNameStyle) 
8028         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8029
8030 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8031
8032         * ly/property-init.ly (germanChords): Added.
8033         (semiGermanChords): Added.
8034         
8035         * input/test/chord-names-german.ly: Use new macros
8036         
8037 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8038
8039         * lilypond-indent.el: Use similar parenthesis highlighting for 
8040         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8041         functions; removed LilyPond-show-paren-function. Fix indenting.
8042         Turn paren-matching on also in XEmacs.
8043
8044         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8045         as needed by parenthesis highlighting functions (in scan-sexp).
8046
8047 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8048
8049         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8050         function.
8051         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8052
8053 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8054
8055         * lilypond-indent.el: tune regexp for show-paren-function.
8056
8057 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8058
8059         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8060         for all LilyPond-produced tex snippets.
8061
8062         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8063         fixes one line --preview output of ly2dvi.
8064
8065 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8066
8067         * lilypond-indent.el: match only one type of slurs in
8068         LilyPond-show-paren-function.
8069
8070 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8071
8072         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8073         * debian/lilypond1.7.dirs: 
8074         * debian/lilypond1.7-doc.dirs: New file.
8075
8076         * input/regression/chord-name-exceptions.ly: Add parameter for
8077         ignatzekExceptions.  Quote hash in docstring.
8078
8079 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8080
8081         * lilypond-indent.el (show-paren-function): define show-paren-function
8082         as LilyPond-blink-matching-open and use it for closing parens.
8083         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8084
8085         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8086         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8087         LilyPond-blink-matching-paren in order to match both open and close
8088         brackets.
8089         
8090 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8091
8092         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8093         testing by modifying the code from FSF Emacs paren.el. Add comments.
8094
8095 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8096
8097         * input/test/dpncnt.ly: Transpose example to match new
8098         default \chords octave.  Add comment.
8099         
8100         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8101         comment about octave change.
8102
8103 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8104
8105         * input/test/[d,e]: added texinfo index tags.
8106         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8107
8108 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8109
8110         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8111
8112 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8113
8114         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8115         as in blink-matching-open.
8116
8117 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8118
8119         * input/test/[a-c]: more comments in files.
8120         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8121         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8122         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8123         mark file for proposed deletion.
8124         * input/test: renaming files:
8125         auto-beam-4-8.ly to beam-auto-4-8.ly
8126         auto-beam-override.ly to beam-auto-override.ly
8127         auto-beam.ly to beam-auto.ly
8128         blank.ly to blank-paper.ly
8129         absolute-volume.ly to dynamic-absolute-volume.ly
8130
8131 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8132
8133         * input/test/dpncnt.ly: 
8134         * input/test/chord-names-dpnj.ly: Resurrect.
8135
8136         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8137
8138         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8139
8140         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8141         Better docstring, add parameter OMIT-ROOT, tidy up.
8142
8143 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8144
8145         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8146
8147 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8148
8149         * scm/output-ascii-script.scm (as-font-alist-alist):
8150         (as-properties-to-font-name):
8151         (as-make-style-sheet): Remove.
8152
8153         * scm/font.scm (as-make-font-list): New function.
8154         (as-font-sheet-alist): New variable.
8155
8156         * ly/paper-as9-init.ly: 
8157         * ly/paper-as5-init.ly: Update.
8158
8159         * ly/paper-as5.ly:
8160         * ly/paper-as9.ly: New file.
8161
8162 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8163
8164         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8165
8166 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8167         * input/sondag-morgen/*: removed due to copyright concerns.
8168         * input/[a,b]*.ly: added a newline at the end of the texinfo
8169         doc string (produces better output in HTML version).
8170         * input/c*.ly: added texinfo index and added comments to
8171         aid in future changes to input/test/ files.
8172
8173 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8174         
8175         * Documentation/user/refman.itely: fixed build problem (missing
8176         file) caused by previous renaming.
8177
8178 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8179         
8180         * input/test/[a,b]*.ly: added texinfo index and added comments to
8181         aid in future changes to input/test/ files.
8182         * input/test/bar-number-every-5-reset.ly: renamed to
8183         bar-number-every-five-reset.ly
8184         * input/test/bar-script-visibility.ly: renamed to
8185         bar-number-show-all.ly
8186
8187 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8188
8189         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8190         to Voice.
8191
8192         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8193         out note-line and glissando functionality.
8194         
8195         * lily/line-spanner.cc (brew_molecule): cleanup.
8196
8197 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8198
8199         * scripts/as2text.scm: Use rdelim module.
8200         (start-system): Rename from start-line.
8201         (stop-system): Rename from stop-line.
8202         (af-gulp-file): Use string iso symbol for getenv.
8203
8204         * scm/output-ascii-script.scm: Add guile and lily modules.
8205         (font-name-alist): New variable.
8206         (draw-line): New function.
8207
8208         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8209         (Were these silently removed, without ChangeLog entry?)
8210
8211 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8212
8213         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8214         process 2nd ottava correctly.
8215
8216 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8217
8218         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8219
8220 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8221
8222         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8223
8224 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8225
8226         * VERSION: release 1.7.20
8227         
8228         * lily/text-spanner.cc (brew_molecule): clean up function. This
8229         fixes bugs with broken 8va spanners.
8230
8231         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8232         This prevents spurious line-breaks with raggedright
8233         
8234 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8235
8236         * lily/key-performer.cc (create_audio_elements): always use major
8237         key
8238
8239         * Documentation/user/internals.itely: updates
8240
8241         * input/regression/beam-break.ly: new file.
8242
8243         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8244         beams if starting or terminating stems have 'beaming set.)
8245
8246         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8247         property.
8248
8249         * lily/parser.yy (verbose_command_req): add comment about scales.
8250
8251 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8252
8253         * lilypond-indent.el: adjust regexps in bracket-matching.
8254
8255 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8256
8257         * Documentation/user/refman.itely: more tiny fixes
8258
8259         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8260         "Chord names"; added table with input syntax for solesmes neumes
8261         table; added some words about rationale on input syntax design
8262
8263         * lily/gregorian-ligature-engraver.cc,
8264         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8265         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8266         alignment of Pes Initio Debilis
8267
8268         * Documentation/user/refman.itely,
8269         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8270         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8271         bugs in the solesmes neumes table
8272
8273 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8274
8275         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8276         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8277
8278         * lilypond-mode.el: fix tag-score. small improvements.
8279
8280 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8281
8282         * .cvsignore: Add aclocal.m4.
8283
8284         * lily/music-constructor.cc: Include <assert.h>.
8285
8286 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8287
8288         * ly/engraver-init.ly (HaraKiriStaffContext): use
8289         RemoveEmptyStaffContext instead.
8290
8291         * Documentation/user/refman.itely: updates
8292
8293 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8294
8295         * Documentation/user/refman.itely: added solesmes neumes table;
8296         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8297         bugfix: "Ornaments" -> "Articulations"
8298
8299         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8300
8301 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8302
8303         * lilypond-indent.el: Add a message about trying to match \] or \).
8304         
8305 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8306         
8307         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8308         obsolete "arithmetic_*"
8309
8310         * input/bugs/ligatures.ly: removed (will be put into a different
8311         directory later)
8312
8313 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8314
8315         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8316         libkpathsea (Maurizio Tomasi).
8317
8318 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8319
8320         * input/regression/repeat-slash.ly (texidoc): new file
8321
8322         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8323         slash repeats separately. Slash repeats and %
8324         repeats can now be nested.
8325
8326 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8327
8328         * lilypond-indent.el: Add preliminary test for closing \] and \).
8329         
8330 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8331
8332         * lily/gregorian-ligature-engraver.cc,
8333         lily/vaticana-ligature-engraver.cc,
8334         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8335         mf/parmesan-heads.mf: various semivocalis related bugfixes
8336
8337         * input/bugs/ligatures.ly: new file demonstrating problems with
8338         ligatures
8339         
8340 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8341
8342         * lilypond-mode.el,
8343         lilypond-font-lock.el,
8344         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8345
8346 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8347
8348         * lilypond-mode.el: Remove outdated code. Stress the difference 
8349         between Emacs and XEmacs definitions.
8350
8351         * lilypond-mode.el,
8352         lilypond-indent.el: Define a function interactive only when necessary.
8353
8354 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8355
8356         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8357         Use inactive regions also in XEmacs.
8358
8359 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8360
8361         * Documentation/user/refman.itely (Repeat syntax): more updates
8362
8363         * lily/simple-spacer.cc (solve): move solution process into
8364         solve(). This fixes a bug with collisions and raggedright = ##t.
8365  
8366         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8367
8368         * ly/engraver-init.ly: remove GraceContext. Update examples.
8369
8370 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8371
8372         * GNUmakefile.in (fonts): Also make fontball.
8373
8374         * Website fixes:
8375
8376         * ly/engraver-init.ly (GraceContext): Add.
8377
8378         * run:
8379
8380             convert-ly $(find . -name *.ly)
8381
8382         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8383         new chords.
8384
8385 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8386
8387         * VERSION: 1.7.19 released
8388         
8389         * scm/music-functions.scm (set-octavation): new function.
8390
8391         * input/regression/ottava.ly: new file
8392
8393         * lily/translator-scheme.cc (LY_DEFINE): new function
8394         ly:unset-context-property
8395         (LY_DEFINE) new function ly:context-property-where-defined: 
8396
8397 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8398
8399         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8400
8401         * lilypond.words: add few.
8402
8403         * input/test/script-chart.ly: fix typo.
8404
8405 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8406
8407         * scm/define-grobs.scm: uniform naming for definitions and output
8408         routine files. 
8409
8410         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8411         scm/context-description.scm
8412
8413         * lily/parser.yy (translator_spec_body): add \description to the
8414         \translator{} body syntax.
8415
8416         * lily/ottava-engraver.cc: new file.
8417
8418         * scm/chord-name.scm (natural-chord-alteration): replace old
8419         chord stuff. 
8420
8421         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8422
8423         * Documentation/user/refman.itely (Metronome marks): update doco.
8424
8425         * input/regression/markup-note.ly: new file
8426
8427         * input/regression/metronome-marking.ly: new file
8428
8429         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8430
8431         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8432         metronome marks.
8433
8434 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8435
8436         * Documentation/user/GNUmakefile: Compatibility fix for new
8437         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8438         for making binary packages; info splitting bug has been fixed.
8439
8440         * Documentation/user/refman.itely: Compile fixes.
8441
8442 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8443
8444         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8445         Count \midi -keywords also for a region.
8446
8447 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8448
8449         * lily/lookup.cc (LY_DEFINE): new function
8450
8451         * Documentation/user/tutorial.itely: updates
8452
8453 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8454
8455         * lilypond-mode.el: Allow Midi on buffer.
8456         Use only '.ly'-extension, remove '.sly' and '.fly'.
8457         Allow use of inactive regions. Invoke next Command on Master file, 
8458         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8459
8460 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8461
8462         * Documentation/user/tutorial.itely: updates.
8463
8464 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8465
8466         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8467
8468 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8469
8470         * lily/coherent-ligature-engraver.cc: fixed typo
8471
8472         * lily/coherent-ligature-engraver.cc,
8473         lily/gregorian-ligature-engraver.cc,
8474         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8475         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8476         lily/vaticana-ligature-engraver.cc,
8477         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8478         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8479         removed all ligature specific stuff from NoteHead code
8480
8481         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8482         ligatures now use regular noteheads
8483
8484         * lily/vaticana-ligature.cc: tiny code cleanups
8485
8486         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8487         space between two adjacent noteheads of the same pitch
8488
8489         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8490         description; cleanup: removed obsolete font-family settings
8491
8492 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8493
8494         * lily/coherent-ligature-engraver.cc,
8495         lily/gregorian-ligature-engraver.cc,
8496         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8497         lily/mensural-ligature-engraver.cc,
8498         lily/vaticana-ligature-engraver.cc,
8499         lily/include/gregorian-ligature-engraver.hh: updated for new
8500         Coherent_ligature_engraver; added comments that describe the basic
8501         design ideas of the ligature implementation
8502
8503         * lily/coherent-ligature-engraver.cc,
8504         lily/include/coherent-ligature-engraver.hh: new file: shared code
8505         between mensural ligatures and Gregorian chant notation ligatures
8506
8507 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8508
8509         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8510         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8511         use only two arguments in sit-for, use no arguments in
8512         read-char-exclusive, backspace is not a character (127) in XEmacs.
8513
8514         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8515
8516 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8517
8518         * lilypond-mode.el: un-commenting works after syntax-table fix.
8519
8520         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8521         group, verbose commenting for syntax table.
8522
8523         * lilypond-indent.el: add TODO for ligature slurs.
8524
8525 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8526
8527         * lilypond-mode.el: Move comments of parenthesis matching away,
8528         (blink-matching-paren-on-screen) fix blinking in Emacs.
8529
8530         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8531         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8532
8533         * lilypond-indent.el: Add TODO for parenthesis matching.
8534
8535 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8536
8537         * lilypond-mode.el: Fix XEmacs: 
8538         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8539         invoke explicitly easy-menu-add (in Emacs done automatically).
8540         
8541         * lilypond.words: Add few words from input/*/*.ly.
8542
8543 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8544
8545         * VERSION (PATCH_LEVEL): release 1.7.18
8546
8547         * scripts/lilypond-book.py: only print basename for printfilename
8548         option
8549
8550         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8551         and syntax updates.
8552
8553 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8554
8555         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8556         better parametrisation. Move fatness of bulb downward.
8557
8558         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8559         glyph names. Underscores are not allowed .ps encoding files.
8560
8561 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8562
8563         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8564         variable "packed" for packed right-ragged mode
8565
8566         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8567         unused variable ragged; fixed indentation
8568
8569         * Documentation/user/refman.itely: tiny cleanups in ancient
8570         clef and custos section
8571
8572 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8573
8574         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8575         \applyoutput PROCEDURE
8576
8577         * lily/my-lily-lexer.cc: add \applyoutput.
8578
8579         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8580
8581         * lily/text-item.cc: clean text-interface description
8582
8583 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8584
8585         * input/{regression,test}/: use postfix for slur endings and beam
8586         begins.
8587
8588         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8589         style beams too. 
8590
8591         * input/regression/lyrics-melisma-beam.ly: new file.
8592
8593         * lily/lyric-engraver.cc (process_music): change from
8594         process_acknowledged_grobs()
8595
8596         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8597         functions to set and revert auto-beam settings.
8598
8599 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8600
8601         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8602
8603 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8604
8605         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8606         Documentation/user/lilypond.tely: fixed some typos; updated author
8607         info
8608
8609         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8610         #"" -> #'flag-style = #'()
8611
8612         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8613         cleanup: removed dead #includes
8614
8615         * lily/gregorian-ligature-engraver.cc,
8616         lily/include/gregorian-ligature.hh,
8617         scm/grob-property-description.scm: small cleanups, small spacing
8618         fixes
8619
8620         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8621         lily/vaticana-ligature.cc,
8622         lily/include/gregorian-ligature-engraver.hh,
8623         scm/grob-property-description.scm, scm/music-types.scm:
8624         "porrectus" -> "pes or flexa"
8625
8626         * ly/engraver-init.ly, scm/grob-description.scm,
8627         scm/grob-property-description.scm: junked porrectus, now handled
8628         by ligature code
8629
8630         * scm/grob-description.scm: bugfix: added space-alist entry for
8631         breathing sign/custos
8632
8633 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8634
8635         * Another grand 2003 update.
8636         
8637         * Remove mentioning of `mudela'; There's no such thing.
8638
8639 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8640
8641         * Documentation/user/preface.itely (Preface to version 1.8): update
8642
8643         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8644
8645         * Documentation/user/converters.itely (Invoking convert-ly): revise
8646
8647         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8648
8649         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8650
8651 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8652
8653         * Documentation/user/internals.itely: more updates.
8654
8655 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8656
8657         * Documentation/user/refman.itely: revise 
8658
8659         * Documentation/user/internals.itely: revise
8660
8661         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8662
8663 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8664
8665         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8666         beautification: reformatted ancient clefs section; cleanup: small
8667         wording fixes
8668
8669 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8670
8671         * lilypond.words: added words for chant notation, sorted
8672         alphabetically through "sort lilypond.words"
8673
8674 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8675
8676         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8677         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8678         chant notation
8679
8680 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
8681
8682         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
8683         prevent TeX from interpreting them as long dash
8684
8685         * input/test/vaticana.ly: updated
8686
8687         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
8688         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
8689         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
8690         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
8691         fixes
8692
8693         * mf/parmesan-heads.mf: ledger endings: removed dead code
8694
8695 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8696
8697         * VERSION: 1.7.17 released
8698         
8699         * Documentation/user/GNUmakefile
8700         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
8701         files too.
8702
8703         * scm/document-markup.scm: new file: document all markup
8704         functions.
8705
8706         * scm/documentation-generate.scm: rename all documentation modules
8707         to document-*.scm
8708
8709         * scripts/lilypond-book.py: generate link to .ly file iso. link to
8710         .png
8711
8712         * input/test/divisiones.ly: added
8713
8714         * input/regression/output-property.ly: new file
8715
8716         * lily/cluster.cc: change cluster-interface to use style property
8717
8718 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
8719
8720         * input/test/chord-names-german.ly: modified.
8721
8722         * scm/chords-ignatzek.scm:
8723           chord-name->german-markup: Added
8724           note-name->german-markup: Changed (now producing lowercase notenames)
8725
8726         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
8727         
8728 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8729
8730         * scripts/convert-ly.py (FatalConversionError.conv):
8731         divisiominima -> divisioMinima, etc.
8732
8733         * ly/engraver-init.ly (FiguredBassContext): add
8734         Separating_line_group_engraver to Figured bass context.
8735
8736         * ly/german-chords-init.ly: remove file
8737
8738         * input/test/chord-names-german.ly (scm): new file.
8739
8740         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
8741
8742         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
8743         Chord_name_engraver
8744
8745         * Documentation/user/refman.itely: lots of updates.
8746
8747         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
8748         new file
8749
8750         * input/test/bar-number-every-5-reset.ly: new file.
8751
8752 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8753
8754         * input/regression/chord-name-major7.ly: new file
8755
8756         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
8757         if specced explicitly.
8758
8759         * input/regression/chord-name-entry-11.ly: new file.
8760
8761         * input/test/slur-beautiful.ly: new file.
8762
8763         * Documentation/user/refman.itely: updates.
8764
8765         * input/regression/collisions.ly (threevoice): cleanup.
8766
8767         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
8768
8769 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8770
8771         * Documentation/user/*.itely: various updates.
8772
8773         * ly/spanners-init.ly: enddecr/ endcr.
8774
8775         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
8776         of tutorial
8777
8778 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8779
8780         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
8781
8782         * lily/new-chord-name-engraver.cc (process_music): use octavation
8783         (a number) instead of original-pitch to store inversions. This
8784         fixes a problem with transposed chords with inversions.  
8785
8786 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8787
8788         * stepmake/aclocal.m4: Include compile fix for broken flex, as
8789         used in includable-lexer.hh.
8790
8791         * lily/includable-lexer.cc: Bugfix: include config.h.
8792
8793         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
8794         circumvention of Debian packaging bug.
8795
8796 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8797
8798         * flex-2.5.31 hits Debian/unstable.  Fixes below.
8799         
8800         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
8801
8802         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
8803         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
8804
8805         * lily/include/includable-lexer.hh: 
8806         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
8807
8808         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
8809
8810         * aclocal.m4: Regenerate.
8811
8812         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
8813         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
8814
8815         * scm/pdf.scm (use-modules): Include lily.
8816
8817         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
8818         Noordkamp).
8819         (use-modules): Include lily.
8820         (lily-def): Bugfix: include tex-val in let.
8821
8822 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
8823
8824         * lilypond-mode.el: sensible error if lilypond.words not found.
8825
8826         * lilypond.words: add few words.
8827
8828 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
8829
8830         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
8831
8832         * mf/parmesan-scripts.mf: fixed typo in char name
8833
8834 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8835
8836         * VERSION: 1.7.16 released
8837
8838         * python/lilylib.py (setup_temp): temporary directories are mode 700.
8839         (this is a security vulnerability).
8840
8841         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
8842
8843         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
8844         add staff support.
8845
8846 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
8847
8848         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
8849         ly/script-init.ly, scm/script.scm: bugfix: renamed
8850         fermata->signumcongruentiae to fix naming clash with feta font
8851
8852 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8853
8854         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
8855
8856         * lily/multi-measure-rest-engraver.cc
8857         (start_translation_timestep): use grace timing too for determining
8858         when to make mmrest.
8859         (start_translation_timestep): clear numbers too.
8860
8861 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
8862
8863         * scm/music-types.scm: compile fix: escape braces
8864
8865         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
8866         work around font selection problem
8867
8868         * Documentation/user/refman.itely: BreathingSign: added docu for
8869         property "text"
8870
8871 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8872
8873         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
8874         information.
8875
8876 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8877
8878         * lily/multi-measure-rest-engraver.cc (class
8879         Multi_measure_rest_engraver): make multiple Number objects, one
8880         for each MultiMeasureTextEvent.
8881
8882         * scm/music-functions.scm (glue-mm-rest-texts): use
8883         MultiMeasureTextEvent
8884
8885         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
8886
8887         * Documentation/user/refman.itely (Multi measure rests): update.
8888
8889 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8890
8891         * lily/ly-module.cc (ly_copy_module_variables): use
8892         scm_internal_hash_fold() for iterating modules.
8893
8894 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
8895
8896         * Documentation/user/refman.itely: Section Custodes: added more
8897         example code
8898
8899         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
8900         neo-mensural rests to parmesan font
8901
8902         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
8903         header
8904
8905 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8906
8907         * Documentation/user/macros.itexi: @fileref macro.
8908
8909         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
8910         each file. 
8911
8912 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
8913
8914         * lily/include/custos.hh, make/lilypond.suse.spec.in,
8915         Documentation/topdocs/AUTHORS.texi: updated my email address
8916
8917         * Documentation/user/refman.itely: updated custos documentation;
8918         beautified divisiones example; beautified articulations table
8919
8920         * lily/breathing-sign.cc: bugfix: finalis molecule
8921
8922 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
8923
8924         * Documentation/user/refman.itely: added docu for
8925         contemporary fermata symbols, gregorian breathing signs; small fixes
8926
8927         * ly/gregorian-init.ly: removed obsolete #'type props
8928
8929 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8930
8931         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
8932         minimum-length property correctly.
8933
8934 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8935
8936         * scm/music-functions.scm (make-multi-measure-rest): set input
8937         locations for multimeasure rests.
8938
8939 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
8940
8941         * input/regression/breathing-sign.ly: updated to for ancient
8942         notation
8943
8944 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8945
8946         * scripts/ly2dvi.py: Add newline.
8947
8948 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8949
8950         * scripts/ly2dvi.py (dependency_files): Compile fix.
8951
8952 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8953
8954         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
8955         (make_html_menu_file): --html menu. 
8956
8957 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8958
8959         * scripts/ly2dvi.py (run_dvips): +add the .map file 
8960
8961 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8962
8963         * input/screech-boink.ly: new file.
8964
8965 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8966
8967         * scripts/lilypond-book.py (make_lilypond_file): convert
8968         lilypond-file to lilypond block directly, without going through
8969         begin/end lilypond text.
8970         
8971
8972 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
8973
8974         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
8975         scm/grob-description.scm: moved Michael's original breathing sign
8976         code in brew_molecule() to divisio_minima(); provided new
8977         brew_molecule() that effectively replaces the
8978         Text_item::brew_molecule callback (with additional fallback to
8979         Michael's original code); added callbacks for brewing divisio
8980         maior/maxima and finalis
8981
8982         * gregorian-init.ly: added breathing sign shortcuts for virgula,
8983         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
8984
8985         * script-init.ly: added shortfermata, longfermata,
8986         verylongfermata, varcoda
8987
8988         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
8989         longfermata, verylongfermata, varcomma, varcoda
8990
8991 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8992
8993         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
8994           Remove all noquote and insert a few quote.
8995         
8996         * Documentation/user/lilypond-book.itely (Music fragment options),
8997           scripts/lilypond-book.py: Don't include quotation blocks by
8998           default. Introduce option quote instead of noquote
8999
9000 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9001
9002         * VERSION: 1.7.15 released
9003         
9004         * Documentation/user/lilypond.tely: omf updates.
9005
9006         * buildscripts/texi2omf.py (omf_vars): include version.date
9007
9008         * make/lilypond.redhat.spec.in: fixes for spec file. 
9009
9010         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9011         by function definition: lily now requires a recent GNU Make.
9012
9013         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9014         writing.
9015
9016         * make/ly-rules.make: remove .ly -> .tex rule
9017
9018         * Documentation/user/refman.itely (Figured bass): revised figured
9019         bass example.
9020
9021 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9022
9023         * stepmake/stepmake/omf-targets.make (local-install): add
9024         scrollkeeper-update message.
9025
9026         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9027         to binary.
9028         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9029
9030         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9031
9032         * Documentation/user/converters.itely (Invoking midi2ly): add
9033         track/channel notice.
9034
9035 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9036
9037         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9038
9039         * lily/parser.yy (scalar): DIGIT is also a scalar.
9040
9041         * Documentation/user/music-glossary.tely: add @omf tags
9042
9043         * Documentation/user/lilypond.tely: add @omf tags
9044
9045         * scm/generate-documentation.scm (string-append): add @omf tags.
9046
9047         * stepmake/stepmake/omf-*: new files 
9048
9049         * input/regression/multi-measure-rest.ly (texidoc): add doco
9050
9051         * GNUmakefile.in (web-doc-install): add web-doc-install target
9052
9053         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9054         fixes crashes while dumping MIDI.
9055
9056         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9057         midi
9058
9059 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9060
9061         * buildscripts/texi2omf.py: new file.
9062
9063         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9064         font-name
9065
9066 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9067
9068         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9069
9070         * lily/sequential-iterator.cc (descend_to_child): call
9071         descend_to_child() for all types of music.
9072
9073 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9074
9075         * scm/translator-property-description.scm: Add
9076         bassFigureFormatFunction.  Replace some entries.
9077
9078 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9079
9080         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9081         clean out.
9082
9083 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9084
9085         * scripts/midi2ly.py (Note.dump): never dump duration for
9086         dump_dur=0.
9087
9088         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9089         new function
9090
9091         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9092         figures using new markups. Much simpler, and should improve layout
9093         a little.
9094
9095         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9096
9097 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9098
9099         * ly/engraver-init.ly: use Hara kiri by default for 
9100         ChordNames, FiguredBass and Lyrics(Voice) context. 
9101
9102         * lily/axis-group-engraver.cc (acknowledge_grob): use
9103         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9104
9105         * scm/new-markup.scm (markup-function-list): add bracket,
9106         vbracket.
9107
9108         * ly/engraver-init.ly (ChordNamesContext): set
9109         minimumVerticalExtent
9110
9111 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9112
9113         * input/test/time-signature-double.ly: new file 
9114
9115         * input/regression/collision-head-chords.ly (texidoc): new file.
9116
9117         * lily/type-swallow-translator.cc: add note swallow translator 
9118
9119         * input/test/time-signature-double.ly: new file.
9120
9121         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9122
9123         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9124         (FiguredBassContext): idem.
9125
9126         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9127
9128         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9129
9130         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9131
9132         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9133         .afm dependency
9134
9135         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9136
9137         * python/lilylib.py (make_page_images): add function.
9138
9139         * scripts/ly2dvi.py (run_latex): include title in preview image.
9140
9141         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9142         from lilypond-book for <ly2dvifile> tags in HTML.
9143
9144         * scripts/ly2dvi.py (option_definitions): add --debug option to
9145         print out environment.
9146
9147         * input/regression/tie-chord-partial.ly: new file.
9148
9149 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9150
9151         * lilypond.words: add 3
9152
9153 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9154
9155         * scm/new-markup.scm (markup-function-list): add finger-markup
9156
9157         * input/tutorial/brahms-tweaked.ly: new markup 
9158
9159         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9160
9161         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9162         crash when processing '() markup
9163
9164         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9165
9166         * lily/breathing-sign.cc (railtracks): another caesura.
9167
9168         * mf/feta-schrift.mf: caesura symbol. 
9169
9170 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9171
9172         * scripts/convert-ly.py (FatalConversionError.conv): add
9173         ly:molecule-XXX conversions.
9174
9175         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9176
9177         * input/regression/multi-measure-rest-text.ly: new file.
9178
9179         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9180         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9181
9182         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9183         ScoreContext
9184
9185         * scm/new-markup.scm (center-markup): \center markup.
9186
9187         * scm/music-functions.scm: remove pitchify scripts.
9188
9189         * lily/music.cc (print_smob): display music name if available 
9190
9191 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9192
9193         * Documentation/user/refman.itely (Instrument names): remove
9194         \turnOff doco.
9195
9196 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9197
9198         * lily/score.cc (mark_smob): bugfix.
9199
9200         * input/regression/rehearsal-mark.ly: new file.
9201
9202         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9203         report error at the current token again.
9204
9205 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9206
9207         * cygwin/mknetrel: Exit if doc build fails.
9208
9209         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9210
9211 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9212
9213         * scm/music-types.scm (music-descriptions): add doc strings
9214
9215 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9216
9217         * lily/lexer.ll: 
9218         * lily/include/my-lily-lexer.hh: 
9219         * lily/include/includable-lexer.hh: Add flex kludge.
9220
9221         * config.hh.in: 
9222         * config.make.in: 
9223         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9224         cruft.
9225         
9226         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9227         code.
9228
9229 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9230
9231         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9232
9233         * lily/parser.yy (new_chord): Compile fix.
9234
9235 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9236
9237         * Documentation/user/refman.itely (Tuning groups of objects):
9238         remove documentation for \turnOff. 
9239
9240         * lily/percent-repeat-engraver.cc (try_music): add correct
9241         processing moments for double-measure percents as well.
9242
9243         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9244
9245         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9246         grob prop type. 
9247
9248         * Documentation/user/refman.itely (Printing named chords): add
9249         chord name tweak doco.
9250
9251         * input/template/gregorian-transcription.ly: new file.
9252
9253 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9254
9255         * VERSION: 1.7.13 released
9256         
9257         * input/test/*: lots of cleanups/comment-outs/removals in chord
9258         examples
9259         
9260         * input/regression/*: lots of cleanups/comment-outs/removals in
9261         chord examples
9262         
9263         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9264         options
9265
9266         * lily/new-chord-name-engraver.cc (process_music): give original
9267         inversion pitch to chord name routine.
9268
9269         * input/tutorial/os-score.ly: update to new markup
9270
9271         * Documentation/user/appendices.itely: simply include
9272         chords-ignatzek. 
9273
9274         * Documentation/user/refman.itely (Chords mode): add documentation
9275         for chord mode.
9276
9277         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9278         not present in chord.
9279         (construct-chord): add inversion and bass support.
9280
9281         * lily/chord.cc: junk contents.
9282
9283 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9284
9285         * Documentation/user/refman.itely:
9286         * Documentation/user/music-glossary.tely: fix. 
9287
9288 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9289
9290         * scm/chord-entry.scm (construct-chord): move chord construction
9291         to Scheme.
9292
9293         * lily/parser.yy (new_chord): new setup for chord entry.
9294
9295 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9296
9297         * lilypond.words:
9298         * Documentation/user/music-glossary.tely: add ambitus.
9299
9300 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9301
9302         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9303
9304         * lily/include/*.hh: string() -> to_string()
9305
9306         * scm/chords-ignatzek.scm: new file.
9307
9308         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9309         standard chord name exceptions.
9310
9311         * scm/translator-property-description.scm (chordNameSeparator):
9312         add property.
9313         (majorSevenSymbol): add property
9314
9315         * lily/translator-scheme.cc (ly:context-properties): new function
9316         (ly:context-parent): new function.
9317         (print_smob): print context name.
9318
9319         * lily/music.cc (ly:get-music-length): new function
9320         (print_smob): don't print properties.
9321
9322         * lily/duration.cc (duration<?): new function
9323
9324         * input/regression/chords-funky-ignatzek.ly: new file.
9325
9326         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9327         jazz chords.
9328
9329         * lily/pitch.cc (ly:pitch-diff): new function.
9330
9331         * input/regression/chords-ignatzek.ly: new file.
9332
9333 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9334
9335         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9336         pitches for jazz chords.
9337
9338 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9339
9340         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9341
9342 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9343
9344         * lilypond.words: add 1
9345
9346 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9347
9348         * Documentation/topdocs/AUTHORS.texi: refine.
9349
9350 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9351
9352         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9353         
9354         * lilypond.words: add one.
9355
9356 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9357
9358         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9359         Fontify bass note in chords, e.g., e in c1/e.
9360         
9361 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9362
9363         * Documentation/user/music-glossary.tely: Dutch updates and
9364         additions (Arent Storm).
9365
9366 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9367
9368         * input/regression/ambitus.ly:  move file.      
9369
9370         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9371
9372         * lily/event.cc (transpose): add tonic property to Key_change_req
9373         and to Key_engraver.
9374
9375 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9376
9377         * Documentation/user/refman.itely: fix typo.
9378
9379         * lilypond.words: removed wrong identifiers.
9380
9381 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9382
9383         * mf/feta-toevallig.mf: make flat stem shorter 
9384
9385 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9386
9387         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9388
9389         * lilypond.words: add from Phrasing slur.
9390         
9391 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9392
9393         * lilypond-mode.el: allow launching multiple ViewPS processes.
9394         
9395         * lilypond.words: add from Text markup.
9396
9397 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9398
9399         * input/test/ossia.ly (texidoc): add comment.
9400
9401         * input/regression/voice-follower.ly: new file.
9402
9403         * mf/feta-toevallig.mf: make flat heavier.
9404
9405         * lily/cluster-engraver.cc: clean up Cluster engraver
9406
9407         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9408         Engraver. Use Note_column to compute Y positions and deal with
9409         line break stuff.
9410
9411 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9412
9413         * lily/stem.cc: move french-beaming to stem.
9414
9415 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9416
9417         * lilypond-font-lock.el: fontify all durations in chords.
9418
9419         * lilypond.words: add from lily/my-lily-lexer.cc
9420
9421 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9422
9423         * VERSION: release 1.7.12
9424
9425         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9426
9427         * lily/gregorian-ligature.cc: new file
9428
9429         * lily/*: the Great 2003 search & replace.
9430
9431         * Documentation/user/refman.itely (Manual repeat commands): add
9432         note about font selection.
9433
9434 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9435
9436         * lilypond-mode.el: propose recompiling midi while invoking playing,
9437         not while stopping playing.
9438
9439 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9440
9441         * lilypond.words: add one.
9442
9443         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9444         and expressional note grouping. Fontify chord modes.
9445
9446 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9447
9448         * Documentation/user/music-glossary.tely (Top): translate melisma.
9449
9450 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9451
9452         * Documentation/user/music-glossary.tely (Top): add melisma.
9453
9454 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9455
9456         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9457         interfaces for (abstract) grob GregorianLigature
9458
9459         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9460         renamed head* -> glyph_name*, x-shift* -> x-offset*
9461
9462         * scm/grob-property-description.scm: bugfix: added missing descriptions
9463
9464 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9465
9466         * input/test/chord-names-dpnj.ly: New file.
9467
9468         * scm/double-plus-new-chord-name.scm: Implement full and partial
9469         exceptions.
9470
9471         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9472
9473         * scm/double-plus-new-chord-name.scm
9474         (double-plus-new-chord->markup): Fix sub->markup.
9475
9476
9477 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9478
9479         * lily/custos-engraver.cc: added TODO; editorial changes
9480
9481         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9482         consistency with other ligature engravers; removed access on (now)
9483         private variable _ligature of Ligature_engraver
9484
9485         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9486         renamed last_bound -> last_bound_; issue programming_error on
9487         abstract method calls; moved primitives code from
9488         Mensural_bracket_engraver to here (because almost ligature
9489         engravers will need it); renamed try_stop_ligature () ->
9490         typeset_ligature (); bugfix: store primitives of finished ligature
9491         in separate variable finished_primitives_ to avoid clash on input
9492         like "\] \["; added current_ligature () to enable access on
9493         private variable _ligature
9494
9495         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9496         (now in super class); renamed try_stop_ligature () ->
9497         typeset_ligature ()
9498
9499         * lily/mensural-ligature.cc: issue programming_error on abstract
9500         method calls
9501
9502         * lily/note-heads-engraver.cc: added TODO comment upon bool
9503         in_ligature
9504
9505         * mf/parmesan-heads.mf: fixed some of set_char_box()
9506
9507         * scm/grob-description.scm: added VaticanaLigature
9508
9509         * scm/grob-property-description.scm: added neume prefix properties
9510
9511         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9512         lily/include/gregorian-ligature-engraver.hh,
9513         lily/include/gregorian-ligature.hh: new files; framework for
9514         gregorian ligature engravers such as vaticana
9515
9516         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9517         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9518         vaticana style ligature implementation (still somewhat uncomplete)
9519
9520 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9521
9522         * VERSION: release 1.7.11
9523
9524         * scripts/convert-ly.py: add ly:pitch-transpose rule
9525
9526 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9527
9528         * input/test/dpncnt.ly: New file.
9529
9530         * lily/my-lily-lexer.cc: Add chordnames keyword.
9531
9532         * lily/parser.yy (chordnames_block): Parse chord name exception
9533         lists, see input/test/dpncnt.ly.
9534
9535         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9536         function.
9537
9538         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9539         filter-out too.
9540
9541         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9542         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9543         pitch functions (except for ly:make-pitch, but that's apparently
9544         some sort of scheme naming standard?).
9545
9546         * scm/lily.scm (!=): define-public.
9547
9548         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9549
9550 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9551
9552         * scm/double-plus-new-chord-name.scm
9553         (double-plus-new-chord-name->markup): New file.
9554
9555 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9556
9557         * python/lilylib.py (make_preview): don't suppress progress for
9558         bbox extraction.
9559
9560 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9561
9562         * Documentation/user/appendices.itely (scheme): update for new syntax.
9563
9564         * input/regression/chord-name-styles.ly: new file
9565
9566         * lily/instrument-name-engraver.cc: create instrument names
9567         without barline too.  Allows instrument name on ChordNames  
9568
9569         * scm/new-markup.scm (interpret-markup): allow simple strings as
9570         markup too.
9571
9572 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9573
9574         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9575         (step->markup-accidental): Fix: add accidental.
9576         (chord::inner-name-american): 
9577         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9578         append stray '/' if last superscript addition was 'o'.
9579
9580         * scm/new-markup.scm (normal-size-sub-markup) 
9581         (normal-size-super-markup): New function.
9582
9583         * lily/source-file.cc (Source_file): Add warning for possibly
9584         intentional but suspicious initialization.
9585
9586         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9587         add comments about cut-and-paste programming.
9588
9589         * flower/rational.cc (lcm): Not used; comment out.
9590
9591 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9592
9593         * lily/new-fingering-engraver.cc (position_scripts): use
9594         fingerHorizontalDirection to determine fingering horizontal
9595         directions.
9596  
9597         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9598         fingering support.
9599
9600         * scripts/convert-ly.py (FatalConversionError.conv): add style
9601         conversion rule. 
9602
9603         * scm/chord-name.scm (set-chord-name-style): new function.
9604         (new-chord-name-brew-molecule): revise to interpret markup only
9605         (new-chord->markup): cleanuppish rewrite. To be called from the
9606         new engraver.
9607
9608         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9609         Markup earlier, during interpreting.
9610
9611         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9612         style settings. Rename to chord-names-*.ly
9613
9614 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9615
9616         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9617         markup code and update to new markup.  Most probably broke some of
9618         it.
9619         
9620 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9621
9622         * Documentation/user/refman.itely: added docu for ambitus and
9623         clusters
9624
9625         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9626         ly_quote_scm() in lookup.cc
9627
9628         * mf/parmesan-clefs.mf: set_char_box fix
9629
9630         * lily/cluster-engraver.cc: junk implicit protection; use
9631         Protected_scm instead
9632
9633 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9634
9635         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9636         throughout.
9637
9638         * scm/new-markup.scm: Turn-off error-triggering test code.
9639
9640 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9641
9642         * scm/new-markup.scm (markup-thrower-typecheck) 
9643         (markup-typecheck?):  add full typechecking functions.
9644         (make-markup-maker): add make-FOO-markup functions.
9645         (markup-argument-list-error): nice error checking messages.
9646         (make-markup): better function: less quoting escapades.
9647
9648 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9649
9650         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9651
9652 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9653
9654         * cygwin/lilypond.hint (requires): Add cygwin.
9655
9656         * .cvsignore: Remove stepmake (huh!?!), add lib.
9657
9658         * GNUmakefile.in: Add libdir links for builddir runs.
9659
9660         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9661         instead of datadir.
9662
9663         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9664         local_lilypond_libdir.
9665
9666         * config.make.in (lilypond_libdir): Add.
9667
9668         * stepmake/stepmake/substitute-rules.make: 
9669         * stepmake/stepmake/script-rules.make: 
9670         * stepmake/stepmake/python-module-rules.make:
9671         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9672         lilypond-python-module patch.
9673
9674 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9675
9676         * Documentation/user/refman.itely (Graphical interfaces): add note
9677         about xml2ly.
9678
9679 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9680
9681         * scripts/ly2dvi.py (run_dvips): remove trailing newline
9682
9683 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9684
9685         * VERSION: released 1.7.10
9686
9687         * scripts/musedata2ly.py (): idem
9688
9689         * scripts/midi2ly.py (dump_chord): idem
9690
9691         * scripts/etf2ly.py (version): idem 
9692
9693         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
9694
9695         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
9696
9697         * scm/tex.scm (tex-output-expression): remove eval compat
9698         glut. Other output files too.
9699
9700         * scm/chord-name.scm: don't export anything from chord module.
9701
9702         * input/test/american-chords.ly: idem
9703
9704         * input/test/banter-chords.ly (texidoc): idem
9705
9706         * input/test/Cc-chords.ly: add breakage notes.
9707
9708         * Documentation/user/refman.itely (Text markup): rewrite manual
9709         section.
9710
9711         * lily/parser.yy (scalar): allow \markup { } as property value. 
9712
9713         * scm/chord-name.scm: complete new markup usage
9714
9715         * scm/grob-description.scm (all-grob-descriptions): use new markup
9716         texts by default
9717
9718 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9719
9720         * scm/chord-name.scm: partial move to new markup texts.
9721
9722 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9723
9724         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
9725
9726         * scm/bass-figure.scm (brew-bass-figure): make stack direction
9727         settable.
9728
9729 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
9730
9731         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
9732         invoked for old midi, wait for killing.
9733
9734 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
9735
9736         * Documentation/user/music-glossary.tely: Finnishing.
9737
9738 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9739
9740         * mf/feta-nummer-code.mf: some kerning pairs.
9741
9742 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
9743
9744         * scm/output-lib.scm (set-bar-number-visibility): Context-function
9745         Added.
9746
9747         * Documentation/user/refman.itely (Bar numbers):
9748         set-bar-number-visibility added, modulo-bar-number removed again
9749         (sorry).
9750
9751 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
9752
9753         * scm/output-lib.scm (modulo-bar-number-visible): add function.
9754
9755         * Documentation/user/refman.itely: add modulo-bar-number-visible.
9756
9757         * Documentation/user/music-glossary.tely: translate into Finnish.
9758
9759 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9760
9761         * lilypond-mode.el: add shortcut for 2midi
9762
9763         * lilypond-font-lock.el: fontify lyrics
9764
9765 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
9766
9767         * scm/drums.scm : use 1.7.x names.
9768
9769         * input/regression/drums.ly : Don't use << chords >>
9770
9771 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9772
9773         * lilypond-mode.el: tidy, add TODO
9774
9775         * make/lilypond.mandrake.spec.in: install-info quietly.
9776
9777 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9778
9779         * input/test/markup.ly: use new syntax.
9780
9781 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9782
9783         * ly/params-init.ly (interscoreline): add word-space
9784
9785         * input/test/metronome.ly (eighthNote): idem.
9786
9787         * input/test/script-priority.ly: use new markup
9788
9789         * lily/parser.yy (markup): allow HEAD markup0 markup1 
9790
9791         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
9792
9793         * lily/parser.yy (gen_text_def): bugfix.
9794         (full_markup): allow markup identifier.
9795
9796 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
9797
9798         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
9799         jobs at the same time. Add horizontal lines to Command menu.
9800         Allow one compiling job -- propose killing others before a new one.
9801
9802         * lilypond.words: add markup, teeny, etc.
9803
9804 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
9805
9806         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
9807         Allow only one type of midi process; launching Midi either stops
9808         midis or plays the current midi and launching MidiAll stops midis
9809         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
9810         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
9811
9812 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9813
9814         * lily/text-engraver.cc (process_acknowledged_grobs): use new
9815         markup  for new markup texts.
9816
9817         * lily/mark-engraver.cc (process_music): idem
9818         
9819         * lily/instrument-name-engraver.cc (create_text): idem
9820
9821         * scm/new-markup.scm (magnify-markup): new function.
9822
9823         * scm/molecule.scm (stack-lines): bugfix.
9824
9825         * lily/font-interface.cc (get_font): take font-magnification from
9826         alist chain.
9827
9828 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9829
9830         * lily/molecule-scheme.cc: move scheme functions to separate file.
9831
9832         * lily/font-metric.cc  (ly_get_glyph): new function. 
9833         
9834         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
9835         (italic-markup, dynamic-markup): new functions
9836         (font-markup): new function
9837
9838         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
9839         padding and minimum
9840
9841 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
9842
9843         * lily/accidental-engraver.cc:
9844         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
9845
9846 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
9847
9848         * lilypond.vim:
9849         * lilypond-font-lock.el: Put \longa as duration. Accept only 
9850         [a-zA-Z] for user defined identifiers. Separate note cases 
9851         with and without a duration (allow cis\longaX).
9852
9853         * lilypond.words: Add words from Info.
9854
9855 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9856
9857         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
9858
9859 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
9860
9861         * lilypond-mode.el: Propose reverting buffer before a command if
9862         it was edited with an another editor.
9863
9864 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9865
9866         * lily/molecule.cc (ly_translate_molecule): new function
9867
9868         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
9869         into libdir
9870
9871         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
9872
9873         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
9874
9875 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
9876
9877         * lilypond.words: take \words from Info-index.
9878
9879 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9880
9881         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
9882
9883 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
9884
9885         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
9886
9887 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
9888
9889         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
9890         and lilypond-documentation.
9891
9892 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9893
9894         * lily/parser.yy: Compile fix (bison 1.75).
9895
9896 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9897
9898         * VERSION: 1.7.9 released
9899
9900         * scm/music-functions.scm (shift-one-duration-log): refactor.
9901         Use music-map.
9902
9903         * input/regression/chord-tremolo.ly (texidoc): add dot test.
9904
9905         * NEWS: update.
9906
9907         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
9908         argument
9909         
9910         * scm/music-functions.scm (display-music): new function
9911         (music-map): change arg order.
9912
9913         * input/regression/new-markup-syntax.scm: new file
9914
9915         * lily/parser.yy (markup): add \markup { .. } syntax.
9916
9917         * scm/new-markup.scm (override-markup): new function
9918         (lookup-markup): new function
9919         (music-markup): new function
9920         (lookup-markup-command): use markup-signature to store argument
9921         format for parser.
9922
9923         * lily/lexer.ll: preliminary \markup syntax. 
9924
9925 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
9926
9927         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
9928         add pre/post-dependencies and menus with icons from source.
9929
9930         * Documentation/pictures/lilypond-48x48.xpm:
9931         * Documentation/pictures/lilypond-32x32.xpm:
9932         * Documentation/pictures/lilypond-16x16.xpm: new files, background
9933         transparent.
9934
9935         * stepmake/stepmake/generic-targets.make:
9936         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
9937
9938 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9939
9940         * input/regression/music-map.ly (texidoc): new file.
9941
9942         * scm/music-functions.scm (music-map): new function
9943
9944 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9945
9946         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
9947
9948 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
9949
9950         * input/test/to-xml.ly:
9951         * lily/ligature-engraver.cc: Fixes documentation.
9952
9953         * lilypond.mandrake.spec.in:
9954         * lilypond.redhat.spec.in: Add lilypond.words.
9955
9956         * Documentation/user/refman.itely: Mention Info inside emacs.
9957         
9958         * lilypond.suse.spec.in:
9959         * lilypond.redhat.spec.in:
9960         * lilypond.mandrake.spec.in: Set root-owner for doc
9961         (tobbe@nyvalls.se).
9962
9963 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9964
9965         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
9966         os.popen.read ().
9967
9968 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9969
9970         * scripts/ly2dvi.py (include_path): print warning if failing anything.
9971
9972         * python/lilylib.py (error): add space
9973
9974 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9975
9976         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
9977         distribution.
9978
9979 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9980
9981         * lily/paper-outputter.cc (Paper_outputter): close port when
9982         finishing score.
9983
9984 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9985
9986         * scm/sodipodi.scm: Fixes.
9987
9988 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
9989
9990         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
9991
9992         * buildscripts/make-font-dir.py: Fix. 
9993
9994 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
9995
9996         * lilypond-mode.el: Add support for Info inside Emacs.
9997
9998 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9999
10000         * buildscripts/make-font-dir.py: 
10001         * mf/GNUmakefile: Make sodipodi font map.
10002
10003         * scm/sodipodi.scm: Add more output functions.
10004
10005         * mf/feta-nummer.mf: 
10006         * mf/feta-beugel.mf: Add font_coding_scheme.
10007
10008         * lily/paper-outputter.cc (output_header): Fix creator string.
10009
10010 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10011
10012         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10013         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10014
10015         * lilypond.words: add two (Everybody can add/remove words now!).
10016
10017         * debian/rules:
10018         * make/lilypond.suse.spec.in:
10019         * make/lilypond.mandrake.spec.in:
10020         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10021
10022         * Documentation/user/refman.itely: Mention autocompletion.
10023
10024 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10025
10026         * scripts/ly2dvi.py: Add paper sizes.
10027
10028         * lily/timing-engraver.cc: 
10029         * lily/time-signature.cc: 
10030         * lily/span-bar.cc: 
10031         * lily/grob-scheme.cc: Code formatting fixes.
10032
10033         * scm/sodipodi.scm: 
10034         * scm/sketch.scm:
10035         * buildscripts/mf-to-table.py: 
10036         * buildscripts/make-font-dir.py: Font testing.
10037
10038 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10039
10040         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10041         inserts try-completion and shows all-completions.
10042
10043         * lilypond.words: '\' -> '\\'
10044
10045         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10046         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10047         
10048         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10049         and LilyPond-reserved-words.
10050         
10051 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10052
10053         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10054         from load-path.
10055         
10056         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10057         the mini-buffer with Control-Shift-c.
10058         
10059 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10060
10061         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10062         duration. This fixes \tempo taking time.
10063
10064 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10065
10066         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10067         Allow for text markup in repeatCommands. 
10068
10069 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10070
10071         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10072         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10073         Get rid of skeleton.el-dependency.
10074
10075         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10076
10077 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10078
10079         * lily/beam-engraver.cc (stop_translation_timestep): reset
10080         now_stop_ev_
10081
10082         * lily/scm-option.cc: add parse-protect to ly:set-option
10083
10084         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10085
10086 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10087
10088         * lily/include/ligature-bracket.hh: removed
10089         * lily/ligature-bracket.cc: removed
10090
10091         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10092         .tex
10093
10094         * lily/beam.cc (set_beaming): don't change beam count on rests.
10095         (brew_molecule): always set flag-width > 0.
10096
10097 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10098
10099         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10100         chars, remove instructions; instead, refer to lilypond-init.el and
10101         Documentation/topdocs/INSTALL.texi.
10102
10103         * lilypond.words: add identifiers and reserved words.
10104
10105         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10106         files and adding a load-path.
10107
10108         * lilypond-init.el: Instructions, extracted from 
10109         Documentation/topdocs/INSTALL.texi. 
10110         
10111 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10112
10113         * VERSION: 1.7.8 released 
10114
10115         * lily/grob.cc (warning): better robustness fix.
10116
10117 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10118
10119         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10120
10121         * lily/cluster-engraver.cc: stick better to variable naming
10122         conventions
10123
10124         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10125         until stop_translation_timestep()
10126
10127         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10128         min/max coordinates to backend, but no musical info such as
10129         pitches
10130
10131         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10132
10133         * lily/grob.cc: robustness fix: warning(): do not crash if
10134         cause is not set
10135
10136         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10137         the much more elaborated tuplet brackets than the very naive and
10138         simple ligature bracket grob
10139
10140 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10141
10142         * Documentation/user/refman.itely (Analysis brackets): add
10143         horizontal bracket doco.
10144
10145         * ly/property-init.ly (setMmRestFermata): added.
10146
10147         * Documentation/user/refman.itely (Multi measure rests): fermatas
10148         on mm rests.
10149
10150         * input/regression/apply-context.ly (texidoc): new file
10151
10152         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10153         code to be executed during interpretation. Possible applications:
10154         smart octavation, more advanced bar checks. 
10155
10156         * lily/apply-context-iterator.cc: new file.
10157
10158 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10159
10160         * input/test/new-markup.ly: new file.
10161
10162         * lily/text-item.cc (text_to_molecule): new function
10163
10164         * scm/new-markup.scm (lambda): new file
10165
10166         * lily/function-documentation.cc (ly_add_function_documentation):
10167         add proc property as well
10168
10169 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10170
10171         * Documentation/user/music-glossary.tely (Top): add custos.
10172
10173 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10174
10175         * Documentation/topdocs/INSTALL.texi: advise how to include source
10176         path to Emacs load-path and improve language.
10177
10178 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10179
10180         * GNUmakefile.in: config.h message fix.
10181
10182         * autogen.sh:
10183         * aclocal.m4: Regenerate.
10184
10185         * configure.in: 
10186         * config.make.in: 
10187         * stepmake/config.make.in: 
10188         * stepmake/configure.in: 
10189         * stepmake/autogen.sh: 
10190         * stepmake/aclocal.m4: Update for autoconf 2.56.
10191
10192 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10193
10194         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10195         to install Emacs-mode. Instructions how to use vim-mode.
10196
10197 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10198
10199         * scm/music-types.scm (music-descriptions): no length for tempo event.
10200
10201         * input/*.ly: add \version everywhere.
10202         
10203         * input/*.ly: update syntax to 1.7 + new-chords.
10204
10205         * VERSION: 1.7.7 released.
10206         
10207         * Documentation/user/*.tely: new chord syntax.
10208
10209         * input/regression/[bc]*.ly (texidoc): syntax updates.
10210         
10211 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10212
10213         * lilypond.words: add vocabulary to be used in auto-completion
10214
10215         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10216
10217         * lilypond.vim: allow note name at EOF
10218
10219 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10220
10221         * buildscripts/new-chords.py (edit): -e option: inline editing.
10222
10223         * input/regression/a*.ly (texidoc): syntax updates.
10224
10225         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10226         music): elucidations. 
10227
10228 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10229
10230         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10231         ly/spanners-init.ly, scm/grob-description.scm,
10232         scm/grob-property-description.scm, scm/music-types.scm,
10233         lily/cluster-engraver.cc, lily/cluster.cc,
10234         lily/include/cluster.hh, input/test/cluster.ly: cluster
10235         implementation
10236
10237         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10238         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10239         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10240
10241         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10242
10243         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10244
10245         * scm/grob-description.scm: bugfix: by default, use default note
10246         head style when engraving ligatures
10247
10248         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10249
10250         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10251         events
10252
10253         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10254
10255         * input/test/ancient-font.ly: bugfix: style -> flag-style
10256
10257         * lily/ligature-engraver.cc: indentation fix
10258
10259         * lily/parser.yy: indentation fixes
10260         
10261 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10262
10263         * input/regression/measure-grouping.ly: more elaborate example.
10264
10265         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10266         ly:div-moment. New functions 
10267
10268         * scm/music-functions.scm (set-time-signature): new function,
10269         allow inline time sig settings with measure grouping.
10270
10271         * lily/parser.yy (command_element): move time sig construction
10272         into Scheme.
10273
10274         * lily/side-position-interface.cc (out_of_staff): new function,
10275         like padding, but keep minimum distance from staff. Easier than
10276         linespanners (dynamics, pedals), but roughly the same effect.
10277
10278 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10279
10280         * emacs-mode.el: Added spanish-note-replacements 
10281         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10282
10283         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10284
10285 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10286
10287         * lilypond.vim: Do not fontify cises, desis, etc.
10288
10289         * vimrc: view dvi with <S-F6>
10290
10291 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10292
10293         * lily/lookup.cc (triangle): new function.
10294
10295         * input/regression/measure-grouping.ly (texidoc): new file: show
10296         triangles and brackets for beat groups of 3 and 2.
10297
10298         * lily/include/measure-grouping-spanner.hh (class
10299         Measure_grouping): new file.
10300
10301         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10302
10303         * lily/measure-grouping-engraver.cc (class
10304         Measure_grouping_engraver): new file.
10305
10306 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10307
10308         * Merge from stable:
10309
10310             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10311         
10312         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10313         stylesheet.
10314
10315         * ly/paper19.ly: Include paper19-init.ly.
10316
10317         * ly/paper19-init.ly: New file.
10318
10319         * Documentation/user/tutorial.itely (First steps): Fix first
10320         example for font test.
10321
10322         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10323
10324         * ChangeLog: Add 1.7.6 release marker (see below).
10325
10326         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10327         Add .py files.
10328
10329 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10330
10331         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10332
10333         * input/tutorial/*.ly: update to new syntax.
10334
10335         * lily/parser.yy (Composite_music): new transpose syntax,
10336         \transpose FROM TO MUSIC. 
10337
10338 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10339
10340         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10341         latex progress/error output to stderr (by default this goes to
10342         stdout).  Show lilypond progress, even when not verbose.
10343
10344         * python/lilylib.py (system): New optional parameter to control
10345         showing of progress.
10346
10347         * scm/backend-documentation-lib.scm (check-dangling-properties):
10348         Fix error message.
10349
10350         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10351         axis, extent.
10352
10353         * scm/grob-property-description.scm (magnify): Remove.
10354         (extent, axis): Add.
10355
10356 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10357
10358         * VERSION: Release 1.7.6.
10359
10360         * scripts/convert-ly.py: more uniformization substitutions.
10361
10362         * buildscripts/new-chords.py (sub_chords): new file.
10363
10364 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10365
10366         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10367         lilypond.map.  Include sauter fonts too.  Cleanups.
10368
10369 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10370
10371         * Documentation/user/tutorial.itely (First steps): change to new
10372         chord/tie/slur/beam notation.
10373
10374         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10375         ties.
10376
10377         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10378         engraver. Process ties in postfix notation, i.e. c8-~ c
10379
10380         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10381
10382         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10383
10384         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10385
10386         * lily/beam-engraver.cc (try_music): accept new-beam-events
10387
10388         * input/regression/chord-scripts.ly (texidoc): new file
10389
10390         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10391         script-events.
10392
10393         * scm/script.scm (default-script-alist): cleanup.
10394
10395         * lily/script-engraver.cc (make_script_from_event): cleanup.
10396
10397         * lily/lyric-combine-music-iterator.cc
10398         (Lyric_combine_music_iterator): remove superfluous events.
10399         (melisma_busy): new function. Fix broken melismas.
10400
10401 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10402
10403         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10404         Remove nonvalid settings. Use descriptive key names.
10405         Use <Return> to indicate the pressing of that key.
10406
10407 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10408
10409         * scripts/lilypond-book.py (option_definitions): Typo.
10410
10411         * scripts/ly2dvi.py: Updates.
10412
10413         * python/lilylib.py (setup_environment, print_environment)
10414         (get_bbox, make_preview): Merge and remove from ly2dvi and
10415         lilypond-book.
10416
10417         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10418
10419         * .cvsignore: Remove some cruft.
10420
10421         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10422         path.
10423
10424         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10425         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10426         throughout.
10427
10428         * python/lilylib.py (quiet_system): Junk
10429         (system): Display error log upon failure.
10430         (read_pipe): New function.  Cleanups and fixes.
10431
10432         * python/*.py: Rename from *.py.in.
10433         
10434         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10435
10436         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10437
10438 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10439
10440         * python/GNUmakefile: Bugfix: handle modules.
10441
10442         * stepmake/stepmake/python-module-targets.make (default): Add
10443         compiled modules. 
10444
10445         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10446         compiling modules.
10447
10448         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10449         Bugfix.  (OUT_PYC_MODULES): Add.
10450
10451 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10452
10453         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10454         Use default paths. Refresh description.
10455
10456 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10457
10458         * VERSION: 1.7.5 released
10459
10460         * input/regression/finger-chords.ly (texidoc): new file.
10461
10462         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10463         support
10464
10465         * lily/fingering-engraver.cc (process_music): remove kludgy
10466         scriptHorizontal stuff.
10467
10468         * lily/script.cc: remove staff-support property.
10469
10470         * lily/new-fingering-engraver.cc (add_fingering): new
10471         file. Fingering engraver for new style chords.
10472
10473 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10474
10475         * lily/parser.yy (bare_number): allow 4 \cm (without
10476         decimal dot). (should backport to 1.6?)
10477
10478         * ly/declarations-init.ly: use Scheme for dimension defs.
10479
10480         * lily/parser.yy (TODO): remove hard coded dimensions, add
10481         REAL NUMBER_IDENTIFIER production.
10482
10483         * lily/rest-collision.cc (force_shift_callback): rewrite using
10484         -done property.
10485
10486         * scm/grob-property-description.scm (rest-collision-done): add
10487         property.
10488         
10489         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10490
10491 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10492
10493         * input/regression/multi-measure-rest-center.ly: new file.
10494
10495         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10496         off horizontally by 0.05 ss. Fixed.
10497
10498 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10499
10500         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10501
10502         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10503
10504 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10505
10506         * lily/tie.cc (get_control_points): also avoid staff lines on the
10507         just outside the outer staff lines
10508
10509 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10510
10511         * ly/params-init.ly: Just define style-alist, no need to
10512         define-public.
10513
10514         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10515         (thanks Han-Wen).
10516
10517         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10518         (FET_FILES): = FONT_FILES.
10519
10520         * Merge from stable:
10521
10522             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10523
10524 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10525
10526         * VERSION: 1.7.4 released.  
10527         
10528         * scm/generate-documentation.scm (string-append): add macro
10529         definitions.
10530
10531         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10532         normal texts.
10533
10534         * lily/multi-measure-rest-engraver.cc: make separate
10535         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10536
10537         * lily/multi-measure-rest.cc: remove text handling. Remove
10538         number-threshold.
10539
10540 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10541
10542         * scm/music-types.scm: doc patch by Graham Percival
10543
10544 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10545
10546         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10547         encoding part.
10548         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10549         (sketch_p): Sketch wants only first four elements of X11 font spec.
10550
10551         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10552
10553         * mf/feta-autometric.mf: Write foundry and family to log.
10554
10555         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10556         font translation table.
10557
10558         * buildscripts/mf-to-table.py: Better font info into afm.
10559
10560         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10561         1.0.9 required.
10562
10563         * configure.in: Whine for mftrace 1.0.9.
10564
10565 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10566
10567         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10568
10569         * lily/main.cc (main_prog): don't try to load init.EXT when
10570         processing foo.EXT.
10571
10572 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10573
10574         * scm/tex.scm (zigzig-line): added.
10575
10576         * scm/ps.scm (zigzag-line): added.
10577
10578         * ps/music-drawing-routines.ps (subvec): added.
10579         (draw_zigzag_line): added.
10580         
10581         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10582         grob properties zigzag-width and zigzag-length.
10583
10584         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10585
10586 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10587
10588         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10589         svg output, including font.
10590
10591 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10592
10593         * scm/lily.scm: Register sodipodi output module.
10594
10595         * scm/sodipodi.scm: New file.
10596
10597         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10598
10599         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10600         comment, after header.
10601         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10602         FullName.  Fix FontName key.
10603
10604 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10605
10606         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10607         and breve rests.
10608         
10609         * input/test/blank-notes.ly: bugfix
10610
10611         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10612         rests. (Kim Shrier)
10613
10614         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10615         
10616 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10617
10618         * scm/tex.scm: 
10619         * scm/ps.scm: Cleanup and remove obsolete junk.
10620
10621         * Documentation/user/internals.itely:
10622         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10623
10624         * lily/parser.yy: Identify shift/reduce problems.
10625
10626         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10627         make-style-sheet.  Too specific for convert-ly?
10628
10629 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10630
10631         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10632
10633         * input/test/*.ly: various fixes.
10634
10635         * lily/music.cc (name): bugfix
10636
10637         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10638
10639         * lily/input-file-results.cc (code): set-point-and-click! ->
10640         set-point-and-click
10641         
10642 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10643
10644         * Use uniform ly: prefix for exported scheme primitive functions.
10645
10646         * scm/music-types.scm: junk compat glue
10647
10648         * scripts/convert-ly.py: add rules for stuff below, junk
10649         compatibility glue for spanrequest.
10650
10651         * lily/parser.yy (verbose_event): remove \spanrequest,
10652         \commandspanrequest, \script. 
10653         
10654         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10655
10656         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10657         for \penalty, \glissando.
10658
10659         * VERSION: release 1.7.3
10660         
10661 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10662
10663         * lily/accidental-engraver.cc: Fix
10664         grace-in-the-beginning-of-measure bug caused by the resent
10665         partial-measure fix.
10666
10667         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10668         overlap looks too crowded)
10669         
10670 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10671
10672         * lily/parser.yy (assignment): allow SCM expression as assignment.
10673
10674         * lily/include/music-output-def.hh (class Music_output_def):
10675         * lily/music-output-def.cc: 
10676         * lily/paper-def.cc: 
10677         * scm/font.scm (markup-to-properties):
10678         * lily/parser.yy (music_output_def_body): 
10679         remove style_sheet_
10680
10681 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10682
10683         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
10684         length.
10685
10686         * input/regression/spacing-to-grace.ly: new file.
10687
10688         * input/regression/spacing-end-of-line.ly: new file.
10689
10690         * lily/note-spacing.cc (get_spacing): take into account breakable
10691         stuff sticking out at the left (time sig change at line break).
10692
10693         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
10694         raggedright code.
10695
10696         * scm/music-functions.scm (make-voice-props-set): add
10697         staff-position for mm rests.
10698  
10699         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
10700         before grace notes a little.
10701
10702         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
10703
10704         * lily/break-align-interface.cc (do_alignment): right-edge spacing
10705         key adds space at the end of line. 
10706
10707 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10708
10709         * scm/sketch.scm: Fix beams.
10710
10711         * buildscripts/mf-to-table.py: Add EncodingScheme.
10712
10713         * scm/sketch.scm: Resurrect.
10714
10715 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10716
10717         * lily/multi-measure-rest.cc: use breve rests for measure lengths
10718         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
10719
10720 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10721
10722         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
10723
10724         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10725
10726 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10727
10728         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
10729         token for origin information.
10730
10731         * lily/parser.yy (My_lily_lexer): do identifier location and
10732         cloning from lexer.
10733
10734         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10735         logic out of the parser. Add bar checks on both ends.
10736
10737         * Documentation/user/refman.itely (Multi measure rests): add more
10738         notes about mm rests.
10739
10740 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10741
10742         * input/regression/bar-scripts.ly: Re-enable.
10743
10744         * lily/parser.yy:
10745         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
10746         released rsn.  Bison 1.50 has a crucial bug and won't work.
10747
10748         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10749
10750
10751 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10752
10753         * input/regression/bar-scripts.ly: Blunt documentation build fix.
10754
10755 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10756
10757         * Actually merge changes since 1.6.4 besides ChangeLog, and
10758         resolve conflicts.  Lots of updates, hope all is well.
10759         
10760         * cygwin/lilypond.hint (requires): Add ghostscript.
10761
10762         * scm: Update some (c).
10763         
10764 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10765
10766         * input/test/{various}.ly: add \header fields and texidoc strings.
10767
10768 2002-10-05  Werner Lemberg  <wl@gnu.org>
10769
10770         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
10771         renamed to `output_latex_quoted'.
10772         Added `output_latex_noquote'.
10773         (schedule_lilypond_block): Implement `noquote' option for LaTeX
10774         mode.
10775
10776 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10777
10778         * ChangeLog: Add 1.6.6 release marker.  See below.
10779
10780         * stepmake/stepmake/po-targets.make: Remove --c++ option.
10781
10782         * scripts/midi2ly.py: Fix global syntax warnings.
10783
10784         * GNUmakefile.in: Generate builddir locale tree too.
10785
10786         * scripts/ly2dvi.py:
10787         * scripts/midi2ly.py: 
10788         * scripts/mup2ly.py: 
10789         * scripts/update-lily.py:
10790         * lily/main.cc (setup_paths): Fix for locales setup.
10791
10792 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10793
10794         * Documentation/windows/installing.texi: Soften wording about
10795         necessity of becoming Administrator.  tommie@iae.nl reports this
10796         does not seem to be necessary for his flavour of Windows 2000.
10797         Explicitely discourage text mode mounts.
10798
10799 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10800
10801         * lily/rest.cc (after_line_breaking): backport dot position fix.
10802
10803         * lily/rest-collision.cc (do_shift): also remove dots for suicided
10804         rests. Thanks to Klaus Zimmermann for finding this bug.
10805
10806 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10807
10808         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
10809
10810 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10811
10812         * Documentation/user/music-glossary.tely: fix links.
10813
10814 2002-10-21  Werner Lemberg  <wl@gnu.org>
10815
10816         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
10817         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
10818         scaling factor) only once and use them in the definition of
10819         \embeddedps.
10820         * ps/music-drawing-routines.ps (skeel): Removed.
10821
10822 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10823
10824         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
10825         Solaris7, as we don't use nested $( ) constructs.
10826
10827 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10828
10829         * VERSION: Release 1.6.6.
10830         
10831 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10832
10833         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
10834         as workaround for /bin/sh problems on Solaris7.
10835
10836 2002-10-19  Werner Lemberg  <wl@gnu.org>
10837
10838         * GNUmakefile.in (web-doc): Fix typos.
10839         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
10840         `music-drawing-routines.ps' but emit \special{header=...} once.
10841         * scm/tex.scm (header-end): Updated.
10842
10843 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10844
10845         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
10846         undefined tremolo. 
10847
10848 2002-10-15  Werner Lemberg  <wl@gnu.org>
10849
10850         * scripts/lilypond-book.py (g_make_html): New global variable.
10851         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
10852         if `g_make_html' isn't set.
10853         [main]: Add format `texi-html'.
10854         (option_definitions): Updated.
10855         * Documentation/user/lilypond-book.itely: Updated.
10856
10857         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
10858         * make/ly-rules.make (%.texi, %.nexi): Use it.
10859         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
10860         format to lilypond-book.
10861         * GNUmakefile.in (web-doc): Ditto.
10862
10863 2002-10-14  Werner Lemberg  <wl@gnu.org>
10864
10865         Further improve TeX output.  The produced files are about 40%
10866         smaller.  `lilyponddefs.tex' is now read only once.
10867
10868         * tex/lilyponddefs.tex: Remove footer stuff.
10869         (\ifundefined): Renamed to...
10870         (\lilypondundefined): This.  Use LaTeX's definition to
10871         make it nestable and make it global.
10872         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
10873         output.
10874         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
10875         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
10876         them global.
10877         (\placebox): Renamed to...
10878         (\lyitem): This.
10879         Make it global and call \outputscale by itself.
10880         (\lybox, \lyvrule): New macros to reduce input data.
10881         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
10882         New auxiliary macros.
10883         (\SkipLilydefs, \EndLilyPondOutput): Removed.
10884         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
10885         to...
10886         (\lilypondspace): This and made it global.
10887         (\turnOnPostScript): Renamed to...
10888         (\lilypondpostscript): This and made it global.
10889         (\turnOnExperimentalFeatures): Renamed to...
10890         (\lilypondexperimentalfeatures): This and made it global.
10891         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
10892         (\lilypondsetdimen): This and made it global.
10893         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
10894         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
10895         (all, $(outdir)/music-drawing-routines.ps): New rules.
10896         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
10897         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
10898         start-system, stop-system, stop-last-system, filledbox): Updated to
10899         use the changed macros from lilyponddefs.tex.
10900         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
10901
10902 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10903
10904         * Documentation/windows/installing.texi: Update.
10905
10906 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10907
10908         * VERSION: 1.6.5 released
10909
10910         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
10911
10912 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10913
10914         * scm/translator-property-description.scm (voltaOnThisStaff): add
10915         property.
10916
10917 2002-09-28  Werner Lemberg  <wl@gnu.org>
10918
10919         * scm/tex.scm (header-end): Suppress page numbering.
10920
10921         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
10922         Fix quotation for HTML output.
10923
10924 2002-09-28   Graham Percival   <gperciva@sfu.ca>
10925         
10926         * Documentation/user/refman.itely: grammar and phrasing
10927           fixes to "Note Entry" section.  Also adds a few new examples.
10928
10929 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10930
10931         * flower/include/string-data.icc: include string.h
10932
10933 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10934
10935         * scm/chord-name.scm (chord::inner-name-banter): remove space.
10936
10937 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10938
10939         * Documentation/user/GNUmakefile (extra-local-help): Add.
10940
10941         * stepmake/stepmake/www-targets.make (local-help): Add.
10942
10943 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10944
10945         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
10946         packages.
10947
10948         * Documentation/topdocs/README.texi (Top): building documentation
10949         (not website.)
10950
10951 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10952
10953         * Documentation/user/refman.itely: 
10954         * Documentation/user/tutorial.itely: 
10955         * Documentation/user/music-glossary.tely: Merge changes.
10956
10957         * Documentation/user/glossary.html.in: 
10958         * Documentation/index.texi: 
10959         * Documentation/header.html.in: Accomodate renaming of glossary.
10960         
10961         * Documentation/user/tutorial.itely: Add some glossary references.
10962         
10963         * Documentation/user/refman.itely: Minor fixes.
10964         
10965         * Documentation/user/lilypond.tely: Add glossary do direntry.
10966
10967         * Documentation/user/music-glossary.tely: Rename (previously:
10968         glossary.tely).  Fix anchor placement.
10969
10970         * Documentation/user/GNUmakefile: Make music-glossary.info too.
10971
10972 2002-09-23  Werner Lemberg  <wl@gnu.org>
10973
10974         * scripts/lilypond-book.py (output_dict): Fix handling of
10975         various environments by avoid extraneous newlines.
10976         Rename `output-all' regexp for html to `output-html'.
10977         Replace `output-all' regexp for texi with `output-texi-quote'
10978         and `output-texi-noquote'.
10979         (compose_full_body): Don't override `linewidth' user option
10980         for `singleline'.
10981         (schedule_lilypond_block): Don't indent text specified with
10982         `intertext' option.
10983         Add new option `noquote'.
10984         (compile_all_files): Use latex instead of tex to compile ly
10985         files directly.
10986
10987         * Documentation/user/lilypond-book.itely: Updated and revised.
10988         Improve layout.
10989
10990         * Documentation/user/glossary.tely,
10991         Documentation/user/introduction.itely,
10992         Documentation/user/tutorial.itely,
10993         Documentation/user/refman.itely,
10994         Documentation/user/appendices.itely: Fix overfull LilyPond
10995         boxes caused by the new lilypond-book code.  Other minor
10996         fixes.
10997
10998         * Documentation/user/macros.itexi (@texiflat): Don't emit
10999         trailing space.
11000
11001         * scm/tex.scm (end-output, header-end): Add preamble and
11002         postamble to make lilypond output directly compilable with
11003         latex.
11004
11005         
11006 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11007
11008         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11009         instructions.
11010
11011 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11012
11013         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11014
11015 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11016
11017         * lily/beam.cc (connect_beams): don't crash if there are quarter
11018         notes in beams.
11019
11020 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11021
11022         * Documentation/user/refman.itely: corrected ancient clef
11023         docu; added docu on ligatures
11024
11025 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11026
11027         * Documentation/user/glossary.tely,
11028         Documentation/user/refman.itely, input/les-nereides.ly,
11029         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11030         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11031         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11032         Stem properties: flag-style -> stroke-style, style -> flag-style.
11033
11034
11035 2002-09-22  Werner Lemberg  <wl@gnu.org>
11036
11037         * scripts/lilypond-book.py: Add option `notime' to suppress
11038         printing of a time signature.  Specify default indentation of 0pt
11039         if single line fragment.  Don't emit redundant `\paper{ }'.
11040
11041         * Documentation/user/lilypond-book.itely: Updated.
11042
11043         * Documentation/user/glossary.tely: Completely reformatting.
11044
11045 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11046
11047         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11048
11049 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11050
11051         * Documentation/user/tutorial.itely: Fix links.
11052         
11053         * Documentation/topdocs/index.tely:
11054         * Documentation/index.texi:
11055         * Documentation/header.html.in: Small website fixes and updates.
11056
11057         * debian/: Debian patch by Anthony Fok.
11058
11059 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11060
11061         * Documentation/footer.html.in: How time flies: It's already 2002!
11062
11063         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11064         more descriptive link names than 'here'.
11065
11066 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11067
11068         * VERSION: 1.7.2 released
11069         * VERSION: 1.6.4 released
11070         
11071         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11072
11073         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11074         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11075
11076         * mf/feta-din.mf (test): add x-height and space.
11077
11078         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11079         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11080
11081         * ly/grace-init.ly: add-to-grace-init: function to portably add
11082         settings to \grace. 
11083
11084         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11085         if we get an absolute dynamic event.
11086  
11087         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11088
11089         * lily/source-file.cc (get_line): oops. All line numbers were off
11090         by 2. Fix that. 
11091
11092         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11093         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11094
11095         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11096
11097         * lily/parser.yy (number_factor): remove (number) as number
11098         expression. ("Let them eat Lisp").
11099
11100 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11101
11102         * lily/horizontal-bracket.cc: new file.
11103
11104         * lily/horizontal-bracket-engraver.cc: new file.
11105
11106         * input/regression/note-group-bracket.ly: new file. Support
11107         horizontal note brackets for music analysis.
11108
11109         * lily/stem.cc (flag): new flag-style: no-flag.
11110
11111         * input/test/stem-cross-staff.ly: new file
11112         
11113         * Documentation/user/internals.itely: Improved formatting, fixing
11114         typos.  Added a section `Output details' to describe how the TeX
11115         code looks like.
11116
11117         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11118
11119         * lily/parser.yy: remove \dynamicscript.
11120
11121         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11122         definitions. 
11123
11124         * python/midi.c (midi_error): take two arguments.
11125
11126         * Merge 1.6.5 changes:
11127         
11128 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11129
11130         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11131         staff-space.  Previous 1.5 was probably meant as half-spaces.
11132         (cautionary-style): parentheses (was: smaller).  This is what doco
11133         says, and it seems more logical.
11134
11135         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11136         for 2nd sentence.
11137
11138 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11139
11140         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11141
11142 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11143
11144         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11145
11146 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11147
11148         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11149
11150 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11151
11152         * scm/translator-property-description.scm (voltaOnThisStaff): add
11153         property.
11154
11155 2002-09-28  Werner Lemberg  <wl@gnu.org>
11156
11157         * scm/tex.scm (header-end): Suppress page numbering.
11158
11159         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11160         Fix quotation for HTML output.
11161
11162 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11163         
11164         * Documentation/user/refman.itely: grammar and phrasing
11165           fixes to "Note Entry" section.  Also adds a few new examples.
11166
11167 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11168
11169         * flower/include/string-data.icc: include string.h
11170
11171 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11172
11173         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11174
11175 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11176
11177         * Documentation/user/GNUmakefile (extra-local-help): Add.
11178
11179         * stepmake/stepmake/www-targets.make (local-help): Add.
11180
11181 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11182
11183         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11184         packages.
11185
11186         * Documentation/topdocs/README.texi (Top): building documentation
11187         (not website.)
11188
11189 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11190
11191         * Documentation/user/refman.itely: 
11192         * Documentation/user/tutorial.itely: 
11193         * Documentation/user/music-glossary.tely: Merge changes.
11194
11195         * Documentation/user/glossary.html.in: 
11196         * Documentation/index.texi: 
11197         * Documentation/header.html.in: Accomodate renaming of glossary.
11198         
11199         * Documentation/user/tutorial.itely: Add some glossary references.
11200         
11201         * Documentation/user/refman.itely: Minor fixes.
11202         
11203         * Documentation/user/lilypond.tely: Add glossary do direntry.
11204
11205         * Documentation/user/music-glossary.tely: Rename (previously:
11206         glossary.tely).  Fix anchor placement.
11207
11208         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11209
11210 2002-09-23  Werner Lemberg  <wl@gnu.org>
11211
11212         * scripts/lilypond-book.py (output_dict): Fix handling of
11213         various environments by avoid extraneous newlines.
11214         Rename `output-all' regexp for html to `output-html'.
11215         Replace `output-all' regexp for texi with `output-texi-quote'
11216         and `output-texi-noquote'.
11217         (compose_full_body): Don't override `linewidth' user option
11218         for `singleline'.
11219         (schedule_lilypond_block): Don't indent text specified with
11220         `intertext' option.
11221         Add new option `noquote'.
11222         (compile_all_files): Use latex instead of tex to compile ly
11223         files directly.
11224
11225         * Documentation/user/lilypond-book.itely: Updated and revised.
11226         Improve layout.
11227
11228         * Documentation/user/glossary.tely,
11229         Documentation/user/introduction.itely,
11230         Documentation/user/tutorial.itely,
11231         Documentation/user/refman.itely,
11232         Documentation/user/appendices.itely: Fix overfull LilyPond
11233         boxes caused by the new lilypond-book code.  Other minor
11234         fixes.
11235
11236         * Documentation/user/macros.itexi (@texiflat): Don't emit
11237         trailing space.
11238
11239         * scm/tex.scm (end-output, header-end): Add preamble and
11240         postamble to make lilypond output directly compilable with
11241         latex.
11242
11243         
11244 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11245
11246         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11247         instructions.
11248
11249 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11250
11251         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11252
11253 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11254
11255         * lily/beam.cc (connect_beams): don't crash if there are quarter
11256         notes in beams.
11257
11258 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11259
11260         * Documentation/user/refman.itely: corrected ancient clef
11261         docu; added docu on ligatures
11262
11263 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11264
11265         * Documentation/user/glossary.tely,
11266         Documentation/user/refman.itely, input/les-nereides.ly,
11267         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11268         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11269         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11270         Stem properties: flag-style -> stroke-style, style -> flag-style.
11271
11272 2002-09-22  Werner Lemberg  <wl@gnu.org>
11273
11274         * scripts/lilypond-book.py: Add option `notime' to suppress
11275         printing of a time signature.  Specify default indentation of 0pt
11276         if single line fragment.  Don't emit redundant `\paper{ }'.
11277
11278         * Documentation/user/lilypond-book.itely: Updated.
11279
11280         * Documentation/user/glossary.tely: Completely reformatting.
11281
11282 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11283
11284         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11285
11286 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11287
11288         * Documentation/user/tutorial.itely: Fix links.
11289         
11290         * Documentation/topdocs/index.tely:
11291         * Documentation/index.texi:
11292         * Documentation/header.html.in: Small website fixes and updates.
11293
11294         * debian/: Debian patch by Anthony Fok.
11295
11296 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11297
11298         * Documentation/footer.html.in: How time flies: It's already 2002!
11299
11300         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11301         more descriptive link names than 'here'.
11302
11303 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11304
11305         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11306
11307 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11308
11309         * lily/part-combine-music-iterator.cc (get_state): cleanup
11310         (get_music_info): cleanup.
11311
11312 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11313
11314         * scm/backend-documentation-lib.scm (interface-doc-string):
11315         crosslinks between interfaces and grobs. Headings for interfaces
11316         in grob explanation.
11317
11318 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11319
11320         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11321         dtd).  Add preliminary dtd.
11322         (re-sub-alist): Robustify.
11323
11324 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11325
11326         * lily/include/event-chord-iterator.hh,
11327         lily/context-specced-music-iterator.cc,
11328         lily/event.cc, lily/event-chord-iterator.cc: add
11329
11330 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11331
11332         * lily/: some (c) header fixes.
11333         
11334         * lily/request-chord.cc: Remove.
11335         
11336         * lily/include/event-chord-iterator.hh:
11337         * lily/include/event.hh:
11338         * lily/event-chord.cc: New file.
11339         
11340         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11341         requested.
11342
11343 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11344
11345         * lily/ : rename Request to Event
11346
11347         * lily/parser.yy (command_element): move clef stuff into Scheme.
11348
11349         * lily/:  rename length_mom () to get_length()
11350
11351         * lily/part-combine-music.cc: removed file and class.
11352
11353         * lily/context-specced-music-iterator.cc (class
11354         Context_specced_music_iterator): new file. Obsoletes the
11355         Context_specced_music type.
11356
11357         * scm/music-types.scm (make-repeated-music): put different kinds
11358         of repeated music into music-type table.
11359
11360         * VERSION: 1.7.1 released.
11361
11362         * scm/to-xml.scm: new file.
11363
11364         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11365         new Input representation: dump music as XML.
11366
11367         * scm/engraver-documentation-lib.scm
11368         (engraver-accepts-music-types?): add links from music to engraver,
11369         from music-type to engraver.
11370
11371         * lily/include/command-request.hh: removed
11372         lily/include/musical-request.hh: removed. Removed all _req classes
11373         except Key_change_req. Changes throughout.
11374
11375 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11376
11377         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11378
11379 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11380
11381         * lily/*.cc: specify accepts for many engravers.
11382
11383         * scm/music-documentation-lib.scm: dump music expressions and
11384         music subtypes.
11385
11386         * scm/documentation-lib.scm: complete revision.
11387         Use GOOPS objects to store document tree explicitly. Cleaned up and
11388         sped up doco generation a lot.
11389
11390 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11391
11392         * input/trip.ly (fugaIILeft): add arpeggio
11393
11394         * lily/translator-group.cc (try_music_on_nongroup_children):
11395         oops. The name symbol is in the cdr of the assoc handle.
11396
11397         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11398         Hyphen_req, Glissando_req, Break_req, Mark_req 
11399
11400 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11401
11402         * lily/musical-request.cc (music-duration-length,
11403         music-duration-compress): new functions.
11404
11405         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11406         throughout. Warning doesn't work yet.
11407
11408         * lily/translator-group.cc (try_music_on_nongroup_children):
11409         new implementation: store candidate acceptors in a hashTable.
11410
11411 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11412
11413         * scm/music-types.scm (music-descriptions): change name to
11414         internal-class-name
11415
11416         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11417
11418 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11419
11420         * lily/beam.cc (connect_beams): don't crash if there are quarter
11421         notes in beams.
11422
11423 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11424
11425         * Documentation/user/refman.itely: corrected ancient clef
11426         docu; added docu on ligatures
11427
11428 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11429
11430         * Documentation/user/glossary.tely,
11431         Documentation/user/refman.itely, input/les-nereides.ly,
11432         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11433         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11434         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11435         Stem properties: flag-style -> stroke-style, style -> flag-style.
11436
11437 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11438
11439         * scm/music-functions.scm (music-separator?): don't use name music
11440         property.
11441
11442 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11443
11444         * stepmake/stepmake/generic-targets.make (help): Document check
11445         target.
11446
11447         * lily/new-accidental-engraver.cc: Compile fix.
11448
11449 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11450
11451         * scripts/convert-ly.py: Add rule.
11452
11453         * input/test/music-creation.ly:
11454         * input/test/add-staccato.ly:
11455         * input/test/add-text-script.ly: ly-make-music.
11456
11457         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11458         More ly-make-music renamings.
11459
11460         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11461
11462         * lily/music-constructor.cc (make_music): Add debugging info.
11463
11464         * scm/music-functions.scm (make-simultaneous-music,
11465         (make-sequential-music, context-spec-music):
11466         * scm/music-types.scm (music-descriptions): Get lily to run.
11467
11468 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11469
11470         * lily/command-request.cc (transpose_key_alist): new function.
11471
11472         * lily/key-performer.cc (create_audio_elements): cleanup. 
11473
11474 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11475
11476         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11477
11478         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11479         events-accepted field.
11480
11481         * scm/music-types.scm: new file.
11482
11483         * lily/parser.yy: put music type initialization into scheme,
11484         similar to grob initialization.  Changes throughout.
11485
11486 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11487
11488         * Documentation/user/tutorial.itely: Fix links.
11489         
11490         * Documentation/index.texi: 
11491         * Documentation/header.html.in: 
11492         * Documentation/topdocs/index.tely: Small website fixes and updates.
11493
11494         * debian/: Debian patch by Anthony Fok.
11495
11496 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11497
11498         * Documentation/footer.html.in: How time flies: It's already 2002!
11499
11500         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11501         more descriptive link names than 'here'.
11502
11503         * ROADMAP: Remove test stuff.
11504
11505         * scripts/update-lily.py: Allow auto-building of stable and
11506         development versions.  Bugfixes.
11507
11508 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11509
11510         * VERSION: released 1.7.0
11511
11512         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11513
11514         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11515         positive line widths.
11516
11517 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11518
11519         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11520         go.  Fix comments.
11521
11522         * cygwin: Cygwin updates.
11523
11524 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11525
11526         * Documentation/windows/installing.texi (Top): version for python,
11527         urls for ghostscript (thanks to John Potelle)
11528         
11529         * lily/simultaneous-music-iterator.cc
11530         (Simultaneous_music_iterator): init children_list_ before
11531         triggering GC.
11532
11533         * lily/*-iterator.cc: be even more careful with smobbed copy
11534         constructors. 
11535
11536         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11537         LeftEdge item.
11538
11539 2002-09-15  Werner Lemberg  <wl@gnu.org>
11540
11541         Improving LilyPond's output to make them ordinary TeX boxes with
11542         predictable dimensions.  System boxes are now vertically centered on
11543         the baseline; this offset can be further controlled with
11544         \lilypondscoreshift.
11545
11546         * lily/system.cc (System::post_processing): Pass length of current
11547         system to `start-system' (including any horizontal indentation).
11548
11549         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11550         prettier.
11551         (lily-def): Append `%'.
11552         (start-system): Add parameter `wd'.  Output more TeX code to specify
11553         box dimensions.
11554         (stop-system, stop-last-system): Complement changes in
11555         `start-system'.
11556         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11557         Updated.
11558
11559         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11560         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11561         Write final `\endinput'.
11562
11563         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11564         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11565         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11566         files and macro definitions don't produce spurious spaces and
11567         paragraphs (using \endlinechar).
11568         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11569
11570         * Documentation/user/internals.itely: Improved formatting, fixing
11571         typos.  Added a section `Output details' to describe how the TeX
11572         code looks like.
11573
11574 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11575
11576         * lily/accidental-engraver.cc: Also work with partial measures.
11577
11578 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11579
11580         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11581         spanner.
11582
11583 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11584
11585         * lily/identifier-smob.cc (unpack_identifier): new file.
11586
11587         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11588         pass off scheme expressions as music identifiers.
11589
11590         * scm/lily.scm: reorganisation, cleanups.
11591
11592         * lily/main.cc: small cleanups.
11593
11594 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11595
11596         * lily/ly-module.{cc,hh}: new file.
11597
11598 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11599
11600         * lily/accidental-engraver.cc: Also work with partial measures.
11601
11602 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11603
11604         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11605
11606 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11607
11608         * lily/my-lily-lexer.cc: use SCM module in stead of
11609         Scheme_hash_table. Changes throughout.  
11610
11611 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11612
11613         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11614